* {
    margin: 0;
    margin: 0
}

blockquote,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
label,
li,
ol,
p,
td,
th,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400
}

li,
ol,
ul {
    list-style: none
}

button,
input {
    margin: 0;
    font-size: 12px
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
}

a:hover {
    outline: none;
}

img {
    border: 0
}

input {
    outline: medium;
}

em {
    font-style: normal
}

.el-message {
    background-color: #cc2934 !important;
    margin-top: 100px !important;
    border-color: #cc2934 !important;
}

.el-message__content {
    color: #fff !important;
}

.el-message__icon {
    color: #fff !important;
}

.header_down {
    background-color: rgba(204, 41, 52, 0.9) !important;
}

.phone_adbox {
    display: none;
}

.phone_ser {
    display: none;
}

.el-dropdown-menu__item {
    text-align: center;
}

.el-image-viewer__img {
    transform: scale(2) rotate(0deg) !important;
}

.el-dialog__headerbtn .el-dialog__close {
    color: #cd2836 !important;
}

.el-input__suffix {
    top: 3px !important;
}

.card_h5show {
    display: none;
}

.more_navli {
    width: 80px;
    height: 200px;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 5px;
}

.el-slider__button {
    border: 1px solid #cc2934 !important;
    background: #cc2934 !important;
    border-radius: 10px !important;
    width: 20px !important;
    height: 10px !important;
}

/* input[type="radio"]{
   display: none;
} */
.phone_brief {
    display: none;
}

.phone_glory {
    display: none;
}

.phone_lc {
    display: none;
}

.phone_course {
    display: none;
}

.radio_type {
    width: 20px;
    height: 20px;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
}

.radio_type:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #7d7d7d;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.radio_type:checked:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #cc2934;
    background: #cc2934;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.radio_type:checked:after {
    content: '';
    width: 10px;
    height: 5px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    vertical-align: middle;
    transform: rotate(-45deg);
}

.radio_type:checked+label {
    color: #c59c5a;
}

/*----- Public -----*/
.shadow-x {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    z-index: 20;
    background: rgba(52, 52, 52, 0.9);
    justify-content: center;
    align-items: center;
}

.shadow-y {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    z-index: 20;
    background: rgba(52, 52, 52, 0.9);
    align-items: center;
}

.shadow-tj {
    width: 390px;
    height: 320px;
    margin: 30px auto;
    position: relative;
}

.shadow-tj .close {
    position: absolute;
    top: -20px;
    right: -50px;
}

.shadow-tj h2 {
    font-size: 25px;
    font-weight: 550;
    text-align: center;
}

.shadow-tj h4 {
    font-size: 22px;
    font-weight: 550;
    color: #cd2836;
    padding-top: 35px;
}

.shadow-tj p {
    font-size: 16px;
    color: #666666;
    padding-top: 28px;
}

.shadow-box {
    width: 520px;
    height: 390px;
    background: #fff;
    top: 370%;
    left: 40%;
    border-radius: 5px;
    z-index: 21;
}

body {
    width: 100%;
    min-height: 100%;
    background: #ffffff;
    font-size: 14px;
    font-family: 'Microsoft YaHei', 'Heiti SC', simhei, 'Lucida Sans Unicode', 'Myriad Pro', 'Hiragino Sans GB', Verdana;
    overflow-x: hidden
}

.box {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: #ffffff;
}

.shadow {
    width: 400px;
    height: 395px;
    background: #fff;
    top: 370%;
    left: 40%;
    border-radius: 5px;
    z-index: 21;
}

.shadow-cx {
    width: 275px;
    height: 330px;
    margin: 30px auto;
    position: relative;
}

.shadow-cx img {
    position: absolute;
    top: -20px;
    right: -50px;
}

.shadow-cx h2 {
    font-size: 25px;
    font-weight: 550;
    text-align: center;
}

.shadow-cx p {
    font-size: 16px;
    padding-top: 30px;
}

.cometop {
    width: 100px;
    height: 280px;
    background: #878787;
    position: fixed;
    right: 0;
    top: 477px;
    border-radius: 20px;
    z-index: 99;
    opacity: 0.8;
}

.contact {
    width: 390px;
    height: 66px;
    margin-top: 27px;
}

.submit-xx {
    width: 100px;
    height: 40px;
    margin: 30px auto;
    clear: both;
    border: 1px solid #c9484e;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: #c9484e;
    cursor: pointer;
}

.link {
    width: 180px;
    height: 60px;
    float: left;
}

.link-phone {
    width: 180px;
    height: 60px;
    float: right;
}

.link span {
    display: block;
    font-size: 15px;
}

.link-phone span {
    display: block;
    font-size: 15px;
}

.link-one {
    width: 178px;
    height: 35px;
    border: 1px solid #dcdcdc;
    margin-top: 9px;
    border-radius: 5px;
}

.link-two {
    width: 178px;
    height: 35px;
    border: 1px solid #dcdcdc;
    margin-top: 9px;
    border-radius: 5px;
}

.link-one img {
    margin: 7px;
    float: left;
}

.link-one input {
    float: left;
    width: 135px;
    height: 25px;
    margin-top: 2px;
    border: 1px solid #ffffff;
}

.link-two img {
    margin: 7px;
    float: left;
}

.link-two input {
    float: left;
    width: 135px;
    height: 25px;
    margin-top: 2px;
    border: 1px solid #ffffff;
}

.orderquery input {
    background: #ffffff;
    border: 1px solid #fff;
    color: #c9484e;
}

.phone {
    margin-top: 20px;
}

#phone {
    width: 265px;
    height: 33px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    margin-top: 11px;
}

.phone span {
    display: block;
    font-size: 16px;
}

.code {
    margin-top: 20px;
    overflow: hidden;
}

.code span {
    display: block;
    font-size: 16px;
}

#checkCode {
    width: 167px;
    height: 37px;
    border: 1px solid #dcdcdc;
    margin-top: 11px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left;
}

#code-btn {
    float: left;
    width: 98px;
    height: 41px;
    background: #c63e45;
    border: 1px solid #c63e45;
    margin-top: 11px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 37px;
}
.more_indexone .button3{
    margin-right: 20px !important;
}

.submit {
    width: 100px;
    height: 37px;
    margin: 30px auto;
    clear: both;
    border: 1px solid #c9484e;
    text-align: center;
    line-height: 37px;
    border-radius: 5px;
    color: #c9484e;
    cursor: pointer;
    display: block;
    background: #fff;
}

.cy-w-1 {
    width: 10%
}

.cy-w-2 {
    width: 20%
}

.cy-w-3 {
    width: 30%
}

.cy-w-4 {
    width: 40%
}

.cy-w-5 {
    width: 50%
}

.cy-w-6 {
    width: 60%
}

.cy-w-7 {
    width: 70%
}

.cy-w-8 {
    width: 80%
}

.cy-w-9 {
    width: 90%
}

.cy-w-10 {
    width: 100%
}

.cw1200 {
    width: 1200px
}

.cw1500 {
    width: 1500px
}

