/*标签样式初始化*/
div, ul, li, span, p, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}

/*公共样式部分*/

body {
    color: #666;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

#copy {
    display: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #2957ac;
    text-decoration: none;
    border-bottom-style:
}

.page {
    margin: 0 auto;
    width: 1200px;
}

.bg {
    width: 100%;
    min-width: 1200px;
}

.box {
    margin: 0 auto;
    width: 96%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

em, i {
    font-style: normal;
}


/*隐藏右边滚动条*/
body::-webkit-scrollbar {
    display: none;
}


/*左右浮动清除*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

/*间隙*/
.top10 {
    padding-top: 10px;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}

.top80 {
    padding-top: 80px;
}

.top90 {
    padding-top: 90px;
}

.top100 {
    padding-top: 100px;
}


/*英文样式*/
.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}


/*标题*/
.title {
    padding: 35px 0;
    text-align: center;
}

.title b {
    font-size: 36px;
    color: #333;
}

.title t {
    color: #2957ac;
}

.title p {
    margin-top: 5px;
    font-size: 18px;
    color: #666;
}





/*其他屏幕样式*/
@media (max-width: 1850px) and (min-width: 1781px) {}

@media (max-width: 1780px) and (min-width: 1681px) {}

@media (max-width: 1680px) and (min-width: 1600px) {
    .NavCeshi li {
        padding: 0 1vw;
    }

    .NavCeshi li i {
        font-size: 15px;
        float: left;
    }
}

@media (max-width: 1599px) and (min-width: 1500px) {
    .NavCeshi li {
        padding: 0 0.8vw;
    }

    .NavCeshi li i {
        font-size: 14px;
        float: left;
    }
}

@media (max-width: 1499px) and (min-width: 1400px) {
    .NavCeshi li {
        padding: 0 0.6vw;
    }

    .NavCeshi li i {
        font-size: 14px;
        float: left;
    }
}



/*内页*/
.banner-nbox {
    height: 350px;
}

.banner-nbox .bd li {
    height: 350px;
}

.banner-nbox .banner-btn {
    top: 100px;
}







/*服务项目*/
.product_bg {
    margin-bottom: 35px;
}

.list table {
    width: 100% !important;
}

.list_l {
    width: 1200px;
    margin: 0 auto;
    border: 1px #ddd solid;
    padding: 15px;
}

