html {
    background-color: #eeeeee;
}

body {
    width: 1100px;
    padding: 0 10px;
    background-color: #ffffff;
    margin: 0 auto;
    padding-bottom: 80px;
    margin-bottom: 60px;
}

.head {
    padding: 16px 0;
    align-items: center;
}

.head h2 {
    color: transparent;
    font-size: 0px
}

.head h2 img {
    width: 169px;
    height: 48px;
}

.logo {
    display: block;
    margin: 0 28px 0 23px;
    position: relative;
}

.logo::after {
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    width: 2px;
    height: 40px;
    background-color: #d0d0d0;
}

.logo img {
    width: 92px;
    height: 45px;
    margin-left: 23px;
}

.city_enter {
    width:62%;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-items: center;
}

.city_enter li a:hover,
.city_enter li:hover {
    color: #0059c4
}

.city_enter li a,
.city_enter li {
    font-size: 14px;
    color: #ec3a45;
    position: relative;
    transition: 0.2s;
    margin: 4px 0;
}

.city_enter li:not(:first-child):not(:last-child) {
    padding: 0 12px;
}

.city_enter li:not(:first-child):not(:last-child):not(:nth-last-child(2))::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #d0d0d0;
}

.city_enter li:first-child {
    color: #666;
}

.city_enter .more:hover {
    border: solid 1px #0059c4;
    color: #0059c4;
}

.city_enter .more {
    width: 60px;
    line-height: 28px;
    background-color: #ffffff;
    border-radius: 14px;
    border: solid 1px #c2c2c2;
    text-align: center;
}

.city_enter .more a {
    font-size: 14px;
    color: #666666
}

.yzb_phone {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.yzb_phone:hover .show_yabApp_img{
    display: block;
}
.yzb_phone .show_yabApp_img{
    display: none;
    position: absolute;
    width: 130px;
    height: 130px;
    right: 0;
    top: 70px;
    z-index: 100;
    box-shadow: 0 0 10px #999;
}
.yzb_phone img {
    width: 40px;
    height: 40px;
}

.yzb_phone p {
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-top: 9px;
}

nav {
    background-color: #ec3a45;
    padding: 0 15px;
}

nav ul {
    height: 40px;
    justify-content: space-between;
    align-items: center;
}

nav ul li:hover {
    transform: translateY(-1px);
}

nav ul li {
    color: white;
    font-size: 16px;
}

nav ul a:last-child li {
    padding: 4px 12px;
    color: #ec3a45;
    /* width: 120px;
    height: 30px; */
    background-color: #ffffff;
    border-radius: 15px;
}
.about{
   border: solid 1px #e5e5e5;
    padding: 26px 20px 60px 20px;
}
.about_tit {
    text-indent: 15px;
    position: relative;
    display: flex;
    height: 24px;
}

.about .active {
    font-weight: 900;
}

.about_tab_tie:hover {
    cursor: pointer;
    font-weight: 900;
}

.about_tab_tie {
    line-height: 24px;
    font-size: 18px;
    color: #333333;
    margin: 0;
}

.about_tit::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background-color: #ec3a45;
}

.about_intr_info {
    width: calc(530px - 33px);
    padding: 0 18px 0 15px;
    min-height: 160px;
    max-height: 160px;
    background-color: #f6f6f6;
    font-size: 14px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_introduction_box {
    margin-top: 32px;
}

.about_intr_cont {
    display: none;
}

.qr_code {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: 37px;
}

.qr_code li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.rq_code_img {
    border: solid 1px #68a2e8;
    width: 130px;
    height: 130px;
}

.rq_code_img img {
    width: 100%;
    height: 100%;
    transform: scale(0.96);
}

.rq_code_name {
    font-size: 14px;
    color: #333333;
}