.cy-auto {
    margin: 0 auto
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 100px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.pt135 {
    padding-top: 60px;
}

.relative {
    position: relative
}

.c808080 {
    color: #808080;
}

.bgfff {
    background-color: #fff
}

.bgf8f8f8 {
    background-color: #f8f8f8
}

.fl {
    float: left;
    display: inline-block;
}

.fr {
    float: right;
    display: inline-block;
}

.clear {
    zoom: 1;
}

.clear:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.text-right {
    text-align: right;
}

.font36 {
    font-size: 36px;
}

.fontbold {
    font-weight: bold;
}

.imgscale img {
    transition: transform 2s cubic-bezier(.23, 1, .32, 1);
    transform: scale(1);
}

.imgscale:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cli {
    display: block;
    height: 79px;
    margin-top: -79px;
    visibility: hidden;
}

/*----- Public -----*/
.header {
    width: 100%;
    height: 79px;
    background: #cc2934;
    position: fixed;
    z-index: 999;
}

.headcont {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    width: 154px;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.logo img {
    width: 100%;
    height: auto;
}

.nav {
   
    float: right;

    position: relative;
    margin-left: 10px;
}

.nav ul li {
    float: left;
    position: relative;
    margin-left: 10px;
}

.nav ul li a {
    padding: 0px 14px;
    line-height: 79px;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

.nav ul li a.cur,
.nav ul li a:hover {
    background: #32365d;
    height: 83px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.menu_button {
    width: 100px;
    color: #d3565d;
    background: #ffffff;
    border: 1px solid #ffffff;
    margin-top: 27px;
    border-radius: 15px;
    height: 24px;
    cursor: pointer;
    margin-left: 20px;
}

.menu_button img {
    float: left;
    margin-left: 14px;
    margin-top: 5px;
    width: 13px;
    height: 14px;
}

.menu_button p {
    float: left;
    line-height: 24px;
    padding-left: 4px;
}

.city {
    width: 135px;
    height: 20px;
    float: left;
    margin-left: 10px;
    color: #fff;
    position: relative;
    line-height: 79px;
}

/* .city_span{font-size: 15px;float: left;}  */
.city p {
    float: left;
    font-size: 15px;
    height: 20px;
}

.city p span {
    padding-left: 10px;
    padding-right: 5px;
}

.city p img {
    margin-right: 5px;
    margin-bottom: 2px;
}

.city h4 {
    float: right;
    font-size: 15px;
    cursor: pointer;
}

.city-list {
    position: absolute;
    top: 60px;
    margin: 0;
    padding: 0;
    width: 80px;
    background: #fff;
    border-radius: 5px;
}

.city-list li {
    display: block;
    height: 20px;
    line-height: 30px;
    text-align: center;
    padding: 18px 0px;
    width: 45px;
    margin: auto;
    border-bottom: 1px solid #e6e6e6;
    color: #666666;
    cursor: pointer;
}

.city-list li:last-child {
    border: none;
}

.city-list li.active1 {
    color: red;
}

.city-list li a {
    color: #333;
}

.city-list .setagnle {
    position: absolute;
    top: -10px;
    left: 35px;
    width: 0;
    height: 0;
    border-left: 5px solid #0000;
    border-right: 5px solid #0000;
    border-bottom: 10px solid #fff;
}
}


/* .topbar{width:140px;height:3px;display:block;position:absolute;top:0px;left:0px;}
.topbar i{width:100%;height:3px;display:block;background:#008bcb;position:absolute;left:0px;z-index:5} */
.nav ul li .navchild {
    width: 90%;
    position: absolute;
    top: 136px;
    z-index: 999;
    background-color: #008ace;
    padding: 10px 5%;
    display: none;
}

.nav ul li .navchild p {
    width: 100%;
    padding: 5px 0;
}

.nav ul li .navchild p a {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0;
    border-bottom: 1px solid #008ace;
}

.nav ul li .navchild p a:hover {
    font-weight: normal;
    border-bottom: 1px solid #ffffff;
}

.mbbottom {
    display: none;
}

.mbnav,
.mbmenu,
.mbfooter,
.xxxx,
.phtshow,
.dtphshow {
    display: none;
}

.solidbot {
    width: 264px;
}
.date_picker{
    cursor: pointer;
}
.solidbot:after {
    content: '';
    height: 1px;
    background: #cccccc;
    width: 100%;
    display: block;
}

.solidbot span {
    width: 52px;
    height: 3px;
    background-color: #009be5;
    display: inline-block;
}

.el-dialog__title {
    font-weight: bold
}

.inqcard {
    border: 1px solid #fff !important;
    width: 80% !important;
}

.inqcard input {
    border: 1px solid #fff !important;
}

/*----- banner -----*/
.phone-adbox {
    display: none;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
    max-height: 618px;
    overflow: hidden;
}

.banner li img {
    width: 100%;
    background: cover;
}

.banner_lr img {
    width: 100px;
    height: 100px;
}

.banner_lr .proprev {
    position: absolute;
    top: 50%;
}

.banmobel {
    width: 100%;
    text-align: center;
    bottom: 30px;
    z-index: 100;
    position: absolute;
}

.banmobel img {
    width: 34px;
    height: 52px;
    position: relative;
    bottom: 50px;
    animation: myMove 5s infinite;
    -webkit-animation: myMove 2s infinite;
}

.banner_content {
    position: absolute;
    top: 150px;
    width: 500px;
    height: 330px;
    background: #fcfbfc;
    border-radius: 20px;
    opacity: 0.9;
    right: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_content img {
    width: 390px !important;
    height: 240px !important;
}

@keyframes myMove {
    0% {
        bottom: 50px;
    }

    100% {
        bottom: 0px;
    }
}

@-webkit-keyframes myMove {
    0% {
        bottom: 50px;
    }

    100% {
        bottom: 0px;
    }
}

/* 快速下单 */

.cometop {
    width: 77px;
    height: 280px;
    background: #696a86;
    position: fixed;
    right: 0;
    top: 477px;
    border-radius: 20px;
    z-index: 99;
    opacity: 0.9;
}

.cometop dl {
    width: 74%;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
}

.cometop dl dd img {
    display: block;
    margin: auto;
}

.cometop dl dt {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #FFFFFF !important;
}

.shadow-wx {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    z-index: 20;
    background: rgba(52, 52, 52, 0.9);
    justify-content: center;
    align-items: center;
}

.shadow-dh {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    z-index: 20;
    background: rgba(52, 52, 52, 0.9);
    justify-content: center;
    align-items: center;
}

.dh-box {
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 5px;
    z-index: 21;
    margin: 150px auto;
    position: relative;
}

.dh-box p {
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 115px;
    font-size: 18px;
}

.dh-box h3 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
}


.trick_dh {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wx-box {
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 5px;
    z-index: 21;
    margin: 150px auto;
    position: relative;
}

.trick_wx {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.wx-box p {
    text-align: center;
    display: block;
    padding-top: 55px;
    font-size: 20px;
    font-weight: bold;
}

.wx-box .wx_box_ewm {
    width: 150px;
    height: 150px;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.all—phone {
    display: none;
}

.indexone {
    width: 100%;
    height: 300px;
    background: #cc2934;
}

.indexone_left {
    width: 30%;
    height: 300px;
    float: left;
}

.indexone_left2 {
    height: 192px;
    background: #32365d;
    border-top-right-radius: 20px;
}

._left2 {
    width: 197px;
    height: 123px;
    background: red;
    float: right;
    margin: 34px 20px auto;
    background: url(../images/red_boder_03.png) no-repeat;
}

._left2 p {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 17px;
    padding-top: 25px;
    padding-left: 22px;
}

._left2 p img {
    margin-right: 9px;
}

._left2 h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding-left: 22px;
}

.indexone_left1 {
    height: 108px;
}

._left1 {
    float: right;
    margin: 25px 50px auto;
    font-size: 22px;
    color: #ffffff;
}

._left1 img {
    margin-top: 8px;
}

.indexone_center {
    width: 950px;
    height: 235px;
    background: #b3000c;
    float: left;
    margin: 35px 30px;
    border-radius: 20px;
}

.btn {
    width: 130px;
    height: 100%;
    float: left;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.btn span {
    display: block;
    width: 130px;
    height: 47px;
    font-size: 17px;
    line-height: 47px;
    text-align: center;
    background: #32365d;
}

.btn span.active {
    color: #ffffff;
    background: #b3000c;
}

.btn span.active a {
    background: #ffffff !important;
}

/* .active::after{ position: absolute;left: 0.48rem;top: 1rem; content:""; width: 0.8rem;height: 0.08rem;background-color: #0FA2F9;border-radius: 0.04rem;} */
.context {
    width: 800px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 235px;
}

.spanList .a1 {
    width: 5px;
    height: 5px;
    background: #32365d;
    border-radius: 50%;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 24px;
    margin-left: 15px;
    cursor: pointer;
}

.spanList p {
    display: block;
    float: left;
    cursor: pointer;
    color: #fff;
}

.spanList .a2 {
    width: 5px;
    height: 5px;
    background: #32365d;
    border-radius: 50%;
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 24px;
    cursor: pointer;
}

.con {
    width: 94%;
    height: 172px;
    flex-direction: column;
    display: flex;
    position: relative;
}

.con1_top {
    width: 750px;
    flex: 1;
}

.tjh4 {
    display: block;
    margin-top: 30px;
}

.con_top_left {
    width: 220px;
    height: 28px;
    float: left;
}

.city_start {
    display: flex;
    flex-direction: row;
    position: relative;
}

.city_start p {
    padding-left: 10px;
    line-height: 30px;
    color: #fff;
}

.ct_l1 {
    padding-top: 10px;
    padding-bottom: 5px;
    color: #fff;
}

.start {
    background: #fff;
    width: 180px;
    height: 35px;
    border-radius: 5px;
    z-index: 1;
}

.start img {
    margin-top: 8px;
    float: left;
    margin-left: 10px;
    margin-right: 3px;
}

.start input {
    width: 140px;
    height: 30px;
    border: 1px solid #fff;
    border-top-right-radius: 5px;
}

.con_top_center {
    float: left;
    width: 180px;
    height: 86px;
    margin-left: 10px;
}

.con_top_right h1 {
    line-height: 95px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.con1_bottom {
    width: 750px;
    ;
    flex: 1
}

.start select {
    width: 140px;
    height: 33px;
    border: 1px solid #fff;
    border-top-right-radius: 5px;
}

.start1 {
    background: #fff;
    width: 180px;
    height: 35px;
    border-radius: 5px;
    z-index: 1;
}

.start1 img {
    margin-top: 8px;
    float: left;
    margin-left: 10px;
    margin-right: 3px;
}

.start1 input {
    width: 140px;
    height: 30px;
    border: 1px solid #fff;
    border-top-right-radius: 5px;
}

.con_top_right {
    width: 300px;
    height: 86px;
    float: left;
    margin-left: 27px;
    position: relative;
}

.con_top_right1 {
    width: 300px;
    height: 86px;
    float: left;
    margin-left: 40px;
    position: relative;
}

.city_wp {
    width: 137px;
    height: 55px;
    background: #32375c;
    text-align: center;
    line-height: 55px;
    color: #fff;
    border: 1px solid #32375c;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    bottom: 8px;
    font-size: 15px;
    cursor: pointer;
}

.city_wp1 {
    width: 137px;
    height: 55px;
    background: #32375c;
    text-align: center;
    line-height: 55px;
    color: #fff;
    border: 1px solid #32375c;
    border-radius: 5px;
    position: absolute;
    right: 353px;
    bottom: 0px;
    font-size: 15px;
}

.city_wptwo {
    width: 137px;
    height: 55px;
    background: #32375c;
    text-align: center;
    line-height: 55px;
    color: #fff;
    border: 1px solid #32375c;
    border-radius: 5px;
    position: absolute;
    left: 577px;
    bottom: -92px;
    font-size: 15px;
    cursor: pointer;
}
.floorinfo{
    position: relative;
}
.floorshow{
    position: absolute;
    background: #fff;
    box-shadow: 1px 1px 10px #ddd;
    bottom: -30px;
    right: 100px;
    z-index: 10000;
    border-radius: 10px;
    width: 200px;
    padding: 20px;
    display: none;
}
.goshowfloor{
    cursor: pointer;
}
.floorshow p{
    line-height: 30px;
    margin:0px;
    border-bottom: 1px solid #ddd;
}
.triangle-right-floor {
    width: 0;
    height: 0;
    position: absolute;
    right:-10px;
    bottom: 85px;
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 5px solid #0000;
    border-right: 5px solid #0000;
    border-top: 10px solid #fff;
    bottom: -9px;
    position: absolute;
    left: 80px;

}

.topadress {
    position: absolute;
    top: 90px;
}

.forDiforder{
    position: absolute;
    top: 100px;
}
.forDiforder2{
    position: absolute;
    top: 100px;
    left: 219px;
}
.forDiforder3{
    position: absolute;
    top: 100px;
    left: 219px;
}
.con_top_phoneadd {
    position: absolute;
    width: 750px;
    top: -96px;
    display: flex;
}

.top_phoneadd_ren {
    background: #fff;
    width: 180px;
    height: 35px;
    border-radius: 5px;
    z-index: 1;
}

.top_phoneadd_ren img {
    margin-top: 5px;
    float: left;
    margin-left: 5px;
    margin-right: 3px;
}

.top_phoneadd_rens {
    background: #fff;
    width: 290px;
    height: 35px;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}

.top_phoneadd_rens img {
    margin-top: 5px;
    float: left;
    margin-left: 5px;
    margin-right: 3px;
}

#city_ren {
    width: 140px;
    height: 30px;
    border: 1px solid #fff;
    border-top-right-radius: 5px;
    z-index: 1;
    position: relative;
}

#city_phone {
    width: 140px;
    height: 30px;
    border: 1px solid #fff;
    border-top-right-radius: 5px;
    z-index: 1;
    position: relative;
}

#top_phone_card {
    width: 120px;
    height: 30px;
    border: 1px solid #fff;
    border-top-right-radius: 5px;
}

.top_phoneadd_three {
    margin-left: 50px;
}

.top_phoneadd_two {
    margin-left: 50px;
}

#code-btn1 {
    width: 133px;
    background: #ff9000;
    border: 1px solid #ff9000;
    border-radius: 5px;
    height: 35px;
    position: absolute;
    right: 0px;
    color: #fff;
    cursor: pointer;
}

.con_top_center1 {
    margin-left: 55px;
}

.radio-list {
    width: 209px;
    height: 170px;
    background: url(../images/xhbj1.png)no-repeat;
    position: absolute;
    top: -179px;
    left: 0;
}

.radio-list ul {
    flex-direction: column;
    display: flex;
    width: 209px;
    height: 160px;
    display: block;
}

.radio-list ul li {
    display: block;
    height: 32px;
    width: 209px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 9px;
}

.radio-list-one {
    width: 170px;
    height: 35px;
}

.radio-list-one input {
    float: left;
}

.toptime {
    right: 345px !important;
}

.city_wpfive {
    width: 220px;
    height: 48px;
    background: #32375c;
    text-align: center;
    line-height: 48px;
    color: #fff;
    border: 1px solid #32375c;
    border-radius: 5px;
    position: absolute;
    left: 236px;
    bottom: -80px;
    font-size: 15px;
    cursor: pointer;
}
.noimg{
    background: #f7f6f6;
    display: block;
    width: 100%;
    height: 100%;
}
.noimg i{
    font-size: 40px;
    color: #ddd;
    /* margin: 100px auto; */
    display: block;
    /* width: 50px; */
    /* height: 50px; */
    padding-top: 75px;
    padding-left: 121px;
}
.showMorePhone{
    position: absolute;
    bottom: 45px;
    width: 200px;
    left: -92px;
    background: #fff;
    height: 246px;
    box-shadow: 1px 1px 10px #ddd;
    border-radius: 10px;
    padding: 20px;
    display: none;
}
.showMorePhone .el-icon-error{
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #cc2934;
}



/* width: 15px;height: 15px;margin-top: 5px; */
.start2 {
    background: #fff;
    width: 180px;
    height: 35px;
    border-radius: 5px;
    z-index: 1;
}

.start2 img {
    margin-top: 8px;
    float: left;
    margin-left: 10px;
    margin-right: 3px;
}

.start2 input {
    width: 130px;
    height: 30px;
    border: 1px solid #fff;
    border-top-right-radius: 5px;
}

.radio-list li span {
    width: 70px;
    height: 23px;
    float: left;
    font-size: 16px;
}

.b_radio {
    float: left;
    margin-left: 5px;
}

.radio-list li span img {
    width: 50px;
    height: 23px;
    float: left;
    margin-left: 10px;
}

.start2 .start_input img {
    width: 20px;
}

#regionList {
    height: 100px;
    margin-top: 10px;
    width: 250px;
    background: url(../images/xhbj3.png)no-repeat;
    cursor: pointer;
}

#regionList li {
    float: left;
    text-align: center;
    line-height: 50px;
    padding-left: 40px;
}

#showCity {
    position: absolute;
    top: -227px;
    right: -246px;
    width: 250px;
    height: 159px;
    z-index: 3;
}

#showCity #cityList li {
    float: left;
    text-align: center;
    line-height: 50px;
    padding-left: 34px;
}

#cityList {
    height: 50px;
    background: url(../images/xhbj2.png)no-repeat;
    display: block;
    cursor: pointer;
}

.choose {
    position: absolute;
    top: -208px;
    width: 208px;
    height: 200px;
    background: url(../images/xhbj1.png)no-repeat;
    left: 1px;
    background-size: 100% 100%;
}

.choose_one {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    border-bottom: 1px solid #e6e6e6;
}

.choose_one input {
    width: 148px;
    font-size: 14px;
    margin-left: 17px;
    height: 20px;
    float: left;
    border: 1px solid #fff;
    margin-top: 10px;
}

.choose_one img {
    float: right;
    margin-top: 13px;
    margin-right: 20px;
}

.btn-one {
    width: 70px;
    height: 25px;
    background: #ca2c39;
    margin: 10px auto;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    cursor: pointer;
}

.bjtime {
    position: absolute;
    right: 115px;
    top: 9px;
}

.ljxd1 {
    position: absolute;
    left: 210px;
}

.cars_emarks .emarks_right pre {
    line-height: 35px;
}

