﻿@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}


/* css初始化 */


body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}



* {
    box-sizing: border-box;
}

button {
    overflow: visible;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #27445e;
    text-decoration: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

a:hover {
    text-decoration: none !important;
    color: var(--main-color);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

button:focus {
    outline: none;
}


/* 整体 */

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

.container {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

:focus {
    outline: none;
}

:root {
    --color: #27445e;
    --main-color: #d70c19;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}


/* 模态框 end*/

.header .nav ul li:hover .n2_nav {
    display: block;
}

.pc_ban {
    width: 100%;
    height: 790px;
    position: relative;
    overflow: hidden;
}

.pc_ban h5 {
    font-size: 50px;
    color: #222222;
    font-weight: bold;
    line-height: 78px;
}

.pc_ban h6 {
    font-size: 20px;
    color: #222222;
    margin-top: 30px;
    line-height: 45px;
    text-transform: uppercase;
}

.pc_ban .gt {
    font-size: 20px;
    color: #ffffff;
    width: 180px;
    height: 56px;

    background: linear-gradient( to right, #249aff, #249aff) no-repeat;
    background: -webkit-linear-gradient( left, #249aff, #249aff) no-repeat;

    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.pc_ban .gt:hover {

    background: linear-gradient( to right, #ffa724, #249aff) no-repeat;
    background: -webkit-linear-gradient( left, #ffa724, #249aff) no-repeat;

}

.pc_ban .container {
    padding-left: 150px;
    width: 1230px;
}

.pc_ban .swiper-slide {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

.pc_ban .swiper-button-prev,
.pc_ban .swiper-button-next {
    line-height: 61px;
    color: #fff;
    opacity: 0;
    font-size: 38px;
    font-weight: bold;
    margin-top: -25px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-button-prev {
    left: 0%;
    margin-left: 3%
}

.pc_ban .swiper-button-next {
    right: 0%;
    margin-right: 3%;
}

.pc_ban:hover .swiper-button-prev {
    left: 2%;
    opacity: .5;
}

.pc_ban:hover .swiper-button-next {
    right: 2%;
    opacity: .5;
}

.pc_ban .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: none;
    border: 2px solid #249aff;
}


/* 首页轮播图下五个链接 */

.sy_mk1 {
    background-color: #434ec4;
    padding: 70px 0;
    margin-top: 2px;
}

.sy_mk1 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mk1 .mk1_lj {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.sy_mk1 .mk1_lj::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 74px;
    content: "";
    background: linear-gradient( to top, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0)) no-repeat;
    background: -webkit-linear-gradient( bottom rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0)) no-repeat;
    animation: xq1 3s linear infinite;
}

@keyframes xq1 {
    50% {
        height: 0;
    }
    100% {
        height: 74px;
    }
}

.sy_mk1 .mk1_lj:nth-child(1)::after {
    display: none;
}

.sy_mk1 .mk1_lj .right {
    margin-left: 20px;
    font-size: 18px;
    color: #ffffff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk1 .mk1_lj:hover .right {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.sy_mk1 .mk1_lj .left img {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk1 .mk1_lj:hover .left img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.ggbt {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
}


/* 每日热销 */

.sy_mk2 {
    background-color: #f6f5f3;
    padding: 90px 0 80px;
}

.tjcp {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px #e0e0de;
    padding: 16px 16px 26px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.tjcp:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.tjcp .shang {
    overflow: hidden;
    border-radius: 10px;
    max-height: 328px;
}

.tjcp .shang img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.tjcp:hover .shang img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.tjcp .xia {
    margin-top: 10px;
}

.tjcp .xia h5 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.tjcp .xia h6 {
    font-size: 14px;
    color: #888888;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.tjcp .xia .lj {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tjcp .xia .lj .zu {
    width: 46px;
    height: 36px;
    background-color: #3b3851;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
}
.tjcp:hover .xia .lj .zu{
    background-color: #3b3182;
}
.tjcp .xia .lj .yo {
    width: 172px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;

    background: linear-gradient( to right, #249aff, #249aff) no-repeat;
    background: -webkit-linear-gradient( left, #249aff, #249aff) no-repeat;
}
.tjcp:hover .xia .lj .yo{
    background: linear-gradient( to right, #249aff, #006eff) no-repeat;
    background: -webkit-linear-gradient( left, #249aff, #006eff) no-repeat;
}
.tjcp .xia .lj .yo i img {
    animation: xq3 3s linear infinite forwards;
}

@keyframes xq3 {
    100% {
        transform: rotateY(360deg);
    }
}

.tjcp .xia .lj .yo .jg {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 15px;
}

.tjcp .xia .lj .yo .jg em {
    font-weight: normal;
    font-size: 14px;
}

.sy_mk2 .mk2_x {
    margin: 0 -10px;
    position: relative;
}

.sy_mk2 .swiper_gzhj {
    padding: 30px 10px;
    overflow: hidden;
}

.qieh_an .swiper-button-next,
.qieh_an .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    background-color: #fed8d5;
    border-radius: 100px;
    color: #804704;
    font-size: 18px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.qieh_an .swiper-button-next {
    margin-left: 25px;
}

.qieh_an .swiper-button-next:hover,
.qieh_an .swiper-button-prev:hover {
    background-color: #249aff;
    color: #fff;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.qieh_an {
    position: absolute;
    right: 0;
    top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mk2 .mk2_pp {
    margin-top: 75px;
    position: relative;
}

.sy_mk2 .mk2_pp .gd {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 14px;
    color: #999999;
}

.sy_mk2 .mk2_pp .gd:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_mk2 .mk2_pp .zuoyou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy_mk2 .mk2_pp .zuoyou .dange {
    width: 580px;
    margin-top: 30px;
}

.sy_mk2 .mk2_pp .zuoyou .dange .shang_pp {
    width: 100%;
    height: 280px;
    border-radius: 10px;
    box-shadow: 0 0 10px #d7d6d4;
    color: #333333;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    padding-left: 48px;
}

.sy_mk2 .mk2_pp .zuoyou .dange .shang_pp h6 {
    font-size: 34px;
    color: #ffffff;
    font-weight: bold;
}

.sy_mk2 .mk2_pp .zuoyou .dange .shang_pp a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 130px;
    height: 36px;
    border-radius: 50px;
    font-size: 14px;
    background-color: #fbce59;
    margin-top: 20px;
}

.sy_mk2 .mk2_pp .zuoyou .dange .shang_pp.hei h5 {
    font-size: 20px;
    color: #333333;
}

.sy_mk2 .mk2_pp .zuoyou .dange .shang_pp.hei h6 {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
    margin-top: 15px;
}

.sy_mk2 .mk2_pp .zuoyou .dange .shang_pp.hei a {
    background-color: #333333;
    color: #ffffff;
}

.sy_mk2 .mk2_pp .zuoyou .dange .xia_pp {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -4px;
    margin-top: 8px;
}

.sy_mk2 .mk2_pp .zuoyou .dange .xia_pp .dd_dan {
    flex: 0 0 33.333%;
    padding: 0 4px;
    margin-top: 22px;
}

.sy_mk2 .mk2_pp .zuoyou .dange .xia_pp .dd_dan .tp {
    width: 100%;
    height: 106px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 13px;
    box-shadow: 0 0 10px #e6e4e4;
}

.sy_mk2 .mk2_pp .zuoyou .dange .xia_pp .dd_dan .tp img {
    max-width: 100%;
    max-height: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk2 .mk2_pp .zuoyou .dange .xia_pp .dd_dan:hover .tp img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}


/* 优质货源 */

.sy_mk3 {
    padding: 80px 0;
    background-color: #fefefd;
}

.sy_mk3 .dang {
    display: none;
    margin: 0 -10px;
}

.sy_mk3 .qiehuan_ka {
    position: relative;
}

.sy_mk3 .qiehuan_ka .tab_tou {
    position: absolute;
    top: -60px;
    right: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mk3 .qiehuan_ka .tab_tou .bt {
    font-size: 16px;
    color: #333333;
    padding: 10px 30px;
    border-radius: 50px;
}

.sy_mk3 .qiehuan_ka .tab_tou .bt.on {
    background-color: #ffeeed;
    color: #249aff;
    font-weight: bold;
}

.sy_mk3 .sy_yzhy {
    height: 780px;
    padding: 10px;
    overflow: hidden;
    margin-top: 16px;
}

.sy_mk3 .sy_yzhy .swiper-slide {
    height: calc((100% - 20px) / 2);
}

.sy_yzhy .tjcp {
    padding: 10px 10px 24px;
}

.sy_yzhy .tjcp .shang {
    min-height: 205px;
}

.sy_yzhy .tjcp .xia .lj .yo {
    width: 132px;
}

.sy_yzhy .biaodan {
    background: linear-gradient( to bottom, #434ec3, #091d5c) no-repeat;
    background: -webkit-linear-gradient( top, #434ec3, #091d5c) no-repeat;
    height: 100%;
    padding: 30px 20px 0;
}

.sy_yzhy .biaodan form {
    padding-top: 10px;
}

.sy_yzhy .biaodan input {
    width: 100%;
    border: 1px solid #fff;
    height: 36px;
    font-size: 14px;
    padding-left: 10px;
    color: #eeeeee;
    margin-top: 10px;
}

.sy_yzhy .biaodan input::-webkit-input-placeholder {
    color: #eeeeee;
}

.sy_yzhy .biaodan input::placeholder {
    color: #eeeeee;
}

.sy_yzhy .biaodan button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
    width: 100%;
    animation: xq2 1s linear infinite;
}

@keyframes xq2 {
    50% {
        margin-top: 10px;
    }
    100% {
        margin-top: 5px;
    }
}

.sy_mk3 .ckgd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 80px auto 0;
    width: 240px;
    height: 50px;
    border: 2px solid #333333;
    border-radius: 5px;
    font-size: 16px;
    color: #333333;
}

.sy_mk3 .ckgd:hover {
    color: #249aff;
    border: 2px solid #249aff;

}


/* 走进利富安 */

.sy_mk4 {
    padding: 80px 0;
}

.sy_mk4 .mk4_zuoy {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sy_mk4 .mk4_zuoy .zuo {
    flex: 0 0 60%;
    max-width: 60%;
    overflow: hidden;
}

.sy_mk4 .mk4_zuoy .zuo img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.sy_mk4 .mk4_zuoy .zuo img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_mk4 .mk4_zuoy .you {
    flex: 0 0 40%;
    background-color: #ffffff;
    max-width: 40%;
    border-bottom: 8px solid #f18507;
    padding: 40px 40px 84px;
    box-shadow: 0 0 10px #e0dddd;
}

.sy_mk4 .mk4_zuoy .you h5 {
    font-size: 28px;
    color: #249aff;
    font-weight: bold;
}

.sy_mk4 .mk4_zuoy .you h6 {
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
    font-weight: bold;
    line-height: 33px;
}

.sy_mk4 .ckgd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 175px;
    height: 50px;
    border: 2px solid #333333;
    border-radius: 50px;
    font-size: 16px;
    color: #333333;
    margin-top: 50px;
}

.sy_mk4 .ckgd:hover {
    color: #249aff;
    border: 2px solid #249aff;

}


/* 新闻动态 */

.sy_mk5 {
    padding: 80px 0 282px;
}

.sy_mk5 .container {
    position: relative;
}

.sy_mk5 .you_an {
    position: absolute;
    font-size: 14px;
    color: #999999;
    top: 7px;
    right: 15px;
}

.sy_mk5 .you_an:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_mk5 .zuoyou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sy_mk5 .zuoyou .zuo {
    flex: 0 0 65.8%;
    max-width: 65.8%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sy_mk5 .zuoyou .zuo .dange {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px #e2dada;
    flex: 0 0 48%;
    max-width: 48%;
    position: relative;
}

.sy_mk5 .zuoyou .zuo .dange .yincang {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #249aff;
    padding: 34px 22px 0;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_mk5 .zuoyou .zuo .dange:hover .yincang {
    opacity: 1;
}

.sy_mk5 .zuoyou .zuo .dange .yincang h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #eeeeee;
}

.sy_mk5 .zuoyou .zuo .dange .yincang h5 span {
    font-weight: bold;
}

.sy_mk5 .zuoyou .zuo .dange .yincang h6 {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-top: 30px;
}

.sy_mk5 .zuoyou .zuo .dange .yincang h4 {
    font-size: 16px;
    color: #eeeeee;
    margin-top: 20px;
    line-height: 34px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.sy_mk5 .zuoyou .zuo .dange .yincang .ckgd {
    width: 140px;
    height: 46px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
}

.sy_mk5 .zuoyou .zuo .shang {
    overflow: hidden;
    height: 282px;
}

.sy_mk5 .zuoyou .zuo .shang img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.sy_mk5 .zuoyou .zuo .dange:hover .shang img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_mk5 .zuoyou .zuo .xia {
    background-color: #fff;
    height: 164px;
    padding: 30px 20px;
}

.sy_mk5 .zuoyou .zuo .xia h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sy_mk5 .zuoyou .zuo .xia h5 span {
    font-size: 16px;
    color: #249aff;
    font-weight: bold;
}

.sy_mk5 .zuoyou .zuo .xia h5 em {
    font-size: 16px;
    color: #999999;
}

.sy_mk5 .zuoyou .zuo .xia h6 {
    font-size: 24px;
    color: #333333;
    margin-top: 20px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.sy_mk5 .zuoyou .you {
    flex: 0 0 31.4%;
    max-width: 31.4%;
}

.sy_mk5 .zuoyou .you .dange_xiao {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
    border-top: 1px solid #cccccc;
}

.sy_mk5 .zuoyou .you .dange_xiao:nth-child(1) {
    padding-top: 0;
    border-top: none;
}

.sy_mk5 .zuoyou .you .dange_xiao:nth-last-child(1) {
    padding-bottom: 0;
}

.sy_mk5 .zuoyou .you .dange_xiao .z {
    width: 140px;
    overflow: hidden;
    border-radius: 10px;
}

.sy_mk5 .zuoyou .you .dange_xiao .z img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.sy_mk5 .zuoyou .you .dange_xiao:hover .z img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_mk5 .zuoyou .you .dange_xiao .y {
    flex: 1;
    padding-left: 10px;
}

.sy_mk5 .zuoyou .you .dange_xiao .y h5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    color: #999999;
}

.sy_mk5 .zuoyou .you .dange_xiao .y h5 span {
    font-weight: bold;
    color: #249aff;
}

.sy_mk5 .zuoyou .you .dange_xiao .y h6 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 13px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}




/* n内页面包屑导航 */

.mian_er {
    height: 80px;
    border-bottom: 2px solid #249aff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #999999;
}

.mian_er i {
    margin: 0 10px;
    display: block;
}

.mian_er a {
    color: #999999;
    font-weight: bold;
}

.mian_er a:nth-last-child(1) {
    color: #333333;
}


/* 产品详情 */

.cp_xqmk1 {
    padding: 30px 0 100px;
}

.cp_xqmk1 .cpxq_shang {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cp_xqmk1 .cpxq_shang .zuo {
    width: 330px;
    overflow: hidden;
    border-radius: 10px;
}

.cp_xqmk1 .cpxq_shang .zuo img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.cp_xqmk1 .cpxq_shang .zuo img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cp_xqmk1 .cpxq_shang .you {
    flex: 1;
    padding-left: 40px;
}

.cp_xqmk1 .cpxq_shang .you h5 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cp_xqmk1 .cpxq_shang .you h5 span {
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
}

.cp_xqmk1 .cpxq_shang .you h5 .an {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 150px;
    height: 61px;
    border: 1px solid #f6f5f8;
    border-radius: 5px;
}

.cp_xqmk1 .cpxq_shang .you h6 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
}

.cp_xqmk1 .biaoge {
    border: 1px solid #f6f5f8;
    margin-top: 12px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cp_xqmk1 .biaoge .lie {
    flex: 33.333%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 45px;
    padding: 0 20px;
    border-right: 1px solid #f6f5f8;
    border-top: 1px solid #f6f5f8;
}

.cp_xqmk1 .biaoge .lie:nth-child(1),
.cp_xqmk1 .biaoge .lie:nth-child(2),
.cp_xqmk1 .biaoge .lie:nth-child(3) {
    border-top: none;
}

.cp_xqmk1 .biaoge .lie:nth-child(1),
.cp_xqmk1 .biaoge .lie:nth-child(6),
.cp_xqmk1 .biaoge .lie:nth-child(7) {
    border-right: none;
}

.cp_xqmk1 .biaoge .lie .z {
    font-size: 14px;
    color: #888888;
}

.cp_xqmk1 .biaoge .lie .y {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.cp_xqmk1 .biaoge .zhouqi .kuang {
    width: 157px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding-right: 32px;
}

.cp_xqmk1 .biaoge .zhouqi .kuang span {
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 80%;
    width: 47px;
    height: 20px;
    background: url(../images/bg1.png);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 5px;
}

.cp_xqmk1 .biaoge .zhouqi .kuang i {
    display: block;
    flex: 1;
    height: 100%;
    position: relative;
}

.cp_xqmk1 .biaoge .zhouqi .kuang i.on::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100px;
    border: 1px solid #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: qiu1 2s linear infinite;
    opacity: .5;
}

@keyframes qiu1 {
    50% {
        opacity: 1;
        width: 0px;
        height: 0px;
    }
    100% {
        opacity: .5;
        width: 16px;
        height: 16px;
    }
}

.cp_xqmk1 .biaoge .zhouqi .kuang i.on::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cp_xqmk1 .biaoge .zhouqi .kuang i:nth-child(1) {
    background-color: #249aff;
    border-radius: 3px 0 0 3px;
}

.cp_xqmk1 .biaoge .zhouqi .kuang i:nth-child(2) {
    background-color: #fea73a;
}

.cp_xqmk1 .biaoge .zhouqi .kuang i:nth-child(3) {
    background-color: #fccc83;
}

.cp_xqmk1 .biaoge .zhouqi .kuang i:nth-child(4) {
    background-color: #fcdfa6;
    border-radius: 0 3px 3px 0;
}

.cp_xqmk1 .biaoge .zuij_yl {
    flex: 0 0 100%;
}

.cp_xqmk1 .biaoge .zuij_yl .y {
    width: 510px;
    display: flex;
    align-items: center;
}

.cp_xqmk1 .biaoge .zuij_yl .y .ming_pd {
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cp_xqmk1 .biaoge .zuij_yl .y .ming_pd span {
    margin-left: 10px;
    font-weight: bold;
}

.cp_xqmk1 .biaoge .zuij_yl .y a.ming_pd {
    margin-left: 36px;
}

.cp_xqmk1 .jiag_xia {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-top: 50px;
}

.cp_xqmk1 .jiag_xia i {
    font-size: 16px;
    color: #249aff;
    font-weight: bold;
}

.cp_xqmk1 .jiag_xia span {
    font-size: 24px;
    /* color: #249aff; */
    text-align: center;
    font-weight: bold;
    line-height: 50px;
}

.cp_xqmk1 .jiag_xia em {
    font-size: 16px;
    color: #888888;
    margin-left: 5px;
    font-weight: bold;
}


/* 在线询价 */

.cpxq_xia {
    margin-top: 40px;
    border: 1px solid #e6e6e6;
}

.cpxq_xia .bt_tou {
    background-color: #f5f5f5;
}

.cpxq_xia .bt_tou h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 200px;
    height: 60px;
    background-color: #fff;
    font-size: 18px;
    color: #333333;
    border-top: 2px solid #249aff;
    font-weight: bold;
}

.cpxq_xia .biaod_xj_x {
    padding-bottom: 40px;
}

.cpxq_xia .biaod_xj_x .zuoyou_bd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 30px;
}

.cpxq_xia .biaod_xj_x .zuoyou_bd .dange_bd {
    flex: 0 0 32%;
    margin-top: 30px;
}

.cpxq_xia .biaod_xj_x .zuoyou_bd .dange_bd:nth-last-child(3),
.cpxq_xia .biaod_xj_x .zuoyou_bd .dange_bd:nth-last-child(2) {
    flex: 0 0 49%;
}

.cpxq_xia .biaod_xj_x .zuoyou_bd .dange_bd h5 {
    font-size: 14px;
    color: #333333;
    font-family: 'Adobe 黑体 Std';
}

.cpxq_xia .biaod_xj_x .zuoyou_bd .dange_bd input {
    margin-top: 12px;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding-left: 8px;
    font-size: 14px;
    color: #333333;
    height: 35px;
}
.cpxq_xia .biaod_xj_x .zuoyou_bd .dange_bd input:focus {

    outline:none;

    border: 1px solid #249aff;

}
.cpxq_xia .biaod_xj_x .zuoyou_bd .dange_bd input::-webkit-input-placeholder {
    color: #666666;
}

.cpxq_xia .biaod_xj_x .zuoyou_bd .dange_bd input::placeholder {
    color: #666666;
}

.cpxq_xia .biaod_xj_x .zuoyou_bd button {
    display: block;
    margin: 60px auto 0;
    width: 320px;
    height: 51px;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient( to right, #249aff, #249aff) no-repeat;
    background: -webkit-linear-gradient( left, #249aff, #249aff) no-repeat;
    border-radius: 50px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cpxq_xia .biaod_xj_x .zuoyou_bd button:hover {
    background: linear-gradient( to right, #249aff, #ffa724) no-repeat;
    background: -webkit-linear-gradient( left, #249aff, #ffa724) no-repeat;
}

.xunjia {
    display: block;
    margin: 40px auto 0;
    width: 320px;
    height: 51px;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient( to right, #249aff, #249aff) no-repeat;
    background: -webkit-linear-gradient( left, #249aff, #249aff) no-repeat;
    border-radius: 50px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

/* 推荐产品 */

.xq_tj {
    padding: 20px 0 120px;
}

.xq_tj .biat_b {
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 20px;
}

.xq_tj .biat_b::after {
    width: 475px;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    background-color: #cccccc;
}

.xq_tj .biat_b::before {
    width: 475px;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    background-color: #cccccc;
}

.xq_tj .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1240px;
    padding: 0;
}

.xq_tj .container .dd_ths {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 20px;
    margin-top: 40px;
    box-sizing: border-box;
}


/* 2.11新写的 */

.cp_zjhongx {
    padding: 30px 0 100px;
}

.cp_zjhongx .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cp_zjhongx .container .zuo {
    width: 277px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px 38px;
}

.cp_zjhongx .container .zuo .bt {
    font-size: 16pX;
    color: #333333;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 2px solid #249aff;
}

.cp_zjhongx .container .zuo h5 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-top: 30px;
}

.cp_zjhongx .container .zuo h5:nth-child(1) {
    margin-top: 20px;
}

.cp_zjhongx .container .zuo .ppfl {
    margin-top: 25px;
    display: flex;
    position: relative;
    padding-left: 25px;
    align-items: center;
}

.cp_zjhongx .container .zuo .ppfl:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border: solid 1px #cdcdcd;
    border-radius: 100px;
}

.cp_zjhongx .container .zuo .ppfl.on:after {
    border: none;
    background: url(../images/dui_03.jpg);
}

.cp_zjhongx .container .zuo .ppfl img {
    width: 59px;
}

.cp_zjhongx .container .zuo .ppfl span {
    font-size: 14px;
    color: #585858;
    margin-left: 12px;
    text-transform: uppercase;
}

.cp_zjhongx .container .zuo .ppfl.on span {
    font-weight: bold;
    color: #333333;
}

.cp_zjhongx .container .you {
    flex: 1;
    padding-left: 30px;
}

.cp_zjhongx .container .you .sha_bt {
    height: 40px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333333;
}

.cp_zjhongx .container .you .sha_bt .z {
    padding-left: 30px;
    font-weight: bold;
}

.cp_zjhongx .container .you .sha_bt .y {
    font-weight: bold;
}

.cp_zjhongx .container .you .z {
    width: 307px;
}

.cp_zjhongx .container .you .y {
    flex: 1;
}

.xia_hang {
    height: 90px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.xia_hang .z {
    display: flex;
    align-items: center;
    padding: 10px;
}

.xia_hang .z img {
    border-radius: 10px;
    width: 70px;
}

.xia_hang .yy_sx {
    margin-left: 20px;
}

.xia_hang .yy_sx h5 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.xia_hang .yy_sx h6 {
    color: #249aff;
    font-weight: bold;
    font-size: 20px;
}

.xia_hang .yy_sx h6 em {
    font-weight: none;
    font-size: 16px;
}

.xia_hang .y {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px;
}

.xia_hang .y .zyi1 {
    flex: 0 0 28.8%;
}

.xia_hang .y .wz_z {
    font-size: 14px;
    color: #666666;
    line-height: 25px
}

.xia_hang .y i {
    color: #249aff;
}

.xia_hang .y .zyi2 {
    flex: 0 0 49%;
}

.xia_hang .y .zyi3 {
    flex: 1;
    text-align: center;
}

.xia_hang .y .ckxq {
    width: 100%;
    height: 40px;
    background-color: #d4e6fc;
    font-size: 16px;
    color: #249aff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xia_hang .y .ckxq:hover {
    color: #fff;
    background-color: #ffa723;
    background: linear-gradient( to right, #249aff, #006eff) no-repeat;
    background: -webkit-linear-gradient( left, #249aff, #006eff) no-repeat;
}

.fenye {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.fenye li {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-size: 14px;
    color: #666666;
    margin: 0 5px;
    border-radius: 5px;
    font-weight: bold;
}

.fenye li.active {
    color: #fff;
    background: #249aff;
}

.chanp_bg {
    background: #f6f5f8;
    padding-top:150px;
}


/* 代理品牌 */

.dlpp_zong {
    padding-bottom: 100px;
}

.daili_pp .container {
    display: flex;
    flex-wrap: wrap;
    padding-right: 3px;
    padding-left: 3px;
}

.daili_pp .container .dange {
    flex: 0 0 33.333%;
    padding: 0 12px;
    margin-top: 24px;
}

.daili_pp .container .dange .nr {
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 40px;
    height: 120px;
    border-radius: 10px;
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    border: 2px solid #fff;
}

.daili_pp .container .dange .nr:after {
    left: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    position: absolute;
    content: "";
    background: url(../images/ann_03.jpg);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.daili_pp .container .dange .nr:hover:after {
    left: 38px;
    opacity: 1;
}

.daili_pp .container .dange .nr:hover {
    border: 2px solid #434ec4;
    padding-left: 100px;
}

.daili_pp .container .dange .nr h5 {
    font-size: 20px;
    color: #249aff;
    font-weight: bold;
    text-transform: uppercase;
}

.daili_pp .container .dange .nr h6 {
    font-size: 14px;
    color: #6e513a;
    font-weight: bold;
    margin-top: 10px;
}

.daili_pp .container .dange .you {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex: 0 0 50%;
}

.daili_pp .container .dange .you img {
    max-width: 100%;
    max-height: 100%;
}


/* 联系我们 */

.lianxi_wm {
    padding-bottom: 100px;
}

.lianxi_wm .lianxi_shang {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #ebebf3;
}

.lianxi_wm .lianxi_shang .zuo {
    width: 490px;
    height: 645px;
    background: linear-gradient( to bottom, #249aff, #006eff) no-repeat;
    background: -webkit-linear-gradient( top, #249aff, #006eff) no-repeat;
    padding: 30px 70px 39px 30px;
}

.lianxi_wm .lianxi_shang .zuo h5 {
    font-size: 28px;
    color: #ffffff;
}

.lianxi_wm .lianxi_shang .zuo h6 {
    margin-top: 36px;
}

.lianxi_wm .lianxi_shang .zuo h6 .diz {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    margin-top: 5px;
}

.lianxi_wm .lianxi_shang .zuo h6 .diz:nth-last-child(1) {
    align-items: flex-start;
    margin-top: 50px;
}

.lianxi_wm .lianxi_shang .zuo h6 span {
    flex: 0 0 25%;
    display: block;
    text-align: right;
}

.lianxi_wm .lianxi_shang .zuo h6 i {
    flex: 0 0 75%;
    display: block;
}

.lianxi_wm .lianxi_shang .zuo h6 i strong {
    font-size: 32px;
}

.lianxi_wm .lianxi_shang .zuo .youxia {
    margin-top: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.lianxi_wm .lianxi_shang .zuo .youxia img {
    width: 120px;
    height: 120px;
}

.lianxi_wm .lianxi_shang .zuo .youxia span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-left: 10px;
}

.lianxi_wm .lianxi_shang .you {
    flex: 1;
    padding: 75px 30px 40px;
}

.lianxi_wm .lianxi_shang .you .biaop_dan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.lianxi_wm .lianxi_shang .you .biaop_dan input {
    height: 50px;
    width: 48%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}
.lianxi_wm .lianxi_shang .you .biaop_dan input:focus {

    outline:none;

    border: 1px solid #249aff;

}
.lianxi_wm .lianxi_shang .you .biaop_dan input::-webkit-input-placeholder,
.lianxi_wm .lianxi_shang .you .biaop_dan textarea::-webkit-input-placeholder {
    color: #999999;
}

.lianxi_wm .lianxi_shang .you .biaop_dan input::placeholder,
.lianxi_wm .lianxi_shang .you .biaop_dan textarea::placeholder {
    color: #999999;
}

.lianxi_wm .lianxi_shang .you .biaop_dan textarea {
    height: 170px;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    padding-left: 10px;
    padding-top: 10px;
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    resize: none;
}

.lianxi_wm .lianxi_shang .you .biaop_dan .anniu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.lianxi_wm .lianxi_shang .you .biaop_dan .anniu button {
    margin-top: 60px;
    width: 320px;
    height: 50px;
    border-radius: 50px;
    background: #249aff;
    font-size: 16px;
    color: #ffffff;


}

.lianxi_wm .lianxi_shang .you .biaop_dan .anniu button:hover {
    background: linear-gradient( to right, #FFA824, #249aff) no-repeat;
    background: -webkit-linear-gradient( left,  #FFA824, #249aff) no-repeat;

}


/* 地图 */

.lianxi_wm .dt {
    margin-top: 60px;
}


/* 品牌详情 */

.pinpai_xq {
    padding-bottom: 330px;
    padding-top: 30px;
}

.pinpai_xq .container {
    display: flex;
    justify-content: space-between;
}

.pinpai_xq .container .zuo {
    width: 883px;
    border-right: 1px solid #cccccc;
    padding: 26px 30px 0 0;
}

.pinpai_xq .container .zuo .shag_logo {
    padding-left: 13px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pinpai_xq .container .zuo .shag_logo:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.pinpai_xq .container .zuo .pinp_ms {
    padding: 40px 0;
    border-bottom: 1px solid #cccccc;
}

.pinpai_xq .container .zuo .pinp_ms h5 {
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    text-transform: uppercase;
}

.pinpai_xq .container .zuo .pinp_ms h6 {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    margin-top: 8px;
}

.pinpai_xq .xgcp_pinp h5.bt {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 40px;
    padding-bottom: 10px;
}

.pinpai_xq .xia_hang {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #cccccc;
    border-radius: 0;
}

.pinpai_xq .xia_hang .z {
    width: 307px;
    padding: 0;
}

.pinpai_xq .xia_hang .y {
    flex: 1;
    padding-right: 0;
}

.pinpai_xq .ckgd {
    width: 320px;
    height: 50px;
    border: 1px solid #249aff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
    font-size: 16px;
    color: #249aff;
    margin: 60px auto 0;
}

.pinpai_xq .ckgd:hover {
    color: #fff;
    background-color: #249aff;
}

.pinpai_xq .container .you {
    flex: 1;
    padding-left: 30px;
}

.pinpai_xq .container .you h5 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.pinpai_xq .container .you .zuoyou_xxw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0 20px 9px;
    position: relative;
    border-bottom: 1px dashed #cccccc;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pinpai_xq .container .you .zuoyou_xxw:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.pinpai_xq .container .you .zuoyou_xxw:nth-last-child(1) {
    border-bottom: none;
}

.pinpai_xq .container .you .zuoyou_xxw::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #666666;
    border-radius: 100px;
    content: "";
}

.pinpai_xq .container .you .z_xw {
    font-size: 14px;
    color: #666666;
    flex: 0 0 67.6%;
    max-width: 67.6%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}

.pinpai_xq .container .you .y_xw {
    font-size: 14px;
    color: #666666;
}


/*新闻详情 */

.pinpai_xq .xw_xq_zuo {}

.pinpai_xq .xw_xq_zuo .ebt {
    font-size: 42px;
    color: #333333;
    line-height: 72px;
    margin-top: -40px;
}

.pinpai_xq .xw_xq_zuo .rq {
    font-size: 14px;
    color: #666666;
    margin: 0 7px;
    margin-top: 15px;
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .shangx_yy {
    flex: 0 0 16.4%;
    max-width: 16.4%;
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .shangx_yy .fx_s {
    padding-bottom: 36px;
    position: relative;
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .shangx_yy .fx_s::after {
    width: 100%;
    height: 1px;
    border: 2px dashed #e2e6e9;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .shangx_yy .fx_s::before {
    width: 100%;
    height: 1px;
    border: 2px dashed #e2e6e9;
    position: absolute;
    bottom: 8px;
    left: 0;
    content: "";
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .shangx_yy .fx_s i {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 28px;
    color: #4c8ae0;
    font-weight: bold;
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .shangx_yy .fx_s h5 {
    font-size: 14px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .ner_zwe {
    flex: 0 0 73.4%;
    max-width: 73.4%;
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .sige_anniu {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .sige_anniu a {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 60px;
    height: 60px;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .fenxiang .shang_yp {
    margin-top: 30px;
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .fenxiang .shang_yp i {
    font-size: 16px;
    color: #555555;
    text-align: center;
    font-weight: bold;
    display: block;
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .fenxiang .shang_yp .zi {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .fenxiang .shang_yp .t {
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .fenxiang .shang_yp .t img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.pinpai_xq .xw_xq_zuo .xwxq_zuou .fenxiang .shang_yp:hover .t img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.pinpai_xq .xw_xq_zuo .ner_zwe {
    font-size: 16px;
    color: #555555;
    line-height: 29px;
    font-family: 'Adobe 黑体 Std';
}


/* 新闻 */

.news {
    padding-bottom: 100px;
}

.erji {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.erji a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 170px;
    height: 45px;
    background-color: #f6f5f8;
    border-radius: 50px;
    font-size: 16px;
    color: #333333;
    margin: 0 5px;
    padding-top: 5px;
}

.erji a.on,
.erji a:hover {
    color: #fff;
    background-color: #249aff;
}


/* 新闻列表 */

.news_list .dd {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    background: linear-gradient( to right, #f7f1ee, #eff6f8) no-repeat;
    background: -webkit-linear-gradient( left, #f7f1ee, #eff6f8) no-repeat;
    background-size: 0 100%;
}

.news_list .dd:hover {
    background-size: 100% 100%;
}

.news_list .dd .nr {
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 40px 0;
}

.news_list .dd:hover .nr {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.news_list .dd .nr .zuo {
    width: 180px;
    overflow: hidden;
    border-radius: 10px;
}

.news_list .dd .nr .zuo img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.news_list .dd:hover .nr .zuo img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.news_list .dd .nr .you {
    flex: 1;
    padding-left: 38px;
}

.news_list .dd .nr .you .shang i {
    font-weight: bold;
    font-size: 26px;
    color: #333333;
}

.news_list .dd .nr .you .shang span {
    font-size: 16px;
    color: #333333;
    margin-left: 36px;
}

.news_list .dd .nr .you h5 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding-bottom: 4px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.news_list .dd:hover .nr .you h5 {
    border-bottom: 1px solid #333333;
}

.news_list .dd .nr .you h6 {
    font-size: 14px;
    color: #888888;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    line-height: 25px;
    margin-top: 10px;
}


/* 走进利富安 */

.about {
    padding-bottom: 100px;
    background-color: #f6f5f3;
}

.guanyu_nr {
    margin-top: 30px;
}

.guanyu_nr .gy_nr {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.guanyu_nr .gy_nr .zuo {
    border-right: 4px solid #f6f5f3;
    width: 270px;
    position: sticky;
    top: 0;
}

.guanyu_nr .gy_nr .zuo .gsgy {
    position: sticky;
    top: 120px;
}

.guanyu_nr .gy_nr .zuo a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 80px;
    padding-left: 30px;
    font-size: 20px;
    color: #333333;
    background: linear-gradient( to right, #f7f1ee, #eff6f8) no-repeat;
    background: -webkit-linear-gradient( left, #f7f1ee, #eff6f8) no-repeat;
    background-size: 0 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
}

.guanyu_nr .gy_nr .zuo a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #249aff;
    border-radius: 100px;
    content: "";
    left: 0;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.guanyu_nr .gy_nr .zuo a.d_ej {
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
}

.guanyu_nr .gy_nr .zuo a.on::after,
.guanyu_nr .gy_nr .zuo a:hover::after {
    left: 30px;
    opacity: 1;
}

.guanyu_nr .gy_nr .zuo a.on,
.guanyu_nr .gy_nr .zuo a:hover {
    font-weight: bold;
    background-size: 100% 100%;
    padding-left: 50px;
}

.guanyu_nr .gy_nr .you {
    flex: 1;
    padding: 30px 30px 0;
}

.guanyu_nr .gy_nr .you .nt {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding-top: 20px;
    border-top: 2px solid #cccccc;
    position: relative;
}

.guanyu_nr .gy_nr .you .nt::after {
    position: absolute;
    left: 0;
    top: -2px;
    width: 80px;
    height: 2px;
    background-color: #249aff;
    content: "";
}

.guanyu_nr .gy_nr .you .mk_dg {
    padding-bottom: 40px;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_g_xia {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_g_xia .zt {
    flex: 0 0 41.6%;
    max-width: 41.6%;
    overflow: hidden;
    border-radius: 10px;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_g_xia .zt img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_g_xia .zt img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.guanyu_nr .gy_nr .you .mk_dg .nr_g_xia .yz {
    flex: 0 0 54.9%;
    max-width: 54.9%;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_g_xia .yz h5 {
    font-size: 28px;
    color: #249aff;
    font-weight: bold;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_g_xia .yz h6 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
    margin-top: 40px;
}


/* 公司优势 */

.guanyu_nr .gy_nr .you .mk_dg .nr_ys_xia {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_ys_xia .zt {
    width: 80px;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_ys_xia .zt img {
    max-width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_ys_xia:hover .zt img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.guanyu_nr .gy_nr .you .mk_dg .nr_ys_xia .yz {
    flex: 0 0 86.5%;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_ys_xia .yz h5 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_ys_xia .yz h6 {
    font-size: 16px;
    color: #666666;
    line-height: 27px;
    margin-top: 15px;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_ys_xia .yz h6 span {
    color: #249aff;
}


/* 合作方式 */

.guanyu_nr .gy_nr .you .mk_dg .nr_hz_xia {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_hz_xia .zt {
    width: 222px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_hz_xia .zt i {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: linear-gradient( to right, #f6f2ee, #eff6f8) no-repeat;
    background: -webkit-linear-gradient( left, #f6f2ee, #eff6f8) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    color: #249aff;
    line-height: 30px;
    font-weight: bold;
    font-style: italic;
    margin-top: 20px;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_hz_xia .yz {
    flex: 1;
    padding-left: 38px;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_hz_xia .yz h6 {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    font-weight: bold;
}


/* 货源保证 */

.guanyu_nr .gy_nr .you .mk_dg .nr_hy_xia {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_hy_xia .zt {
    width: 232px;
    overflow: hidden;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_hy_xia .zt img {
    max-width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_hy_xia .zt img:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.guanyu_nr .gy_nr .you .mk_dg .nr_hy_xia .yz {
    flex: 1;
    padding-left: 40px;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_hy_xia .yz h6 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 26px;
}


/* 我们面向的客户 */

.guanyu_nr .gy_nr .you .mk_dg .nr_mindui_xia .yz h6 span {
    color: #249aff;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_mindui_xia .yz .lx {
    width: 134px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #249aff;
    border: 1px solid #249aff;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 25px;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_mindui_xia .yz .lx:hover {
    background-color: #fff;
    color: #249aff;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_mindui_xia .yz h5 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-top: 17px;
}

.guanyu_nr .gy_nr .you .mk_dg .nr_mindui_xia .yz h5 span {
    font-size: 14px;
    color: #888888;
    margin-top: 8px;
    display: block;
}
 .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }