@import "mystyle2.css";

/* CSS Document */
/**全局**/
* {
    margin: 0px;
    padding: 0px;
}
div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
map {
    padding: 0;
    margin: 0;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #222;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
    background: #fff;
}
ul,
li {
    list-style: none;
}
.clear:after {
    clear: both;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #247cf0;
    text-decoration: none;
}
img {
    border: none;
}
hr {
    line-height: 0px;
    font-size: 0px;
    border: none;
    height: 1px;
    width: 100%;
    margin: 5px 0px;
}
div {
    margin: 0px auto;
}
.f_l {
    float: left;
}
.f_r {
    float: right;
}
input,
select {
    font-family: arial, Helvetica, sans-serif;
    padding: 1px;
}

#lxfs{padding: 10px 0;}
.zdy{border: 1px dashed #B9AB9E; background-color: #FCFAF7; font-size: 16px; margin-bottom:20px; padding: 30px; line-height: 35px;}
.blank {
    width: 100%;
    height: 10px;
    clear: both;
    overflow: hidden;
}
.blank20 {
    width: 100%;
    height: 20px;
    clear: both;
    overflow: hidden;
}
.mt10 {
    margin-top: 10px;
}
.hide {
    display: none;
}
.red {
    color: #f00;
}
.blue {
    color: #00f;
}
.gray {
    color: #ccc;
}
.noInfo {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: center;
}

table.imagetable {

    text-align: center;
    margin: 0 auto;
	min-width: 50%;
    max-width: 100%;
    }

table.imagetable td {
background: #f4f5e5;
padding: 8px;
border-color: #999999;
    }

.input_submit {
    width: 77px;
    height: 41px;
    float: left;
    background: url(../image/search.png) no-repeat left top;
    text-align: center;
    line-height: 41px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}
.float_bg {
    background: url(../image/qq_3.gif) repeat-y left top;
    width: 118px;
    padding: 2px 0;
    float: left;
}
.f_list {
    width: 100%;
    float: left;
    margin: 5px auto;
    clear: both;
}
.f_list span {
    float: left;
    width: 80px;
}
.block {
    width: 1000px;
    margin: 0 auto;
}
/*all*/
.main {
    width: 100%;
    float: left;
    padding: 20px 0;
}
/*end*/
/**顶部**/
#head {
    float: left;
    width: 100%;
    padding: 17px 0 20px;
    padding-top: 0px;
}
#head-box {
    padding-top: 10px;
}
#topbar {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    background: #f9f9f9;
    border-bottom: 1px solid #f2f2f2
}
#topbar span {
    color: #666
}
#topbar .member {
    float: right
}
#topbar .member a {
    color: #0059d6;
    margin-left: 10px
}
#logo img {
    float: left;
    margin-right: 20px;
}
#logo .shop-title {
    float: left;
}
#logo .shop-title .company {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}
#logo .shop-title .keywords {
    color: #808080;
  	width:700px;
  	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tel {
    float: right;
    height: 58px;
    /*background: url(../images/tel.jpg) no-repeat left center;*/
    background-size: contain;
    margin: 9px 0;
    padding-left: 63px;
}
.tel span {
    display: block;
}
.tel .a {
    font-size: 20px;
    color: #666;
    line-height: 27px;
    letter-spacing: 6px;
    margin-left: 5px;
}
.tel .b {
    font-size: 26px;
    color: #ff5a5a;
    line-height: 30px;
}
/*end*/
/*menu*/
#navigate {
    float: left;
    width: 100%;
    background: #247cf0;
}
#navigate ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
}
#navigate ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0 50px;
}
#navigate ul li:last-child {
    margin-right: -13px;
}
#navigate ul li a:hover,
#navigate ul li .current,
#navigate ul li:hover a {
    color: #fff;
    background: #3e8ef7;
}
#navigate ul li .drop_menu {
    width: 145px;
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    text-align: center;
    background: #247cf0;
    z-index: 2;
}
#navigate ul li .drop_menu li {
    float: left;
    width: 100%;
    height: auto;
    line-height: 22px;
    margin: 0 0 4px 0;
}
#navigate ul li .drop_menu li a {
    padding: 0 5px;
    display: block;
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #247cf0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#navigate ul li .drop_menu li a:hover {
    background: #0158C2;
}
/*end*/
/*flash*/
#banner {
    width: 100%;
    float: left;
    height: 397px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
#banner img {
    width: 100%;
    height: auto;
}
#flash {
    width: 100%;
    float: left;
}
#banner2 img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.slideBox {
    position: relative;
    overflow: hidden;
}
.slideBox .bd {
    position: relative;
    z-index: 0;
    margin: 0 auto;
}
.slideBox .bd li {
    position: relative;
    text-align: center;
}
.slideBox .bd li img {
    max-width: 100%;
}
.slideBox .bd li .flash_img {
    width: 100%;
    padding-bottom: 420px;
}
.slideBox .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    height: 12px;
    line-height: 12px;
}
.slideBox .hd ul {
    text-align: center;
}
.slideBox .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    overflow: hidden;
    background: #fff;
    line-height: 999px;
    border-radius: 50%;
}
.slideBox .hd ul li.mbpic {
    display: none
}
.slideBox .hd ul .on {
    background: #247cf0;
}
.slideBox .prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -37.5px;
    display: none;
    width: 49px;
    height: 75px;
    background: url(../image/left.png) no-repeat left top;
    cursor: pointer;
}
.slideBox .next {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -37.5px;
    display: none;
    width: 49px;
    height: 75px;
    background: url(../image/right.png) no-repeat left top;
    cursor: pointer;
}
.slideBox:hover .prev,
.slideBox:hover .next {
    display: block;
}
/*end*/
/* 服务项目 */
#serv {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
}
.zhuye_top {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}
.zhuye_top h3 {
    position: relative;
    float: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 30px;
    color: #247cf0;
    font-weight: bold;
    letter-spacing: 2px;
}
.zhuye_top h3:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #e0e0e0;
    left: 390px;
    top: 30px;
}
.zhuye_top h3:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #e0e0e0;
    right: 390px;
    top: 30px;
}
.zhuye_top span {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #37474f;
    line-height: 24px;
}
.tuijian {
    margin: 0 -14px;
}
.tuijian-sizer {
    width: 33.33%
}
.tuijian .item {
    width: 33.33%;
    padding: 0 14px;
    overflow: hidden;
    margin-bottom: 28px;
    float: left;
    position: relative;
    text-align: center;
}
.tuijian .item.two-third {
    width: 66.66%
}
.tuijian .item .info {
    background: #21282e;
    font-size: 12px;
    line-height: 28px;
    padding: 14px 20px;
    color: #656c72;
    position: absolute;
    bottom: -100%;
    left: 14px;
    right: 14px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s
}
.tuijian .item:hover .info {
    bottom: 0
}
.tuijian .item .info .category {
    float: right
}
.tuijian .item .info .title {
    float: left;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-left: 4px solid #a20202;
    padding-left: 6px
}
.tuijian .item .info .title a {
    color: #fff
}
.tuijian-filters {
    margin-bottom: 48px
}
.tuijian-filters button {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #21282e;
    background: 0 0;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    padding: 0;
    padding-right: 25px;
    padding-left: 12px;
    outline: 0 !important;
    border-left: 3px solid transparent
}
.tuijian-filters button:hover {
    opacity: .75
}
.tuijian-filters button.active {
    padding-left: 12px;
    border-left: 3px solid #ff4229;
    color: #ff4229
}
.tuijian-load-more {
    text-align: center;
    margin-top: 56px
}
.tuijian.four-column .tuijian-sizer {
    width: 25%
}
.tuijian.four-column .item {
    width: 25%
}
.tuijian.three-column .tuijian-sizer {
    width: 33.33%
}
.tuijian.three-column .item {
    width: 33.33%
}
.tuijian .item-top img {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 4px;
}

.tuijian .item h3 a,
.tuijian .item .iport-h3-title a {
    font-size: 14px !important;
    font-weight: normal;
}

