/* ========== 基础 ========== */
*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}
html{font-size:14px}
body{
    position: relative;
    background: #fff;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}
li{list-style:none}
a{color:#212529;text-decoration:none}
a:hover{text-decoration:none}
p,ul{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{margin:0}
.wd1200{width:1200px;margin:0 auto}

/* ========== 文章详情 ========== */
.article-meta{display:flex;gap:24px;color:#888;font-size:13px;margin:8px 0 20px}
.article-cover{text-align:center;margin-bottom:24px}
.article-cover img{max-width:100%;max-height:360px;border-radius:8px}
.article-attachments{margin-top:28px;border-top:1px solid #eee;padding-top:18px}
.article-attachments h3{font-size:16px;margin:0 0 14px;color:#333}
.article-attachments li{margin-bottom:14px}
.article-attachments video{max-width:100%;max-height:320px;border-radius:6px;background:#000;display:block}
.article-attachments a{color:#BE1D23;word-break:break-all}
.article-attachments a:hover{text-decoration:underline}
.wd100{width:100%}
.clear{clear:both}
.contain{padding:60px 0}
/* ========== 顶部服务条 ========== */
header{background:#F3F3F3;color:#444}
.navtop{display:flex;justify-content:space-between;font-weight:bold}
.navtop>div{
    padding: 10px 15px 10px 10px;
    cursor: pointer;
}
.navtop>div::after{content:'';display:inline-block;margin-left:6px;vertical-align:1px;width:7px;height:7px;border-right:2px solid #B6282C;border-bottom:2px solid #B6282C;transform:rotate(45deg);border-radius:1px;transition:transform .2s}
.navtop>div>p{display:inline-block;margin:0;line-height:20px}
.navtop>div:hover::after{transform:rotate(-135deg)}
.service_product,.env_box{display:none;position:absolute;top:42px;left:0;width:100%;color:#333;background:rgba(255,255,255,.96);z-index:99;box-shadow:0 6px 16px rgba(0,0,0,.08)}
.top1_service:hover .service_product{display:block}
.top2_plat:hover .env_box{display:block}
.service_product .products,.env_box .envs{padding:20px 0}
.product_type{display:flex;justify-content:flex-start;margin:15px 0}
.product_type h3{font-size:16px;color:#666;width:100px;flex-shrink:0;text-align:right;margin-right:15px;font-weight:bold;line-height:1.9}
.product_type .item_list{display:flex;flex-wrap:wrap}
.product_type .item_list li{padding:0 15px;border-right:1px solid #ccc;line-height:1.9}
.product_type .item_list li:last-child{border-right:0}
.product_type .item_list li a{font-size:16px;color:#333}
.product_type .item_list li a:hover{color:#A0171C;font-weight:bold}
.env_box .envs{display:flex}
.env{display:flex;flex-direction:column;align-items:center;border-left:1px solid #DBDBDB;padding:0 20px;cursor:pointer}
.env:first-child{border-left:0}
.env img{height:40px;margin-bottom:10px}
.env p{font-size:16px;font-weight:bold;text-align:center}

/* ========== 主导航 ========== */
.navbar-wrap{background:#fff;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}
.navbar{display:flex;justify-content:space-between;align-items:center;height:80px}
.navbar-brand{display:flex;align-items:center}
.navbar-brand img{height:50px}
.navbar-nav{display:flex;height:100%}
.nav-item>a{display:flex;align-items:center;height:80px;padding:0 1.2rem;font-weight:bold;font-size:16px}
.nav-item.active>a{color:#A0171C;border-bottom:3px solid #A0171C}
.nav-item>a:hover{color:#A0171C}
.hover-son{display:none;position:absolute;top:122px;left:0;width:100%;padding:20px 0;background:rgba(255,255,255,.94);z-index:99;box-shadow:0 6px 16px rgba(0,0,0,.08)}
.nav-item:hover .hover-son{display:block}
.hoverBox{display:flex}
.hoverBox .typeImg{width:35%;height:200px;margin-right:2%}
.hoverBox .typeImg img{width:100%;height:200px;object-fit:cover}
.hoverlists{padding-top:5px}
.hoverlist{display:inline-block}
.hoverlist a{display:inline-block;padding-bottom:10px;color:#333;font-size:16px;margin:15px}
.hoverlist.active a,.hoverlist a:hover{border-bottom:4px solid #A0171C}
.ourtel{text-align:right}
.ourtel .t1{font-size:12px;color:#666}
.l_phone{display:flex;align-items:center;justify-content:flex-end}
.l_phone img{width:24px;height:24px;margin-right:6px}
.l_phone p{font-size:20px;font-weight:bold}

/* ========== Banner 轮播 ========== */
.banner{position:relative;overflow:hidden;width:100%;background:#e9eef5}
.banner .slides{display:flex;transition:transform .6s ease;height:100%}
.banner .slide{flex:0 0 100%;width:100%;height:100%}
.banner .slide img{display:block;width:100%;height:100%;object-fit:cover}
.banner-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.35);color:#fff;font-size:28px;line-height:42px;text-align:center;cursor:pointer;z-index:5;user-select:none;font-family:serif}
.banner-arrow:hover{background:rgba(255,255,255,.6)}
.banner-prev{left:30px}
.banner-next{right:30px}
.banner-dots{position:absolute;bottom:22px;left:0;width:100%;text-align:center;z-index:5}
.banner-dots span{display:inline-block;width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.5);margin:0 6px;cursor:pointer}
.banner-dots span.active{background:#A0171C}
.inner_banner{width:100%;height:500px;background-position:center;background-size:cover;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.inner_banner h2{color:#fff;font-size:38px;font-weight:bold;letter-spacing:4px}
.inner_banner p{color:rgba(255,255,255,.85);font-size:16px;letter-spacing:5px;margin-top:12px;text-transform:uppercase}

/* ========== 服务板块 ========== */
.page1{background:#f0f0f0;padding-bottom:100px}
.service_tabs{display:flex;justify-content:center;background:#fff;border-bottom:1px solid #ccc}
.service_tabs span{padding:20px 30px;font-size:18px;color:#666;cursor:pointer;border-bottom:4px solid transparent}
.service_tabs span.active,.service_tabs span:hover{border-bottom:4px solid #b6282c;color:#b6282c;font-weight:bold}
#service_list{margin-top:80px}
.tab_content{display:none;justify-content:space-between;background:#fff;height:370px;overflow:hidden}
.tab_content.active{display:flex}
.service_text{width:35%;padding:30px}
.service_text>p{font-size:15px;color:#666;line-height:1.7}
.son_service ul{display:flex;flex-wrap:wrap;margin-top:30px}
.son_service li{width: 33.33%;font-size: 15px;}
.son_service a:hover{color:#A0171C}
.contact_us a{display:block;margin-top:20px;width:200px;height:45px;line-height:45px;text-align:center;color:#fff;font-size:15px;background-image:linear-gradient(to right,#EFA8AB 0%,#BE1D23 100%)}
.contact_us a:hover{opacity:.9}

/* ========== 立即咨询 电话浮层 ========== */
.call-modal-mask{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:rgba(0,0,0,.5);align-items:center;justify-content:center}
.call-modal-mask.show{display:flex}
.call-modal{position:relative;width:360px;max-width:80%;background:#fff;border-radius:10px;padding:40px 30px;text-align:center;box-shadow:0 12px 40px rgba(0,0,0,.25)}
.call-modal-close{position:absolute;top:8px;right:12px;width:32px;height:32px;border:0;background:none;font-size:26px;line-height:1;color:#999;cursor:pointer}
.call-modal-close:hover{color:#333}
.call-modal-title{font-size:22px;font-weight:bold;color:#BE1D23}
.call-modal-tip{margin:14px 0 24px;font-size:14px;color:#666;line-height:1.6}
.call-modal-tel{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:24px;font-weight:bold;color:#BE1D23}
.call-modal-tel img{width:26px;height:26px;margin-right:10px}
.service_img{position:relative;width:65%;height:100%}
.service_img img{display:block;width:100%;height:100%;object-fit:cover}
.service_img h3{position:absolute;top:30%;left:80px;font-size:36px;color:#fff;text-shadow:1px 1px 1px #3D3D3D}
.service_img p{position:absolute;top:45%;left:80px;font-size:48px;color:#fff;opacity:.3}

/* ========== 公共版块标题 ========== */
.section{padding:100px 0}
.pub_title{display:flex;align-items:center;justify-content:center}
.pub_title .title{display:inline-block;margin:0 30px;background:linear-gradient(to right,#EFA8AB 0%,#BE1D23 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-align:center}
.pub_title .title h3{font-size:35px}
.pub_title .title p{font-size:19px}

/* ========== 走进恒晟源 ========== */
.page2 .content{display:flex;align-items:stretch;}
.page2 .left_block{width:55%;position:relative;overflow:hidden;margin-right: 5%}
.page2 .left_block img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:right center;display:block}
.page2 .right_block{width:40%}
.right_block .title{display:inline-block;font-size:36px;background:linear-gradient(to right,#EFA8AB 0%,#BE1D23 100%);-webkit-background-clip:text;background-clip:text;color:transparent;padding-bottom:10px;margin-bottom:30px;border-bottom:2px solid #B62C31}
.right_block .desc{text-align:left;font-size:15px;margin-top:15px;color:#3D3D3D;height:248px;overflow: hidden}
.right_block .desc p{margin-bottom:15px;line-height:2;font-weight:lighter;text-indent:2em}
.right_block .btn .more{width:200px;height:50px;margin-top:20px;border:0;background-image:linear-gradient(to right,#EFA8AB 0%,#BE1D23 100%);color:#fff;font-size:16px;cursor:pointer}
.right_block .btn .more a{color:#fff}
.right_block .btn .more:hover{opacity:.9}

/* ========== 3+N 产业布局 ========== */
.page4{text-align:center;background:#f0f0f0 url("../images/business-bg.png") no-repeat center/100% 100%}
.page4 .pub_title .title{
    width: 240px;
    display: inline-block;
    background: linear-gradient(to right, #EFA8AB 0%, #BE1D23 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.page4 .pub_title .title h3{
    font-size: 35px;
}
.page4 .pub_title .title p{
    font-size: 19px;
}
.page4 .pub_title img{
    margin-top: -30px;
}
.crcontent{text-align:center;margin-top: 20px}
.crcontent img{display:inline-block;max-width:100%}

/* ========== 合作伙伴 ========== */
.page6{text-align:center}
.page6 .pcyq{width:80%;margin:50px auto 0;display:block}

/* ========== 新闻中心 ========== */
.page7{text-align:center;background:#EDF5FD}
.news_lists{margin-top:30px;display:flex;justify-content:space-between}
.newsItem{background:#fff;box-shadow:0 2px 20px 0 rgba(207,207,207,.32);text-align:left;overflow:hidden;transition:transform .3s,box-shadow .3s}
/*.newsItem:hover{transform:translateY(-4px);box-shadow:0 6px 24px 0 rgba(207,207,207,.55)}*/
.newsImg{position:relative;width:100%;height:0;padding-bottom:56%;overflow:hidden}
.newsImg img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.i_n_content{padding:20px}
.newsItem .title{margin-bottom:20px;font-size:18px;font-weight:bold;
    /*white-space:nowrap;overflow:hidden;text-overflow:ellipsis*/
}
.newsItem .text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:16px;color:#666;min-height:44px}
.newsItem .news_date{margin-top:10px;font-size:16px}
.news_more a{display:inline-block;width:200px;margin-top:40px;text-align:center;color:#fff;font-size:15px;line-height:4;background-image:linear-gradient(to right,#EFA8AB 0%,#BE1D23 100%)}
.news_more a:hover{opacity:.9}

/* ========== 右侧悬浮栏 ========== */
.floatbar{position:fixed;bottom:150px;right:20px;width:70px;z-index:999}
.floatbar .item{position:relative;width:65px;box-sizing:border-box;padding:8px;background:#E60012;border-radius:6px;margin-bottom:10px;text-align:center;cursor:pointer}
.floatbar .item svg{width:28px;height:28px;fill:#fff;vertical-align:middle}
.floatbar .item p{font-size:12px;color:#fff;opacity:.8;margin-top:2px}
.floatbar .item .sep{display:block;width:30px;height:1px;background:#EDEDEC;margin:4px auto 0}
.floatbar .popup{position:absolute;width:160px;right:90px;top:0;display:none;border-radius:6px;box-shadow:0 0 20px 0 rgba(0,0,0,.12)}
.floatbar .popup-in{padding:12px 10px 8px 14px;background:#fff;border:1px solid #f8f8f8;border-radius:6px;text-align:left}
.floatbar .popup-in p{font-size:14px;font-weight:400;line-height:20px;color:#666;margin-bottom:4px}
.floatbar .popup-in .pt{color:#E50010;font-weight:bold}
.floatbar .popup-in img{width:100%;display:block}
.floatbar .popup-in .ps{color:#333;font-size:12px;text-align:center}
.floatbar .item:hover .popup{display:block}

/* ========== 页脚 ========== */
.footer-commom{background:#242424;padding:60px 0 0;color:#fff}
.footer-box{width:1200px;margin:auto;display:flex;color:rgba(255,255,255,.88);font-size:16px;line-height:1.6}
.footer-title{display:flex;height:40px;align-items:center;margin-bottom:20px}
.footer-title img{height:24px;width:24px;object-fit:contain}
.footer-title span{color:#fff;font-size:22px;font-weight:700;padding-left:10px}
.footer-box .map{width:18%}
.footer-box .map ul{margin-left:34px}
.footer-box .map ul li{margin-bottom:10px}
.footer-box .map ul li a{color:#fff}
.footer-box .map ul li a:hover{color:#EFA8AB}
.footer-box .message{width:25%}
.footer-box .message .info{margin-left:34px;margin-right:10%}
.footer-box .message .info p{margin-bottom:20px}
.footer-box .message .info a{color:#fff}
.footer-box .form{flex:1}
.footer-box .form form{margin-left:34px}
.footer-box .form input,.footer-box .form textarea{font-size:16px;width:80%;color:#fff;padding:0 16px;margin-bottom:10px;border:none;background:rgba(255,255,255,.4);outline:none;border-radius:2px;height:40px;box-sizing:border-box}
.footer-box .form textarea{height:auto;padding:10px 16px;resize:none}
.footer-box .form input::placeholder,.footer-box .form textarea::placeholder{color:#fff}
.mess-info{display:flex;justify-content:space-between}
.mess-info>div{width:49%}
.footer-box .form .Send input{width:80%;height:40px;cursor:pointer;color:rgba(255,255,255,.9)}
.footer-box .form .Send input:hover{background:rgba(255,255,255,.55)}
.footer-box .tel{width:20%}
.footer-box .tel .info{margin-left:34px}
.footer-box .tel .dhh{font-size:24px;font-weight:700}
.footer-box .tel .emm{margin-top:30px}
.footer-box .tel .emm img{display:block;width:80%;}
.footer-box .tel .ma-tit{font-size:16px;color:#fff;text-align:center;margin-top:10px}
footer{height:60px;line-height:60px;background:#242424;text-align:center;color:#999}
footer a{color:#999}

/* ========== 子页通用：内页 Banner ========== */
.Nei-banner{background-repeat:no-repeat;background-size:100% 100%;height:500px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff}
.Nei-banner h1{font-size:40px}
.Nei-banner h2{font-size:24px;font-weight:400;opacity:.85;margin-top:10px}

/* 区块标题（集团简介 / 核心优势 ...） */
.about > .title,.advantage > .title,.development > .title,.friend > .title,.blk-title{width:100%;padding:24px 0 16px}
.about > .title span:nth-of-type(1),.advantage > .title span:nth-of-type(1),.development > .title span:nth-of-type(1),.friend > .title span:nth-of-type(1),.blk-title span:first-child{font-size:30px;}
.about > .title span:nth-of-type(2),.advantage > .title span:nth-of-type(2),.development > .title span:nth-of-type(2),.friend > .title span:nth-of-type(2),.blk-title span:last-child{font-size:20px;color:#BE4649;margin-left:10px}

/* ========== 集团介绍页 ========== */
.a-con{font-size:18px;color:#333;line-height:35px;text-align:justify;overflow:hidden;margin-top:20px}
.a-con .img.text-r{width:400px;float:right;margin:0 0 15px 25px;border-radius:4px}
.text-in2 p{margin-bottom:15px}
.text-in2 strong{color:#B6282C}
.advantage-list{display:flex;justify-content:center;flex-wrap:wrap;margin:30px 0 10px}
.advantage-list .item{width:20%;display:flex;flex-direction:column;align-items:center;font-size:16px;cursor:pointer}
.advantage-list .item .img-icon{height:60px;margin-bottom:12px}
.advantage-list .item img.img-icon-active{display:none}
.advantage-list .item>div{margin:10px 0}
.advantage-list .item:hover{color:#B6282C}
.advantage-list .item:hover .img-icon{display:none}
.advantage-list .item:hover .img-icon-active{display:block}
.advantage video{display:block;width:100%;border-radius:4px;background:#000}
/* 发展历程 时间轴 */
.lc_row{position:relative;margin:0 auto;}
.lc_row::before{content:'';position:absolute;left:48%;top:0;bottom:0;width:4px;background:#BE4649;transform:translateX(-50%)}
.lc_item{position:relative;width:542px;box-sizing:border-box;padding:0 26px}
.lc_item:nth-child(even){left:0;text-align:right}
.lc_item:nth-child(odd){left:50%}
.lc_item::after{content:'';position:absolute;top:0;width:20px;height:20px;border-radius:50%;background:#fff;border:4px solid #BE4649;}
.lc_item:nth-child(even)::after{right:-45px}
.lc_item:nth-child(odd)::after{left:-38px}
.lc_box h1{font-size: 1.5em}
.lc_box .cont-detail p{font-size:14px;color:#666;line-height:1.8;margin:6px 0}
.lc_box .cont-detail  strong{
    font-weight: normal;
    color:red;
}
/* 文化荣誉 */
.l_displayboard{display:flex;flex-wrap:wrap;justify-content:center;margin:10px 0 40px}
.l_displayboard_tag{width:23%;margin:10px;display:flex;flex-direction:column;align-items:center}
.l_displayboard_tag img{width:100%;height:200px;object-fit:cover;border-radius:5px;margin-bottom:12px}
.l_displayboard_tag span{font-size:14px;color:#666;text-align:center;line-height:1.5}

/* ========== 新闻中心页 ========== */
.news-box{padding:10px 0}
.news-box .newsItem{margin:30px 0;padding:30px 40px;background:#fff;box-shadow:0 2px 20px 0 rgba(207,207,207,.32);overflow:auto;border-radius:4px}
/*.news-box .newsItem a{display:flex;align-items:center}*/
.news-box .newsItem .am-u-lg-4{width:33.333%;flex-shrink:0;padding-right:36px;float: left;box-sizing: border-box}
.news-box .newsItem .newsImg{position:relative;width:100%;height:0;padding-bottom:56%;overflow:hidden;border-radius:4px}
.news-box .newsItem .newsImg img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}
.news-box .newsItem .am-u-lg-8{width: 64.66%;display:flex;flex-direction:column;justify-content:center}
.news-box .newsItem .title{font-size:25px;font-weight:bold;margin-bottom:16px;color:#333;line-height:1.5;
    /*display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden*/
}
/*.news-box .newsItem:hover .title{color:#B6282C}*/
.news-box .newsItem .text{display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 18px;
    color: #666;}
.news-box .newsItem .news_date{margin-top:16px;font-size:16px;}
.pagelist{margin-top:40px;text-align:center;font-size:15px;color:#666}
.pagelist span{display:inline-block;margin:0 8px}
.pagelist a{color:#666;text-decoration:none}
.pagelist a:hover{color:#B6282C}
.pagelist .page-numbar a{display:inline-block;margin:0 4px;padding:5px 12px;border-radius:3px}
.pagelist .page-numbar a:hover{color:#B6282C}
.pagelist .page-num-current{background:#B62A2E;color:#fff!important;padding:5px 13px;border-radius:3px;margin:0 2px}
.pagelist .page-ellipsis{display:inline-block;margin:0 4px;padding:4px 10px;border:1px solid #e5e5e5;border-radius:3px;color:#999;background:#fff}

/* ========== 联系我们页 ========== */
.fourth-box .tel-box{display:flex;padding:80px 0}
.fourth-box .item .title{display:flex;align-items:center;margin-bottom:24px}
.fourth-box .item .title img{height:26px;margin-right:16px}
.fourth-box .item .title span{font-weight:bold;font-size:24px}
.fourth-box .item>p{font-size:16px;line-height:1.9;color:#333}
.fourth-box .item .center-item{margin:16px 0}
.fourth-box .item:nth-of-type(1){flex:6;padding-right:80px;position:relative}
/*.fourth-box .item:nth-of-type(1)::after{content:'';position:absolute;right:0;top:0;width:1px;height:115px;background:#C6C4C4}*/
.fourth-box .item:nth-of-type(2){flex:4}
.fourth-box .item h1{font-size:1.5em;}
.Map{width:100%;height:540px;border:0;border-radius:4px}
