.fy_section{
    width:100%;
    padding:0 7.5%;
    box-sizing: border-box;
}

/* bann */
.fenye_bann{
    width:100%;
    height:30vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 12vw;
    box-sizing: border-box;
}
.fenye_bann p{
    font-size: 2.8vw;
    color:#fff;
    font-weight: bold;
    line-height: 1.5;
}
.fy_ywfw .fenye_bann p,
.fy_cpzx .fenye_bann p,
.fy_product_read .fenye_bann p{
    font-size: 2vw;
}

/* 分页布局 */
.fy_main{
    width:100%;
    padding:3vw 10%;
    box-sizing: border-box;
}
.fy_main .fy_nav{
    float:left;
    width:18%;
    margin-right: 4%;
}
.fy_main .fy_content{
    float:left;
    width:78%;
}
.fy_con{
    width:100%;
    height:auto;
    background-color: #fff;
    border-radius: 10px;
    padding:2vw;
    box-sizing: border-box;
}

/* nav */
.fy_nav_tit{
    position: relative;
    margin-bottom: 3vw;
}
.fy_nav_tit::after{
    content: "";
    position: absolute;
    left:0;
    bottom:-20px;
    width:7vw;
    height:10px;
    background-color: #E62129;
}
.fy_nav_tit_cn{
    font-size: 2.4vw;
    color:#1D273F;
    font-weight: bold;
    line-height: 1.3;
}
.fy_nav_tit_en{
    font-size: 1.4vw;
    color:#1D273F;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
}
.fy_nav_list{}
.fy_nav_list li{
    line-height: 3;
    padding-left:1vw;
    box-sizing: border-box;
}
.fy_nav_list li a{
    font-size: 1vw;
    color:#1D273F;
    font-weight: bold;
}
.fy_nav_list li a.active{
    color:#E62129;
    position: relative;
}
.fy_nav_list li a.active::before{
    content: "";
    position: absolute;
    left:-1vw;
    top:50%;
    transform: translateY(-50%);
    width:10px;
    height:10px;
    border-radius: 50%;
    background-color: #E62129;
}

/* 关于我们 */
#about_nav{
    position: fixed;
    left:5%;
    top:50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: transparent;
    padding:2vw;
    box-sizing: border-box;
    border-radius: 6px;
}
#about_nav.scroll{
    left:1%;
    background-color: hsla(0, 0%, 100%, .45);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
#about_nav .fy_nav_list li{
    padding-left: 0;
}
.fy_about{}
.fy_about .gsjj{
    width:100%;
    height:36vw;
    background-image: url(../images/about_gsjj_bg.png);
    padding-top:2vw;
    padding-bottom:2vw;
    box-sizing: border-box;
}
.fy_about .gsjj .gsjj_intr{
    float:left;
    width:60%;
    height:32vw;
    margin-left: 10%;
    margin-right: 5%;
    padding:1vw 0;
    box-sizing: border-box;
    overflow: hidden;
}
.gsjj_intr_title{
    font-size: 1.8vw;
    color:#1D273F;
    font-weight: bold;
    line-height:2;
    position: relative;
    margin-bottom: 2vw;
    display: inline-block;
}
.gsjj_intr_title::after{
    content: "";
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:5px;
    background-color: #E62129;
}
.gsjj_intr_text{
    height:26vw;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5vw;
    box-sizing: border-box;
}
.gsjj_intr_text p{
    font-size: 0.9vw;
    color:#1D273F;
    opacity: 0.85;
    line-height: 1.8;
    margin-bottom: 0.8vw;
}
.fy_about .gsjj .gsjj_pic{
    float:right;
    width:20%;
    height:32vw;
    background-image: url(../images/about_gsjj_pic.png);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.fy_about .gsjj .gsjj_pic p{
    font-size: 1.2vw;
    color:rgba(255,255,255,0.8);
    position: absolute;
    left:1.5vw;
    top:1.5vw;
}
.fy_about .gsjj .gsjj_pic:hover p{
    color:rgba(255,255,255,0.9);
}
 /* 从右到左竖向排列（传统竖排方式） */
.vertical-rl {
    writing-mode: vertical-rl;
    /* 可选：调整字间距 */
    letter-spacing: 3px;
}
.fy_about .data{}
.about_num{
    width:100%;
    height:12vw;
    background: #E62129;
    padding:4vw 7.5%;
    box-sizing: border-box;
}
/* 数字滚动 */
.numCount{}
.numCount ul{}
.numCount li{ 
    float: left; 
    width: 22%;
}
.numCount li:not(:last-child){
    margin-right: 4%;
}
.numCount li .item{}
.numCount li .item .numU{}
.numCount li .numU{ line-height:1;font-weight: bold;}
.numCount li .numCX{ font-size:4vw; color:#fff;}
.numCount li .numU .unitC{
    margin-left: -1vw;
    display: inline-block;
    width:1.5vw;
    height:1.5vw;
    line-height: 1.5vw;
    border-radius: 50%;
    background-color:#E62129;
    border: 3px solid #fff;
    font-size:1vw;
    color:#fff;
    font-weight: bold;
    text-align: center;
}
.numCount li .numU sup{vertical-align:top;}
.numCount li .numU sub{vertical-align:baseline;}
.numCount li .item .indc{
    float:left;
}
.numCount li .item .indc .cn{
    font-size: 1vw;
    color:#E62129;
    font-weight: bold;
    letter-spacing: 1px;
    padding:5px 10px;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 0.5vw;
    margin-right: 1vw;
}
.numCount li .item .indc .en{
    font-size: 12px;
    color:#fff;
    font-weight: bold;
    line-height: 1.3;
}
.fy_about .qywh{
    height:44vw;
    padding-top: 3vw;
    box-sizing: border-box;
}
.qywh_content{
    width:100%;
    height:100%;
    position: relative;
}
/* 基础样式 - 应用于所有图片区块 */
.qywh_content .qywh_block {
    /* 确保所有元素都有过渡效果 */
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: z-index, transform, box-shadow, opacity;
    transform-origin: center;
    opacity: 0.95;
}
.qywh_content .qywh_wh{
    position: absolute;
    left:0;
    top:0;
    width:auto;
    height:37vw;
    z-index: 1;
    border-radius: 1vw;
    overflow: hidden;
}
.qywh_content .qywh_sm{
    position: absolute;
    right:0;
    top:0;
    width:auto;
    height:18vw;
    z-index: 2;
    border-radius: 1vw;
    overflow: hidden;
}
.qywh_content .qywh_jzg{
    position: absolute;
    left:13vw;
    top:20vw;
    width:auto;
    height:16vw;
    z-index: 2;
}
.qywh_content .qywh_yj{
    position: absolute;
    right:0;
    bottom:0.5vw;
    width:auto;
    height:34vw;
    z-index: 3;
}
.qywh_content .qywh_block img{
    width:auto;
    height:100%;
    display: block; /* 消除图片底部间隙 */
}
 /* 悬停效果 - 使当前图片移至顶层并添加自然过渡 */
.qywh_content .qywh_block:hover{
    z-index: 5; /* 确保高于所有其他元素 */
    transform: scale(1.05); /* 轻微放大增强层次感 */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); /* 添加阴影增强深度 */
    opacity: 1; /* 完全不透明 */
}
.fy_about .fzlc{
    height:64vw;
    background-image: url(../images/about_fzlc_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    position: relative;
    padding-top: 3vw;
    box-sizing: border-box;
}
.fzlc_pic{
    position: absolute;
    left:7.5vw;
    bottom:0;
    width:85%;
    height:auto;
}
.fy_about .ryzz{
    height:68vw;
    background-image: url(../images/about_ryzz_bg.png);
    padding-top: 2vw;
    box-sizing: border-box;
}
.ryzz_list{
    margin-top: 3vw;
}
.ryzz_list li{
    float:left;
    width:32%;
    height:22vw;
    background-color: #fff;
    border-radius: 6px;
    padding:1vw;
    box-sizing: border-box;
    margin-bottom: 3vw;
}
.ryzz_list li:not(:nth-child(3n)){
    margin-right: 2%;
}
.ryzz_list li .ryzz_pic{
    width:100%;
    height:17vw;
    overflow: hidden;
}
.ryzz_list li .ryzz_pic img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.ryzz_list li .ryzz_name{
    font-size: 0.8vw;
    color:#1D273F;
    font-weight: bold;
    line-height: 3vw;
    text-align: center;
}
.fy_about .ryzz .piaoye_page_botton{
    margin-top: 0;
}
.ryzz_more{
    margin-left: auto;
    margin-right: auto;
}
/* 修改滚动条样式 */
/* 只针对带 .custom-scroll 类的元素生效 */
.custom-scroll::-webkit-scrollbar {
  width: 8px; /* 纵向滚动条宽度 */
  height: 8px; /* 横向滚动条高度（如果需要） */
}

/* 特定元素的滚动条轨道 */
.custom-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

/* 特定元素的滚动条滑块 */
.custom-scroll::-webkit-scrollbar-thumb {
  background: #ff4d4f; /* 红色滑块 */
  border-radius: 4px;
}

/* 特定元素的滑块hover状态 */
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #d9363e; /* 加深的红色 */
}

/* 新闻列表 */
.fy_news_list{}
.news_banner{
    height:25vw;
    background-color: #fff;
    border-radius: 1vw;
    overflow: hidden;
    margin-top: 2vw;
    position: relative;
}
.news_banner_text{
    float:left;
    width:50%;
    height:100%;
    padding:3vw 8vw 3vw 3vw;
    box-sizing: border-box;
}
.news_banner_text .news_time{
    font-size: 14px;
    color:#E62129;
}
.news_banner_text .news_title{
    font-size: 1.2vw;
    color:#1D273F;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.5vw;
    margin-top: 1vw;
}
.news_banner_text .news_intr{
    font-size: 0.8vw;
    color:#74767A;
    line-height: 2;
}
.news_banner_text .news_more{
    margin-top: 1.5vw;
    font-size: 14px;
    color:#E62129;
}
.news_banner_pic{
    float:right;
    width:50%;
    height:100%;
    border-radius: 1vw 0 0 1vw;
    overflow: hidden;
}
.news_banner .swiper-pagination{
    /* 修改默认样式 */
    width:calc(50% - 6vw);
    position: absolute;
    left:3vw;
    bottom:3vw;
    text-align: left;
}
.news_banner .swiper-pagination-bullet{
    /* 修改默认样式 */
    width:10px;
    height:10px;
    border-radius: 50%;
    border:1px solid #9C9C9C;
    background: transparent;
    opacity: 1;
}
.news_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border:1px solid #E62129;
}
.news_banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    /* 修改默认样式 */
    margin:0 8px;
}
.news_list{}
.news_list li{}
.news_list li:not(:last-child){
    border-bottom: 1px solid #E0DEDE;
}
.news_list li a{
    height:12vw;
    padding:2vw 0;
    box-sizing: border-box;
}
.news_list li .news_item_pic{
    float:left;
    width:12vw;
    height:8vw;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 1.5vw;
}
.news_list li .news_item_text{
    float:left;
    width:calc(100% - 14vw);
}
.news_list li .news_item_title{
    font-size: 1vw;
    color:#1D273F;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1vw;
}
.news_list li:hover .news_item_title{
    color:#E62129;
}
.news_list li .news_item_intr{
    font-size: 0.8vw;
    color:#74767A;
    line-height: 2;
}
.news_list li .news_item_time{
    margin-top: 0.5vw;
    font-size: 14px;
    color:#ADADAD;
}