/* .trick-box{width: 521px;height: 641px;background: #fff;border-radius: 5px;z-index: 21;margin: 150px auto;position: relative;display: flex;justify-content: center;align-items: center;}
.trick_x{position: absolute;top: 8px;right: 8px;cursor:pointer}
.trick_content{width: 395px;height: 580px;} */
/* 下单弹框 */
.submit-box {
    width: 521px;
    height: 400px;
    background: #fff;
    border-radius: 5px;
    z-index: 21;
    margin: 150px auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit_content {
    width: 395px;
    height: 323px;
    position: relative;
}

.submit_content h2 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.submit_yg {
    font-size: 20px;
    padding-top: 26px;
    color: #d7454f;
}

.submit_content h4 {
    font-size: 16px;
    padding-top: 20px;
}

.submit_name {
    overflow: hidden;
}

.submit_name p {
    float: left;
    line-height: 29px;
}

.submit_phone {
    overflow: hidden;
    margin-top: 15px;
}

.submit_code {
    overflow: hidden;
    margin-top: 15px;
}

.submit_code p {
    float: left;
    line-height: 29px;
}

.submit_code_box img {
    float: left;
    margin: 4px 2px 4px 2px;
}

.submit_phone_box {
    border: 1px solid #cccccc;
    width: 80%;
    float: left;
    margin-left: 20px;
    position: relative;
}

#code-btn3 {
    width: 120px;
    height: 30px;
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    position: absolute;
    right: 30px;
    cursor: pointer;
}

.submit_code_box input {
    border: 1px solid #ffffff;
    margin: 5px 5px 5px 5px;
}


.submit_phone p {
    float: left;
    line-height: 29px;
}

.submit_name_box {
    border: 1px solid #cccccc;
    width: 80%;
    float: left;
    margin-left: 20px;
}

.submit_code_box {
    border: 1px solid #cccccc;
    width: 80%;
    float: left;
    margin-left: 6px;
}

.submit_trick {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.submit_word {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.submit_trick {
    width: 100px;
    height: 40px;
    border: 1px solid #d7454f;
    text-align: center;
    line-height: 40px;
    color: #d7454f;
    border-radius: 10px;
    position: absolute;
    bottom: -18px;
    left: 152px;
}

.submit_name_box img {
    float: left;
    margin: 4px 2px 4px 2px;
}

.submit_name_box input {
    border: 1px solid #ffffff;
    margin: 5px 5px 5px 5px;
}

.submit_phone_box {
    border: 1px solid #cccccc;
}

.submit_phone_box img {
    float: left;
    margin: 4px 2px 4px 2px;
}

.submit_phone_box input {
    border: 1px solid #ffffff;
    margin: 5px 5px 5px 5px;
}

.address-detail {
    position: absolute;
    left: 222px;
    width: 200px;
    top: 20px;
    background: #fff;
    box-shadow: 1px 1px 10px #ddd;
    z-index: 99;
    background-size: 100% 100%;
    padding: 10px;
    border-radius: 10px;
}
.address-detail .triangle-left{
    left: -10px;
    top:20px; 
}


.address-detail ul {
    display: block;
    padding: 0;
    overflow-y: scroll;
    height: 147px;
}

.address-detail ul li {
    list-style: none;
    margin: 5px;
    display: inline-block;
    width: 90%;
    border-bottom: 1px solid #ddd;
    line-height: 20px;
    cursor: pointer;
}
.address-detail ul li:hover{
    color:#f00;
}

.address-one {
    position: absolute;
    left: 210px;
    width: 200px;
    padding:10px;
    background: url(../images/bjsj2.png)no-repeat;
    background-size: 100% 100%;
}

.address-one ul {
    display: block;
    padding: 0;
    overflow-y: scroll;
    height: 150px;
    padding-left: 10px;
}

.address-one ul li {
    list-style: none;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    width: 90%;
    border-bottom:1px solid #ddd;
    line-height: 20px;
}
.address-one ul li:hover{
    color: #f00;
}

.topleaveadress {
    margin-left: 0px;
}

#regionList_leave {
    height: 100px;
    margin-top: 5px;
    width: 250px;
    background: url(../images/xhbj3.png);
    cursor: pointer;
}

#regionList_leave li {
    float: left;
    text-align: center;
    line-height: 50px;
    padding-left: 25px;
}

#showCity_leave {
    position: absolute;
    top: -224px;
    right: -285px;
    width: 250px;
    height: 159px;
    z-index: 3;
}

#showCity_leave #cityList_leave li {
    float: left;
    padding: 15px 22px 15px 15px;
}

#cityList_leave {
    background: url(../images/xhbj2.png);
    display: block;
    cursor: pointer;
    width: 238px;
    overflow: hidden;
    padding-left: 10px;
}

.choose_leave {
    position: absolute;
    top: -208px;
    width: 208px;
    height: 200px;
    background: url(../images/xhbj1.png)no-repeat;
    left: 1px;
    background-size: 100% 100%;
}

.btn-one-leave {
    width: 70px;
    height: 25px;
    background: #ca2c39;
    margin: 10px auto;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
}

.total {
    display: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #c72c39;
    color: #fff;
    text-align: center;
}

.l-content {
    position: absolute;
    bottom: 50px;
    width: 320px;
    height: 270px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 10px #ddd;
    z-index: 99;
    left: 1px;
}

.l-content ul {
    height: 210px;
}

.l-content ul li {
    width: 280px;
    height: 40px;
    margin: 13px auto;
    border-bottom: 1px solid #e6e6e6;
    line-height: 40px;
    position: relative;
}

.l-content ul li img {
    float: right;
    margin-top: 13px;
}

.l-content ul li em {
    float: left;
    position: absolute;
    right: 20px;
    top: 10px;
}

.l-name {
    float: left;
}

.l-num {
    float: left;
    padding: 0px 0px !important;
    width: 15px;
    text-align: center
}

.l-add {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    background: #c72c39;
    display: block;
    float: left;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    cursor: pointer;
}

.l-reduce {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    background: #cccccc;
    display: block;
    float: left;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    cursor: pointer;
}

.l-btn {
    width: 70px;
    height: 25px;
    background: #ca2c39;
    margin: 10px auto;
    color: #ffffff;
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
    cursor: pointer;
}
.list-item{
    cursor: pointer;
}

.show-l ul {
    overflow: hidden;
    margin-bottom: 10px;
}

.show-l ul li {
    /* width: 125px; */
    /* height: 20px; */
    width: 45%;
    /* margin: auto; */
    /* overflow: hidden; */
    margin-left: 2%;
    float: left;
    margin-top: 10px;
    margin-right: 6px;
}

.show-l {
    position: absolute;
    right: 306px;
    top: -191px;
    width: 395px;
    background: #fff;
    z-index: 2;
}

.time-tab {
    position: absolute;
    top: -200px;
    width: 220px;
    height: 180px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #ddd;
    z-index: 9999;
    left: -30px;
}

.time-tab .triangle-down{
    left: 105px;
}
.triangle-left{
    width: 0;
    height: 0;
    border-top: 5px solid #0000;
    border-right: 10px solid #fff;
    border-bottom: 5px solid #0000;
    position: absolute;
    
}
.time-one .triangle-left{
    left: -8px;
    top: 30px;
}

.time-two .triangle-left{
    left: -8px;
    top: 30px;
}
.time-one {
    position: absolute;
    right: -200px;
    top: -202px;
    width: 255px;
    background: #FFF;
    border-radius: 10px;
    box-shadow:-1px 4px 9px 2px #b5b3b3;
    z-index: 10000;
    cursor: pointer;
}

.time-two {
    position: absolute;
    right: -150px;
    top: -160px;
    width: 155px;
    background: #FFF;
    border-radius: 10px;
    box-shadow:-1px 4px 9px 2px #b5b3b3;
    z-index: 10000;
    cursor: pointer;
}

.time-btn {
    width: 80px;
    height: 30px;
    background: #ca2c39;
    margin: 20px auto;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.time_one {
    width: 90%;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
}
.time_picker{
    cursor: pointer;
}
.time_one input {
    width: 160px;
    height: 30px;
    float: left;
    border: 1px solid #fff;
    margin-top: 10px;
}

.time_one img {
    float: right;
    margin-top: 20px;
}

.time-list {
    padding-left: 10px;
}

.time-one ul {
    width: 245px;
    float: right;
    padding-bottom: 5px;
    padding-top: 5px;
}

.time-one ul li {
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 5px;
}
.time-one ul li:hover{
    color: #f00 !important;
}
.time-two ul li:hover{
    color: #f00 !important;
}

.time-two {
    width: 155px;
    float: right;
    padding:10px;
    z-index: 10001;
}

.time-two ul li {
    float: left;
    line-height: 30px;
    margin-right: 15px;
    margin-left: 15px;
}

.cloud {
    overflow: hidden;
    float: right;
}

.indextwo {
    width: 100%;
    height: 538px;
    background: #f5f5f7;
}

.idx-two-box {
    width: 1200px;
    margin: auto;
    padding-top: 80px;
}

.idx-two-content {
    width: 1200px;
}

.idx-two-content dl {
    width: 30%;
    float: left;
    margin: 40px 20px 40px 20px;
}

.idx-two-content dl dd {
    float: left;
    width: 15%;
}

.idx-two-content dl dt {
    float: left;
    width: 85%;
    line-height: 25px;
    color: #666666;
}

.idx-two-content dl dt span {
    display: block;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #333333;
}

.idx-two-content div {
    float: left;
    margin: 40px 20px 40px 20px;
    background: url(../images/fwcn_20.png)no-repeat;
}

.idx-two-content div span {
    float: left;
    padding: 30px 20px 60px 50px;
    font-size: 18px;
    color: #cc2934;
}

.idx-two-content div p {
    float: left;
    padding: 35px 44px 60px 0px;
    color: #666666;
}


.indexthree {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx-three-one {
    width: 1200px;
    height: 680px;
}

.idx-one-top {
    width: 120px;
    height: 90px;
    margin: auto;
}

.idx-one-top h4 {
    font-size: 27px;
    text-align: center;
}

.idx-one-top span {
    display: block;
    width: 50px;
    height: 3px;
    margin: auto;
    background: #cc2934;
    margin-top: 17px;
}

.idx-one-top p {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    padding-top: 17px;
    letter-spacing: 2.5px
}

.idx-one-bottom {
    width: 1200px;
    height: 535px;
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.bottom-bj {
    width: 210px;
    margin-right: 20px;
    margin-left: 20px;
    height: 210px;
    position: relative;
}

/* .bask-box{width: 90px;height: 110px;}
.bask-box img{width: 46px;height: 46px;margin-left: 22px;} */
#swiper {
    display: flex;
    width: 100%;
    position: relative;
    margin-top: -5px;
    float: left;
}

#swiper .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
}

#swiper .bd li {
    float: left;
    width: 25%;
    height: 275px;
    background: url(https://images.unsplash.com/photo-1613878501675-42738513f0a4?ixid=MXwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwyNHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60) no-repeat;
    color: #fff;
    text-align: center;
    line-height: 200px;
}

.next {
    position: absolute;
    top: 115px;
    left: 20px;
}

.prev {
    position: absolute;
    top: 115px;
    right: 25px;
}

.bask-box p {
    display: block;
    padding-top: 20px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background: url(../images/fwxma_03.png)no-repeat;
    color: #fff;
    text-align: center;
    background-size: 100% 100%;
}

.mask img {
    margin-top: 25px;
}

.mask p {
    padding-top: 11px;
    font-size: 20px;
}

.mask span {
    width: 100px;
    height: 32px;
    display: block;
    background: #fefefe;
    color: #000000;
    text-align: center;
    line-height: 32px;
    margin: auto;
    margin-top: 17px;
    border-radius: 20px;
    cursor: pointer;
}

.bask {
    width: 210px;
    height: 210px;
    box-shadow: 0px 0px 5px #dcdcdc;
    border-radius: 5px;
}

.bask-top {
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-size: 100% 100%;
}

.bask p {
    line-height: 70px;
    text-align: center;
    font-size: 20px;
}


.bask-boxs img {
    margin-top: 50px;
    width: 46px;
    height: 46px;
}

.bask-boxs p {
    padding-top: 15px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}

.odrer_1 {
    width: 98px;
    height: 32px;
    background: #ffffff;
    margin: auto;
    border-radius: 50px;
    margin-top: 20px;
    color: #cc2934;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    cursor: pointer;
}

.indexfour {
    width: 100%;
    height: 793px;
    overflow: hidden;
    background: url(../images/bj793_02.jpg)no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
}

.idx_four {
    width: 1150px;
    height: 630px;
}

.idx-four-top {
    height: 90px;
    margin: auto;
}

.idx-four-top h4 {
    font-size: 22px;
    text-align: center;
    color: #fcf6f6;
}

.idx-four-top span {
    display: block;
    width: 50px;
    height: 3px;
    margin: auto;
    background: #fcf6f6;
    margin-top: 17px;
}

.idx-four-top p {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    padding-top: 17px;
    letter-spacing: 2.5px;
    color: #fcf6f6;
}

.idx-four-bottom {
    width: 1156px;
    height: 500px;
    margin-top: 30px;
}

.idx_four_one {
    width: 384px;
    height: 250px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.idx_fours {
    width: 265px;
    height: 160px;
    color: #ffffff;
}

.idx_fours h4 {
    font-size: 21px;
    height: 36px;
}

.idx_fours h4 img {
    float: left;
    width: 37px;
    height: 37px;
    margin-top: 3px;
}

.idx_fours h4 p {
    float: left;
    font-size: 25px;
    padding-top: 6px;
    padding-left: 15px;
}



.indexfive {
    width: 100%;
    height: 1077px;
    background-color: #f5f5f5;
    overflow: hidden;
    background: url(../images/bjs_02.jpg) no-repeat;
}

.idx-five-top {
    overflow: hidden;
    margin-bottom: 77px;
}

.good-one {
    width: 120px;
    height: 90px;
    margin: auto;
    padding-top: 84px;
}

.good-one h4 {
    font-size: 27px;
    text-align: center;
}

.good-one span {
    display: block;
    width: 50px;
    height: 3px;
    margin: auto;
    background: #cc2934;
    margin-top: 17px;
}

.good-one p {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    padding-top: 17px;
    letter-spacing: 2.5px;
}

.goodtext {
    text-align: center;
    padding-top: 50px;
    font-size: 16px;
    line-height: 25px;
}

.goodtext span {
    color: #cc2934;
}

.idx-five-bottom {
    height: 530px;
    width: 100%;
    position: relative;
}

.good-left {
    width: 50%;
    position: relative;
    float: left;
    height: 530px;
}

.good-left-one {
    height: 530px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background: url(../images/bj2_02.jpg) no-repeat;
    position: absolute;
    width: 809px;
}

.good-left-two {
    width: 50%;
    height: 400px;
    float: left;
    margin-top: 60px;
}

.good-right {
    width: 1200px;
    height: 530px;
    margin: auto;
    position: inherit;
}

.good-right-top {
    width: 570px;
    float: right;
    margin-top: 120px;
}

#leftBox {
    display: flex;
    width: 570px;
    margin: 0 auto;
    height: 225px;
}

#leftBox .hd ul {
    width: 115px;
    text-align: center;
}

