﻿@charset "utf-8";
body { overflow-x: hidden; }
/* 全屏banner */
.banner_blk { position: relative; z-index: 1; width: 100%;/*banner宽度*/ height: 650px;/*图片高度*/ overflow: hidden; }
.banner { position: absolute; top: 0px; left: 50%; z-index: 1; margin-left: -960px;/*图片宽度/2*/ width: 1920px;/*图片宽度*/ height: 100%; overflow: hidden; }
.banner p { width: 1920px; height: 100%; text-align: center; font-size: 0px; }
.banner_button_blk { width: 100%; position: absolute; bottom: 40px; height: 50px; z-index: 2; }
.banner_button { position: absolute; left: 50%; margin-left: -600px; bottom: 6px; z-index: 2; width: 1200px; height: 50px; line-height: 50px; text-align: center; }
.banner_button a { display: inline-block; margin: 20px 6px; margin-bottom: 0; width: 12px; height: 12px; font-size: 0px; text-align: center; color: #ea3523; outline: none; -moz-outline: none; border-radius: 20px; background-color: #fff; }
.banner_button a.activeSlide { background: #ea3523; }
.banner_button a:hover { background: #ea3523; }
.banner_left, .banner_right { position: absolute; background: url(../images/prev.png) no-repeat center center; top: 44%; left: 200px; display: block; width: 54px; height: 100px; z-index: 999999; cursor: pointer; background-color: rgba(236, 0, 7, 0.1); }
.banner_right { background: url(../images/next.png) no-repeat center center; left: auto; right: 200px; background-color: rgba(236, 0, 7, 0.1); }
.banner_left:hover, .banner_right:hover { background-color: rgba(236, 0, 7, 0.6); }
/*track*/
.qk_box { margin: 40px auto !important; }
.qk_box .qk_track { float: left; width: 354px; }
.qk_box .qk_track .track_tit { background: url(../images/qk_01.png) no-repeat #dc040f 20px center; padding: 0 50px; height: 50px; line-height: 50px; }
.qk_box .qk_track .track_tit span { color: #fff; font-size: 18px; }
.qk_box .qk_track .track_txt { background-color: #eee; padding: 20px; }
.qk_box .qk_track .track_txt textarea { background-color: #fff; min-height: 96px; width: 100%; padding: 10px; }
.qk_box .qk_track .track_txt .submit-button { line-height: 44px; background-color: #263c57; width: 100%; text-align: center; color: #fff; font-size: 14px; border: none; margin-top: 16px; }
.qk_box .qk_track .track_txt .submit-button:hover { background-color: #dc040f; cursor: pointer; }
.qk_box .qk_main { float: right; width: calc(100% - 360px); background-color: #eee; padding: 26px 5px; }
.qk_box .qk_main .qk_co { float: left; width: calc(33.33% - 30px); text-align: center; margin: 0 15px; }
.qk_box .qk_main .qk_co i { width: 100%; text-align: center; line-height: 141px; display: block; background-color: #fff; }
.qk_box .qk_main .qk_co i img { margin-top: 38px; }
.qk_box .qk_main .qk_co span { display: block; background-color: #263c57; color: #fff; line-height: 53px; font-size: 16px; }
.qk_box .qk_main .qk_co:hover span { background-color: #dc040f; }
/*serv*/
.serv_box #serv-demo { width: 100%; margin-left: auto; margin-right: auto; }
.serv_box #serv-demo .serv_item { display: block; margin: 0 8px; }
.serv_box #serv-demo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.serv_box .owl-theme .owl-controls { margin-top: 20px; }
.serv_box .owl-theme .owl-controls .owl-buttons { display: none; }
.serv_box .owl-theme .owl-controls .owl-page span { background-color: #d1d1d1; opacity: 1; }
.serv_box .owl-theme .owl-controls .owl-page.active span { background-color: #dc040f; }
.tit { text-align: center; margin-bottom: 60px; }
.tit span { font-size: 42px; color: #dc040f; position: relative; }
.tit span:before, .tit span:after { position: absolute; content: ""; width: 100px; height: 2px; background-color: #dc040f; left: -136px; top: 28px; }
.tit span:after { right: -136px; left: auto; }
.serv_bg { background: url(../images/serv_bg.jpg) no-repeat; padding: 100px 0; }
.serv_bg .serv_main { width: 94%; margin: 0 auto; }
.serv_bg .serv_box .serv_co { background-color: #fff; padding: 30px 20px; }
.serv_bg .serv_box .serv_co .serv_txt { float: left; width: 33%; top: 50%; position: absolute; transform: translateY(-50%); }
.serv_bg .serv_box .serv_co .serv_txt span { font-size: 32px; color: #dc040f; font-weight: bold; }
.serv_bg .serv_box .serv_co .serv_txt p { font-size: 16px; color: #656565; margin-top: 30px; margin-bottom: 30px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 46px; overflow: hidden; }
.serv_bg .serv_box .serv_co .serv_txt em { border: solid 1px #dc040f; width: 150px; display: inline-block; text-align: center; line-height: 38px; color: #dc040f; font-size: 14px; transform: skewX(-20deg); }
.serv_bg .serv_box .serv_co .serv_txt em:hover { background-color: #dc040f; color: #fff; }
.serv_bg .serv_box .serv_co .serv_img { float: right; width: 60%; height: 304px; }
.serv_bg .serv_more { text-align: center; display: block; color: #dc040f; font-size: 18px; margin-top: 50px; }
.serv_bg .serv_more:hover { text-decoration: underline; }
/*关于*/
.ab_box { margin: 60px 0; }
.ab_box .ab_le { float: left; width: calc(100% - 580px); margin-top: 50px; }
.ab_box .ab_le h1 { font-size: 30px; color: #333; }
.ab_box .ab_le h2 { font-size: 35px; color: #dc040f; font-weight: bold; display: block; margin-top: 20px; }
.ab_box .ab_le p { font-size: 14px; color: #666; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; height: 96px; overflow: hidden; margin: 40px 0 60px 0; }
.ab_box .ab_le .ab_more { line-height: 40px; background-color: #dc040f; font-size: 14px; color: #fff; width: 204px; display: block; text-align: center; transform: skewX(-20deg); border: 1px solid #dc040f; }
.ab_box .ab_le .ab_more:hover { background-color: #fff; color: #dc040f; }
.ab_box .ab_img { float: right; width: 560px; height: 463px; }
.ab_box .ab_img img { width: 100%; height: 100%; object-fit: cover; }
.ab_box .ab_shu { width: 916px; background-color: #fff; box-shadow: 0px 3px 13px 0px rgba(220, 4, 15, 0.08); display: flex; justify-content: space-between; padding: 50px 0; position: relative; top: -40px; }
.ab_box .ab_shu .shu_co { width: 25%; border-right: 1px solid #e5e5e5; text-align: center; }
.ab_box .ab_shu .shu_co:last-child { border-right: none; }
.ab_box .ab_shu .shu_co span { font-size: 30px; color: #dc040f; font-weight: bold; }
.ab_box .ab_shu .shu_co em { font-size: 16px; color: #333; display: block; margin-top: 10px; }
/*help*/
.help_bg { background: url(../images/help_bg.jpg) no-repeat; height: 423px; }
.help_bg .help_rt { float: right; margin-right: 40px; width: 490px; margin-top: 50px; }
.help_bg .help_rt .help_tit { line-height: 67px; background-color: #263c57; }
.help_bg .help_rt .help_tit span { color: #fff; font-size: 18px; font-weight: bold; padding: 0 30px; }
.help_bg .help_rt .help_tit span em { font-size: 24px; font-weight: bold; }
.help_bg .help_rt ul { padding: 30px; background-color: #fff; }
.help_bg .help_rt ul li { margin-bottom: 10px; position: relative; padding-left: 38px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; height: 28px; overflow: hidden; line-height: 28px; }
.help_bg .help_rt ul li:before { content: "?"; position: absolute; width: 28px; height: 28px; background-color: #dc040f; border-radius: 5px; font-size: 18px; color: #fff; line-height: 28px; text-align: center; left: 0; }
.help_bg .help_rt ul li a { font-size: 15px; color: #575757; }
.help_bg .help_rt ul li a:hover { color: #dc040f }
/*我们的优势*/
.ys_box { margin: 100px 0; }
.ys_box .ys_main { width: 768px; height: 508px; position: relative; float: left; }
.ys_box .ys_main img { width: 100%; height: 100%; object-fit: cover; }
.ys_box .ys_main .ys_txt { position: absolute; bottom: 0; background-color: rgba(220,4,15,.8); width: 100%; padding: 20px 10px; text-align: center; }
.ys_box .ys_main .ys_txt span { font-size: 18px; color: #fff; }
.ys_box .ys_nav { float: right; width: calc(100% - 768px); }
.ys_box .ys_nav li { padding: 20px 40px; position: relative; z-index: 1; }
.ys_box .ys_nav li:before { content: ""; height: 90%; background-color: #dc040f; border-radius: 0px 0px 20px 0px; position: absolute; width: 0%; z-index: -1; left: -54px; top: 6px; transition: all 0.3s; }
.ys_box .ys_nav li.on:before { content: ""; height: 90%; background-color: #dc040f; border-radius: 0px 0px 20px 0px; position: absolute; width: 107%; z-index: -1; left: -54px; top: 6px; transition: all 0.3s; }
.ys_box .ys_nav li .ys_ico { float: left; width: 89px; height: 89px; border: solid 1px #ef8e93; border-radius: 100px; }
.ys_box .ys_nav li .ys_ico i { width: 75px; height: 75px; background-color: #ececec; border-radius: 100px; display: block; margin: 6px 0 0 6px; text-align: center; }
.ys_box .ys_nav li .ys_ico i img { display: inline-block; margin-top: 15px; }
.ys_box .ys_nav li.on .ys_ico { border: solid 1px #fff; }
.ys_box .ys_nav li.on .ys_ico i { background-color: #fff; }
.ys_box .ys_nav li .ys_tit { float: left; margin-left: 20px; margin-top: 16px; }
.ys_box .ys_nav li .ys_tit span { font-size: 24px; color: #1b1b1b; font-weight: bold; }
.ys_box .ys_nav li .ys_tit em { font-size: 14px; color: #9f9f9f; display: block; margin-top: 10px; }
.ys_box .ys_nav li.on .ys_tit span { color: #fff; }
.ys_box .ys_nav li.on .ys_tit em { color: #fff; }
.ys_box .ys_nav li:hover { cursor: pointer; }
/*优势two */
.ystwo_box .ystwo_co { display: flex; justify-content: space-between; margin-bottom: 70px; }
.ystwo_box .ystwo_co .ystwo_img { }
.ystwo_box .ystwo_co .ystwo_rt { width: 54%; }
.ystwo_box .ystwo_co .ystwo_rt .ystwo_num { float: left; width: 99px; height: 104px; background: url(../images/ys_num.png) no-repeat; line-height: 84px; text-align: center; }
.ystwo_box .ystwo_co .ystwo_rt .ystwo_num span { color: #fff; font-size: 42px; font-weight: bold; }
.ystwo_box .ystwo_co .ystwo_rt .ystwo_txt { float: left; margin-left: 30px; padding: 10px 0; width: calc(100% - 130px); }
.ystwo_box .ystwo_co .ystwo_rt .ystwo_txt span { font-size: 36px; display: block; border-bottom: 1px solid #e8e8e8; padding-bottom: 30px; margin-bottom: 15px; color: #000020; }
.ystwo_box .ystwo_co .ystwo_rt .ystwo_txt p { font-size: 16px; line-height: 37px; color: #666; }
/*留言*/
.ly_bg { background: url(../images/liuyan_bg.jpg) no-repeat; height: 557px; padding-top: 60px; }
.ly_bg .ly_le { width: 556px; background-color: #dc040f; padding: 14px 36px; }
.ly_bg .ly_le .ly_tit { }
.ly_bg .ly_le .ly_tit span { font-size: 24px; line-height: 40px; color: #fff; font-weight: bold; display: block; margin-bottom: 20px; }
.ly_bg .ly_le .cf-column { margin-bottom: 10px; }
.ly_bg .ly_le .cf-column input { background-color: #fff; line-height: 50px; width: 100%; padding-left: 20px; font-size: 16px; }
.ly_bg .ly_le .cf-column textarea { height: 102px; background-color: #fff; line-height: 50px; width: 100%; padding-left: 20px; font-size: 16px; }
.ly_bg .ly_le .cf-column .submit-button { background-color: #263c57; width: 100%; line-height: 50px; border: none; color: #fff; font-size: 16px; margin-top: 10px; }
.ly_bg .ly_le .cf-column .submit-button:hover { background-color: #fff; cursor: pointer; color: #dc040f; }
/*流程*/
.lc_bg { background: url(../images/lc_bg.jpg) no-repeat; height: 342px; position: relative; }
.lc_bg .lc_le { float: left; width: 290px; position: absolute; top: 50%; transform: translateY(-50%); }
.lc_bg .lc_le span { font-size: 36px; color: #fff; }
.lc_bg .lc_le span em { font-size: 16px; }
.lc_bg .lc_le a { display: block; background-color: #dc040f; border-radius: 5px; line-height: 56px; font-weight: bold; color: #fff; font-size: 20px; text-align: center; margin-top: 20px; }
.lc_bg .lc_le a:hover { background-color: #263c57; }
.lc_bg .lc_main { float: right; width: calc(100% - 300px); display: flex; justify-content: space-between; margin-top: 60px; }
.lc_bg .lc_main .lc_co { width: 20%; position: relative; text-align: center; cursor: pointer; }
.lc_bg .lc_main .lc_co:before { content: ""; position: absolute; width: 15px; height: 28px; background: url(../images/lc_jt.png) no-repeat; right: -10px; top: 50%; }
.lc_bg .lc_main .lc_co:last-child:before { display: none; }
.lc_bg .lc_main .lc_co i { display: inline-block; width: 90px; height: 90px; text-align: center; border-radius: 100px; }
.lc_bg .lc_main .lc_co:hover i { background-color: #dc040f; }
.lc_bg .lc_main .lc_co i img { margin-top: 20px }
.lc_bg .lc_main .lc_co span { display: block; font-size: 18px; color: #fff; margin: 10px 0 15px 0; }
.lc_bg .lc_main .lc_co:hover span { color: #dc040f; }
.lc_bg .lc_main .lc_co p { font-size: 15px; color: #999; }
/*news*/
.news_bg { background-color: #f5f5f5; padding: 100px 0; }
.news_bg .news_le { float: left; width: 823px; }
.news_bg .news_tit { margin-bottom: 20px; }
.news_bg .news_tit span { font-size: 20px; color: #2d2d2d; font-weight: bold; display: inline-block; margin-left: 10px; }
.news_bg .news_tit a { font-size: 16px; color: #9e9e9e; float: right; }
.news_bg .news_tit a:hover { color: #dc040f; }
.news_bg .news_le .news_le_box { position: relative; }
.news_bg .news_le .news_le_box .news_txt { position: absolute; background-color: rgba(220,4,15,.7); bottom: 0; padding: 6px 30px 20px 30px; }
.news_bg .news_le .news_le_box .news_txt span { color: #fff; font-size: 20px; font-weight: bold; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; height: 58px; overflow: hidden; margin-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.3); line-height: 60px; }
.news_bg .news_le .news_le_box .news_txt span:hover { text-decoration: underline; }
.news_bg .news_le .news_le_box .news_txt p { color: #fff; font-size: 14px; line-height: 24px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 48px; overflow: hidden; }
.news_bg .news_le .new_le_co { background-color: #fff; padding: 0 30px; }
.news_bg .news_le .new_le_co ul li { border-top: 1px solid #ebebeb; float: left; width: 50%; padding-right: 48px; background: url(../images/news_jt.png) no-repeat 92%; padding: 28px 48px 28px 0; }
.news_bg .news_le .new_le_co ul li：nth-child(2n) {
}
.news_bg .news_le .new_le_co ul li a { font-size: 16px; color: #666; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; height: 21px; overflow: hidden; }
.news_bg .news_le .new_le_co ul li a:hover { color: #dc040f; }
.news_bg .news_rt { float: right; width: calc(100% - 840px); }
.news_bg .news_rt .news_rt_box { background-color: #fff; padding: 21px 20px; }
.news_bg .news_rt .news_rt_box ul li { padding: 25px 0 25px 20px; position: relative; border-bottom: 1px solid #ebebeb; }
.news_bg .news_rt .news_rt_box ul li:before { content: ""; position: absolute; width: 6px; height: 6px; background-color: #dc040f; border-radius: 20px; left: 0; top: 33px; }
.news_bg .news_rt .news_rt_box ul li a { font-size: 16px; color: #666; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; height: 23px; overflow: hidden; }
.news_bg .news_rt .news_rt_box ul li a:hover { color: #dc040f; }
/*直购商品链接*/
.serv_box #three-serv-demo { width: 100%; margin-left: auto; margin-right: auto; }
.serv_box #three-serv-demo .serv_item { display: block; margin: 0 8px; }
.serv_box #three-serv-demo img { display: block; width: 100%; height: 100%; object-fit: cover; border: 1px solid #f1f1f1; }
.tit em { display: block; font-size: 18px; color: #999; margin-top: 20px; }
.serv_bg_three { padding: 80px 0 0 0; }
.serv_bg_three .serv_main { width: 85%; margin: 0 auto; }
.serv_bg_three .serv_box .serv_co { background-color: #fff; padding: 0 0 30px 0; position: relative; margin: 0 20px; height: 400px; }
.serv_bg_three .serv_box .serv_co .serv_txt { position: absolute; bottom: 9px; text-align: center; width: 100%; background-color: #ffffff; box-shadow: 0px 2px 10px 0px rgba(75, 75, 75, 0.1); padding: 22px 10px; transition: all 0.3s; }
.serv_bg_three .serv_box .serv_co .serv_txt span { font-size: 20px; font-weight: bold; color: #151515; }
.serv_bg_three .serv_box .serv_co .serv_txt p { font-size: 16px; color: #fff; margin-top: 10px; margin-bottom: 10px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 46px; overflow: hidden; display: none; }
.serv_bg_three .serv_box .serv_co:hover .serv_txt { background-color: #dc040f; }
.serv_bg_three .serv_box .serv_co:hover .serv_txt span { color: #fff; font-weight: normal; }
.serv_bg_three .serv_box .serv_co:hover .serv_txt p { display: block; }
.serv_bg_three .serv_box .serv_co .serv_txt em:hover { background-color: #dc040f; color: #fff; }
.serv_bg_three .serv_box .serv_co .serv_img { float: right; height: 318px; }