.iport-h3-title{
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tuijian .iport-h3-title a {
    font-size: 14px;
}
.tuijian .overlay {
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
    bottom: 0;
    background: rgba(255, 66, 41, .87);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    opacity: 0;
    visibility: hidden
}
.tuijian .content-wrapper {
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
    height: 100%;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    opacity: 0;
    visibility: hidden
}
.tuijian .item:hover .overlay,
.tuijian .item:hover .content-wrapper {
    opacity: 1;
    visibility: visible
}
.tuijian .content {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 24px;
    padding-top: 12px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}
.tuijian .content span {
    display: block;
    margin-bottom: 24px
}
.tuijian-single-image {
    margin-bottom: 72px
}
.tuijian-single-info-wrapper {
    background: #f1f3f4;
    padding: 50px 20px;
    padding-right: 28px;
    margin: 0
}
.tuijian-single-info {
    margin: 60px 0
}
.tuijian-single-info-wrapper .tuijian-single-info {
    margin: 0
}
.tuijian-single-info .item {
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #6c6c6c;
    margin-left: 24px;
    line-height: 103px;
    position: relative;
    padding-left: 40px;
    font-weight: 700;
    text-transform: uppercase
}
.tuijian-single-info .item .icon {
    display: block;
    width: 52px;
    height: 52px;
    line-height: 50px;
    border-radius: 100%;
    border: 2px solid #6c6c6c;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: -26px;
    top: 50%;
    margin-top: -26px;
    background: #fff
}
.tuijian-single-info-wrapper .tuijian-single-info .item .icon {
    background: #f1f3f4
}
.tuijian-single-info .item span {
    font-weight: 300;
    margin-left: 9px
}
.tuijian-single-info .item:first-of-type {
    line-height: 27px;
    padding-bottom: 46px
}
.tuijian-single-info .item:last-of-type {
    line-height: 27px;
    padding-top: 46px;
    border-bottom: 0
}
.tuijian-single-info .item:first-of-type .icon {
    top: 0;
    margin-top: -11px
}
.tuijian-single-info .item:last-of-type .icon {
    top: 100%;
    margin-top: -38px
}
.tuijian-single-guanyu {
    margin: 48px 0
}
.tuijian-single-guanyu .content {
    padding: 24px;
    background: #f1f3f4;
    color: #6d7276
}
.tuijian-single-guanyu .content p {
    font-style: italic
}
.tuijian-single-guanyu .content .title {
    color: #21282e;
    font-weight: 500
}
.tuijian-single-guanyu .content .title .contact {
    font-size: 12px;
    font-weight: 300
}
@media(max-width: 768px) {
	
.main {
    width: 100%;
    float: left;
    padding: 20px 0;
}
	
	
    .tel {
        display: none;
    }
    #right {
        width: 100% !important;
    }
    .tuijian .item {
        width: 50% !important;
    }
    .tuijian .item img {
        height: 140px!important;
    }
    #head-box {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .zhuye_top h3:before {
        display: none;
    }
    .zhuye_top h3:after {
        display: none;
    }
    #footer {
        display: none;
    }
 
    }
    #maoKf {
        display: none;
    }
}
.button {
    font-size: 16px;
    font-weight: 700;
    line-height: 42px;
    padding: 0 32px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: relative;
    letter-spacing: 1px;
    outline: 0 !important;
    border: 0
}
.button:hover {
    opacity: .75
}
.button.small {
    font-size: 14px;
    line-height: 34px;
    padding: 0 20px
}
.button.border:before {
    content: '';
    width: 8px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0
}
.button.small.border:before {
    width: 7px;
    height: 34px
}
.button.border {
    color: #21282e;
    border: 3px solid #21282e;
    background: #fff
}
.button.border.clear {
    background: 0 0
}
.button.border.white-border {
    border-color: #fff;
    color: #fff
}
.button.solid {
    padding: 0 38px;
    line-height: 48px
}
.button.small.solid {
    padding: 0 26px;
    line-height: 40px
}
.button.solid.red {
    color: #fff;
    background: #ff4229
}
.button.solid.yellow {
    color: #fff;
    background: #a20202
}
.button.solid.green {
    color: #fff;
    background: #90c529
}
.button.solid.blue {
    color: #fff;
    background: #29c0ff
}
.button.solid.dark {
    color: #fff;
    background: #21282e
}
.button.icon-left i {
    margin-right: 9px
}
.button.icon-right i {
    margin-left: 9px
}
.button-list {
    font-size: 0
}
.button-list .button {
    margin-right: 23px;
    margin-bottom: 14px
}
.button-list.single .button {
    margin-right: 0
}
.button-list .button:last-of-type {
    margin-right: 0
}
/* 关于我们 */
#guanyu {
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
}
.guanyu_con {
    float: left;
    width: 100%;
}
.guanyu_img {
    float: left;
    width: 425px;
    margin-right: 55px;
}
.guanyu_img img {
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 12px #dcdcdc;
}
.guanyu_des {
    font-size: 14px;
    line-height: 200%;
    color: #333;
    text-indent: 28px;
}
.guanyu_more {
    float: left;
    display: block;
    color: #247cf0;
    line-height: 200%;
}
.guanyu_more:hover {
    color: #fc0;
}
/* 新闻中心 */
#baike {
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
}
.baike_con {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.baike_item {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin: 15px 0 35px 0;
}
.baike_item_box {
    float: left;
    width: 100%;
}
.baike_item_time {
    float: left;
    width: 90px;
    height: 90px;
    background: #dcdcdc;
    text-align: center;
    overflow: hidden;
}
.baike_item_time .a {
    display: block;
    line-height: 60px;
    font-size: 35px;
    color: #000;
    background: #eeeeee;
}
.baike_item_time .b {
    display: block;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    background: #247cf0;
}
.baike_item_right {
    margin-left: 110px;
}
.baike_item_title {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.baike_item_title a {
    font-size: 18px;
    color: #37474f;
}
.baike_item_title a:hover {
    color: #247cf0;
    text-decoration: underline;
}
.baike_item_des {
    height: 62px;
    line-height: 22px;
    font-size: 12px;
    color: #879195;
    overflow: hidden;
}
/* footer */
#footer {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #247cf0;
    margin-top: 40px;
    overflow: hidden;
    color: #fff;
    line-height: 30px;
}

#footer .contain a {color:#fff;}



#wechat {
    float: right;
}
.wechat_img {
    float: right;
    width: 140px;
    height: 140px;
}
.wechat_img img {
    width: 100%;
    height: 100%;
}
.wechat_txt {
    float: right;
    width: 140px;
    height: 140px;
    background: url(../image/photo_bg.jpg) no-repeat left center;
    text-align: center;
}
.wechat_txt img {
    width: 40px;
    height: auto;
    margin-top: 17px;
}
.wechat_txt span {
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-top: 9px;
}
.footer_con {
    margin-right: 320px;
    margin-top: 7px;
}
.footer_con span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}
.footer_con span a {
    font-size: 14px;
    color: #fff;
}
.footer_con span a:hover {
    color: #fc0;
}
.foot-flink {
    color: #fff;
}
.foot-flink a {
    color: #fff;
    padding: 0 7px 0 0;
    line-height: 32px;
}
/*left*/
#box{float:left; position:relative;width:290px;}
.div1{width:290px;}
.div2{position:fixed;_position:absolute;top:0;z-index:290;}

.dy-m-bot {
    margin-bottom: 30px;
}
.dy-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.dy-page-list li {
    width: 30%;
    padding: 0 0 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


#left {
    float: left;
    width: 290px;
}
.left_list {
    float: left;
    width: 100%;
}
.left_top {
    float: left;
    width: 100%;
    background: #247cf0;
    text-align: center;
}
.left_top h3 {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.left_top h3 a {
    color: #fff;
}
.left_con {
    padding: 15px;
    line-height: 24px;
    width: 100%;
    background: #fff;
    float: left;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.left_list li {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.left_list li a {
    color: #384850;
}
.type_list {
    width: 100%;
    float: left;
}
.type_list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.type_list li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 45px;
    line-height: 45px;
    margin-top: 2px;
    overflow: hidden;
}
.type_list li a {
    color: #333;
    padding-left: 20px;
    background: #F2F2F2 url(../image/page_list_icon.png) no-repeat 270px center;
    font-size: 16px;
    color: #000;
    display: block;
    transition: all .3s ease;
}
.type_list li a:hover,
.type_list li a.current {
    color: #fff;
    background: #0b69e3 url(../image/page_list_icon.png) no-repeat 200px center;
}
.type_list li.second_cat {
    display: none;
}
.type_list li.second_cat a {}
.type_list li.second_cat a:hover {}
.type_list li.second_cat a.current {}
.left_title {
    margin-top: 20px;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 20px;
    background: #247cf0;
    color: #fff;
}
/*end*/
/*right*/
#right {
    width: 890px;
    float: right;
}
#right_top {
    float: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin-bottom: 20px;
    background: #34ae13;
    color: #fff;
}
#right_top a {
    color: #fff;
}
#right_top h3 {
    float: left;
    font-size: 18px;
    line-height: 44px;
    padding-left: 20px;
}
#right_top span {
    float: right;
    font-size: 14px;
    padding-right: 20px;
}
#right_top li {
    float: left;
    margin-left: 6px;
}
#right_con {
    width: 100%;
    float: left;
    padding: 5px;
    line-height: 200%;
    /*overflow-x:hidden;*/
    min-height: 300px;
    height: auto !important;
    height: 300px;
    overflow: hidden;
}
#right_con img {
    max-width: 100%;
    height: auto;
	margin: 0 auto;
    display: block;
}
/*end*/
/*baike*/
.art_list {
    width: 100%;
    float: left;
    padding: 28px 0 35px;
    border-top: 1px dashed #DBDBDB;
}
.art_list:first-child {
    border-top: none;
    padding-top: 0;
}
.art_img {
    float: left;
    width: 152px;
}
.art_img img {
    width: 100%;
}
.art_img a {
    display: block;
    width: 100%;
    padding-bottom: 70%;
    background-size: cover !important;
}
.art_right {
    margin-left: 172px;
}
.art_right2 {
    margin-left: 87px;
}
.art_title {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: -4px;
}
.art_title a:hover {
    text-decoration: underline;
}
.art_time {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 7px;
}
.art_time2 {
    float: left;
    width: 67px;
    height: 70px;
    padding: 10px 0;
    background: #f2f2f2;
    text-align: center;
    color: #666;
}
.art_time2 .day {
    display: block;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    padding: 2px 0 5px 0;
}
.art_time2 .month-year {
    display: block;
    font-size: 12px;
    line-height: 20px;
}
.art_des {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    margin-top: 5px;
    height: 48px;
    overflow: hidden;
}
.neirongList {
    width: 100%;
    float: left;
}
.neirongList ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.neirongList li {
    margin: 0px;
    padding: 0 0 0 10px;
    list-style-type: none;
    border-bottom: 1px dotted #ccc;
    background: url(../image/li_0.png) no-repeat left center;
    line-height: 35px;
}
.time {
    float: right;
}
.neirongTitle {
    font-weight: bold;
    font-size: 20px;
    color: #222;
    text-align: center;
    line-height: 50px;
	background: #f7f7f7;
    margin: 15px auto;
    overflow: hidden;
}
.neirongAuthor {
    text-align: center;
    padding: 0 0 10px 0px;
    border-bottom: 1px solid #eee;
}
.neirongAuthor span {
    margin: 0px 6px;
    font-size: 16px;
    color: #0b89f7;
    font-weight: 400;
}