#leftBox .hd ul li span {
    font-size: 30px;
    padding-left: 10px;
    float: left;
}

#leftBox .hd ul li {
    line-height: 55px;
    cursor: pointer;
}

.bd {
    width: 455px;
}

.bd ul li {
    display: block;
}

#leftBox .hd li.on {
    color: #c63e45
}

/* .bd ul li span{width: 70px;height: 2px;background: #c63e45;display: block;} */
.bd ul li h3 {
    font-size: 23px;
    line-height: 40px;
    padding-top: 20px;
}

.bd ul li p {
    padding-top: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #808080;
}

.still {
    width: 100px;
    height: 40px;
    border: 1px solid #c63e45;
    border-radius: 5px;
    font-size: 16px;
    color: #c63e45;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    cursor: pointer;
}

.still-bottom {
    float: right;
    font-size: 18px;
    color: #c63e45;
    padding-top: 97px;
}

.mask_video {
    overflow: hidden;
    border-radius: 5px;
}

.phone_idx6 button {
    border-width: 0px;
}

.video_btm {
    position: relative;
    z-index: 1;
}

.video_info {
    position: absolute;
    z-index: 100;
    top: 80px;
    left: 60px;
}


/* display: flex;justify-content: center;align-items: center; */
.indexsix {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.assess_one {
    width: 120px;
    height: 90px;
    margin: auto;
    padding-top: 80px;
    margin-bottom: 40px;
}

.assess_one h4 {
    font-size: 27px;
    text-align: center;
}

.assess_one span {
    display: block;
    width: 50px;
    height: 3px;
    margin: auto;
    background: #cc2934;
    margin-top: 17px;
}

.assess_one p {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    padding-top: 17px;
    letter-spacing: 2.5px;
}

.assess_two {
    width: 1140px;
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-decoration: none;
}

.assess {
    width: 360px;
    height: 485px;
    position: relative;
}

.assess_top {
    width: 300px;
    height: 146px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #f8f8f9;
    background: #fff;
    margin: auto;
    position: absolute;
    top: -50px;
    left: 31px;
}

.party—top dl {
    width: 240px;
    height: 65px;
    display: block;
    clear: both;
    padding-top: 20px;
    margin: auto;
    position: relative;
}

.qrcode {
    position: absolute;
    width: 145px;
    height: 155px;
    top: 75px;
    left: 25px;
    display: none;
}

.clickmore {
    width: 333px;
    height: 60px;
    border: 1px solid #c63e45;
    border-radius: 10px;
    color: #c63e45;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 60px;
}

.party—top dl dd {
    float: left;
}

.party—top dl dt {
    float: left;
    padding-left: 13px;
}

.party—top dl dt p {
    padding-top: 5px;
    font-size: 18px;
}

.party—top dl dt span {
    width: 48px;
    height: 18px;
    background: #c63e45;
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
    line-height: 18px;
    border-radius: 20px;
    margin-top: 5px;
}

.degree {
    margin: auto;
    width: 240px;
    margin-top: 10px
}

.degree p {
    float: left;
    font-size: 15px;
    color: #999999;
}

.degree span {
    float: left;
}

.party—bottom {
    height: 450px;
    width: 360px;
    background: #ffffff;
    border-radius: 20px;
}

.party—bottom p {
    padding-top: 20px;
    font-size: 16px;
    line-height: 25px;
    padding-top: 117px;
}

.routine {
    cursor: pointer;
}

#leftTabBox {
    width: 320px;
    height: 140px;
    margin: 0 auto;
    position: relative;
}

.bd1 {
    width: 300px;
    height: 195px;
}

.bd1 img {
    width: 300px;
    height: 195px;
}

#leftTabBox .hd1 {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: -75px;
    left: 114px;
    text-align: center;
}

#leftTabBox .hd1 li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #dcdcdc;
    color: #dcdcdc;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
}

#leftTabBox .hd1 li.on {
    background: #cc2934;
    color: #cc2934;
}

#leftTabBox3 {
    width: 320px;
    height: 140px;
    margin: 0 auto;
    position: relative;
}

.bd3 {
    width: 300px;
    height: 195px;
}

.bd3 img {
    width: 300px;
    height: 195px;
}

#leftTabBox3 .hd3 {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: -75px;
    left: 114px;
    text-align: center;
}

#leftTabBox3 .hd3 li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #dcdcdc;
    color: #dcdcdc;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
}

#leftTabBox3 .hd3 li.on {
    background: #cc2934;
    color: #cc2934;
}

.el-button--danger {
    background: #cc2934 !important;
}


.indexserve {
    width: 100%;
    overflow: hidden;
}

.idx_serve_box {
    width: 1200px;
    margin: auto;
    padding-top: 80px;
    overflow: hidden;
    margin-bottom: 80px;
}


.idx_serve_top {
    height: 40px;
    margin-top: 50px;
}

.indexserve_title {
    width: 680px;
    margin: auto;
}

.indexserve_title div {
    width: 130px;
    height: 40px;
    float: left;
    border: 1px solid #adafbd;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #555;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 28px;
}

.indexserve_title a,
.indexserve_title a:link,
.indexserve_title a:visited,
.indexserve_title a:hover {
    color: #555;
    width: 131px;
    height: 44px;
    display: inline-block
}

.indexserve_title div.on a,
.indexserve_title div.on a:link,
.indexserve_title div.on a:visited,
.indexserve_title div.on a:hover {
    color: #f70
}

.indexserve_title div.on {
    width: 130px;
    height: 40px;
    background: #cc2934;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: 1px solid #cc2934;
}

.indexserve_con {
    clear: both;
    margin-top: 30px;
    width: 1200px;
}

.indexserve_con_list {
    display: none;
}

.idx_serve_top h5 {
    float: left;
    line-height: 40px;
}

#swiper5 {
    display: flex;
    width: 100%;
    float: left;
}

#swiper5 .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
}

#swiper5 .bd li {
    float: left;
    width: 48%;
    height: 350px;
    margin-left: 1.5%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.next5 {
    position: absolute;
    top: 160px;
    left: -40px;
}

.prev5 {
    position: absolute;
    top: 160px;
    left: 1213px;
}

.cars_emarks {
    width: 830px;
    margin: 20px auto;
    margin-left: auto !important;
}



/* 底部 */
.footer {
    width: 100%;
    background-color: #32365d;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot {
    width: 1200px;
    margin-top: 50px;
}

.footleft1 {
    width: 130px;
    height: 330px;
    float: left;
}

.footleft1 img {
    width: 129px;
    height: 129px;
}

.footleft2 {
    width: 248px;
    height: 330px;
    float: left;
    margin-left: 52px;
}

.footleft2_one {
    width: 242px;
    height: 70px;
}

.footleft2_one h3 {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
}

.footleft2_one p {
    color: #adaeba;
    font-size: 15px;
    margin-top: 15px;
}

.footleft2_two {
    width: 248px;
    height: 90px;
    margin-top: 28px;
}

.footleft2_two h3 {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
}

.footleft2_two p {
    color: #adaeba;
    font-size: 15px;
    margin-top: 15px;
    line-height: 27px;
}

.footleft3 {
    width: 107px;
    height: 340px;
    float: left;
    margin-left: 50px;
}