/* 新闻详情 */
.fy_article_read{}
.fy_article_read .read_tit_box{
    margin-bottom: 2vw;
    padding-bottom: 1vw;
    box-sizing: border-box;
    border-bottom: 1px solid #E8E8E8;
}
.fy_article_read .read_tit_box .tit{
    font-size: 1.8vw;
    margin-bottom: 1vw;
}
.fy_article_read .read_tit_box .time{
    font-size: 0.8vw;
    color:#A6A6A6;
}
.fy_article_read .read_content{}
.fy_article_read .read_content p{
    font-size: 0.9vw;
    color:#484E5C;
    line-height: 1.8;
    margin-bottom: 0.8vw;
    /* text-indent: 2em; */
}
.fy_article_read .read_content p img,
.fy_article_read .read_content p video{
    max-width: 100% !important;
    height:auto !important;
    margin-bottom: 1vw;
    text-indent: 0;
}

/* 业务范围 */
.fy_ywfw{}
.ywfw_nav{
    margin-top: -3vw;
}
.cpfl_list{
    margin-top: 3vw;
}
.zlm_intr{
    margin-top: 3vw;
    margin-bottom: 3vw;
}
.zlm_intr_content{
    width:100%;
    height:36vw;
    background-color: #E6E7EB;
    border-radius: 1.5vw;
    overflow: hidden;
    padding:1.5vw;
    box-sizing: border-box;
}
.zlm_intr_text{
    float:left;
    width:55%;
    height:100%;
}
.zlm_intr_title{
    font-size: 1.8vw;
    margin-bottom: 0.5vw;
}
.zlm_intr_subtitle{
    font-size: 1.5vw;
}
.zlm_introduction{
    margin-top: 1.5vw;
}
.zlm_introduction p{
    font-size: 0.9vw;
    color:#1D273F;
    line-height: 2.2;
    margin-bottom: 1.5vw;
}
.zlm_intr_pic{
    float:right;
    /* width:34%; */
    width:40%;
    height:100%;
    text-align: right;
}
.zlm_intr_pic img{
    width:auto;
    height:100%;
}