.neirongInfo {
    line-height: 30px;
    width: 100%;
    padding: 25px 0;
    line-height: 200%;
    min-height: 250px;
}
.neirongInfo p {
    text-indent: 2em;
}
.neirongInfo img {
    display: block;
    max-width: 600px;
    margin: 0px auto;
}
.pageUpDown {
    padding-top: 10px;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #222;
}
.pageUpDown span {
    display: block;
}
.pageUpDown a {
    font-size: 16px;
    color: #222;
}
.neirongImg {
    text-align: center;
}
/*end*/
/*Product*/
.productList {
    width: 100%;
    float: left;
}
.productList_row {
    margin-left: -15px;
    margin-right: -15px;
}
.pro_list {
    float: left;
    width: 33.333333%;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 15px;
}
.pro_list_box {
    float: left;
    width: 100%;
    box-shadow: 0 0 1px #ccc;
    padding: 10px;
    transition: all .3s ease;
}
.pro_list_box:hover {
    box-shadow: 0 0 7px #ccc;
}
.pro_list_img {
    float: left;
    width: 100%;
}
.pro_list_img a {
    display: block;
    width: 100%;
    padding-bottom: 70%;
    background-size: contain !important;
}
.pro_list_title {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro_list_title a {
    transition: all .3s ease;
}
.pro_list_box:hover .pro_list_title a {
    color: #247cf0;
}
.productTitle {
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.productImg {
    width: 100%;
    text-align: center;
    float: left;
    margin: 10px auto;
}
.productImg img {
    max-width: 100%;
}
.productBuy {
    width: 100%;
    text-align: center;
    float: left;
    margin: 10px auto;
}
.productBuy a {
    margin: 0 10px;
}
/*.productBuy a{width:120px;height:40px;line-height:40px;background:#45b1ff; display:inline-block; color:#fff; border-radius:5px; font-size:14px;}
.productBuy a:hover{background:#000;}*/
.title {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    border-bottom: 1px dotted #ccc;
    line-height: 25px;
}
.title span {
    font-size: 14px;
    font-weight: bold;
}
.productDesc {
    line-height: 200%;
    padding: 10px 0;
    width: 100%;
    float: left;
}
/*end*/
/*page*/
.pages {
    font-size: 12px;
    text-align: center;
    padding: 10px 0px 10px 0px;
}
.pages li {
    display: inline-block;
    margin: 3px;
}
.pages a {
    font-size: 14px;
    padding: 6px 12px;
    background: #f5f5f5;
    display: block;
}
.pages a:hover {
    background: #247cf0;
    color: #fff;
}
.pages li.active a {
    background: #247cf0;
    color: #fff;
}
.pages select {
    vertical-align: middle;
    font-size: 8pt;
    padding: 0px;
}
.pages b {
    font-weight: normal;
}
/*end*/
/*feedback*/
.f_list {
    width: 100%;
    float: left;
    margin: 5px auto;
    clear: both;
}
.f_list .fl_l {
    float: left;
    width: 20%;
    text-align: right;
}
.f_list .fl_r {
    float: left;
    width: 80%;
}
.input_text {
    width: 90%;
    border: 1px solid #ccc;
    line-height: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.w100 {
    width: 100px;
}

.neirong {
        font-size: 16px;
}

.neirong ol {
  counter-reset: li;
}
.neirong ol li {
  position: relative;
  padding-left: 16px;
  padding-bottom: 10px;
}
.neirong ol li::before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  left: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, .8);
}

.neirong img {
    margin: 0 auto;
    display: block;
}

.neirong h1, h2, h4, h6 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #f7f7f7;
    border-left: 6px solid #000000;
    text-indent: 20px;
    margin: 15px auto;
    color: #1a79cb;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
}
.neirong h3 {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #f7f7f7;
    border-left: 6px solid #000000;
    text-indent: 20px;
    margin: 15px auto;
    color: #1a79cb;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
}

/*end */
/*toolbar*/
#toolbar2 {
    display: none;
}
.kfdiv {
	
    display: none;
}
 
 
.shejiao {

    width: 300px;
    height: auto;
    position: fixed;
    top: 99%;
    margin-top: -342px;
    right:1px;
} 

#toolbar {
    width: 68px;
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -136px;
    z-index: 1000000;
}
#toolbar ul {}
#toolbar li {
    width: 68px;
    height: 68px;
    float: left;
    margin: 4px 0px;
    position: relative;
}
#toolbar li .t_item {
    width: 68px;
    height: 68px;
    background: #f79800;
    text-align: center;
    line-height: 68px;
    display: block;
    border-radius: 5px 0 0 5px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
#toolbar li a.t_item:hover,
#toolbar li a.cur {
    background: #212021;
}
.tool_qq {
    position: absolute;
    left: -118px;
    top: 0px;
    width: 118px;
    padding: 0 10px 0 0;
    display: none;
}
.tool_qq_con {
    width: 108px;
    padding: 10px 0;
    float: left;
    border: 1px solid #f79800;
    background: #fff;
    text-align: center;
}
.tool_tel {
    width: 170px;
    height: 68px;
    background: #212021;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 68px;
    font-size: 18px;
    color: #fff;
    padding: 0 0 0 10px;
    white-space: nowrap;
    border-radius: 5px 0 0 5px;
}
.tool_weixin {
    position: absolute;
    top: 0px;
    width: 118px;
    left: -118px;
    padding: 0 10px 0 0;
    display: none;
}
.t_wx_con {
    width: 108px;
    background: #fff;
    border: 1px solid #f79800;
    padding: 3px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.t_wx_con img {
    width: 100px;
    height: 100px;
}
.t1 i {
    width: 68px;
    height: 68px;
    background: url(../image/u1.png) no-repeat center center;
    display: block;
}
.t2 i {
    width: 68px;
    height: 68px;
    background: url(../image/u2.png) no-repeat center center;
    display: block;
}
.t3 i {
    width: 68px;
    height: 68px;
    background: url(../image/u3.png) no-repeat center center;
    display: block;
}
.t4 i {
    width: 68px;
    height: 68px;
    background: url(../image/u4.png) no-repeat center center;
    display: block;
}
.t5 i {
    width: 68px;
    height: 68px;
    background: url(../image/u5.png) no-repeat center center;
    display: block;
}
@media screen and (min-width: 1250px) {
    .contain {
        width: 1230px;
    }
}
@media screen and (max-width: 1250px) {
	
	#box {
        display: none;
    }
	
    #left {
        display: none;
    }
	
    #right {
        width: 100%;
    }
	
    #left_contact {
        display: none;
    }
 
}
@media screen and (max-width: 1200px) {
    .slideBox .bd li .flash_img {
        padding-bottom: 400px;
    }
    #banner {
        height: 320px;
    }
    #navigate ul li a {
        /*padding: 0 25px;*/
    }
	#navigate ul li { float: left; height: 40px; line-height: 40px; position: relative; width: 33%; text-align: center;}
	#navigate ul li a { display: block; font-size: 16px; color: #fff; padding: 0; }
	
	
	
    .tel {
        height: 48px;
    }
    .tel .a {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        letter-spacing: 3px;
    }
    .tel .b {
        font-size: 24px;
    }
	