.footleft3 h4 {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.footleft3 img {
    width: 107px;
    height: 107px;
    margin-top: 17px;
}

.footleft3 p {
    text-align: center;
    padding-top: 8px;
    color: #fff;
}

.footleft4 {
    width: 248px;
    height: 330px;
    float: left;
    margin-left: 52px;
}

.footleft4_one {
    width: 242px;
    height: 70px;
}

.footleft4_one h3 {
    font-size: 27px;
    color: #fff;
}

.footleft4_one p {
    color: #adaeba;
    font-size: 15px;
    margin-top: 15px;
}

.footleft4_one p a {
    color: #adaeba;
}

.footleft4_two {
    width: 248px;
    height: 90px;
    margin-top: 28px;
}

.footleft4_two h3 {
    font-size: 27px;
    color: #fff;
}

.footleft4_two p {
    color: #adaeba;
    font-size: 15px;
    margin-top: 15px;
    line-height: 27px;
}

.footleft4_two p a {
    color: #adaeba;
}

.footleft5 {
    width: 1200px;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.footleft5 p {
    text-align: center;
    color: #adaeba;
}

.footleft5 p span {
    padding-left: 30px;
}

/*----- more -----*/
.phtricklx1 {
    display: none;
}

.more_banner {
    height: 300px;
    width: 100%;
    background: url(../images/more_banner_02.jpg) center no-repeat;
    position: relative;
}

.more_news {
    height: 174px;
    width: 261px;
    background: #ffffff;
    position: absolute;
    top: 63px;
    right: 544px;
    border-radius: 10px;
}

.more_news .news_one {
    font-size: 36px;
    text-align: center;
    padding-top: 45px;
}

.more_news .news_two {
    font-size: 22px;
    text-align: center;
    padding-top: 10px;
    color: #ffa242;
}

.more_indexone {
    width: 1200px;
    margin: auto;
    position: relative;
}

.main—time {
    display: none;
}

.more_nav {
    margin-top: 40px;
    height: 20px;
}

.more_nav p {
    float: left;
    font-size: 15px;
    cursor: pointer;
}

.more_nav span {
    /*float: left;*/
    font-size: 15px;
}

.more_nav span a {
    color: #000;
}

.trends_one {
    width: 1200px;
    margin-top: 10px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

.trends_one dl {
    float: left;
    width: 1035;
    margin-top: 30px;
    margin-bottom: 40px;
}

.trends_one dl dd {
    float: left;
    width: 304px;
    position: relative;
    height: 195px;
    background: cover;
}

.trends_one dd span {
    position: absolute;
    top: 5px;
    left: 10px;
    background: #32365d;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
}

.trends_one dl dt {
    margin-left: 30px;
    float: left;
    width: 695px;
}

.trends_one dl dt h4 {
    font-size: 21px;
    color: #333333;
    font-weight: 600;
    padding-top: 22px;
}

.trends_one dl dt p {
    font-size: 16px;
    color: #999999;
    padding-top: 20px;
    line-height: 27px;
}

.trends_one dl dt span a {
    color: #c63e45;
}

.trends_one dl dt span {
    display: block;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #c63e45;
    font-size: 16px;
    color: #c63e45;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    margin-top: 20px;
}

.trends_time {
    width: 65px;
    height: 85px;
    float: right;
    margin-top: 90px;
}

.trends_time h2 {
    font-size: 53px;
    text-align: center;
    display: block;
    border-bottom: 1px solid #000000;
}

.trends_time p {
    font-size: 15px;
    text-align: center;
    padding-top: 5px;
}

.M-box11 {
    margin-top: 80px;
    margin-bottom: 75px;
}

.M-box11 .next {
    position: absolute;
    top: 0px;
    left: 1144px;
    width: 58px;
    height: 30px;
    color: #cbcbcb;
}

.M-box11 .prev {
    position: absolute;
    top: 0px;
    left: 1084px;
    width: 58px;
    height: 30px;
    color: #cbcbcb;
}

.more_detail {
    width: 1200px;
    margin-top: 40px;
}

._detail-lfet {
    width: 850px;
    background: #fff;
    box-shadow: 0px 0px 11px #dddddd;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

._detail-right {
    width: 310px;
    float: right;
    background: #fff;
    box-shadow: 0px 0px 11px #dddddd;
}

._detail-text {
    width: 90%;
    margin-top: 30px;
}


._detail-text h3 {
    font-size: 25px;
    text-align: center;

}
.detail_content{
    line-height: 30px;
     margin-bottom: 20px;
     width:100%;
     float: left;
}
.detail_content_info{
    width:100%;
    float: left;
    padding-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
}
.detail_content_info b{
    float: right;
}
._detail-text img {
    width: 100%;
    margin-top: 50px;
}

._detail-text p {
    font-size: 15px;
    padding-top: 28px;
    line-height: 25px;
    color: #5d5d5d;
}

._detail-text span {
    padding-top: 60px;
    display: block;
    float: right;
    color: #5d5d5d;
    padding-bottom: 20px;
}

._detail-right h3 {
    height: 64px;
    width: 280px;
    border-bottom: 1px solid #cccccc;
    font-size: 24px;
    line-height: 64px;
    padding-left: 30px;
}

._detail-right dl dd img {
    width: 70px;
    height: 60px;
}

._detail-right dl dd {
    float: left;
}

._detail-right dl dt {
    float: right;
    width: 170px;
    font-size: 16px;
    padding-top: 10px;
}

._detail-right dl dt a {
    color: #5d5d5d;
}

._detail-right dl {
    height: 80px;
    width: 270px;
    margin: auto;
    border-bottom: 1px solid #cccccc;
    margin-top: 20px;
    cursor: pointer;
    margin-bottom: 15px;
}
._detail-right dl:last-child{
    border-bottom: none;
}

.dlnone {
    border-bottom: 1px solid #fff !important;
}

.more_np {
    padding-top: 45px;
    width: 850px;
    height: 30px;
    font-size: 15px;
    overflow: hidden;
    margin-bottom: 45px;
}

.more_pore {
    float: left;
    padding-left: 20px;
    cursor: pointer;
}

.more_pore a {
    color: #5d5d5d;
}

.more_next {
    float: right;
    padding-right: 20px;
    cursor: pointer;
}

.more_next a {
    color: #5d5d5d;
}

#key {
    margin-top: 45px;
}

.tip_banner {
    height: 300px;
    width: 100%;
    background: url(../images/banner_qm_02.jpg)no-repeat;
    background: cover;
    position: relative;
}

.investment_f {
    width: 960px;
}

.investment_f .investment_title {
    overflow: hidden
}

.investment_title div {
    width: 120px;
    height: 40px;
    float: left;
    border: 1px solid #adafbd;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #555;
    cursor: pointer;
    margin-right: 20px;
    border-radius: 5px;
    margin-top: 8px;
}

.investment_title a,
.investment_title a:link,
.investment_title a:visited,
.investment_title a:hover {
    color: #555;
    width: 120px;
    height: 44px;
    display: inline-block
}

.investment_title div.on a,
.investment_title div.on a:link,
.investment_title div.on a:visited,
.investment_title div.on a:hover {
    color: #fff;
}

.investment_title div.on {
    width: 120px;
    height: 40px;
    background: #cc2934;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    border: 1px solid #cc2934;
}

.investment_con {
    clear: both;
    background: #fff;
    margin-top: 30px;
    width: 1200px;
}

.investment_con_list {
    display: none;
}

#myul {
    width: 1200px;
    border-bottom: 2px solid #efefef;
}

#myul li {
    list-style: none;
    border-top: 2px solid #efefef;
}

#myul li span {
    list-style: none;
    width: 1180px;
    height: 70px;
    display: block;
    padding-left: 20px;
    font-size: 18px;
    line-height: 70px;
}

#myul li span.hand {
    cursor: pointer;
    background: url(../images/right_red.png) no-repeat 1150px center;
}
#myul li span.hand a{
    color: #333;
}
#myul li a{
    color: #333; 
}

#myul li span.current {
    background: url(../images/down.png) no-repeat 1150px center;
    border-top: 4px solid #efefef;
}

#myul li .hid {
    width: 1200px;
    border-bottom: 4px solid #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
}

#myul li span p {
    float: left;
    padding-right: 27px;
}

#myul li .hid p {
    display: block;
    width: 1060px;
}

#myul li .hid p a {
    display: block;
    font-size: 16px;
    width: 1115px;
    padding-bottom: 28px;
}

.glory_title {
    /*width: 320px;*/
    float: right;
}

.glory_title div {
    width: 130px;
    height: 40px;
    float: left;
    border: 1px solid #adafbd;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #555;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 40px;
    margin-left: 28px;
}

.glory_title a,
.glory_title a:link,
.glory_title a:visited,
.glory_title a:hover {
    color: #555;
    width: 131px;
    height: 44px;
    display: inline-block
}

.glory_title div.on a,
.glory_title div.on a:link,
.glory_title div.on a:visited,
.glory_title div.on a:hover {
    color: #f70
}

.glory_title div.on {
    width: 130px;
    height: 40px;
    background: #cc2934;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.glory_con {
    clear: both;
    margin-top: 30px;
    width: 1200px;
    height: 245px;
}

.glory_con_list {
    display: none;
}

#swiper1 {
    display: flex;
    width: 100%;
    position: relative;
}

#swiper1 .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
}

#swiper1 .bd li {
    float: left;
    width: 250px;
    height: 240px;
    background: url(https://images.unsplash.com/photo-1613878501675-42738513f0a4?ixid=MXwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwyNHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60) no-repeat;
    color: #333333;
    line-height: 415px;
    margin-left: 40px;
    margin-top: 5px;
    text-align: center;
}

.next1 {
    position: absolute;
    top: 90px;
    left: 0px;
}

.prev1 {
    position: absolute;
    top: 90px;
    right: 0px;
}

#swiper2 {
    display: flex;
    width: 100%;
    position: relative;
}

#swiper2 .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
}

#swiper2 .el-image {
    height: 187px;
}

#swiper2 .bd li {
    float: left;
    width: 150px;
    height: 187px !important;
    background: url(https://images.unsplash.com/photo-1613878501675-42738513f0a4?ixid=MXwxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwyNHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60) no-repeat;
    color: #333333;
    line-height: 450px;
    margin-left: 75px;
    margin-top: 5px;
    text-align: center;
}

.next2 {
    position: absolute;
    top: 90px;
    left: 0px;
}

.prev2 {
    position: absolute;
    top: 90px;
    right: 0px;
}



.course {
    height: 820px;
    width: 100%;
    background: url(../images/course_02.jpg)no-repeat;
}

.course_box {
    width: 1200px;
    margin: auto;
}

.course_top {
    height: 90px;
    width: 1200px;
    margin: auto;
    padding-top: 70px;
}

.course_top h4 {
    width: 165px;
    height: 90px;
    font-size: 26px;
    float: left;
}

.course_top h4 p {
    font-size: 20px;
    padding-top: 10px;
}

.course_top h4 span {
    width: 50px;
    height: 3px;
    background: #cc2934;
    display: block;
    margin-top: 15px;
}

.warp-time {
    width: 221px;
    height: 174px;
    margin: auto;
    margin-top: 33px;
}

.wrap {
    width: 1557px;
    float: right;
    overflow: hidden;
    margin-top: 60px;
}

.wrap .wrap_xd {
    margin: auto;
    display: block;
}

.wrap-bd {
    width: 310px;
    margin-top: 60px;
    height: 28px;
}

.wrap-bd img {
    float: left;
    margin-left: 145px;
}

.wrap-bd span {
    width: 95px;
    height: 1px;
    display: block;
    float: right;
    background: #cccccc;
    margin-top: 20px;
}

.bd-left {
    width: 95px;
    height: 1px;
    display: block;
    float: left !important;
    background: #cccccc;
    margin-top: 14px;
}

.bd-center {
    float: left;
    margin-left: 40px !important;
}

.bd-right {
    width: 95px;
    height: 1px;
    display: block;
    float: right;
    background: #cccccc;

    margin-top: 15px;
}

.wrap-bd2 {
    width: 310px;
    margin-top: 28px;
    height: 28px;
}

.wrap .wrap_xd2 {
    margin: auto;
    margin-top: 37px;
    display: block;
}

.wrap li h3 {
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
    font-weight: bold;
}

.wrap li p {
    font-size: 15px;
    width: 220px;
    padding-left: 50px;
    line-height: 30px;
}

.wrap li p a {
    font-weight: bold;
    padding-bottom: 18px;
}

.wrap ul {
    margin: 0;
    padding: 0;
    display: flex;
    overflow: hidden;
    position: relative;
}

.maskright {
    position: absolute;
    top: 0;
    right: 0;
    width: 310px;
    height: 500px;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1, startColorStr=#fdfcfc, endColorStr=#fdfcfc);
    /* IE 10 */
    background: -ms-linear-gradient(left, #fdfcfc, #fdfcfc);
    /* firefox */
    background: -moz-linear-gradient(left, #fdfcfc, #fdfcfc);
    /*Safari5.1 Chrome 10+*/
    background: -webkit-linear-gradient(left, #fdfcfc, #fdfcfc);
    /*Opera 11.10+*/
    background: -o-linear-gradient(left, #fdfcfc, #fdfcfc);
    color: red;
    opacity: .9;
}

.wrap li {
    list-style-type: none;
    width: 310px;
    height: 500px;
    flex-shrink: 0
}

.wrap li:last-child {
    border-right: none;
}

.range-slider {
    margin: 30px 0 0 0%;
}

.range-slider {
    width: 100%;
    height: 30px;
}

.range-slider__range {
    -webkit-appearance: none;
    width: 484px;
    height: 2px;
    border-radius: 5px;
    background: #b3b3b3;
    outline: none;
    padding: 0;
    margin: 0;
    margin-left: 360px;
}


.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 5px;
    width: 20px;
    height: 12px;
    background: #cc2934;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
    background: #cc2934;
}

.range-slider__range:active::-webkit-slider-thumb {
    background: #cc2934;
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #cc2934;
    cursor: pointer;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
    background: #cc2934;
}

.range-slider__range:active::-moz-range-thumb {
    background: #cc2934;
}


.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: red;
    padding: 5px 10px;
    margin-left: 8px;
}

.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid red;
    border-bottom: 7px solid transparent;
    content: "";
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}




















.case {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.case_box {
    width: 1615px;
}

.case_top {
    height: 90px;
    width: 1200px;
    margin: auto;
}

.case_top h4 {
    width: 165px;
    height: 90px;
    font-size: 26px;
    float: left;
}

.case_top h4 p {
    font-size: 20px;
    padding-top: 10px;
}

.case_top h4 span {
    width: 50px;
    height: 3px;
    background: #cc2934;
    display: block;
    margin-top: 15px;
}

.case_title {
    width: 130px;
    height: 40px;
    border: 1px solid #cc2934;
    text-align: center;
    line-height: 40px;
    color: #cc2934;
    float: right;
    border-radius: 5px;
    margin-top: 50px;
}

.case_title a {
    color: #cc2934;
}

.case_bottom {
    width: 1615px;
}

.casecontent img {
    max-width: 776px;
}

.teamwork {
    height: 495px;
    width: 100%;
}

.teamwork_box {
    width: 1200px;
    height: 495px;
    margin: auto;
}

.teamwork_title {
    float: right;
}

.teamwork_title div {
    width: 130px;
    height: 40px;
    float: left;
    border: 1px solid #adafbd;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #555;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 40px;
    margin-left: 28px;
}

.teamwork_title a,
.teamwork_title a:link,
.teamwork_title a:visited,
.teamwork_title a:hover {
    color: #555;
    width: 131px;
    height: 44px;
    display: inline-block
}

.teamwork_title div.on a,
.teamwork_title div.on a:link,
.teamwork_title div.on a:visited,
.teamwork_title div.on a:hover {
    color: #f70
}

.teamwork_title div.on {
    width: 130px;
    height: 40px;
    background: #cc2934;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: 1px solid #cc2934;
}

.glory_con {
    clear: both;
    margin-top: 30px;
    width: 1200px;
    height: 245px;
}

._brief_box_title {
    display: none;
}

#picBox {
    width: 1615px;
    margin: 0 auto;
    position: relative;
    margin-top: 24px;
    margin-bottom: 100px;
}

#picBox .picimg1 {
    width: 404px;
    margin-right: 55px;
    height: 352px;
    float: left;
    font-size: 14px;
    text-align: center;
}

