html, body {
    margin: 0;
    padding: 0;
}
a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

em {
    font-style: normal;
}

ol,ul{list-style:none}

li{display:list-item}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body {
    font-family: 微软雅黑,Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    margin: 0;
    padding: 0;
    height: 100%;
    background:#F5f5f5 ;
}
.bg-write {
    background: #FFFFFF;
}


/** 头部 **/
.container {
    width: 1200px;
    margin: 0 auto;
}
.headers .container-headers {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headers .container-headers .logo {
    width: 344px;
    height: 55px;
}
.headers .container-headers .logo img {
    border: none;
    width: 344px;
    height: 55px;
}
.headers .container-headers .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.headers .container-headers .header-right .search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 50px;
    border: 1px solid #191AA2;
    padding: 0px 5px;
    border-radius: 20px;
}
.headers .container-headers .header-right .search input {
    border: none;
    background: none;
    outline: none;
    height: 28px;
    width: 180px;
    padding: 0 10px;
    font-size: 12px;
}
.headers .container-headers .header-right .search .search_icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.headers .container-headers .header-right .search .search_icon em {
    width: 1px;
    height: 10px;
    background: #ccc ;
}
.headers .container-headers .header-right .search .search_icon img {
    width: 24px;
    height: 24px;
    cursor: pointer;
    padding: 0 10px;
}
.headers .container-headers .header-right .tel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.headers .container-headers .header-right .tel img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.headers .container-headers .header-right .tel span {
    font-size: 20px;
    color: #ff1d5b;
}
/** 导航 **/
.menus {
    background:linear-gradient(to right, #5856d5 0%, #ff1d5b 100%);
    height: 60px;
}
.menus .container-menus {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.menus .container-menus a {
    height: 60px;
    line-height: 60px;
    color: #FFF;
    width: 136px;
    font-size: 16px;
    text-decoration: none;
    margin-right: 10px;
    text-align: center;
}
.menus .container-menus a.active,.menus .container-menus a:hover {
    color: #ff1d5b;
}
/** banner **/
.banner {
    height: 400px;
    width: 1200px;
    overflow: hidden;
    position: relative;
}
.banner .swiper-wrapper {
    height: 400px;
    width: 1200px;
}

/** 主体 **/

.content .container-centent .navs {
    height: 50px;
    width: 100%;
    background: #EEE;
    margin: 60px 0 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.content .container-centent .navs a{
    margin-right: 10px;
    color: #333;
}
.content .container-centent .navs a:hover {
    color: #ff1d5b;
}
.content .container-centent .navs .title {
    position: absolute;
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    color: #FFF;
    width: 158px;
    left: 0;
    bottom: 0;
    background: url("nav_bg.png")/*tpa=https://www.hfzczy.com/static/index/image/nav_bg.png*/ center no-repeat;
}
.content .container-centent .pro-list {
    font-size: 0;
    display: inline-block;
}
.content .container-centent .pro-list a {
    width: 224px;
    height: 360px;
    margin-right: 20px;
    display: inline-block;
    background: #FFF;
    transition: all 0.3s;
}
.content .container-centent .pro-list a:hover {
    margin-top: 0px;
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    transform: translate3d(0,-2px,0);
    transition: all 0.3s;
}
.content .container-centent .pro-list a:nth-child(5n){
    margin-right: 0;
}
.content .container-centent .pro-list a .image {
    width: 224px;
    height: 224px;
    position: relative;
}
.content .container-centent .pro-list a .image img {
    width: 224px;
    height: 224px;
}
.content .container-centent .pro-list a .image em {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: url("tuijian.png")/*tpa=https://www.hfzczy.com/static/index/image/tuijian.png*/ center no-repeat;
}
.content .container-centent .pro-list a .tit {
    font-size: 16px;
    color: #333;
    padding: 0 8px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    transition: all 0.3s;
    font-weight: 400;
    font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.content .container-centent .pro-list a .tag {
    font-size: 14px;
    color: #999;
    display: inline-block;
    width: calc(100% - 20px);
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    padding: 0 8px;
}
.content .container-centent .pro-list a .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    margin-top: 20px;
}
.content .container-centent .pro-list a .info .price {
    font-size: 18px;
    color: #F60;
}
.content .container-centent .pro-list a .info .read {
    color: #999;
    font-size: 12px;
}

.content .container-centent .bottom-nav {
    background:linear-gradient(to right, #5856d5 0%, #ff1d5b 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 35px 0 15px;
    padding: 16px 20px;
}
.content .container-centent .bottom-nav .bottom-nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.content .container-centent .bottom-nav .bottom-nav-list a {
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
}
.content .container-centent .bottom-nav .bottom-nav-list a:hover {
    text-decoration: underline;
}
.content .container-centent .bottom-nav .bottom-nav-list em {
    width: 1px;
    height: 12px;
    background: #FFF;
    margin: 0 30px;
}
.content .container-centent .bottom-nav .bottom-nav-text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    color: #FFF;
}
.content .container-centent .bottom-nav .bottom-nav-text em {
    width: 12px;
    height: 10px;
    background: url("bottom_nav_icon.png")/*tpa=https://www.hfzczy.com/static/index/image/bottom_nav_icon.png*/ center no-repeat;
    margin-left: 10px;
}
.content .container-centent .footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 20px;
    width: calc(100% - 40px);
}
.content .container-centent .footer .bottom-logo {
    width: 344px;
    height: 55px;
}
.content .container-centent .footer .copyright {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
}
.content .container-centent .footer .copyright .text {
    color: #888;
    margin-bottom: 5px;
}
.content .container-centent .footer .copyright a {
    color: #666;
}
.content .container-centent .footer .copyright a:hover {
    color: #1E50AE;
}
.content .container-centent .footer .erweima {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.content .container-centent .footer .erweima img {
    width: 75px;
    height: 75px;
}
.content .container-centent .footer .erweima span {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

/** 内页当前位置 **/
.menus-position {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #EEE;
    margin: 40px 0;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
}
.menus-position .home {
    width: 17px;
    height: 13px;
    margin-right: 10px;
    background: url("home.png")/*tpa=https://www.hfzczy.com/static/index/image/home.png*/ center no-repeat;
}
.menus-position a {
    color: #666;
}
.menus-position a:hover {
    color: #ff1d5b;
}
.menus-position span {
    color: #6E4EC5;
    padding: 0 10px;
}

/** 内页样式 **/
.inside {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}


.inside .lists {
    font-size: 0;
    display: inline-block;
    width: 860px;
}
.inside .lists .lis {
    width: 200px;
    height: 330px;
    margin-right: 20px;
    display: inline-block;
    background: #FFF;
    /*margin-top: 5px;*/
    transition: all 0.3s;
    margin-bottom: 20px;
}
.inside .lists .lis:hover {
    margin-top: 0px;
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    transform: translate3d(0,-2px,0);
    transition: all 0.3s;
}
.inside .lists .lis:nth-child(4n){
    margin-right: 0;
}
.inside .lists .lis .image {
    width: 200px;
    height: 200px;
    position: relative;
}
.inside .lists .lis .image img {
    width: 200px;
    height: 200px;
}
.inside .lists .lis .image em {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: url("tuijian.png")/*tpa=https://www.hfzczy.com/static/index/image/tuijian.png*/ center no-repeat;
}
.inside .lists .lis .tit {
    font-size: 16px;
    color: #333;
    padding: 0 8px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    transition: all 0.3s;
    font-weight: 400;
    font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.inside .lists .lis .tag {
    font-size: 14px;
    color: #999;
    display: inline-block;
    width: calc(100% - 20px);
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    padding: 0 8px;
}
.inside .lists .lis .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    margin-top: 20px;
}
.inside .lists .lis .info .price {
    font-size: 18px;
    color: #F60;
}
.inside .lists .lis .info .read {
    color: #999;
    font-size: 12px;
}
.pages {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    padding: 20px 0;
}

.pages .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages .pagination > li {
    margin: 0 5px;
}
.pages .pagination > li > a,
.pages .pagination > li > span {
    border-color: #eee;
    color: #666;
    padding: 3px 8px;
    background: #FFF;
}
.pages .pagination > li > a:hover,
.pages .pagination > li > span:hover,
.pages .pagination > li > a:focus,
.pages .pagination > li > span:focus {
    background: #ff1d5b;
    color: #fff;
}
.pages .pagination > .active > a,
.pages .pagination > .active > span,
.pages .pagination > .active > a:hover,
.pages .pagination > .active > span:hover,
.pages .pagination > .active > a:focus,
.pages .pagination > .active > span:focus {
    background: #ff1d5b;
    color: #fff;
}

.inside .boxs {
    width: 300px;
}
.inside .boxs .boxs-mode {
    background: #FFF;
    margin-bottom: 20px;
}
.inside .boxs .boxs-mode .tit {
    border-bottom: 1px solid #ff1d5b;
    padding: 15px 20px 10px;
    font-size: 16px;
    text-align: left;
}
.inside .boxs .boxs-mode .boxs-list {
    padding: 15px;
}
.inside .boxs .boxs-mode .boxs-list a {
    display: inline-block;
    width: calc(100% - 16px);
    color: #666;
    padding: 5px 8px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.inside .boxs .boxs-mode .boxs-list a:hover {
    color: #ff1d5b;
}
.inside .boxs .boxs-mode .erweima {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 20px 0;
}
.inside .boxs .boxs-mode .erweima img {
    width: 50%;
}
.inside .detail {
    width: 860px;
}
.inside .detail .detail-info {
    width: calc(100% - 40px);
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.inside .detail .detail-info .image {
    width: 325px;
    margin-right: 20px;
}
.inside .detail .detail-info .image img {
    width: 325px;
}
.inside .detail .detail-info .info {
    width: calc(100% - 345px);
}
.inside .detail .detail-info .info .tit {
    font-size: 24px;
    color: #020202;
    margin-bottom: 10px;
}
.inside .detail .detail-info .info .tag{
    font-size: 14px;
    color: #a7a0a0;
}
.inside .detail .detail-info .info .buyer {
    background-color: #FFF2E8;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.inside .detail .detail-info .info .buyer .price{
    font-weight: 400;
    font-size: 23px;
    color: #f06600;
    margin-right: 30px;
}
.inside .detail .detail-info .info .buyer .read {
    color: #a7a0a0;
    font-size: 12px;
}
.inside .detail .detail-info .info .intro{
    padding: 15px 10px;
    background-color: #F6F6F6;
}
.inside .detail .detail-info .info .intro .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
}
.inside .detail .detail-info .info .intro .line .labels {
    color: #a7a0a0;
    padding-right: 10px;
}
.inside .detail .detail-info .info .intro .line .val {
    color: #666;
}
.inside .detail .detail-contents {
    margin-bottom: 20px;
}
.inside .detail .detail-contents .detail-contents-tit {
    position: relative;
    border-bottom: 1px solid #EEE;
    padding: 15px 20px;
    color: #666;
    font-size: 16px;
}
.inside .detail .detail-contents .detail-contents-tit em {
    position: absolute;
    left: 18px;
    bottom: -2px;
    width: 66px;
    height: 3px;
    background: #6E4EC5;
}
.inside .detail .detail-contents .detail-contents-value {
    padding: 20px 20px;
    line-height: 30px;
}
.inside .detail .detail-contents .detail-contents-value img {
    max-width: 100% !important;
}
.inside .detail .next-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inside .detail .next-more .next-more-box {
    margin-right: 20px;
    width: calc(50% - 50px);
    padding: 20px;
}
.inside .detail .next-more .next-more-box:hover{
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    transform: translate3d(0,-2px,0);
    transition: all 0.3s;
}
.inside .detail .next-more .next-more-box:last-of-type {
    margin-right: 0;
}
.inside .detail .next-more .next-more-box .lbs {
    font-size: 16px;
    color: #a7a0a0;
}
.inside .detail .next-more .next-more-box a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.inside .detail .next-more .next-more-box a:hover {
    color: #ff1d5b;
}
.inside .detail .detail-intro {
    padding: 40px 20px;
}
.inside .detail .detail-intro .tits {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 20px;
}
.inside .detail .detail-intro .content {
    line-height: 32px;
}
.inside .detail .detail-intro .content img {
max-width: 100% !important;
}
.inside .news-lists {
    width: 860px;
}
.inside .news-lists .lines {
    display: inline-block;
    width: calc(100% - 40px);
    margin-bottom: 20px;
    padding: 20px;
}
.inside .news-lists .lines:hover{
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    transform: translate3d(0,-2px,0);
    transition: all 0.3s;
}
.inside .news-lists .lines .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.inside .news-lists .lines .line .tit {
    width: 760px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #666;
}
.inside .news-lists .lines:hover .line .tit {
    color: #ff1d5b;
}
.inside .news-lists .lines .line .time {
    width: 100px;
    text-align: right;
    color: #a7a0a0;
}
.inside .news-lists .lines .tag {
    font-size: 14px;
    color:#a7a0a0 ;
    line-height: 28px;
}