/* 产品中心 */
.fy_cpzx{}
.product_list{}
.product_list li{
    float:left;
    width:32%;
    height:25vw;
    border-radius: 10px;
    background: #fff;
    padding:1vw;
    box-sizing: border-box;
    margin-bottom: 2vw;
}
.product_list li:not(:nth-child(3n)){
    margin-right: 2%;
}
.product_item_pic{
    width:100%;
    height:18vw;
    margin-bottom: 1vw;
    overflow: hidden;
    border-radius: 10px;
}
.product_item_title{
    font-size: 1.1vw;
    color:#1D273F;
    font-weight: bold;
    line-height: 2vw;
    text-align: center;
}
.product_item_subtitle{
    font-size: 12px;
    color:#1D273F;
    line-height: 2vw;
    text-align: center;
}

/* 产品详情页 */
.fy_product_read{}
.product_detail_text{
    float:left;
    width:60%;
    margin-right: 10%;
}
.product_detail_title{
    font-size: 2vw;
    color:#1D273F;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.5vw;
}
.product_detail_subtitle{
    font-size: 0.8vw;
    color:#1D273F;
    line-height: 1.5;
}
.product_detail_item{
    margin-top: 2vw;
}
.product_detail_item .tit{
    width:7.5vw;
    height:1.7vw;
    line-height: 1.7vw;
    background-image: url(../images/product_detail_titbox.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    font-size: 0.8vw;
    font-weight: bold;
    color:#fff;
    text-align: center;
    margin-bottom: 0.5vw;
}
.product_detail_item .content p{
    font-size: 0.8vw;
    color:#1D273F;
    line-height: 2;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1vw;
}
/*.product_detail_item .content p::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    top:calc(0.8vw - 5px);*/
/*    left:0;*/
/*    width:7px;*/
/*    height:7px;*/
/*    background-color: #1D273F;*/
/*    transform: rotate(45deg);*/
/*    transition: all 0.3s ease;*/
/*}*/
.product_detail_item .content p:hover::before{
    transform: rotate(90deg);
}
.product_detail_pic{
    float:right;
    width:30%;
    height:100%;
}
.product_detail_pic img{
    width:100%;
    height:auto;
}

/* 加盟合作 */
.fy_article_list{}
.article_list{}
.article_list li{
    width:100%;
    height:4vw;
    line-height: 4vw;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 2vw;
    position: relative;
}
.article_list li a{
    font-size: 0.9vw;
    color:#1D273F;
}
.article_list li::after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:0;
    height:1px;
    background-color: #E62129;
}
.article_list li:hover::after{
    width:100%;
}
.article_list li:hover{
    border-bottom: 1px solid transparent;
}
.article_list li:hover a{
    color:#E62129;
}

/* 联系我们 */
.fy_contact{}
.headquarter{}
.headquarter_name{
    font-size: 2vw;
    color:#1D273F;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1vw;
}
.headquarter_name:hover,
.branches_name:hover{
    color:#E62129;
}
.headquarter_item:hover,
.branches_item:hover{
    opacity: 1;
}
.headquarter_item{
    font-size: 0.9vw;
    color:#1D273F;
    font-weight: bold;
    opacity: 0.9;
    line-height: 2;
}
.jtzb{
    font-size: 1.2vw;
    color:#E62129;
    font-weight: bold;
    line-height: 2;
}
.jtfb{
    font-size: 0.8vw;
    color:#E62129;
    font-weight: bold;
    line-height: 2;
}
.branches{
    margin-top: 3vw;
}
.branches_title{
    font-size: 1.2vw;
    color:#39414D;
    font-weight: bold;
    line-height: 1.3vw;
    margin-bottom: 1.5vw;
}
.branches_list{}
.branches_list li{
    float:left;
    width:50%;
    margin-bottom: 3vw;
}
.branches_list li:nth-child(2n+1){
   border-right: 1px solid #E0E0E0;
   padding-right: 10%;
   box-sizing: border-box;
}
.branches_list li:nth-child(2n){
   padding-left: 10%;
   box-sizing: border-box;
}
.branches_name{
    font-size: 0.9vw;
    color:#39414D;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.5vw;
}
.branches_item{
    font-size: 0.8vw;
    color:#454545;
    line-height: 1.8;
    opacity: 0.9;
}