.picimg1 img {
    margin-top: 40px;
}

#picBox li img {
    width: 404px;
    height: 312px;
}

#picBox .picimg2 {
    width: 695px;
    height: 352px;
    background: #cc2934;
    margin-right: 55px;
    float: left;
    position: relative;
}

#picBox .picimg2 .picstall {
    position: absolute;
    left: -25px;
}

#picBox .picimg3 {
    width: 404px;
    height: 352px;
    float: left;
    font-size: 14px;
    text-align: center;
}

.picimg3 img {
    margin-top: 40px;
}

#picBox li:last-child {
    margin-right: 0;
}

#picBox .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: -35px;
    text-align: center;
}

#picBox .hd ul {
    width: 136px;
    margin: auto;
}

#picBox .hd li {
    width: 14px;
    height: 14px;
    background: #d2d2d2;
    float: left;
    color: #d2d2d2;
    border-radius: 50px;
    margin-left: 20px;
    font-size: 1px;
    cursor: pointer
}

#picBox .hd li.on {
    background: #cc2934;
    color: #cc2934;
    font-size: 1px;
}

#picBox .text {
    display: none;
    width: 211px;
    height: 214px;
    float: right;
    margin-right: 40px;
    margin-top: 70px;
}

#picBox .text span {
    width: 48px;
    height: 3px;
    background: #fff;
    display: block;
}

#picBox .text h3 {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    padding-top: 20px;
    line-height: 15px;
}

#picBox .text p {
    font-size: 15px;
    color: #fff;
    line-height: 28px;
}

#picBox .text img {
    width: 57px;
    height: 18px;
    float: right;
    margin-top: 27px;
}

.show {
    display: block !important;
}


/*----- 搬家产品部分 -----*/
.newMoveCar {
    display: inline-block;
    height: 290px;
    /*overflow: hidden;*/
    margin-bottom: 30px;
}

.overshow {
    overflow: visible !important;
}

.newMoveCar li {
    width: 830px !important;
    height: 290px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    box-shadow: 3px 3px 10px #ddd;
    opacity: .5;
}

.newMoveCar li:first-child {
    opacity: 1;
}

.overshow .bx-wrapper .bx-viewport {
    height: auto !important;
    overflow: visible !important;
}

.overshow .bx-wrapper {
    margin: 20px auto;
}

.indexserve_con_new {
    clear: both;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 1200px;
}

.newMoveCar li .moveCar_left {
    padding-right: 30px;
    height: 250px;
    margin-top: 10px;
    float: left;

    text-align: center;
    overflow: hidden;
}

.newMoveCar li .moveCar_left p {
    line-height: 40px;

    text-align: left;
    font-size: 20px;
}

.newMoveCar li .moveCar_left p span {
    float: left !important;
    width: 8px !important;
    height: 8px !important;
    display: block !important;
    background: #cd2e39 !important;
    border-radius: 50px !important;
    margin-top: 17px;
    margin-left: 30px;
    margin-right: 11px;
}

.newMoveCar li .moveCar_right {
    float: right;
    width: 258px;
    line-height: 42px;
    border-left: 1px solid #ddd;
    padding-left: 50px;
    margin: 40px auto;
    margin-right: 36px;
}

.newMoveCar li .moveCar_right p {
    font-weight: 200;
    color: #333
}

.newMoveCar li .moveCar_right p span {
    float: right;
    color: #000;
    font-weight: bold;
}

.newMoveCar li .moveCar_left img {
    height: 210px;
    width: auto !important;
}

.indexserve_con_new .bx-prev {
    width: 34px !important;
    ;
    height: 34px !important;
    ;
    left: -48px;
    background: url('../images/about_left_12.png') center no-repeat !important;
}

.indexserve_con_new .bx-next {
    width: 34px !important;
    ;
    height: 34px !important;
    ;
    right: -48px;
    background: url('../images/about_right.png') center no-repeat !important;
}




.teamwork_con {
    margin-top: 10px;
    float: left;
    margin-bottom:60px;
}

.teamwork_con_list {
    display: none;
}

.teamwork_con_list img {
    float: left;
    margin-left: 70px;
    margin-top: 60px;
}

/*----- us -----*/
.us_banner {
    height: 300px;
    width: 100%;
    background: url(../images/lx_02.jpg)no-repeat;
    background: cover;
    position: relative;
}

.more_news {
    height: 174px;
    width: 261px;
    background: #ffffff;
    position: absolute;
    top: 63px;
    right: 544px;
    border-radius: 10px;
}

.more_news .news_one {
    font-size: 36px;
    text-align: center;
    padding-top: 45px;
}

.us_adress {
    width: 1200px;
    margin: auto;
    margin-top: 52px;
    border-bottom: 4px solid #cc2934;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #f8f8f9;
}

.us_f {
    height: 710px;
    width: 1200px;
    margin: auto;
    border-radius: 5px;
    border-bottom: 4px solid #cc2934;
    display: flex;
    justify-content: center;
    align-items: center;
}

._fcenter {
    width: 1095px;
    height: 550px;
}

