@charset "UTF-8";
.main {
    padding-top: 425px;
    background-image: url("../images/index/mainbg3.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #F8FAFC;
}
.meeting {
    padding: 30px 17px;
    display: flex;
    justify-content: space-between;
}
.meeting_lf {
    width: 560px;
}
.meeting_rt {
    width: 595px;
}
#banner .swiper-slide img {
    width: 100%;
}
#banner .swiper-pagination {
    text-align: right;
    padding: 0 10px;
}
#banner .swiper-pagination-bullet {
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    width: 10px;
    height: 10px;
}
#banner .swiper-pagination-bullet-active {
    background-color: #BF1628;
}
.meeting_list ul {
    padding-top: 30px;
    padding-right: 30px;
}
.meeting_list ul li {
    margin-top: 15px;
}
.meeting_list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.meeting_list ul li p {
    width: 80%;
}
.meeting_list ul li i {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: -5px;
}
.meeting_list ul li:hover a p {
    color: #BF1628;
}
.mb7 {
    margin-bottom: 7px;
}
.new {
    padding: 0 17px;
}
/* titile */
.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title_lf {
    display: flex;
    align-items: center;
}
.title_lf h1 {
    margin-right: 20px;
    padding-left: 15px;
    height: 22px;
    line-height: 22px;
    border-left: 3px solid #BF1628;
}
.new_cont {
    display: flex;
    justify-content: space-between;
}
.new {
    padding: 0 17px 20px 17px;
}
.new_item {
    width: 30%;
    box-shadow: 0 0 5px #f1e8e8;
    padding: 20px 25px;
}
.new_tit {
    display: inline-block;
    margin-bottom: 25px;
}
.new_tit span {
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #BF1628;
}
.new_tit:hover span {
    width: 100%;
}
.new_item ul li {
    margin-bottom: 15px;
}
.new_item ul li a {
    display: flex;
    align-items: center;
}
.new_item ul li i {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #666666;
    border-radius: 50%;
    margin-right: 10px;
}
.new_item ul li p {
    width: 95%;
}
.new_item ul li:hover i {
    background: #BF1628;
}
.new_item ul li:hover p {
    color: #BF1628;
}
.guang img {
    width: 100%;
}
.mb13 {
    margin-bottom: 13px;
}
.shop {
    padding: 0 17px;
}
.tit_list ul {
    display: flex;
}
.tit_list ul li {
    margin: 0 20px;
}
.tit_list ul li h5 {
    margin-bottom: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tit_list ul li span {
    width: 70%;
    display: block;
    margin: auto;
    height: 3px;
    background: transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tit_list ul li.active span,
.tit_list ul li:hover span {
    background: #007EE9;
}
.tit_list ul li.active h5,
.tit_list ul li:hover h5 {
    color: #BF1628;
    font-weight: bold;
}
.shop_list ul {
    display: flex;
    flex-wrap: wrap;
}
.shop_list ul li {
    width: 18%;
    /* border: 1px solid #F0F1F6; */
    margin-right: 2.5%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 15px;
}
.shop_list ul li:nth-child(5n) {
    margin-right: 0;
}
.shop_list ul li:hover .shop_hide {
    display: block;
}
.shop_img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.shop_img img {
    width: 100%;
}
.shop_hide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
.shop_hide h5 {
    text-align: center;
    line-height: 20px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.shop_hide h5 i {
    font-size: 20px;
}
.shop_text {
    padding: 15px 10px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.shop_text h4 {
    line-height: 20px;
    height: 20px;
    margin-bottom: 10px;
}
.shop_text p {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 19px;
}
.shop_list ul li:hover {
    box-shadow: 0 0 10px #ccc;
}
.hui {
    padding: 0 17px 30px 17px;
}
.hui_list ul {
    display: flex;
}
.hui_list ul li {
    width: 13%;
    margin-right: 1.16%;
    text-align: center;
}
.hui_list ul li:nth-child(7n) {
    margin-right: 0;
}
.hui_img {
    overflow: hidden;
}
.hui_img img {
    width: 90%;
}
.hui_list ul li p {
    margin-top: 15px;
}
.hui_list ul li:hover img {
    transform: scale(1.1);
}
.hui_list ul li:hover p {
    color: #BF1628;
}
.shop_item {
    display: none;
}
#hui_banner {
    padding-bottom: 40px;
}
#hui_banner .swiper-pagination-bullet {
    background: #D6D6D6;
    border-radius: 50%;
    opacity: 1;
    width: 12px;
    height: 12px;
}
#hui_banner .swiper-pagination-bullet-active {
    background-color: #CF0D0A;
}
.certificate_inner {
    position: fixed;
    right: 15px;
    top: 25%;
}
.certificate {
    margin-bottom: 20px;
    width: 90px;
    /*height: 90px;*/
    background: #BD1A2D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.certificate p {
    margin-top: 5px;
}
.certificate img {
    position: relative;
    top: -0;
}
.certificate:hover img {
    top: -5px;
}
@media screen and (max-width: 768px) {
    .search_inner {
        width: 100%;
        margin: auto;
    }
    .notice i {
        font-size: 14px;
    }
    .search {
        padding: 10px 0 0 0;
    }
    .search_bottom .checkbox label,
    .search_bottom .radio label {
        font-size: 13px;
        margin-right: 5px;
    }
    .radio input[type="radio"] + .radio-label:before {
        top: 1px;
    }
    .search_lf {
        height: 35px;
        width: 80%;
    }
    .search_top button {
        width: 18%;
        height: 35px;
        line-height: 33px;
        font-size: 13px;
    }
    .title h1 a {
        display: none;
    }
    .more {
        width: 45px;
    }
    .shop_list ul {
        flex-wrap: wrap;
    }
    .shop_list ul li {
        width: 48%;
        margin: 0 1%;
    }
    .deyun_lf {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .deyun_rt {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .wen_list ul li a b {
        display: none;
    }
    .wen_list ul li a p {
        width: 80%;
    }
    .wen_list ul li a span {
        width: 20%;
    }
    .download ul li {
        width: 100%;
        margin: 5px 1%;
    }
    .download ul li a {
        width: 100%;
    }
    .wen_img {
        width: 180px;
    }
    .wen_text {
        margin-left: 190px;
    }
    .wen_text h5 {
        display: none;
    }
    .meeting_lf {
        width: 100%;
    }
    .meeting_rt {
        display: none;
    }
    .main {
        padding: 0;
        background: none;
    }
    .certificate {
        display: none;
    }
    .meeting {
        padding: 0px 5px;
    }
    #banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .duod ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        border-bottom: 10px solid #F7F7F7;
    }
    .duod ul li {
        width: 23%;
        margin: 0 1%;
        text-align: center;
    }
    .duod ul li img {
        width: 70%;
        margin-bottom: 5px;
    }
    .new_phone_tit ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .new_phone_tit ul li {
        text-align: center;
    }
    .new_phone_tit li span {
        display: block;
        margin: 10px auto;
        width: 40px;
        height: 1px;
        background: transparent;
    }
    .new_phone_tit li.active span {
        background: #BF1628;
    }
    .new_phone_list .new_item {
        width: 100%;
    }
    .new_phone {
        padding: 20px 10px;
    }
    .new_item {
        position: relative;
    }
    .new_more {
        position: absolute;
        bottom: 5px;
        right: 10px;
    }
    .shop {
        padding: 0 10px;
    }
    .shop_list ul li:nth-child(5n) {
        margin-right: 1%;
    }
    .shop_list ul li:nth-child(2n) {
        margin-right: 0;
    }
    .hui_list ul li {
        width: 24%;
        margin-right: 1.33%;
        text-align: center;
    }
    #hui_banners {
        padding-bottom: 30px;
    }
    #hui_banners .swiper-pagination-bullet {
        background: #D6D6D6;
        border-radius: 50%;
        opacity: 1;
        width: 8px;
        height: 8px;
    }
    #hui_banners .swiper-pagination-bullet-active {
        background-color: #CF0D0A;
    }
    #hui_banners .hui_list p {
        font-size: 12px;
    }
    .new_item {
        display: none;
    }
    .hui {
        padding: 0 10px 0px 10px;
    }
}
.new_tit {
    width: 100%;
}
.new_tit h4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.new_tit h4 p {
    font-size: 16px;
    font-weight: 500;
}
.meeting_tit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.meeting_tit p {
    font-size: 16px;
}
/* 
为了  哈哈 全屏 有袋优待 不开心  买房染寺 认识一个男生  
为了  明天要回德国  结实  理解 中国  了解  有点山  哈哈 
全都没  税前  搜狗  搜狗  会轻松点
110+

 */