/* 门店查询 */
.fy_mdcx{}
.mdcx{
    width:70%;
    margin:0 auto 2vw;
}
.md_list{
    margin-top: 3vw;
}
.mdcx_pic{
    float:left;
    width:6.5vw;
    margin-right: 1.5vw;
}
.mdcx_pic img{
    width:6.5vw;
    height:6.5vw;
}
.mdcx_text{
    float:left;
    width:calc(100% - 8vw);
}
.mdcx_text div{
    font-size: 1.8vw;
    color:#1D273F;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.8vw;
}
.mdcx_text p{
    font-size: 0.8vw;
    color:#1D273F;
    line-height: 1.8;
}
.mdcx_search{
    width: 80%;
    margin:0 auto;
    height:4vw;
    border-radius: 2vw;
    overflow: hidden;
    border:1px solid #D1D1D1;
}
.mdcx_search input{
    float:left;
    width:calc(100% - 10vw);
    height:4vw;
    padding:0 1.5vw;
    box-sizing: border-box;
    font-size: 1.2vw;
    color:#1D273F;
}
.mdcx_search input::placeholder{
    font-size: 1.2vw;
    color:#1D273F;
}
/* 兼容性处理 */
.mdcx_search input::-webkit-input-placeholder{
    font-size: 1.2vw;
    color:#1D273F;
}
.mdcx_search input:-moz-placeholder{
    font-size: 1.2vw;
    color:#1D273F;
}
.mdcx_search input::-moz-placeholder{
    font-size: 1.2vw;
    color:#1D273F;
}
.mdcx_search input:-ms-input-placeholder{
    font-size: 1.2vw;
    color:#1D273F;
}
.mdcx_search button{
    float:left;
    width:10vw;
    height:4vw;
    background-color: #E62129;
    border:1px solid #E62129;
    font-size: 1.2vw;
    color:#fff;
}
.md_list li{
    width:100%;
    height:auto;
    background-color: #F7F7F7;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 2vw;
}
.md_list li a{
    padding:1.5vw;
    box-sizing: border-box;
}
.md_list li .md_text{
    float:left;
    width:calc(100% - 10vw);
    margin-right: 3vw;
}
.md_list li .md_btn{
    float:right;
    width:7vw;
    height:2.5vw;
    line-height: 2.5vw;
    border-radius: 1.5vw;
    font-size: 0.8vw;
    font-weight: bold;
    color:#E62129;
    text-align: center;
    background-color: transparent;
    border:1px solid #E62129;
    box-sizing: border-box;
    margin-top: 3vw;
    transition: all 0.3s ease;
}
.md_name{
    font-size: 1.2vw;
    color:#E62129;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.5vw;
    transition: all 0.3s ease;
}
.md_list li:hover{
    background-color: #E62129;
}
.md_list li:hover .md_name{
    color:#fff;
}
.md_list li:hover .branches_item{
    color:#fff;
}
.md_list li:hover .md_btn{
    color:#E62129;
    background-color: #fff;
}


/* 上一页 下一页 */
.piaoye_page_botton {
    margin-top: 5vw;
    text-align: center;
}

.btn-group {
    display: inline-block;
}

.btn-default {
    padding: 4px 10px;
    border-radius: 2px;
    border: 1px solid #aaa;
    margin: 0 5px;
    color: #454545;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#page_center_botton>span {
    background-color: #E62129;
    border: 1px solid #E62129;
    color: #fff;
}
#page_center_botton>span:hover{
    background-color: #e6565a;
    border: 1px solid #e6565a;
}
.btn-default:hover{
    background-color: #e6565a;
    border: 1px solid #e6565a;
    color: #fff;
}

/* 暂无内容页面 */
.zwnr {
    width: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center;
}

.zwnr span {
    color: #999;
    font-size: 24px;
}