.us_wd {
    height: 810px;
    width: 1200px;
    margin: auto;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adress_top {
    width: 1200px;
    height: 387px;
    background: url(../images/lx_05.png)no-repeat;
}

.adress_bottom {
    width: 1200px;
    overflow: hidden;
}

.adress_bottom_one {
    width: 245px;
    height: 190px;
    margin-left: 115px;
    float: left;
    margin-top: 60px;
}

.adress_bottom_one dl dd {
    margin: auto;
    width: 80px;
    height: 80px;
}

.adress_bottom_one dl dt span {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.adress_bottom_one dl dt {
    text-align: center;
    font-size: 15px;
}

._fidx1 {
    height: 29px;
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
}

._fidx1 img {
    margin-right: 12px;
    margin-bottom: 2px;
}

._fidxleft {
    width: 530px;
    height: 480px;
    border-right: 2px solid #e6e6e6;
    margin-top: 30px;
    float: left;
}

._fidxleft1 {
    width: 375px;
    height: 105px;
    margin-left: 30px;
}

._fidxleft1 h3 {
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}

._fidxleft1 h3 span {
    width: 2px;
    height: 20px;
    background: #cc2934;
    display: block;
    float: left;
    margin-right: 20px;
}

._fidxleft1 p {
    font-size: 15px;
    padding-top: 15px;
}

._fidxleft2 {
    width: 375px;
    height: 105px;
    margin-left: 30px;
    margin-top: 70px;
}

._fidxleft2 h3 {
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}

._fidxleft2 h3 span {
    width: 2px;
    height: 20px;
    background: #cc2934;
    display: block;
    float: left;
    margin-right: 20px;
}

._fidxleft2 p {
    font-size: 15px;
    padding-top: 15px;
}

._fidxright {
    width: 530px;
    height: 480px;
    margin-top: 30px;
    float: left;
}

._fidxright1 {
    height: 105px;
    margin-left: 80px;
}

._fidxright2 {
    height: 105px;
    margin-left: 30px;
    margin-top: 70px;
}

._fidxright1 h3 {
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}

._fidxright1 h3 span {
    width: 2px;
    height: 20px;
    background: #cc2934;
    display: block;
    float: left;
    margin-right: 20px;
}

._fidxright1 p {
    font-size: 15px;
    padding-top: 15px;
}

._fidxright2 h3 {
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}

._fidxright2 h3 span {
    width: 2px;
    height: 20px;
    background: #cc2934;
    display: block;
    float: left;
    margin-right: 20px;
}

._fidxright2 p {
    font-size: 15px;
    padding-top: 15px;
}


._wdleft {
    width: 530px;
    height: 663px;
    border-right: 2px solid #e6e6e6;
    margin-top: 30px;
    float: left;
}

._wdcenter {
    width: 1095px;
    height: 735px;
}

._wdright {
    width: 530px;
    height: 663px;
    margin-top: 30px;
    float: left;
}

/*----- selfbook -----*/
.book_banner {
    height: 300px;
    width: 100%;
    background: url(../images/book_banner_02.jpg)no-repeat;
    position: relative;
    background-size: 100% 100%;
}

.book_box {
    width: 1200px;
    margin-top: 35px;
}

.book_left {
    width: 348px;
    height: 600px;
    float: left;
    background: url(../images/bj793_02.jpg) no-repeat;
    background-size: cover;
}

.book_left h3 {
    padding:40px;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
}

.book_left h3 span {
    width: 3px;
    height: 24px;
    background: #fff;
    float: left;
    display: block;
    margin-right: 10px;
}

.book_left p {
    width: 243px;
    padding-left: 50px;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}

.book_right {
    float: right;
    width: 776px;
}

.trick2 ._booktop {
    height: 32px;
}

._booktop h3 {
    float: left;
    font-size: 25px;
}

._booktop h3 span {
    width: 3px;
    height: 27px;
    ;
    display: block;
    background: #cc2934;
    float: left;
    margin-right: 20px;
 
}

._booktop h3 a {
    font-size: 17px;
    color: #cc2934;
    font-weight: bold;
    padding-left: 20px;
}

.book_right p {
   /* padding-top: 40px;
    font-size: 15px;
    line-height: 25px;*/
}
.casecontent{
    float: left;
    width: 100%;
    margin-top: 20px;
    line-height: 30px;
}

.book-img {
    margin-top: 15px;
    width: 776px;
}

.book-img img {
    margin-left: 15px;
    margin-top: 28px;
}

.phone_box {
    display: none;
}

._booktop1 {
    height: 32px;
    padding-top: 70px;
}

._booktop1 h3 {
    float: left;
    font-size: 25px;
}

._booktop1 h3 span {
    width: 3px;
    height: 27px;
    ;
    display: block;
    background: #cc2934;
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}

._booktop1 h3 a {
    font-size: 17px;
    color: #cc2934;
    font-weight: bold;
    padding-left: 20px;
}

.bookimgtext span {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #383737;
    color: #fff;
    opacity: 0.7;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.book-img1 {
    width: 776px;
    margin-top: 40px;
    margin-bottom: 80px;
    overflow: hidden;
}

/*----- CONACT US -----*/


/*----- trick-----*/
.trick_banner {
    height: 300px;
    width: 100%;
    background: url(../images/trick_banner_02.jpg)no-repeat;
    background: cover;
    position: relative;
}

.trick_box {
    width: 1200px;
    margin: auto;
    margin-top: 53px;
}

.trick_one {
    width: 1200px;
}

.trick_two {
    width: 333px;
    height: 60px;
    border: 1px solid #c63e45;
    color: #c63e45;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    border-radius: 10px;
    margin: auto;
    margin-top: 60px;
    cursor: pointer;
    margin-bottom: 60px;
    overflow: hidden;
}

.trick-title {
    width: 1200px;
    margin-top: 40px;
    overflow: hidden;
}

.titleleft {
    width: 218px;
    height: 50px;
    background: #cc2934;
    color: #fff;
    font-size: 19px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    float: left;
}

.titleleft span {
    float: left;
    line-height: 50px;
    padding-left: 30px;
}

.titleleft p {
    float: left;
    padding-left: 37px;
    line-height: 50px;
}

.titleright {
    float: right;
    width: 100px;
    height: 40px;
    border: 1px solid #c63e45;
    color: #c63e45;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer
}

.phtricklx1 {
    display: none;
}

.trick-box {
    width: 521px;
    height: 641px;
    background: #fff;
    border-radius: 5px;
    z-index: 21;
    margin: 150px auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trick_x {
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer
}

.trick_content {
    width: 395px;
    height: 580px;
}

.trick_content h2 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.trick1 {
    font-size: 15px;
    color: #666666;
    padding-top: 36px;
}

.trick2 {
    font-size: 15px;
    padding-top: 30px;
}

.trick2 span {
    float: right;
}

.trick3 {
    font-size: 15px;
    padding-top: 45px;
    color: #d13b44;
}

.trick4 {
    float: left;
    width: 180px;
    height: 70px;
    font-size: 15px;
    margin-top: 10px;
}

.trick4 input {
    width: 179px;
    height: 35px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin-top: 10px;
    padding-left: 10px;
}

.trick5 {
    width: 179px;
    height: 35px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin-top: 10px;
}

.trick5 input {
    width: 160px;
    float: left;
    height: 35px;
    margin-top: 0px;
    border: 1px solid #fff;
}

.trick5 img {
    margin-top: 10px;
}

.trick6 {
    padding-top: 20px;
    width: 395px;
    height: 139px;
    font-size: 15px;
}

.trick6 textarea {
    width: 394px;
    height: 111px;
    border: 1px solid #dcdcdc;
    margin-top: 10px;
    resize: none;
}

.trick8 {
    width: 100px;
    height: 40px;
    border: 1px solid #c63e45;
    color: #c63e45;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border-radius: 5px;
    margin: 35px auto;
    cursor: pointer
}

/*----- service -----*/
.phone_service_box {
    display: none;
}

.service_banner {
    height: 300px;
    width: 100%;
    background: url(../images/servi_02.jpg)no-repeat;
    background: cover;
    position: relative;
}

.service_nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.service_nav li {
    width: 95px;
    height: 40px;
    border: 1px solid #dcdcdc;
    float: left;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 6px;
    font-size: 17px;
}

.service_nav li a {
    color: #adafbd
}

.service_on {
    width: 95px;
    height: 40px;
    background: #cc2934;
    text-align: center !important;
    line-height: 40px !important;
    color: #fff !important;
    border: 1px solid #cc2934 !important;
}

.service_on a {
    color: #fff !important;
}

.service_order {
    width: 1200px;
    height: 470px;
}

.tips_but {
    width: 203px;
    height: 60px;
    border: 1px solid #c63e45;
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #c63e45;
    margin: auto;
    margin-top: 15px;
}

.ad_all {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

.service_Advantages {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.service_Advantages ._flowtop {
    padding-top: 30px;
}

.Advantages_box {
    width: 1200px;
}

.advantages_content {
    width: 45%;
    float: left;
    margin: 10px 30px 30px 30px;
    box-shadow: 0px 0px 5px #f3f3f3;
    background: #FFFFFF;
}

.advantages_content span {
    display: block;
    text-align: center;
    padding: 10px 20px 10px 20px;
    background: #ce313b;
    width: 150px;
    font-size: 18px;
    color: #fff;
    border-bottom-right-radius: 10px;
}

.advantages_content ul {
    clear: both;
    display: flex;
    justify-content: center;
}

.advantages_content ul li {
    margin: 15px 0px 15px 10px;
    display: block;
    float: left;
    text-align: center;
    border-right: 1px solid #ce313b;
    padding-right: 10px;
}

.advantages_content ul li:nth-last-of-type(1) {
    border-right: none;
}

.advantages_content img {
    float: left;
    width: 240px;
    height: 176px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.flowpath {
    width: 100%;
    clear: both;
    background: #fafaff;
}

.flowpath_box {
    width: 1200px;
    margin: auto;
    margin-bottom: 50px;
    overflow: hidden;
}

.flowpath_box dl {
    float: left;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    width: 300px;
    margin: 49px;
    position: relative;
    background: #FFF;
}

.flowpath_box dl dd {
    float: left;
    margin: 25px 10px 25px 10px;
}

.flowpath_box dl dd img {
    width: 84px;
    height: 84px;
}

.flowpath_box dl dt {
    float: left;
    width: 64%;
}

.flowpath_box dl dt span {
    display: block;
    padding: 32px 0px 20px 0px;
    font-size: 20px;
    font-weight: bold;
}

.flowpath_box dl dt p {
    padding: 0px 10px 0px 0px;
    word-wrap: break-word;
    word-break: break-all;
}

.flow_img-right {
    position: absolute;
    top: 60px;
    right: -88px;
}

.flow_img-bottom {
    position: absolute;
    top: 145px;
    right: 140px;
}

.flow_img-left {
    position: absolute;
    top: 60px;
    right: 311px;
}

.ad_all_img {
    width: 1200px;
    margin: auto;
    clear: all;
    overflow: hidden;
}

.ad_all_img img {
    width: 100%;
    margin-top: 30px;
}

.redBox {
    background: #fafaff;
}

​ ._orderbottom {
    width: 1200px;
    height: 302px;
    margin-top: 50px;
    box-shadow: 0px 0px 20px #f8f8f9;
    border-radius: 5px;
}

._order_left {
    width: 424px;
    height: 302px;
    background: url(../images/pudbj_11.jpg)no-repeat;
    float: left;
}

._order_right {
    width: 776px;
    height: 302px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conorder {
    width: 660px;
    height: 162px;
}

.con_top {
    width: 670px;
    height: 86px;
}

.con_bottom {
    width: 670px;
    height: 86px;
}

.service_xd {
    width: 130px;
    height: 49px;
    background: #32365d;
    text-align: center;
    line-height: 49px;
    float: left;
    border-radius: 5px;
    color: #fff;
    margin-top: 32px;
    cursor: pointer;
}

.ct_l11 {
    padding-top: 18px;
    padding-bottom: 5px;
}

.service_flow {
    width: 100%;
    height: 585px;
    background: #f7f8ff;
}

.flow-box {
    width: 1200px;
    height: 585px;
    margin: auto;
}

._flowtop {
    padding-top: 50px;
    height: 32px;
}

._flowtop h3 {
    float: left;
    font-size: 25px;
}

._flowtop h3 span {
    width: 3px;
    height: 27px;
    ;
    display: block;
    background: #cc2934;
    float: left;
    margin-right: 20px;
    margin-top: 4px;
}

._flowtop h3 a {
    font-size: 15px;
    color: #cc2934;
    font-weight: bold;
    padding-left: 20px;
}

._flowbottom {
    width: 1069px;
    height: 337px;
    margin: 65px auto;
    background: url(../images/pudbj_15.png)no-repeat;
}

.service_hyaline {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.service_hyaline_box {
    width: 99.9%;
    display: flex;
    border: 1px solid #eaeaea;
    margin-top: 30px;
    margin-bottom: 30px;
}

.service_hyaline_box dl {
    width: 20%;
    float: left;
}

.service_hyaline_box dl dd img {
    margin: 40px 50px 30px 50px;
    width: 140px;
    height: 140px;
}

.service_hyaline_box dl dt {
    width: 80%;
    margin: auto;
    text-align: center;
}

.service_hyaline_box dl dt span {
    font-size: 19px;
    font-weight: bold;
}

.service_hyaline_box dl dt p {
    font-size: 17px;
    text-align: left;
    padding: 20px 0px 50px 0px;
    line-height: 27px;
    color: #6A6A6A;
    letter-spacing: 2px;
}




/*----- ABOUT -----*/
.about_brief {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brief {
    width: 1205px;
}

.brief_top {
    height: 400px;
    margin-top: 50px;
}

.brief_top_left {
    width: 600px;
    float: left;
    height: 400px;
}

.brief_top_left h4 {
    width: 165px;
    font-size: 26px;
}

.brief_top_left h4 p {
    font-size: 20px;
    padding-top: 10px;
}

.brief_top_left h4 span {
    width: 50px;
    height: 3px;
    background: #cc2934;
    display: block;
    margin-top: 15px;
}

.brief_top_left h3 {
    padding-top: 93px;
    font-size: 24px;
    font-weight: bold;
}

.cl {
    font-size: 16px;
    line-height: 25px;
    padding-top: 30px;
}

.brife_more {
    margin-top: 30px !important;
}

.brife_more {
    width: 100px;
    height: 40px;
    border: 1px solid #cc2934;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #cc2934;
    border-radius: 5px;
    margin-top: 38px;
}

.brief_top_right {
    width: 605px;
    float: right;
    height: 400px;
}

.brief_top_right_bag {
    float: right;
    width: 460px;
    height: 337px;
    border: 10px solid #faeff0;
    border-radius: 10px;
    position: relative;
}

.brief_top_right_bag img {
    position: absolute;
    top: 43px;
    right: 52px;
}

.brief_bottom {
    height: 65px;
    background: url(../images/XDBJ_03.png)no-repeat;
    margin-top: 60px;
    margin-bottom: 30px;
}

.glory {
    height: 505px;
    background: #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glory_box {
    width: 1200px;
    height: 390px;
}

.glory_top {
    height: 90px;
    width: 1200px;
}

.glory_top h4 {
    width: 165px;
    height: 90px;
    font-size: 26px;
    float: left;
}

.glory_top h4 p {
    font-size: 20px;
    padding-top: 10px;
}

.glory_top h4 span {
    width: 50px;
    height: 3px;
    background: #cc2934;
    display: block;
    margin-top: 15px;
}

.content {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 1025px;
    margin: auto;
}

.trick—content {
    width: 1025px;
    display: block;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 15px;
    overflow: hidden;
}

.trick—content img {
    margin-right: 10px;
}

.trick—content span {
    display: block;
    float: right;
    width: 918px;
    line-height: 25px;
}

.el-dialog {
    border-radius: 5px !important;
}

.dialogjj {
    line-height: 25px;
}

.el-carousel__arrow {
    color: #cc2934 !important;
    border: 2px solid #cc2934 !important;
    font-size: 24px !important;
    background-color: #eee !important;
}

.el-carousel__arrow--left {
    left: 1px !important;
}

.el-carousel__arrow--right {
    right: 1px !important;
}

/* 我们的优势 */
.ad_banner {
    height: 300px;
    width: 100%;
    background: url(../images/more_banner_02.jpg)no-repeat;
    background: cover;
    position: relative;
}

.ad_indexone {
    width: 1200px;
    margin: auto;
    position: relative;
}

.advantage_title {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.advantage_title div {
    width: 170px;
    height: 40px;
    float: left;
    border: 1px solid #adafbd;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: #555;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

.advantage_title a,
.advantage_title a:link,
.advantage_title a:visited,
.advantage_title a:hover {
    color: #555;
    width: 131px;
    height: 44px;
    display: inline-block
}

.advantage_title div.on a,
.advantage_title div.on a:link,
.advantage_title div.on a:visited,
.advantage_title div.on a:hover {
    color: #f70
}

.advantage_title div.on {
    width: 190px;
    height: 60px;
    background: #cc2934;
    text-align: center;
    line-height: 60px;
    color: #fff;
    margin-top: 0px !important;
}

.glory_con {
    clear: both;
    margin-top: 65px;
    width: 1200px;
    height: 245px;
}

.advantage_con {
    width: 90%;
    margin: auto;
    margin-top: 40px;
}

.advantage_top {
    width: 100%;
    height: 30px;
}

.advantage_top span {
    float: left;
    width: 3px;
    height: 30px;
    display: block;
    background: #cd2c36;
}

.advantage_top p {
    float: left;
    font-size: 25px;
    line-height: 30px;
    padding-left: 21px;
}

.advantage_top img {
    float: left;
    margin-left: 20px;
    margin-top: 0px;
    width: 29px;
    height: 29px;
}

.advantage_content {
    width: 100%;
    margin-top: 40px;
    height: 210px;
}

.advantage_left {
    width: 10%;
    float: left;
    height: 210px;
}

.advantage_left span {
    width: 8px;
    height: 8px;
    background: #cd2c36;
    display: block;
    border-radius: 50px;
    float: left;
    margin-top: 8px;
}

.advantage_left p {
    float: right;
    font-size: 18px;
}

.advantage_content dl {
    width: 87%;
    float: right;
    height: 210px;
}

.advantage_content dl dd {
    float: left;
    width: 45%;
}

.advantage_content dl dd img {
    margin-left: 0px;
    margin-top: 0px;
}

.advantage_content dl dt {
    float: right;
    width: 53%;
    font-size: 16px;
    line-height: 25px;
    color: #adadad;
}

.ad_box {
    width: 1200px;
    margin: auto;
    margin-bottom: 50px;
}

/* 收费标准 */
.charges_top {
    width: 100%;
    height: 30px;
    margin-top: 40px;
}

.charges_top span {
    float: left;
    width: 3px;
    height: 30px;
    display: block;
    background: #cd2c36;
}

.charges_top p {
    float: left;
    font-size: 25px;
    line-height: 30px;
    padding-left: 21px;
}

.charges_top h4 {
    line-height: 30px;
    float: left;
    padding-left: 30px;
    color: #cc2934;
    font-weight: bold;
    font-size: 15px;
}

.charges_top h5 {
    line-height: 30px;
    float: left;
    padding-left: 30px;
}

.charges_top1 {
    height: 30px
}

.charges_top1 p {
    line-height: 30px;
    margin-top: 40px;
    font-size: 18px;
    color: #cc2934;
}

.charges_tab {
    width: 81.5%;
    height: 520px;
    float: right;
    margin-bottom: 50px;
    position: relative;
}

.charges_tab_top {
    width: 100%;
    height: 236px;
    background: #fafafb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.charges_tab_bottom h4 {
    text-align: center;
    font-size: 24px;
}

.phone-adbox {
    display: none;
}

/* tabs(".phone_adtitle","on",".phone_adcon"); */
.phone_adtitle {
    display: none;
}

.phone_adcon {
    display: none;
}

.phoneus_f {
    display: none;
}

.phoneadress_top {
    display: none;
}

.phoneus_wd {
    display: none;
}

#swiper4 {
    display: flex;
    width: 100%;
    position: relative;
    float: left;
}

#swiper4 .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
}

#swiper4 .bd li {
    float: left;
    width: 48%;
    height: 350px;
    margin-left: 1.5%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: #fff;
}

.next4 {
    position: absolute;
    top: 160px;
    left: -40px;
}

.prev4 {
    position: absolute;
    top: 160px;
    right: -40px;
}

.cars_top {
    width: 100%;
    height: 375px;
    margin-top: 50px;
}

.cars_box1 {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    height: 206px;
}

.cars_box1 h3 {
    float: left !important;
    display: block !important;
    width: 135px !important;
    font-size: 20px !important;
}

.cars_box1 h3 span {
    float: left !important;
    width: 8px !important;
    height: 8px !important;
    display: block !important;
    background: #cd2e39 !important;
    border-radius: 50px !important;
    margin-top: 17px;
    margin-left: 30px;
    margin-right: 11px;
}

.cars_box1 img {
    width: 265px;
    float: left;
    margin-left: 30px;
    margin-top: 30px;
    height: 128.64px;
}

.cars_box2 {
    border-bottom: 1px solid #dcdcdc;
    height: 47px;
}

.cars_box2 p {
    float: left;
    height: 47px !important;
    padding-left: 30px;
    line-height: 47px !important;
    padding-top: 0px !important;
}

.cars_box2 span {
    float: right;
    background: none !important;
    font-size: 15px;
    line-height: 47px;
    color: #cd2e38;
    text-align: right;
    padding-right: 30px;
}

.cars_box2_left {
    width: 50%;
    float: left;
    border-right: 1px solid #dcdcdc;
    height: 47px;
}

.cars_box2_right {
    width: 49%;
    float: right;
    height: 47px;
}

.cars_box3 {
    height: 47px;
}

.cars_box3 p {
    float: left;
    height: 47px !important;
    padding-left: 30px;
    line-height: 47px !important;
    padding-top: 0px !important;
}

.cars_box3 span {
    float: right;
    background: none !important;
    font-size: 15px;
    line-height: 47px;
    color: #cd2e38;
    text-align: right;
    padding-right: 30px;
}

.cars_box3_left {
    width: 50%;
    float: left;
    border-right: 1px solid #dcdcdc;
    height: 47px;
}

.cars_box3_right {
    width: 49%;
    float: right;
    height: 47px;
}

.cars_emarks {
    height: 170px;
    margin-left: 20px;
}

.cars_emarks h3 {
    display: block;
    float: left;
    height: 170px;
    width: 7%;
    padding-top: 5px;
    font-size: 19px;
}

.emarks_right {
    width: 93%;
    float: left;
}

.emarks_right p {
    font-size: 16px;
    line-height: 33px;
}

.cars_cost1 {
    width: 100%;
    margin-top: 35px;
    border-radius: 5px;
    overflow: hidden;
}

.cars_cost1show {
    display: block;
}

.phonecars_cost1 {
    display: none !important;
}

.add_cost {
    width: 100%;
    overflow: hidden;
}

.cars_cost2 {
    display: block;
}

.phonecars_cost2 {
    display: none;
}

.cars_cost1_top {
    border-left: 3px solid #d7454f;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.cars_cost1_top h3 {
    padding: 25px 10px 25px 30px;
}

.cars_cost1_left {
    width: 50%;
    float: left;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.cars_cost1_left p {
    padding: 20px 20px 20px 30px;
    float: left;
}

.cars_cost1_left span {
    float: right;
    padding: 20px 10px 20px 30px;
}

.cars_cost1_right {
    width: 49.7%;
    float: right;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.cars_cost1_left2 {
    width: 49.7%;
    float: right;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.cars_cost1_left2 p {
    padding: 20px 20px 20px 30px;
    float: left;
}

.cars_cost1_left2 span {
    float: right;
    padding: 20px 10px 20px 30px;
}

.cars_cost1_bottom {
    color: #686868;
}

.cars_cost1_bottom2 {
    color: #686868;
    ;
    border-bottom: 1px solid #dcdcdc;
    ;
    border-left: 1px solid #dcdcdc;
    ;
    border-right: 1px solid #dcdcdc;
    overflow: hidden;
}

.cars_cost1_bottom2 p {
    padding: 20px 20px 20px 30px;
}

.cars_cost1_left3 {
    width: 49.7%;
    float: right;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.cars_cost1_left31 {
    float: left;
    width: 60%;
    float: left;
}

.cars_cost1_left31 p {
    padding: 20px 20px 20px 30px;
    float: left;
}

.cars_cost1_left31 span {
    float: right;
    padding: 20px 10px 20px 30px;
}

.cars_cost1_left32 {
    float: left;
    width: 40%;
    float: left;
}

.cars_cost1_left32 p {
    padding: 20px 20px 20px 30px;
    float: left;
}

.cars_cost1_left32 span {
    float: right;
    padding: 20px 10px 20px 30px;
}

.cars_cost1_right p {
    padding: 20px 10px 20px 30px;
}

.cars_cost1_bottom1 {
    height: 118px;
    color: #686868;
}

.cars_cost1_left1 {
    width: 50%;
    float: left;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.cars_cost1_left1 p {
    padding: 49px 20px 49px 30px;
    float: left;
}

.cars_cost1_left1 span {
    float: right;
    padding: 49px 20px 49px 30px;
}

.cars_cost1_right1 {
    width: 49.7%;
    float: right;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.cars_cost1_right1 p {
    padding: 39px 20px 40px 30px;
}

.cost_color {
    background: #fef9fa;
}

.cars_prompt {
    width: 100%;
}

.cars_prompt_content {
    width: 95%;
    margin: 20px auto;
}

.cars_prompt_content p {
    line-height: 50px;
}

.phone_title1 {
    display: none;
}

.cars_prompt_content div {
    margin-top: 20px;
}

.cars_prompt_content div span {
    display: block;
    width: 8px;
    height: 8px;
    background: #cc2934;
    border-radius: 50px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.cars_prompt_content div h4 {
    display: block;
    padding-left: 20px;
}
.charges_top_note p{
    line-height: 30px;
}

/* 分页 */
.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: #33375d;
    color: #fff;
    font-size: 14px;
    border: 1px solid #cccccc;
}

.m-style .next {
    font-size: 35px !important;
}

.m-style .prev {
    font-size: 35px !important;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 30px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

.m-style a:hover {
    color: #fff;
    background: #313759;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #313759;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.elekuang {
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background: none;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    box-sizing: border-box;
    margin: 5px 0;
    z-index: 99;
}

.colorred {
    color: red !important;
}

.setselect {
    width: 100%;
}

.setselect .select2-container--default .select2-selection--single {

    border: none;
}

.setselect .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #aaa;
}

.setselect .select2 {
    width: 175px !important;
    margin-top: 6px;
    z-index: 10000;
    margin-left: 16.5px;
}

.setselect .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2px;
}

.setselect .select2-selection__arrow {
    text-indent: -400px;
    overflow: hidden;
    background: url('../images/xhbj_right.png') center no-repeat;
}

.setselect .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--open .select2-dropdown--below {
    z-index: 10000;
}

.show-l {
    box-shadow: 2px 2px 9px 0px #525252;
    border-radius: 5px;
}

.show-l ul li {
    width: 90%;
    line-height: 30px;
}

.show-l ul li .l-name {
    width: 80%;
}

.show-l ul li b {
    float: right;
}

.time-one ul li {
    line-height: 30px;
}

.goright_triangle {
    position: absolute;
    right: -8px;
    top: 30px;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
}

.triangle-down2 {
    width: 0;
    height: 0;
    border-left: 5px solid #0000;
    border-right: 5px solid #0000;
    border-top: 10px solid #fff;
    bottom: -9px;
    position: absolute;
    right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #7a7a7a !important;
}

.select2-container--default .select2-results__group {

    color: #a09f9f;
}



.Phone_order_s {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 60px;

}

.Pos_car {
    width: 100%;
    overflow: hidden;
}

.Pos_car_img {
    text-align: center;
    margin: 20px auto;
}

.Pos_car_img img {
    width: auto;
    text-align: center;
}

.Pos_car_img p {
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}

.van-swipe__indicators {
    bottom: 3px;
}

.van-swipe__indicator {
    background-color: #cc2934;
}

.van-swipe__indicator--active {
    background-color: #cc2934;
    opacity: 1;
}

.Pos_price {
    width: 100%;
    text-align: center;
    line-height: 60px;
    color: #cc2934;
    font-size: 18px;
}

.Pos_price span {
    color: #999;
    font-size: 13px;
    padding-left: 10px;
}

.Pos_input_area .van-cell {
    border-bottom: 1px solid #ddd;

}

.Pos_input_area {
    position: relative;
}

.van-divider {
    margin: 4px auto;
}

.van-step__title--active {
    color: #cc2934;
}

.Pos_next {
    text-align: center;
}

.Pos_next button {
    width: 50%;
    margin: 10px auto;
}

.sendcode {
    position: absolute;
    top: 10px;
    right: 5px;
}
.wleft_info{
    float: left;
    width: 70%
}
.wleft_info b{
    width: 60%;
    float: left;
}
.wleft_info span{
      width: 40%;
    float: right;
    font-size: 12px;
    color: #666;
}
.setright{
    float: right;
}
.cars_cost_box_content li p{
    padding-left: 20px;
    padding-right:20px;
}
.cars_cost_box_content li  .setleft{
    float: left;
    width: 190px;
    
}
.cars_cost_box_content li  .setright{
    float: right;
    width: 90px;
    font-size: 14px;
    color: red;
    text-align: right;
}
.search_dir{
    height: 100vh;
    width:100vw;
}
.Pos_car_img p{
    margin-bottom: 0px;
    line-height: 20px;
    padding-bottom: 0px;
    color: #000;
}
.Pos_car_img p span{
   color: #000; 
}
.Pos_car_img p i{
    margin-left: 10px;
     margin-right:10px;
    color: #999;
    margin-top: 2px;
}

.cars_cost_box{
    width: 368px;
    margin:15px;
    float: left;
    height: 315px;
    border:1px solid #ddd;
    border-radius: 5px;
}
.cars_cost_box_title{
    width: 100%;
    font-size: 20px;
    text-align: center;
    border-bottom:1px solid #ddd;
}
.cars_cost_box_title p{
    line-height: 60px;
    padding-left: 20px;
}
.get_more_detail{
    width: 100%;
    margin: 20px auto;
    margin-top: 40px;
    text-align: center;
}
.get_more_detail a{
    padding: 10px 20px;
    color: #333;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.cars_cost_box_content{
    height: 255px;
    overflow: hidden;
}
.cars_cost_box_content li{
    line-height: 30px;
    border-bottom:1px solid #ddd;
    width: 100%;
    font-size: 16px;
    color: #333;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mCSB_dragger_bar{
    background-color: #797a92 !important;
}
.mCustomScrollBox{
    height: auto !important;
}
.phonecars_cost .cars_cost_box{
    max-height: 560px;
}

.phonecars_cost .cars_cost_box_title{
    width: 100%;
    font-size: 14px;
    border-bottom:1px solid #ddd;
}
.phonecars_cost .cars_cost_box_title p{
    line-height: 50px;
}
.phonecars_cost .cars_cost_box_content li{
    line-height: 30px;
    border-bottom:1px solid #ddd;
    width: 100%;
    font-size: 12px;
    color: #333;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}
.phonecars_cost  .cars_cost_box_content{
    
    height: auto;
    overflow: hidden;
}
.phonecars_cost{
    margin-top: 20px
}
.phonecars_cost .cars_cost_box{
    width: 94%;
    margin-left: 3%;
    float: left;
    /*max-height: 315px;*/
    height: auto;
    border:1px solid #ddd;
    border-radius: 5px;
}

.index_mask{
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}
.mask_box{
    width: 800px;
    height: 550px;
    margin: 100px auto;
    background: #fff;
    border-radius: 10px;
    position: relative;

}
.mask_box h3{
    text-align: center;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}
.mask_content{
    width: 94%;
    padding:10px 3%;
    height: 400px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    overflow-y: auto;
    line-height: 30px;
}
.mask_content img{
    height: auto;
    max-width: 100%;
}
.mask_goto{
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.mask_goto a{
    padding: 10px 20px;
    color: #fff;
    background: #32375c;
    cursor: pointer;
    border-radius: 5px;
}
.mask_goto a:hover{
    background: #cc2934;
}
.mask_close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
}
.mask_close:hover{
    color: #cc2934;
}

.mask_video_box{
    width: 100%;
    height: 100%;
    z-index: 100000;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, .7);
   
    display: none;
}
.mask_video_box_inner{
    display: flex;
    width: 100%;
    height: 100%;
     justify-content: center;
    align-items: center;
    flex-direction: row;
}
.banner_click{
    cursor: pointer;
}
.video_info_banner{
    width: 800px;
}
.mask_video_info_close{
    text-align: center;
    margin-top: 30px;
}
.mask_video_info_close span{
    padding:10px 20px;
    color:#fff;
    cursor: pointer;
    border-radius: 10px;
    background: #32365d;
    margin-top: 30px;
}

/* .el-icon-arrow-right {
    margin-top: 0px !important;
    margin-right: 0px !important;
} */