.list_l ul li {
    width: 11.1%;
    display: inline-block;
    position: relative;
}
.list_l ul.fuwufenlei {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.list_l ul li a {
    display: block;
    width: auto;
    line-height: 44px;
    font-size: 18px;
    color: #333;
    font-weight: normal !important;
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 25px;
    text-align: center;
}

.list_l ul li:hover a {
    color: #fff;
    background: #2957ac;
}

.list_r a {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    font-weight: 100;
}

.list_r a:hover {
    color: #fff;
    background: #c00908;
}

.list_l table tr:nth-child(12) td {
    margin-right: 0px;
}

/*产品图片*/
.prod_d {
    padding-top: 40px;
}

.prod_d table td {
    display: block;
    padding: 0 !important;
    float: left;
    position: relative;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.prod_d table td+td {
    margin-left: 25px;
}

.prod_d table td br {
    display: none;
}

.prod_d table td>a {
    display: block;
    overflow: hidden;
    width: 329px;
    height: 247px;
}

.prod_d table td>a:after {
    content: "+";
    font-size: 40px;
    display: block;
    color: #fff;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 100%;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    position: absolute;
    top: 22%;
    left: 28%;
    box-shadow: 0 0 0 40px rgba(17, 163, 104, 0.3);
    background: rgb(17 163 104 / 0.8);
    opacity: 0;
}

.prod_d table td:hover>a:after {
    opacity: 1;
    -moz-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
}

.prod_d table td>a img {
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.prod_d table td:hover>a img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.prod_d table td span {
    display: block;
    background: #f5f5f5;
    position: relative;
}

.prod_d table td span a {
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: left;
    font-size: 18px;
    padding: 0 30px;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
    background: #fff url(../images/20211117152430_458754148.png)no-repeat 303px center;
    position: relative;
    z-index: 2;
}

.prod_d table td span:after {
    display: block;
    content: "";
    width: 0;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    background: #2957ac;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.prod_d table td:hover span:after {
    width: 100%;
}

.prod_d table td:hover span a {
    color: #fff;
    background: url(../images/20211117152430_2100214955.png)no-repeat 286px center;
}








/*专业上门回收*/
.prodtd_bg {
    height: 600px;
    background: url(../images/20211116135244_1805702228.jpg)no-repeat center;
}

.prodtd_title b, .prodtd_title t {
    color: #fff;
}

.prodtd_title p {
    color: #eee;
}

.main_t {
    margin: 0 auto;
    position: relative;
}

.main_row1 {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.main_r1 {
    float: right;
}

.main_r1_item {
    display: block;
    width: 18.7%;
    float: left;
    cursor: pointer;
    height: 335px;
    background: #fff;
    transition: all 0.3s;
    padding: 85px 0;
}

.main_r1_item:nth-child(1) {}

.main_r1_item p {
    margin: auto;
    width: 100%;
    text-align: center;
}

.main_r1_item span {
    text-align: center;
    color: #333;
    font-size: 28px;
}

.main_r1_item span:before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto 25px;
    background: url(../images/20211116142811_2069944826.png)no-repeat;
    transition: all 0.3s;
}

.main_r1_item:nth-child(2) span:before {
    background-position: -56px 0;
}

.main_r1_item:nth-child(3) span:before {
    background-position: -112px 0;
}

.main_r1_item:nth-child(4) span:before {
    background-position: -168px 0;
}

.main_r1_item:nth-child(5) span:before {
    background-position: -224px 0;
}

.main_r1_item em {
    color: #ccc;
    font-size: 14px;
    display: block;
    font-family: "arial";
}

.main_r1_item i {
    display: block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding-bottom: 18px;
    font-size: 50px;
}

.main_r1_item .iconfont {
    font-size: 50px;
    margin: 0 auto;
    line-height: 50px;
    color: #666;
    padding-top: 15px;
    margin-bottom: 18px;
}

.main_r1_item:hover {
    height: 370px;
    margin-top: -15px;
}

.main_r1_item.active {
    padding: 55px 0px;
}

.main_r1_item.active:before, .main_r1_item:hover:before {
    opacity: 1;
    top: -5px;
}

.main_r1_item.active:after, .main_r1_item:hover:after {
    opacity: 1;
    bottom: 0px;
}

.main_r1_item.active:after {
    bottom: -40px;
    height: 410px;
}

.main_r1_item:hover em {
    color: rgba(204, 204, 204, 0.9);
}

.main_r1_item .yct {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    opacity: 0;
    width: 185px;
    text-align: center;
    margin: 26px auto 30px;
}

.main_r1_item:hover .yct, .main_r1_item:hover .more {
    opacity: 1
}

.main_r1_item.active .yct, .main_r1_item.active .more {
    opacity: 1
}



/*回收案例*/
.anlikz {
    width: 1200px;
    margin: 0 auto;
    height: 278px;
    overflow: hidden;
}

.marqueeleft {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}

.marqueeleft ul {
    float: left;
}

.marqueeleft li {
    float: left;
    margin: 0 20px 0 0;
    display: inline;
    overflow: hidden;
    width: 320px;
    position: relative;
}

.marqueeleft li .pic {
    display: block;
    border: #ccc 1px solid;
    padding: 5px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.marqueeleft li .txt {
    width: 100%;
    line-height: 40px;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    background: #ededed;
    text-align: center;
}

.marqueeleft ul li a img {
    max-width: 100%;
    height: 260px;
    display: block;
    margin:0 auto;
}


.apply_bg {

}

.apply_img ul {
    display: block;
    height: 388px;
}

.apply_img ul+ul {
    margin-top: 25px;
}

.apply_img li {
    float: left;
    overflow: hidden;
}

.apply_img li+li {
    margin-left: 25px;
}

.apply_img li * {
    display: block;
}

.apply_img li>a {
    position: relative;
}

.apply_img li>a:before {
    content: "";
    display: block;
    width: 0%;
    height: 337px;
    background: rgb(0 0 0/0.7);
    position: absolute;
    top: 0;
    transition: all 0.3s;
}

.apply_img li:hover>a:before {
    width: 100%;
}

.apply_img li>a:after {
    content: "了解更多";
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    font-size: 14px;
    color: #333;
    text-align: center;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 0.3s;
}

.apply_img li:hover>a:after {
    top: 50%;
}

.apply_img li p {
    margin-top: 1px;
    height: 50px;
    line-height: 50px;
    background: #eee;
    text-align: center;
    font-size: 18px;
    color: #333;
    position: relative;
}

.apply_img li p:before {
    content: "";
    display: block;
    width: 0%;
    height: 50px;
    background: #2957ac;
    position: absolute;
    top: 0;
    transition: all 0.3s;
}

.apply_img li:hover p:before {
    width: 100%;
}

.apply_img li p a {
    font: inherit;
    color: inherit;
    position: relative;
    z-index: 2;
}

.apply_img li:hover p a {
    color: #fff;
}





/*四大优势*/
.adv {
    height: 860px;
    background: url(../images/20211117144856_1058786294.jpg) no-repeat center;
    align-items: center;
}

.advtitle {
    font-size: 42px;
    color: #fff;
    text-align: center;
}

.advtitle span {
    display: block;
    margin: 10px 0 20px 0;
    font-size: 18px;
    font-weight: lighter;
}

.advtitle:after {
    content: '';
    display: inline-block;
    height: 1px;
    background: #fff;
    width: 60px;
}

.advcon {
    -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.advtab {
    width: 220px;
    margin-right: 1px;
    background: #eee;
}

.advtab li {
    height: 149.3px;
    background: #fff;
    text-align: center;
    padding: 12px 0 0 0;
    cursor: pointer;
    position: relative;
}

.advtab li+li {
    margin-top: 1px;
}

.advicon {
    width: 26px;
    height: 30px;
    background: url(../images/20211117153038_780725550.png) no-repeat left top;
    transition: all .3s ease;
    margin-left: 40px;
}

.advtab li:nth-child(2) .advicon {
    background-position-x: -26px;
}

.advtab li:nth-child(3) .advicon {
    background-position-x: -52px;
}

.advtab li:nth-child(4) .advicon {
    background-position-x: -78px;
}

.advtab li .advtab_t {
    font-size: 36px;
    color: #484848;
    transition: all .3s ease;
}

.advtab li .advtab_t b {
    font-weight: normal;
    color: #484848;
    font-weight: bold;
}

.advtab li.on .advtab_t b {
    color: #EF9519;
}

.advtab li .advtab_t em {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #484848;
    text-transform: uppercase;
    transition: all .3s ease;
    line-height: 22px;
}

.advtab li:nth-child(2n):after {
    left: auto;
    right: 0;
}

.advtab li.on:after {
    width: 100%;
}

.advtab li p {
    position: relative;
    z-index: 9;
    text-align: left;
    margin-left: 40px;
    margin-top: 5px;
}

.advtab li.on .advtab_t {
    color: #EF9519;
}

.advtab li.on .advtab_t em {
    color: #EF9519;
}

.advtab li.on .advicon {
    background-position-y: -30px;
}

.advcen {
    width: 1180px !important;
    height: 643px;
    background: #fff;
}

.advcen ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.advleft {
    width: 585px;
    padding: 65px 31px 0px 30px;
    background: #fff;
    height: 600px;
}

.adv_t em {
    font-size: 50px;
    color: #fff;
    background: #2957ac;
    padding: 9px 13px;
    border-radius: 5px;
    font-family: 'fontDin1';
}

.adv_t span {
    display: block;
    font-size: 36px;
    margin-bottom: 5px;
    color: #484848;
    font-weight: bold;
    margin-top: 35px;
}

    {
    display: inline-block;
    width: 434px;
    height: 1px;
    margin-left: 5px;
    background: #eee;
}

.advwa {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    margin: 0px 0 0px 0;
}

.advtel img {
    display: block;
    margin: 15px 0 0 0;
    float: left;
}

.advtel {
    font-size: 40px;
    color: #2957ac;
    font-weight: bold;
    width: 430px;
    border-radius: 50px;
    padding: 7px 37px;
    box-shadow: 0 0 20px #cecece;
    margin-top: 40px;
    font-family: 'fontDin1';
}

.advbtn a {
    display: inline-block;
    width: 185px;
    line-height: 52px;
    text-align: center;
    border-radius: 10px;
    background: #0951c8;
    color: #fff;
    font-size: 18px;
    transition: all .3s ease;
    margin-right: 14px;
}

.advbtn a:hover {
    background: #0951c8;
}

.advtab li i:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 100%;
    background: #2957ac;
    top: 0;
    left: 0;
    transition: all .3s ease;
}

.advtab li.on i:before {
    background: #EF9519;
}

.adv_t i {
    display: inline-block;
    width: 434px;
    height: 1px;
    background: #eeeeee;
    margin-top: 30px;
    margin-bottom: 30px;
}

.adv_t d {
    color: #d1d1d1;
    font-size: 16px;
    font-family: Arial;
}

.advwa i {
    font-size: 22px;
}




/*回收流程*/
.proc_c {
    position: relative;
    z-index: 999;
}

.proc_c ul {
    display: flex;
    justify-content: space-between;
}

.proc_c ul li {
    width: 20%;
    height: 327px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    border: 1px solid #fdfdfd;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
}

.proc_c ul li i {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 1px solid #d2d2d2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .5s;
}

.proc_c ul li:nth-child(2) i b {
    top: 50%;
    margin-top: -14px;
    right: -12px;
}

.proc_c ul li:nth-child(3) i b {
    top: 50%;
    margin-top: -3px;
    right: -12px;
}

.proc_c ul li:nth-child(4) i b {
    top: 50%;
    margin-top: 14px;
    right: -6px;
}

.proc_c ul li:nth-child(5) i b {
    top: 50%;
    margin-top: 14px;
    left: -6px;
}

.proc_c ul li:nth-child(6) i b {
    top: 50%;
    margin-top: -3px;
    left: -12px;
}

.proc_c ul li:nth-child(7) i b {
    top: -11px;
    left: 25px;
}

.proc_c ul li i>span {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 38px;
    color: #8a8a8a;
    background: url(../images/20211117150639_1142047002.png)no-repeat;
}

.proc_c ul li:nth-child(2) i>span {
    background-position: -40px 0;
}

.proc_c ul li:nth-child(3) i>span {
    background-position: -80px 0;
}

.proc_c ul li:nth-child(4) i>span {
    background-position: -120px 0;
}

.proc_c ul li:nth-child(5) i>span {
    background-position: -160px 0;
}

.proc_c ul li:hover:nth-child(1) i>span {
    background-position: 0px -40px;
}

.proc_c ul li:hover:nth-child(2) i>span {
    background-position: -40px -40px;
}

.proc_c ul li:hover:nth-child(3) i>span {
    background-position: -80px -40px;
}

.proc_c ul li:hover:nth-child(4) i>span {
    background-position: -120px -40px;
}

.proc_c ul li:hover:nth-child(5) i>span {
    background-position: -160px -40px;
}

.proc_c ul li p {
    font-size: 17px;
    color: #333;
    margin: 27px 0 13px;
    transition: all .5s;
}

.proc_c ul li div {
    font-size: 20px;
    color: #666;
    line-height: 24px;
    text-align: center;
}

.proc_btn {
    width: 600px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 100px;
    margin-top: 30px;
    background: #2957ac;
}

.proc_btn i {
    font-size: 24px;
    color: #fff;
}

.proc_btn span {
    font-size: 36px;
    color: #fff;
    font-family: Arial !important;
}

.proc_c ul li:hover i {
    transform: rotate(360deg);
}

.proc_c ul li:hover i>span {
    color: #2957ac;
}

.proc_c ul li:hover p {
    color: #2957ac;
}

.proc_c ul li:hover {
    transform: translateY(-10px);
}




/*走进鸿力达*/
.about {
    height: 613px;
    background: url(../images/20211117151409_194347660.jpg) no-repeat center;
}

.about_w {
    position: relative;
}

.about .w1400 {
    position: relative;
    height: 613px;
}

.abcon {
    width: 690px;
    margin-top: 140px;
}

.ab_t {
    font-size: 33px;
    color: #333;
}

.ab_t b, .ab_c a:hover, .abbtn a:hover {
    color: #2957ac;
}

.ab_t span {
    display: block;
    font-size: 22px;
    color: #666666;
    margin: 8px 0 20px 0;
}

.ab_c, .ab_c a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.abbtn {
    font-size: 0;
    margin-top: 50px;
}

.abbtn a {
    display: inline-block;
    font-size: 18px;
    color: #343434;
    padding-left: 55px;
    height: 43px;
}

.abbtn a+a {
    margin-left: 70px;
}

.abbtn a em {
    display: block;
    font-size: 12px;
    color: #bbbbbb;
}

.abbtn a:nth-child(1) {
    background: url(../images/20211117153148_1618742467.png) no-repeat left center;
}

.abbtn a:nth-child(2) {
    background: url(../images/20211117153148_1453288648.png) no-repeat left center;
}

.abbtn a:nth-child(3) {
    background: url(../images/20211117153148_77427392.png) no-repeat left center;
}



/*新闻中心*/
.news_bg {

}

.news_bt {
    width: 1200px;
    float: left;
}

.news_btl {
    width: 360px;
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 40px;
}

.news_btl span {
    font-size: 16px;
    display: block;
    color: #999;
}

.nb_tab {
    font-size: 0;
    text-align: center;
}

.nb_tab a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #2957ac;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border-radius: 10px;
}

.nb_tab a+a {
    margin-left: 15px;
}

.nb_tab a.cur {
    background: #EF9519;
    color: #fff;
    background-size: 400% 370%;
}

.nb_tab a i, .nb_tab a b {
    display: inline-block;
    vertical-align: top;
}

.nb_tab a b {
    font-size: 20px;
    font-weight: 500;
}

.nbc_list+.nbc_list {
    display: none;
}

.nbcl_le {
    width: 725px;
}

.nbcl_le .news_div_item {
    width: 340px;
    display: inline-block;
    vertical-align: top;
    background: #f7f7f7;
}

.nbcl_le .news_div_item+.news_div_item {
    margin-left: 26px;
}

.nbcl_le .news_div_item_pic img {
    width: 340px;
    height: 267px;
}

.news_div_item_title a {
    font-weight: bold;
    font-size: 16px;
}

.nbcl_le .news_div_item_content {
    padding: 20px;
}

.nbcl_le .news_div_item_body {
    margin-top: 12px;
    line-height: 26px;
    color: #68686a;
    font-size: 15px;
}

.nbcl_le .news_div_item_date, .new_more {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-top: 25px;
}

.nbcl_le .news_div_item_date>div {
    display: inline-block;
    vertical-align: top;
    color: #68686a;
}

.new_more {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #9a9899;
    background: url(../images/20211117153242_330171490.png) no-repeat right center;
    float: right;
    margin-top: 17px;
    margin: 9px 20px;
}

.nbcr_ri {
    width: 460px;
}

.nbcr_ri .news_div_item_pic {
    display: none;
}

.nbcr_ri .news_div_item {
    font-size: 0;
    border: 1px solid #f1f1f1;
    padding: 15px 0;
    position: relative;
    transition: 300ms;
    margin-bottom: 20px;
}

.nbcr_ri .news_div_item:hover {
    box-shadow: 0 0 21px #d2d2d2;
    z-index: 1;
    transition: 300ms;
}

.nbcr_ri .news_div_item_date, .nbcr_ri .news_div_item_content {
    display: inline-block;
    vertical-align: top;
}

.nbcr_ri .news_div_item_date {
    width: 100px;
    text-align: center;
    font-size: 0;
    margin-top: 16px;
}

.nbcr_ri .news_div_item_content {
    width: 355px;
    padding-left: 20px;
    border-left: 1px solid #f3f3f3;
}

.nbcr_ri .news_div_item_date>div {
    font-family: Arial !important;
}

.nbcr_ri .news_div_item_year, .nbcr_ri .news_div_item_month {
    display: inline-block;
    vertical-align: top;
    color: #565656;
    font-size: 15px;
}

.nbcr_ri .news_div_item_day {
    font-size: 36px;
    font-weight: bold;
    line-height: 45px;
}

.nbcr_ri .news_div_item_body {
    margin-top: 10px;
    line-height: 26px;
    color: #68686a;
    font-size: 15px;
}


.f_link {
	width: 1200px;
	margin: 0px auto 0;
	font: 14px/30px å¾®è½¯é›…é»‘;
}
.f_link1 {
	width: 1200px;
	margin: 0 auto 15px;
	font: 14px/30px å¾®è½¯é›…é»‘;
}
footer {
    background: #222222;
    width: 100% !important;
    float: left !important;
}
.footer_nav {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #393939;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}
.footer_nav a {
    margin: 0 55px;
}
footer a {
    color: #fff;
    margin: 0 5px;
}
.footer {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}
.container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}
.footer_L {
    width: 72%;
    float: left;
}
.footer_img {
    width: 44%;
    float: left;
    padding-top: 15px;
    position: relative;
}
.footer_img::before {
    content: "";
    width: 1px;
    float: left;
    height: 90%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(#222, #787878, #222);
}
.footer_img img {
    display: block;
    max-width: 100%;
    height: auto;
}
.footer_txt {
    display: block;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    padding-left: 50px;
}
.footer_R {
    float: right;
    width: 26%;
}
.footer_dianhua {
    float: right;
    padding-right: 65px;
    background: url(../images/dianhua.png) no-repeat right center;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    text-align: right;
}
.footer_dianhua span {
    display: block;
    overflow: hidden;
    line-height: 34px;
    font-family: Impact !important;
    font-size: 28px;
    color: #c40000;
}
.foot {
    width: 96%;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    padding-top: 20px;
    text-align: right;
    color: #fff;
}

/*版权*/
.copyright {
    background: #2c2c2c;
}

.craddr {
    font-size: 0;
    height: 130px;
    background: #2957ac;
    padding-top: 35px;
}

.craddr li {
    float: left;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding-left: 75px;
    margin: 0 2.5vw;
}

.craddr li:nth-child(1) {
    background: url(../images/20211117153417_926964243.png) no-repeat left center;
}

.craddr li:nth-child(2) {
    background: url(../images/20211117153417_787586449.png) no-repeat left center;
}

.craddr li:nth-child(3) {
    background: url(../images/20211117153417_425521948.png) no-repeat left center;
    float: right;
}

.craddr li:nth-child(4) {
    background: url(../images/20211117153417_382271296.png) no-repeat left center;
}

.craddr li span {
    font-size: 1.3vw;
    font-weight: bold;
}

.crnav {
    text-align: center;
    border-bottom: 1px solid #363636;
    font-size: 0;
}

.crnav, .crnav a {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    line-height: 110px;
}

.crnav a {
    padding: 0 63px;
}

.crnav a:first-child {
    padding-left: 0px;
}

.crnav a:last-child {
    padding-right: 0px;
}

.crnav a:hover, .end a:hover {
    color: #fff;
    text-decoration: underline;
}

.crcon {
    padding: 52px 0;
}

.end {
    margin-top: 15px;
}

.end, .end a {
    font-size: 14px;
    color: #afafaf;
    line-height: 35px;
}

.crcode li {
    float: left;
    font-size: 14px;
    color: #959595;
    line-height: 20px;
}

.crcode li img {
    width: 110px;
    height: 110px;
    float: left;
}

.crcode li p {
    float: left;
    margin: 30px 27px 0 17px;
    font-size: 18px;
    line-height: 30px;
}

.links {
    border-top: 1px solid #363636;
    font-size: 14px;
    color: #959595;
    line-height: 90px;
}

.links p>a {
    font-size: 14px;
    color: #959595;
}

.links a:hover {
    color: #fff;
    text-decoration: underline;
}

.links p:nth-child(1) {
    padding-left: 30px;
    background: url(../images/20211117153418_1329637.png) no-repeat left center;
}







/* 客服样式*/
.y-kefu-box {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999;
    font-size: 13px;
}

.y-kefu-box img {
    display: block;
    width: 100%;
    height: auto;
}

.y-kefu-box01 .icon {
    display: block;
    background: url(../images/20211111111003_1427173776.png) no-repeat;
    margin: 0 auto 6px;
}

.y-kefu-box01 {
    width: 54px;
    color: #666;
    text-align: center;
}

.y-kefu-box01 .kf-close-btn {
    width: 27px;
    height: 27px;
    background-position: -5px -115px;
    position: relative;
    cursor: pointer;
}

.y-kefu-box01 .kf-close-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #2957ac;
    position: absolute;
    bottom: -12px;
    left: 13px;
    z-index: 1;
}

.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div {
    display: block;
    width: 52px;
    padding: 8px 0 12px;
    background-color: #fff;
    border-left: solid 1px #efefef;
    border-top: solid 1px #efefef;
    border-right: solid 1px #efefef;
    position: relative;
    font-size: 18px;
}

.y-kefu-box01 .show-status {
    position: relative;
}

.y-kefu-box01 .show-status .kf-zixun {
    background-color: #2957ac;
    border-color: #2957ac;
    color: #fff;
    margin: 10px 0 7px;
}

.y-kefu-box01 .kf-zixun {
    border-radius: 2px;
}

.y-kefu-box01 .kf-zixun i {
    width: 21px;
    height: 22px;
    background-position: -5px -5px;
}

.y-kefu-box01 .kf-mobile {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.y-kefu-box01 .kf-mobile>i {
    width: 18px;
    height: 18px;
    background-position: -5px -32px;
}

.y-kefu-box01 .kf-mobile:hover>i {
    background-position: -30px -32px;
}

.y-kefu-box01 .kf-weChat>i {
    width: 22px;
    height: 19px;
    background-position: -5px -55px;
}

.y-kefu-box01 .kf-weChat:hover>i {
    background-position: -30px -55px;
}

.y-kefu-box01 .kf-email {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.y-kefu-box01 .kf-email>i {
    width: 18px;
    height: 14px;
    background-position: -5px -80px;
}

.y-kefu-box01 .kf-email:hover>i {
    background-position: -30px -80px;
}

.y-kefu-box01 .back-top i {
    width: 13px;
    height: 11px;
    background-position: -5px -98px;
}

.y-kefu-box01 .back-top:hover i {
    background-position: -30px -98px;
}

.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top {
    border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .back-top {
    margin-top: 20px;
    border-radius: 2px;
    left: 55px;
}

.y-kefu-box01 .hver:hover {
    background-color: #2957ac;
    border-color: #2957ac;
}

.y-kefu-box01 .hver:hover>p {
    color: #fff;
}

.y-kefu-box01 .kf-zixun1 {
    border-radius: 2px;
    border-bottom: 1px #efefef solid;
}

.y-kefu-box01 .kf-zixun1 i {
    width: 21px;
    height: 22px;
    background-position: -5px -180px;
}

.y-kefu-box01 .kf-zixun1:hover>i {
    background-position: -30px -180px;
}


.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos {
    background-color: #fff;
    border: solid 1px #efefef;
    position: absolute;
    right: 90px;
    z-index: 2;
    border-radius: 2px;
    display: none;
}

/*咨询热线*/
.y-kefu-box01 .mobile-infos {
    width: 260px;
    text-align: left;
    top: 0;
}

.y-kefu-box01 .mobile-infos>div {
    padding: 20px 0 20px 45px;
    position: relative;
}

.y-kefu-box01 .mobile-infos>div i {
    width: 15px;
    height: 15px;
    background-position: -52px -32px;
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 2;
}

.y-kefu-box01 .mobile-infos .online1 {
    border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .mobile-infos span {
    color: #2957ac;
}

.y-kefu-box01 .mobile-infos span {
    font-size: 18px;
}

.y-kefu-box01 .mobile-infos p {
    color: #2957ac;
    font-size: 26px;
}

y-kefu-box .right {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 24px;
}

y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2 {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 6px transparent dashed;
    border-right: 6px transparent dashed;
    border-bottom: 6px transparent dashed;
    border-left: 6px white solid;
    overflow: hidden;
}

y-kefu-box .right-arrow1 {
    left: 1px;
    border-left: 6px #efefef solid;
}

y-kefu-box .right-arrow2 {
    border-left: 6px white solid;
}

/*二维码*/
.y-kefu-box01 .y-ewm-box {
    width: 151px;
    height: 178px;
    top: -60px;
}

.y-kefu-box01 .y-ewm-box>div {
    width: 151px;
    height: 178px;
}

.y-kefu-box01 .y-ewm-box img {
    width: 115px;
    height: 114px;
    margin: 20px auto 10px;
}

.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
    width: 150px;
    border-right: solid 1px #efefef;
}

.y-kefu-box01 .y-ewm-box .right {
    top: 84px;
}

/*email*/
.y-kefu-box01 .y-email-infos {
    padding: 28px 20px 28px 45px;
    color: #b9b9b9;
    text-align: left;
    bottom: 0;
    width: 170px;
}

.y-kefu-box01 .y-email-infos p {
    color: #2957ac;
    font-size: 16px;
}

.y-kefu-box01 .y-email-infos>i {
    width: 18px;
    height: 13px;
    background-position: -52px -80px;
    position: absolute;
    left: 15px;
    top: 30px;
}

.y-kefu-box01 .y-email-infos .right {
    top: 55px;
}

.y-kefu-box01 .hide-status {
    width: 54px;
    height: 65px;
    background-color: #f55b1b;
    position: absolute;
    top: 37px;
    left: 55px;
    z-index: 9;
}

.y-kefu-box01 .hide-status .kf-zixun {
    padding: 10px 0 7px;
    color: #fff;
    cursor: pointer;
}