/* 留言页面 合作咨询 */
.fy_online_message{}
.fy_online_message .tit{
    font-size: 1.8vw;
    margin-bottom: 0.8vw;
}
.fy_online_message .subtit{
    font-size: 0.8vw;
    color:#1D273F;
    line-height: 1.5;
}
.message_content{
    margin-top: 3vw;
}
.message_item{
    margin-bottom: 1.5vw;
    float:left;
}
.message_item label{
    font-size: 0.8vw;
    color:#333;
    line-height: 2.5;
}
.message_item label .required{
    font-weight: bold;
    color:#E62129;
}
.message_item .message_item_input{
    width:100%;
    height:60px;
    background: #f5f5f5;
    border-radius: 4px;
    padding:0 20px;
    box-sizing: border-box;
}
.message_item.input{
    width:46%;
}
.message_item.input:nth-child(2n+1){
    margin-right: 8%;
}
.message_item.checkbox{
    width:100%;
}
.checkbox_item{
    display: flex;
    align-items: center;
}
.checkbox_item:not(:last-child){
    margin-bottom: 10px;
}
.checkbox_item span{
    font-size: 14px;
    color:#333;
    margin-left: 8px;
}
/* 报错提示 */
.help-block{
    font-size: 14px;
    color:#E62129;
    margin-top: 10px;
}
/* .select-wrapper{
    width:100%;
    height:60px;
}
.message_item select{
    width:100%;
    height:100%;
}
.custom-select{
    padding:0 20px;
    box-sizing: border-box;
    background: #f5f5f5;
    color: #454545;
    font-size: 14px;
}
.custom-select option {
    color: #454545;
    font-size: 14px;
} */
/* 自定义下拉箭头 */
/* .select-wrapper {
    position: relative;
}
.select-wrapper::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #454545;
    font-size: 12px;
} */
.message_item.textarea{
    width:100%;
}
.message_item textarea{
    width:100%;
    height:150px;
    background: #f5f5f5;
    border-radius: 4px;
    padding:20px;
    box-sizing: border-box;
}
.fy_online_message .btn{
    font-size: 16px;
    padding:12px 30px;
    border-radius: 4px;
    margin-top: 30px;
}
.fy_online_message .submit_btn{
    color:#fff;
    background:#E62129;
}

/* 留言主页面 */
.fy_message{}
.fy_message .fy_con{
    padding-right:25%;
    box-sizing: border-box;
    background-image:url(../images/message_bg.png);
    background-repeat: no-repeat;
    background-position:right top;
    background-size:19vw auto;
    position: relative;
}
.fy_message .fy_con .text{
    position: absolute;
    top:12vw;
    right:0;
    width:20%;
    height:auto;
    z-index: 2;
    padding-right: 1.5vw;
    box-sizing: border-box;
}
.fy_message .fy_con .text .tit{
    font-size: 1.2vw;
    margin-bottom: 1vw;
}
.fy_message .fy_con .text .desc{
    font-size: 0.8vw;
    line-height: 1.8;
    margin-bottom: 1vw;
}

/* 荣誉资质 */
.fy_ryzz_list{}



@media (max-width: 1440px){
    #about_nav .fy_nav_list li a.active::before{
        display: none;
    }
    .fy_nav_list li a{
        font-size: 1.2vw;
    }
    .news_banner_text .news_title{
        font-size: 1.3vw;
    }
    .news_banner_text .news_intr,
    .news_list li .news_item_intr{
        font-size: 1vw;
        line-height: 1.8;
    }
    .news_list li .news_item_title{
        font-size: 1.1vw;
    }
    .news_list li .news_item_time{
        font-size: 13px;
    }
    .zlm_introduction p {
        font-size: 1.1vw;
        line-height: 2;
        margin-bottom: 2vw;
    }
    .article_list li a{
        font-size: 1.1vw;
    }
    .fy_message .fy_con .text .desc{
        font-size: 0.9vw;
    }
    .fy_online_message .subtit{
        font-size: 1vw;
    }
    .message_item label{
        font-size: 1vw;
    }
    .message_item input,.select-wrapper{
        height:50px;
    }
    .md_name{
        font-size: 1.3vw;
    }
    .branches_item{
        font-size: 1vw;
    }
    .md_list li .md_btn{
        font-size: 1vw;
    }
    .mdcx_text p {
        font-size: 1vw;
        line-height: 1.5;
    }
    .branches_title{
        font-size: 1.3vw;
    }
    .jtfb{
        font-size: 1vw;
    }
    .branches_name{
        font-size: 1.3vw;
    }
    .branches_item{
        font-size: 1vw;
    }
    .headquarter_item{
        font-size: 1.1vw;
    }
    .fy_article_read .read_content p{
        font-size: 1vw;
    }
}
@media (max-width: 1366px){
    .gsjj_intr_text p{
        font-size: 1vw;
    }
}
@media (max-width: 1280px){

}