.kfdiv { z-index:999; background:#0e0e0e; display: block; position:fixed; bottom:10px; left:0; width:100%; }
.kfdiv div{float:left; text-align:center; background:#0e0e0e; color:#ffffff; height:63px; width:34%;}
.kfdiv div.busin01{height:75px;background:#34ae13; margin-top:-10px;width:32%;padding-top: 10px;}
.kfdiv div.busin01.lh22{margin: 10px 0px 0px 0px;}
.kfdiv .busin01 .b33{margin: 10px 0px 0px 0px;}
.kfdiv div.busin03{padding-top:6px;}
.kfdiv .busin03 .lh22{margin: 5px 0px; }
.show{display:block;margin: 0px auto;border:0px;}
.f14{font-size:14px;}
.lh22{line-height: 14px;color:#ffffff;}
.clfff{color:#ffffff;font-family:'微软雅黑';padding:0px;margin:0px;}
	
	
}
@media screen and (max-width: 760px) {
    .slideBox .bd li .flash_img {
        width: 100%;
        padding-bottom: 180px;
        background-size: cover !important;
    }
    #logo img {
    max-width: 35%;
    height: auto;
    margin: 0 auto;
    display: block;
	float: none;
    }
    #logo .shop-title .company {
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
    }
    #logo .shop-title .keywords {
        display: none;
    }
    #banner {
        height: 120px;
    }
    #head {
        padding: 0;
    }
    #topbar {
        display: none;
    }
    #navigate {
        /*display: none;*/
    }
	#navigate { float: none; width: 100%; background: #247cf0; }
	
	
    .guanyu_img {
        width: 200px;
        margin: 0 15px 5px 0;
    }
    .baike_con {
        margin: 0;
    }
    .baike_item {
        width: 100%;
        margin: 10px 0 15px 0;
    }
    .baike_item_title {
        margin-top: -4px;
    }
    .baike_item_title a {
        font-size: 16px;
    }
    .baike_item_des {
        height: 44px;
    }
    .baike_item_time {
        width: 67px;
        height: 70px;
    }
    .baike_item_time .a {
        line-height: 45px;
        font-size: 24px;
    }
    .baike_item_time .b {
        line-height: 25px;
        font-size: 12px;
    }
    .baike_item_right {
        margin-left: 80px;
    }
    .zhuye_top span {
        display: none;
    }
    .zhuye_top {
        background: url(../image/line.jpg) no-repeat center bottom;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .zhuye_top h3 {
        font-size: 20px;
    }
    #guanyu {
        padding: 20px 0 0 0;
    }
    #baike {
        padding: 30px 0 0 0;
    }
    .foot-flink {
        text-align: center;
        font-size: 12px;
    }
    .art_title {
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
	#box {
        display: none;
    }
    
.dy-m-bot { margin-bottom: 20px; } .dy-page-list li { width: 100%; }
	
    #left {
        display: none;
    }
    #right_con {
        padding: 0;
    }
    #right_top h3 {
        font-size: 16px;
    }
    #right_top span {
        font-size: 12px;
    }
    .art_list {
        padding: 20px 0;
    }
    .pro_list {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 25px;
    }
    .productList_row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .pages a {
        font-size: 12px;
    }
    .neirongTitle {
        font-size: 18px;
        line-height: 30px;
    }
    #footer {
        padding: 10px 0;
        margin-top: 25px;
    }
    .footer_con span {
        display: none;
    }
    .footer_con span:first-child {
        display: block;
        text-align: center;
    }
    .footer_con span {
        font-size: 12px;
        line-height: 20px;
    }
    .footer_con span a {
        font-size: 12px;
    }
    /*手机底部导航*/
    #toolbar {
        display: none;
    }
    .blank55 {
        height: 55px;
        line-height: 1px;
        clear: both;
    }
    #toolbar2 {
        color: #fff;
        width: 100%;
        height: 54px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 8;
        background: #333;
        display: block;
    }
    #toolbar2 li {
        float: left;
        width: 49%;
        text-align: center;
    }
    #toolbar2 a {
        width: 100%;
        color: #fff;
        display: block;
        padding: 5px 0 0 0;
        line-height: 23px;
        font-size: 14px;
    }
    #toolbar2 a span {
        font-size: 22px;
        display: block;
    }
	
.shejiao {
    display: none;
}	
 
	

	
	
	
	
	
}
@media screen and (max-width: 640px) {
	
#logo img {display: none;}	
#navigate ul li { height: 35px; line-height: 35px; }
.neirongTitle {margin: 5px auto;}

}


.fanye {
    clear: both;
    margin: 5px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px
}
.fanye ul li {
    display: inline-block;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999
}
.fanye ul li:hover a {
    color: #fff;
}
.fanye ul li.thisclass {
    display: inline-block;
    color: #fff;
}
.fanye ul li.thisclass a {
    
}
.fanye ul li a {
    display: block;
    color: #999
}
.fanye ul li a:hover {
    color: #fff;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #247cf0;
    border-color: #247cf0;
}
#gooxao img {
    max-width: 100% !important;
    height: auto !important
}
.product-head table,
.product-head table tr th,
.product-head table tr td {
    border: 1px solid #dddee1;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}
.product-head table {
	width:100%;
    margin-top: 14px;
    margin-bottom: 30px;
    min-height: 32px;
    line-height: 32px;
    border-collapse: collapse;
    padding: 2px;
}
.product-head span {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 12px;
}
.itd {
    width: 80px;
    background: #f8f8f9;
    font-weight: bold;
}
#toolbar2 img{
	width:24px;
}



.left_tel {
    width: 290px;
    padding: 10px 0 0px 43px;
    text-align: center;
    background: url(../image/lyxq_tel.png) no-repeat 1px center;
    font-size: 28px;
    color: #fd7d00;
    font-weight: bold;
    float: left;
}


/* CSS Document 2025年12月22日09:12:42  add */


/* 物流价格表整体容器 */
.logistics-price-container {
    width: 100%;
    box-sizing: border-box;
}

/* 标题样式 */
.logistics-price-title {
  /*
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
  */
}

/* 表格基础样式 */
.logistics-price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    font-size: 16px;
}

/* 表头单元格样式 */
.logistics-price-table th {
    border: 1px solid #ddd;
    padding: 12px 8px;
    text-align: center;
    background-color: #f2f2f2;
    font-weight: 600;
}

/* 表格内容单元格样式 */
.logistics-price-table td {
    border: 1px solid #ddd;
    padding: 10px 8px;
}

/* 内容单元格居中对齐 */
.logistics-price-table td.text-center {
    text-align: center;
}

/* 表格行交替背景色 */
.logistics-price-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.logistics-price-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

/* 备注文本样式 */
.logistics-price-note {
    font-size: 12px;
    color: #666;
    text-align: right;
    margin: 0;
}


/* 添加斑马线悬浮效果 */
.logistics-price-table tbody tr:hover {
    background-color: #f0f7ff;
    transition: background-color 0.3s ease;
}

/* 添加重要行高亮 */
.logistics-price-table tbody tr.highlight {
    background-color: #fff8e1;
    font-weight: bold;
}

/* 添加价格突出显示 */
.logistics-price-table td.price-emphasis {
    color: #e65100;
    font-weight: 600;
}

/* 添加重要数据高亮 */
.logistics-price-table td.highlight {
    background-color: #fff8e1;
    font-weight: bold;
    color: #e65100;
}

/* 添加状态标识 */
.status-delivered { color: #4caf50; }
.status-transit { color: #2196f3; }
.status-delayed { color: #ff9800; }

/* 添加星级评分 */
.star-rating {
    color: #ffc107;
    font-size: 16px;
}


@media screen and (max-width: 768px) {
    .logistics-price-container {
        overflow-x: auto;
    }
    .logistics-price-table {
        min-width: 600px;
    }
}


@media screen and (max-width: 768px) {
    .logistics-price-container {
        margin: 10px 0;
        padding: 10px;
    }
    
    .logistics-price-title {
       /*
        font-size: 14px;
        margin-bottom: 10px;
       */
    }
    
    .logistics-price-table {
        font-size: 16px;
    }
    
    .logistics-price-table th,
    .logistics-price-table td {
        padding: 6px 4px;
    }
}


/* 新增的卡片CSS */
        .card-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
            margin: 15px 0;
        }
        
        .service-card {
            border: 1px solid #ddd;
            border-radius: 8px;
            overflow: hidden;
            background-color: #ffffff;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .card-icon {
            background-color: #f2f2f2;
            text-align: center;
            padding: 20px;
            font-size: 40px;
        }
        
        .card-title {
            padding: 15px 15px 5px;
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
        }
        
        .card-content {
            padding: 0 15px 15px;
        }
        
        .card-content p {
            color: #666;
            line-height: 1.6;
            margin-bottom: 10px;
        }
        
        .card-features {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .card-features li {
            padding: 5px 0;
            padding-left: 20px;
            position: relative;
        }
        
        .card-features li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #4CAF50;
            font-weight: bold;
        }

.logistics-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 24px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.logistics-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.card-header {
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid #eee;
}
.card-header .card-icon {
    font-size: 24px;
    margin-bottom: 12px;
}
.card-header h3 {
    margin: 0 0 8px 0;
    color: #2c3e50;
    font-size: 18px;
    font-weight: 600;
}
.card-subtitle {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}
.card-content {
    padding: 20px;
}
.feature-list {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.feature-list li {
    padding: 8px 0;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid #f5f5f5;
}
.feature-list li:last-child {
    border-bottom: none;
}
.feature-list li strong {
    color: #333;
    font-weight: 600;
}
.contact-section {
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.phone-display {
    margin-bottom: 15px;
    text-align: center;
}
.phone-label {
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}
.phone-number {
    display: inline-block;
    color: #2c3e50;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}
.phone-number:hover {
    color: #3498db;
}
.call-button {
    display: block;
    width: 100%;
    padding: 14px;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.call-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}


.service-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.12);
}
.card-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}
.card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}
.card-content p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 15px;
}
.card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.card-features li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}
.card-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2ecc71;
    font-weight: bold;
}
.contact-section {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: center;
}
.contact-section > div:first-child {
    font-size: 14px;
    color: #777;
    margin-bottom: 8px;
}
.phone-number {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.phone-number a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s;
}
.phone-number a:hover {
    color: #3498db;
}
.action-btn {
    display: inline-block;
    background: linear-gradient(135deg, #3498db, #2c3e50);
    color: white;
    padding: 12px 28px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}
.action-btn:hover {
    background: linear-gradient(135deg, #2980b9, #1a252f);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}


.action-btn {
    display: inline-block;
    background: linear-gradient(90deg, #ff6b6b, #ffa726); /* 更活力的渐变色 */
    color: white;
    padding: 12px 28px;
    border-radius: 50px; /* 圆角更大 */
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
    border: none;
    cursor: pointer;
}
.action-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 7px 18px rgba(255, 107, 107, 0.6);
}
.phone-number a {
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 800;
}
.phone-number a:hover {
    color: #ff6b6b;
    text-shadow: 0 0 8px rgba(255, 107, 107, 0.3);
}



/* 增强表格转化率的样式 */
.action-btn-small {
    display: inline-block;
    padding: 6px 12px;
    background: #2c8eff;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s;
}
.action-btn-small:hover {
    background: #1a73e8;
    transform: translateY(-2px);
    box-shadow: 0 3px 6px rgba(44, 142, 255, 0.3);
}
.action-btn-small.secondary {
    background: #f8f9fa;
    color: #2c8eff;
    border: 1px solid #2c8eff;
    margin-left: 8px;
}
.action-btn-small.urgent {
    background: #ff4757;
    animation: pulse 1.5s infinite;
}
.btn-group {
    display: flex;
    justify-content: center;
    gap: 8px;
}

/* 评级徽章 */
.rating-badge {
    display: inline-block;
    color: #ffc107;
    font-size: 14px;
    background: #fff9e6;
    padding: 2px 8px;
    border-radius: 12px;
}
.rating-5 { background: #e8f5e9; color: #4caf50; }
.rating-4 { background: #f1f8e9; color: #8bc34a; }
.rating-3 { background: #fff3e0; color: #ff9800; }
.rating-2 { background: #ffebee; color: #f44336; }

/* 价格标签 */
.price-tag {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}
.price-tag.competitive { background: #e8f5e9; color: #2e7d32; }
.price-tag.moderate { background: #e3f2fd; color: #1565c0; }
.price-tag.high { background: #fff3e0; color: #ef6c00; }

/* 客户评价徽章 */
.testimonial-badge {
    display: inline-block;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 12px;
}

/* 底部行动号召 */
.table-footer-note {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 0 0 8px 8px;
    margin-top: -1px;
    border-top: 2px solid #2c8eff;
}
.cta-box, .case-study-cta {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
    border-left: 4px solid #2c8eff;
}

/* 咨询按钮 */
.consult-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #34a853;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}
.consult-btn:hover {
    background: #2d8b47;
    transform: translateY(-2px);
}
.consult-btn.urgent {
    background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%);
}

/* 动画效果 */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.7); }
    70% { box-shadow: 0 0 0 6px rgba(255, 71, 87, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 71, 87, 0); }
}


/*2026年4月12日15:25:45新增距离计算公式*/

.city-distance-module {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
}
.city-distance-module h3 {
    margin-top: 0;
    color: #333;
}
.city-distance-module table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}
.city-distance-module th,
.city-distance-module td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}
.city-distance-module th {
    background: #4CAF50;
    color: white;
}

/*2026年4月12日15:54:06 基于距离数据，多样展现*/

.logistics-route-table {
    margin: 30px 0;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
}
.logistics-route-table h2 {
    font-size: 24px;
    color: #1e3c72;
    margin-bottom: 10px;
}
.table-intro {
    color: #4a5a6a;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}
.route-info-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px;
}
.route-info-table th {
    background: #1e3c72;
    color: white;
    padding: 14px 8px;
    font-weight: 600;
    text-align: center;
    border-right: 1px solid #2a4a7a;
}
.route-info-table th:last-child {
    border-right: none;
}
.route-info-table .sub {
    font-weight: 400;
    font-size: 12px;
    opacity: 0.85;
}
.route-info-table td {
    padding: 12px 8px;
    border-bottom: 1px solid #e2e8f0;
    text-align: center;
    vertical-align: middle;
}
.route-info-table tbody tr:hover {
    background: #f6f9fc;
}
.table-notes {
    margin-top: 15px;
    font-size: 12px;
    color: #6b7a8a;
    text-align: right;
}
@media (max-width: 768px) {
    .route-info-table {
        font-size: 12px;
    }
    .route-info-table th,
    .route-info-table td {
        padding: 8px 4px;
    }
}

/*2026年4月12日16:09:20补充*/
.logistics-service-module {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    font-family: system-ui, 'Segoe UI', Roboto, sans-serif;
}
.service-header {
    background: #f0f7ff;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}
.route-info {
    font-size: 18px;
    margin-bottom: 12px;
}
.route-info .label{
   color: #333 !important;
}
.route-info .arrow {
    margin: 0 10px;
    color: #0077cc;
    font-weight: bold;
}
.quick-info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
    color: #333;
    font-size: 14px;
}
.truck-price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.truck-price-table th {
    background: #1e3c72;
    color: white;
    padding: 12px 8px;
    font-weight: 600;
}
.truck-price-table td {
    padding: 10px 8px;
    border-bottom: 1px solid #e0e7ef;
    text-align: center;
}
.tips-box {
    background: #fff8e7;
    padding: 12px 18px;
    border-radius: 6px;
    margin: 20px 0;
    border-left: 4px solid #f0b402;
}
.process-steps {
    margin: 25px 0;
}
.steps {
    display: flex;
    justify-content: space-around;
    text-align: center;
}
.step {
    flex: 1;
    padding: 15px 5px;
}
.faq-short {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
}


.freight-solution-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    margin: 20px 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    border: 1px solid #edf2f7;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}
.card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.card-route {
    font-size: 24px;
    font-weight: 700;
    color: #0a2540;
}
.card-tags {
    display: flex;
    gap: 8px;
}
.tag {
    background: #eef4ff;
    color: #1e3c72;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}
.card-stats {
    display: flex;
    gap: 30px;
    background: #f9fbfd;
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 28px;
}
.stat-item {
    flex: 1;
}
.stat-label {
    font-size: 14px;
    color: #5f7d9c;
    margin-bottom: 4px;
}
.stat-value {
    font-size: 26px;
    font-weight: 700;
    color: #1e3c72;
}
.stat-value span {
    font-size: 14px;
    font-weight: 400;
    color: #7089a8;
}
.card-price-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px;
}
.card-price-table th {
    background: #0a2540;
    color: white;
    padding: 12px 6px;
    font-weight: 500;
    text-align: center;
}
.card-price-table td {
    padding: 10px 6px;
    border-bottom: 1px solid #e2eaf2;
    text-align: center;
}
.card-footnote {
    margin: 20px 0;
    font-size: 13px;
    color: #6a7f9b;
}
.card-faq {
    border-top: 1px solid #e2eaf2;
    padding-top: 18px;
    margin-top: 10px;
}
.faq-row {
    margin-bottom: 14px;
}
.faq-q {
    font-weight: 700;
    color: #0a2540;
}
.faq-a {
    color: #3e5e7e;
    margin-top: 4px;
}
@media (max-width: 768px) {
    .card-stats {
        flex-direction: column;
        gap: 16px;
    }
    .card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}



.freight-solution-feed {
    background: #ffffff;
    padding: 24px;
    margin: 20px 0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    font-family: 'Segoe UI', Roboto, sans-serif;
}
.feed-title h2 {
    margin: 0 0 6px 0;
    color: #1e2b3c;
    font-weight: 600;
}
.feed-sub {
    color: #5e7180;
    margin-bottom: 24px;
    font-size: 14px;
}
.feed-price-hint {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
}
.hint-card {
    flex: 1;
    background: #f4f8fe;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
}
.hint-label {
    font-size: 14px;
    color: #3a5f7a;
    margin-bottom: 6px;
}
.hint-value {
    font-size: 22px;
    font-weight: 700;
    color: #1e3c72;
}
.feed-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px;
}
.feed-table th {
    background: #1e3c72;
    color: white;
    padding: 12px 6px;
    font-weight: 500;
}
.feed-table td {
    padding: 10px 6px;
    border-bottom: 1px solid #dfe7ef;
    text-align: center;
}
.table-note {
    font-size: 13px;
    color: #7a8b9b;
    margin-top: -5px;
    margin-bottom: 25px;
}
.feed-calc-method {
    background: #fafcfd;
    padding: 16px 18px;
    border-radius: 8px;
    margin-bottom: 24px;
    border: 1px solid #e2eaf2;
}
.feed-calc-method h4 {
    margin: 0 0 8px 0;
    color: #1e3c72;
}
.feed-process {
    margin-bottom: 24px;
}
.process-line {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #f0f5fa;
    padding: 16px;
    border-radius: 40px;
}
.process-node {
    font-weight: 600;
    color: #1e3c72;
}
.process-arrow {
    margin: 0 12px;
    color: #8ba0bc;
    font-weight: 700;
}
.feed-faq {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.faq-block {
    border-bottom: 1px dashed #cbd6e3;
    padding-bottom: 10px;
}
.faq-q {
    font-weight: 700;
    color: #0a2540;
}
.faq-a {
    color: #3e5e7e;
}
@media (max-width: 768px) {
    .feed-price-hint {
        flex-direction: column;
    }
    .process-line {
        flex-direction: column;
        gap: 10px;
    }
    .process-arrow {
        transform: rotate(90deg);
    }
}


.module-quote {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    margin: 20px 0;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    font-family: 'Segoe UI', Roboto, sans-serif;
    border: 1px solid #e9eef3;
}
.quote-header {
    margin-bottom: 20px;
}
.quote-route {
    font-size: 26px;
    font-weight: 700;
    color: #1a2b4c;
    margin-bottom: 8px;
}
.quote-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: #3a5670;
    font-size: 14px;
}
.quote-price-tag {
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
}
.tag-item {
    flex: 1;
    background: #f0f5fb;
    padding: 16px;
    border-radius: 10px;
    text-align: center;
}
.tag-label {
    font-size: 14px;
    color: #4a6a8a;
    margin-bottom: 6px;
}
.tag-value {
    font-size: 22px;
    font-weight: 700;
    color: #c44536;
}
.quote-table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0;
    font-size: 14px;
}
.quote-table th {
    background: #1a2b4c;
    color: white;
    padding: 12px 6px;
    font-weight: 500;
}
.quote-table td {
    padding: 10px 6px;
    border-bottom: 1px solid #dde3ec;
    text-align: center;
}
.quote-note {
    font-size: 13px;
    color: #6a7f9b;
    margin: 10px 0 20px;
}
.quote-service {
    display: flex;
    justify-content: space-around;
    background: #fafcfd;
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #e2eaf2;
}
.service-item {
    font-weight: 500;
    color: #1e3c72;
}
@media (max-width: 768px) {
    .quote-price-tag, .quote-service {
        flex-direction: column;
        gap: 12px;
    }
}


.module-process {
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    margin: 20px 0;
    box-shadow: 0 6px 16px rgba(0,0,0,0.04);
    font-family: 'Inter', system-ui, sans-serif;
}
.process-route-bar {
    background: #1a2b4c;
    color: white;
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 28px;
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.process-start, .process-end {
    font-weight: 700;
    font-size: 20px;
}
.process-arrow {
    margin: 0 8px;
    color: #ffc107;
}
.process-distance {
    margin-left: auto;
    font-size: 14px;
    opacity: 0.9;
}
.process-steps-horizontal {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}
.step-card {
    background: #f6f9fe;
    padding: 16px 12px;
    border-radius: 12px;
    text-align: center;
}
.step-num {
    font-size: 28px;
    font-weight: 800;
    color: #c44536;
    opacity: 0.4;
    line-height: 1;
}
.step-title {
    font-weight: 700;
    margin: 8px 0 4px;
    color: #1a2b4c;
}
.step-desc {
    font-size: 12px;
    color: #4a627a;
}
.process-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 28px;
}
.faq-cell {
    background: #fafcfd;
    padding: 14px 16px;
    border-radius: 10px;
    border-left: 4px solid #1a2b4c;
}
.faq-question {
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 4px;
}
.faq-answer {
    font-size: 13px;
    color: #3e5e7e;
}
.process-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px;
}
.process-table th {
    background: #1a2b4c;
    color: white;
    padding: 12px 6px;
}
.process-table td {
    padding: 10px 6px;
    border-bottom: 1px solid #dde3ec;
    text-align: center;
}
.process-note {
    font-size: 13px;
    color: #6a7f9b;
    margin-top: 8px;
}
@media (max-width: 768px) {
    .process-steps-horizontal {
        grid-template-columns: 1fr 1fr;
    }
    .process-faq-grid {
        grid-template-columns: 1fr;
    }
    .process-distance {
        margin-left: 0;
        width: 100%;
    }
}




.logistics-enhanced-module {
    background: #fff;
    border-radius: 16px;
    padding: 24px 28px;
    margin: 30px 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    color: #1e2b3c;
    line-height: 1.5;
}
.logistics-enhanced-module h3 {
    margin: 28px 0 16px 0;
    color: #1a2b4c;
    font-weight: 600;
    font-size: 20px;
    border-left: 5px solid #1e3c72;
    padding-left: 16px;
}
.overview-card {
   /* background: linear-gradient(135deg, #f0f5fb 0%, #e6eef9 100%);*/
    border-radius: 16px;
    padding: 24px 28px;
    margin-bottom: 10px;
}
.overview-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a2b4c;
    margin-bottom: 18px;
}
.overview-stats {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.stat-item {
    flex: 0 0 auto;
}
.stat-label {
    font-size: 14px;
    color: #3a5a7a;
    margin-bottom: 4px;
}
.stat-value {
    font-size: 32px;
    font-weight: 700;
    color: #1e3c72;
}
.stat-value span {
    font-size: 16px;
    font-weight: 400;
    color: #5f7d9c;
}
.overview-note {
    margin-top: 16px;
    font-size: 13px;
    color: #5f7d9c;
}
.scope-box {
    background: #fafcfd;
    border-radius: 14px;
    padding: 18px 22px;
    margin: 20px 0;
    border: 1px solid #dce5f0;
}
.scope-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.scope-start, .scope-dest {
    flex: 1;
    min-width: 240px;
    font-size: 14px;
    color: #2a405c;
}
.scope-tip {
    margin-top: 12px;
    font-size: 13px;
    color: #6a7f9b;
}
.advantages-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px 20px;
}
.advantages-list li {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="%231e3c72" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') left center no-repeat;
    padding-left: 28px;
    background-size: 18px;
}
.truck-type-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0 10px;
    font-size: 14px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.truck-type-table th {
    background: #1a2b4c;
    color: white;
    padding: 14px 8px;
    font-weight: 600;
}
.truck-type-table td {
    padding: 12px 8px;
    border-bottom: 1px solid #dee6ef;
    text-align: center;
}
.cargo-types {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0 10px;
}
.cargo-tag {
    background: #eef2f7;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 14px;
    color: #1e3c72;
    font-weight: 500;
}
.process-flow-horizontal {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #f6f9fc;
    padding: 20px 18px;
    border-radius: 50px;
    margin: 15px 0 20px;
    justify-content: center;
}
.flow-step {
    background: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 600;
    color: #1e3c72;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}
.flow-arrow {
    margin: 0 8px;
    color: #8ba0bc;
    font-weight: 700;
    font-size: 18px;
}
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 16px 0 10px;
}
.faq-card {
    background: #fafcfd;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid #e2eaf2;
}
.faq-q {
    font-weight: 700;
    color: #1e3c72;
    margin-bottom: 8px;
}
.faq-a {
    font-size: 14px;
    color: #2e4b6e;
}
.final-tips {
    margin-top: 30px;
    background: #fff8e5;
    padding: 14px 20px;
    border-radius: 10px;
    border-left: 6px solid #e6a020;
    font-size: 14px;
}
@media (max-width: 768px) {
    .logistics-enhanced-module {
        padding: 16px;
    }
    .overview-stats {
        gap: 20px;
    }
    .process-flow-horizontal {
        flex-direction: column;
        border-radius: 20px;
        gap: 10px;
    }
    .flow-arrow {
        transform: rotate(90deg);
    }
    .faq-grid {
        grid-template-columns: 1fr;
    }
}




/* 增强模块样式 - 无特殊符号 */
.logistics-service-module { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.5; }
.service-header { background: #f8f9fc; padding: 16px 20px; border-radius: 12px; margin-bottom: 24px; border: 1px solid #eef2f6; }
.route-info { font-size: 18px; font-weight: 500; margin-bottom: 12px; }
.route-info .label { color: #5a6874; font-weight: normal; }
.route-info .value { color: #1e2a3a; font-weight: 600; margin: 0 4px; }
.route-info .arrow { margin: 0 8px; color: #3b7cbf; }
.quick-info { display: flex; flex-wrap: wrap; gap: 16px 24px; font-size: 13px; color: #2c3e4e; background: #ffffff; padding: 10px 12px; border-radius: 10px; }
.quick-info span { white-space: nowrap; }
.truck-price-table { width: 100%; border-collapse: collapse; margin: 20px 0; background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.truck-price-table th, .truck-price-table td { border: 1px solid #e2e8f0; padding: 12px 10px; text-align: center; }
.truck-price-table th { background: #f1f5f9; font-weight: 600; color: #0f172a; }
.tips-box { background: #fef9e6; border-left: 4px solid #f5a623; padding: 12px 16px; margin: 20px 0; border-radius: 8px; font-size: 13px; }
.process-steps { margin: 28px 0; }
.process-steps h3, .service-items h3, .price-detail h3, .region-service h3, .value-table h3, .solutions h3, .faq-extend h3 { font-size: 20px; margin: 0 0 16px 0; padding-left: 12px; border-left: 4px solid #2d6a4f; }
.steps { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; }
.step { flex: 1; background: #f9fafb; padding: 16px 12px; border-radius: 16px; text-align: center; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.step small { color: #5b6e8c; font-size: 12px; display: block; margin-top: 6px; }
.faq-short { background: #f1f5f9; padding: 12px 18px; border-radius: 14px; margin: 20px 0; }
.service-items-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 20px 0 30px; }
.service-card { background: #ffffff; border: 1px solid #e9edf2; border-radius: 20px; padding: 18px 16px; transition: all 0.2s; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.service-card:hover { border-color: #cbdde9; box-shadow: 0 8px 20px rgba(0,0,0,0.05); }
.service-card h4 { margin: 0 0 8px; font-size: 18px; color: #1e466e; }
.service-card p { margin: 0; color: #2d3e50; font-size: 14px; line-height: 1.45; }
.price-detail-box { background: #fefaf5; padding: 18px 20px; border-radius: 20px; margin: 20px 0; border: 1px solid #ffe6cc; }
.price-detail-box p { margin: 8px 0; font-size: 15px; }
.region-list { background: #f8fafc; padding: 16px 20px; border-radius: 16px; margin: 16px 0; display: flex; flex-wrap: wrap; gap: 24px; }
.region-item { flex: 1; min-width: 200px; }
.region-item strong { color: #0c4e6e; }
.value-table table { width: 100%; border-collapse: collapse; background: white; border-radius: 14px; overflow: hidden; margin: 16px 0; }
.value-table th, .value-table td { border: 1px solid #e2edf2; padding: 10px 12px; text-align: left; }
.value-table th { background: #eef3fa; }
.solutions-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; margin: 20px 0; }
.solution-item { background: #ffffff; border-radius: 18px; border: 1px solid #e9edf2; padding: 16px; }
.solution-item h5 { margin: 0 0 8px; font-size: 16px; color: #1f6392; }
.faq-extend-list { display: flex; flex-direction: column; gap: 16px; margin: 20px 0; }
.faq-item { background: #ffffff; border-radius: 16px; border: 1px solid #eef2f8; padding: 14px 18px; }
.faq-item strong { color: #1e466e; display: block; margin-bottom: 6px; font-size: 15px; }
.faq-item p { margin: 0; color: #33475b; }
@media (max-width: 700px) { .quick-info span { white-space: normal; } .step { min-width: 140px; } }




/* 增强模块样式 - 无特殊符号 */
.logistics-service-module { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.5; }
.service-header { background: #f8f9fc; padding: 16px 20px; border-radius: 12px; margin-bottom: 24px; border: 1px solid #eef2f6; }
.route-info { font-size: 18px; font-weight: 500; margin-bottom: 12px; }
.route-info .label { color: #5a6874; font-weight: normal; }
.route-info .value { color: #1e2a3a; font-weight: 600; margin: 0 4px; }
.route-info .arrow { margin: 0 8px; color: #3b7cbf; }
.quick-info { display: flex; flex-wrap: wrap; gap: 16px 24px; font-size: 13px; color: #2c3e4e; background: #ffffff; padding: 10px 12px; border-radius: 10px; }
.quick-info span { white-space: nowrap; }
.truck-price-table { width: 100%; border-collapse: collapse; margin: 20px 0; background: white; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.truck-price-table th, .truck-price-table td { border: 1px solid #e2e8f0; padding: 12px 10px; text-align: center; }
.truck-price-table th { background: #f1f5f9; font-weight: 600; color: #0f172a; }
.tips-box { background: #fef9e6; border-left: 4px solid #f5a623; padding: 12px 16px; margin: 20px 0; border-radius: 8px; font-size: 13px; }
.process-steps { margin: 28px 0; }
.process-steps h3, .service-items h3, .service-advantage h3, .service-flow h3, .faq-extend h3, .shipping-guide h3 { font-size: 20px; margin: 0 0 16px 0; padding-left: 12px; border-left: 4px solid #2d6a4f; }
.steps { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; }
.step { flex: 1; background: #f9fafb; padding: 16px 12px; border-radius: 16px; text-align: center; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.step small { color: #5b6e8c; font-size: 12px; display: block; margin-top: 6px; }
.faq-short { background: #f1f5f9; padding: 12px 18px; border-radius: 14px; margin: 20px 0; }
.service-items-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 20px 0 30px; }
.service-card { background: #ffffff; border: 1px solid #e9edf2; border-radius: 20px; padding: 18px 16px; transition: all 0.2s; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.service-card:hover { border-color: #cbdde9; box-shadow: 0 8px 20px rgba(0,0,0,0.05); }
.service-card h4 { margin: 0 0 8px; font-size: 18px; color: #1e466e; }
.service-card p { margin: 0; color: #2d3e50; font-size: 14px; line-height: 1.45; }
.advantage-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 20px 0; }
.advantage-item { background: #f9fafb; border-radius: 16px; padding: 14px 16px; border-left: 3px solid #2d6a4f; }
.advantage-item strong { color: #1e466e; display: block; margin-bottom: 6px; }
.flow-steps { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; margin: 20px 0; }
.flow-step { flex: 1; min-width: 140px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px; padding: 14px 12px; text-align: center; }
.flow-step .step-num { font-weight: bold; font-size: 18px; color: #2d6a4f; }
.faq-extend-list { display: flex; flex-direction: column; gap: 16px; margin: 20px 0; }
.faq-item { background: #ffffff; border-radius: 16px; border: 1px solid #eef2f8; padding: 14px 18px; }
.faq-item strong { color: #1e466e; display: block; margin-bottom: 6px; font-size: 15px; }
.faq-item p { margin: 0; color: #33475b; }
.shipping-guide-table { width: 100%; border-collapse: collapse; background: white; border-radius: 14px; overflow: hidden; margin: 16px 0; }
.shipping-guide-table th, .shipping-guide-table td { border: 1px solid #e2edf2; padding: 10px 12px; text-align: left; vertical-align: top; }
.shipping-guide-table th { background: #eef3fa; }
.region-list { background: #f8fafc; padding: 16px 20px; border-radius: 16px; margin: 16px 0; display: flex; flex-wrap: wrap; gap: 24px; }
.region-item { flex: 1; min-width: 200px; }
.region-item strong { color: #0c4e6e; }
@media (max-width: 700px) { .quick-info span { white-space: normal; } .step { min-width: 140px; } }


/* ========== 增强样式 ========== */
.logistics-enhanced-module { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.5; color: #1f2d3d; max-width: 1200px; margin: 0 auto; }
.overview-card { /*background: linear-gradient(135deg, #1e466e 0%, #0f2c44 100%);*/ color: white; border-radius: 28px; padding: 24px 28px; margin-bottom: 28px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.overview-title { font-size: 26px; font-weight: 700; margin-bottom: 20px; text-align: center; letter-spacing: 1px; }
.overview-stats { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; text-align: center; }
.stat-item { background: rgba(255,255,255,0.15); border-radius: 24px; padding: 12px 24px; min-width: 140px; backdrop-filter: blur(4px); }
.stat-label { font-size: 14px; opacity: 0.85; margin-bottom: 6px; }
.stat-value { font-size: 28px; font-weight: 700; line-height: 1.2; }
.stat-value span { font-size: 14px; font-weight: normal; }
.overview-note { font-size: 12px; text-align: center; margin-top: 16px; opacity: 0.7; }
.scope-box, .advantages-box, .value-add-box, .packaging-box, .notice-box, .contact-box { background: #ffffff; border-radius: 24px; padding: 20px 24px; margin: 24px 0; box-shadow: 0 2px 8px rgba(0,0,0,0.04); border: 1px solid #eef2f6; }
.scope-row { display: flex; flex-wrap: wrap; gap: 24px; margin: 16px 0; }
.scope-start, .scope-dest { flex: 1; background: #f8fafc; border-radius: 20px; padding: 16px; }
.scope-tip { font-size: 13px; color: #b45f1b; background: #fef9e6; padding: 10px 16px; border-radius: 14px; margin-top: 12px; }
.advantages-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; list-style: none; padding: 0; margin: 16px 0 0; }
.advantages-list li { background: #f1f5f9; padding: 12px 16px; border-radius: 40px; font-size: 14px; position: relative; padding-left: 32px; }
.advantages-list li:before { content: "✓"; color: #2d6a4f; font-weight: bold; position: absolute; left: 12px; }
.truck-type-table { width: 100%; border-collapse: collapse; margin: 20px 0; background: white; border-radius: 20px; overflow: hidden; }
.truck-type-table th, .truck-type-table td { border: 1px solid #e2e8f0; padding: 12px 10px; text-align: center; }
.truck-type-table th { /*background: #f1f5f9;*/ font-weight: 600; }
.cargo-types { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0; }
.cargo-tag { background: #eef2fa; padding: 6px 18px; border-radius: 40px; font-size: 13px; color: #1e466e; }
.process-flow-horizontal { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin: 20px 0; background: #f9fafb; padding: 16px; border-radius: 60px; }
.flow-step { background: white; padding: 8px 16px; border-radius: 40px; font-size: 13px; font-weight: 500; box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.flow-arrow { color: #8ba0b5; font-weight: bold; }
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 20px 0; }
.faq-card { background: #fefefe; border-radius: 20px; border: 1px solid #eef2f8; padding: 16px 20px; transition: all 0.2s; }
.faq-q { font-weight: 700; color: #1e466e; margin-bottom: 10px; padding-left: 20px; position: relative; }
.faq-q:before { content: "Q"; color: #2d6a4f; font-weight: bold; position: absolute; left: 0; }
.faq-a { color: #33475b; font-size: 14px; line-height: 1.5; padding-left: 20px; }
.value-list { display: flex; flex-wrap: wrap; gap: 16px; margin: 16px 0; }
.value-item { flex: 1; min-width: 160px; background: #f9fafb; border-radius: 20px; padding: 14px; text-align: center; }
.value-item h4 { margin: 0 0 8px; font-size: 16px; color: #1e466e; }
.final-tips { background: #e8f0fe; border-radius: 20px; padding: 16px 24px; margin-top: 28px; border-left: 5px solid #2d6a4f; font-size: 14px; }
.contact-buttons { display: flex; gap: 16px; margin-top: 16px; flex-wrap: wrap; }
.contact-btn { background: #1e466e; color: white; padding: 10px 24px; border-radius: 40px; text-decoration: none; font-size: 14px; display: inline-block; }
.contact-btn:hover { background: #0f2c44; }
@media (max-width: 700px) { .process-flow-horizontal { border-radius: 20px; } .flow-arrow { display: none; } .flow-step { width: 100%; text-align: center; } }



/* ========== 全新参考风格样式 ========== */
.logistics-v2-module { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.5; color: #1f2d3d; max-width: 1200px; margin: 0 auto; }
/* 服务优势网格 */
.advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin: 24px 0; }
.advantage-card { background: #ffffff; border-radius: 24px; padding: 20px; box-shadow: 0 2px 12px rgba(0,0,0,0.04); border: 1px solid #eef2f6; transition: transform 0.2s; }
.advantage-card:hover { transform: translateY(-2px); border-color: #cbdde9; }
.advantage-card h4 { margin: 0 0 8px; font-size: 18px; color: #1e466e; }
.advantage-card p { margin: 0; color: #2d3e50; font-size: 14px; }
/* 回程车卡片 */
.backhaul-card { background: linear-gradient(135deg, #f0f7ff 0%, #e9f0fa 100%); border-radius: 24px; padding: 20px 24px; margin: 24px 0; border: 1px solid #dce5f0; }
.backhaul-stats { display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; margin-top: 12px; }
.backhaul-item { background: white; border-radius: 20px; padding: 12px 20px; flex: 1; text-align: center; }
/* 公司实力 */
.company-strength { background: #f8fafc; border-radius: 24px; padding: 20px 24px; margin: 24px 0; }
.truck-fleet { display: flex; flex-wrap: wrap; gap: 12px; margin: 16px 0; }
.truck-fleet span { background: white; padding: 6px 14px; border-radius: 40px; font-size: 13px; border: 1px solid #dee4ec; }
/* 在线估算卡片（模拟界面，无实际计算） */
.estimate-card { background: #ffffff; border-radius: 28px; padding: 20px; margin: 24px 0; box-shadow: 0 4px 16px rgba(0,0,0,0.05); border: 1px solid #eef2f6; }
.estimate-form { display: flex; flex-wrap: wrap; gap: 16px; align-items: flex-end; }
.estimate-field { flex: 1; min-width: 140px; }
.estimate-field label { display: block; font-size: 12px; color: #5a6874; margin-bottom: 6px; }
.estimate-field input, .estimate-field select { width: 100%; padding: 10px 12px; border-radius: 40px; border: 1px solid #cfdee9; background: #fefefe; }
.estimate-btn { background: #1e466e; color: white; border: none; padding: 10px 24px; border-radius: 40px; cursor: default; font-weight: 500; }
.estimate-result { margin-top: 16px; background: #eef2fa; padding: 12px 16px; border-radius: 20px; font-size: 14px; }
/* 物流解决方案表格 */
.solution-table { width: 100%; border-collapse: collapse; margin: 20px 0; background: white; border-radius: 20px; overflow: hidden; }
.solution-table th, .solution-table td { border: 1px solid #e2e8f0; padding: 12px 10px; text-align: left; vertical-align: top; }
.solution-table th { background: #f1f5f9; font-weight: 600; }
/* 增值服务表格 */
.value-table { width: 100%; border-collapse: collapse; margin: 20px 0; background: white; border-radius: 20px; overflow: hidden; }
.value-table th, .value-table td { border: 1px solid #e2e8f0; padding: 10px 12px; text-align: left; }
/* 周到服务列表 */
.service-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin: 16px 0; }
.service-list-item { background: #fefefe; border-radius: 20px; padding: 14px 18px; border-left: 3px solid #2d6a4f; }
/* 通用样式 */
.section-title { font-size: 22px; margin: 32px 0 16px; padding-left: 14px; border-left: 5px solid #2d6a4f; font-weight: 600; }
.faq-v2-list { display: flex; flex-direction: column; gap: 14px; margin: 20px 0; }
.faq-v2-item { background: #ffffff; border-radius: 20px; border: 1px solid #eef2f8; overflow: hidden; }
.faq-v2-question { padding: 14px 20px; background: #f9fafb; font-weight: 700; color: #1e466e; cursor: default; }
.faq-v2-answer { padding: 12px 20px; color: #33475b; border-top: 1px solid #eef2f8; }
.tips-note { background: #fef9e6; border-left: 4px solid #f5a623; padding: 12px 18px; border-radius: 16px; font-size: 13px; margin: 20px 0; }
@media (max-width: 700px) { .estimate-field { min-width: 100%; } }




/*2026年4月25日18:24:03  补充css样式*/

.loading-simulator {
    background: #f7f9fc;
    border-left: 4px solid #2a7de1;
    padding: 12px 15px;
    margin: 18px 0;
    border-radius: 4px;
    font-size: 15px;
    color: #333;
}
.loading-simulator strong {
    color: #1e5aa8;
    font-weight: 600;
}


.combined-shipment {
    background: #fff7e6;
    border: 1px solid #ffc069;
    padding: 12px 18px;
    margin: 18px 0;
    border-radius: 6px;
    font-size: 15px;
    color: #664400;
}
.combined-shipment strong {
    color: #b45309;
}


.line-age {
    background: #f0f9f0;
    border: 1px solid #9fd89f;
    padding: 14px 18px;
    margin: 18px 0;
    border-radius: 6px;
    font-size: 15px;
    color: #1f4f1f;
    text-align: center;
}
.line-age span {
    color: #2b7a2b;
    font-weight: 700;
}
.line-age strong {
    font-weight: 600;
}


/*关于物流板块新增内容2026年4月26日11:49:27*/

.line-hot {
    background: #fff3e0;
    border: 1px solid #ffb74d;
    padding: 12px 18px;
    margin: 18px 0;
    border-radius: 6px;
    font-size: 15px;
    color: #e65100;
}
.line-hot strong {
    font-size: 18px;
    color: #d84315;
}

.local-promise {
    background: #e8f5e9;
    border-left: 4px solid #43a047;
    padding: 12px 15px;
    margin: 18px 0;
    border-radius: 4px;
    font-size: 15px;
    color: #2e7d32;
}


.carbon-estimate {
    background: #e8f5e9;
    border-left: 4px solid #66bb6a;
    padding: 12px 15px;
    margin: 18px 0;
    border-radius: 4px;
    font-size: 14px;
    color: #2e7d32;
}
.carbon-estimate strong {
    color: #1b5e20;
}

.insurance-tip {
    background: #e3f2fd;
    border-left: 4px solid #42a5f5;
    padding: 12px 15px;
    margin: 18px 0;
    border-radius: 4px;
    font-size: 14px;
    color: #0d47a1;
}
.insurance-tip strong {
    color: #1565c0;
}


.cost-estimate {
    background: #f3f4f6;
    border-left: 4px solid #6b7280;
    padding: 12px 15px;
    margin: 18px 0;
    border-radius: 4px;
    font-size: 14px;
    color: #1f2937;
}
.cost-estimate strong {
    color: #111827;
}

.park-note {
    background: #e0f2fe;
    border-left: 4px solid #0284c7;
    padding: 12px 15px;
    margin: 18px 0;
    border-radius: 4px;
    font-size: 14px;
    color: #075985;
}
.park-note strong {
    color: #0c4a6e;
}
.loading-time {
    background: #fef9c3;
    border-left: 4px solid #ca8a04;
    padding: 12px 15px;
    margin: 18px 0;
    border-radius: 4px;
    font-size: 14px;
    color: #713f12;
}
.loading-time strong {
    color: #854d0e;
}


.cost-estimate {
    background: #f0fdf4;
    border-left: 4px solid #22c55e;
    padding: 12px 15px;
    margin: 18px 0;
    border-radius: 4px;
    font-size: 14px;
    color: #14532d;
}
.cost-estimate strong {
    color: #15803d;
}



.hot-tags {
    padding: 15px 0;
    font-size: 14px;
    color: #333;
}
.tags-label {
    font-weight: bold;
    margin-right: 8px;
    color: #555;
}
.tag-link {
    display: inline-block;
    background: #f0f4ff;
    color: #1a5b9e;
    padding: 4px 12px;
    margin: 3px 6px 3px 0;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.2s;
    border: 1px solid #d0e1ff;
}
.tag-link:hover {
    background: #1a5b9e;
    color: #fff;
    border-color: #1a5b9e;
}




.lo-note {
    background: #f0faf4;
    border-left: 4px solid #2ecc71;
    padding: 14px;
    border-radius: 8px;
    color: #1e3a5f;
    margin-top: 20px;
}