


/*移动端*/
@media screen and (max-width: 767px) {

    .bannerNew{ margin-top: 1rem; height: 2.75rem; background:url(https://www.cfca.com.cn/2025site/img/new_bg_mobile.jpg) no-repeat; background-size: cover; overflow: hidden; min-width: auto;}
    .bannerNew .tit{ letter-spacing: 2px; color: #fff; font:bold 0.4rem/0.5rem "Microsoft YaHei"; margin: 0.6rem 0 0 0.6rem;}
    .bannerNew .desc{ color: #fff;font: 0.3rem/0.35rem "Microsoft YaHei"; max-height: 0.7rem; overflow: hidden; margin: 0.3rem 0 0 0.6rem; width: 3.9rem;}

    .detailMod { padding: 0 10px;}
    .detailMod .title{ color: #1e7ef3; font: 0.5rem/0.5rem "Microsoft YaHei"; text-align: center; margin-top: 0.9rem; text-indent: 0;}
    .detailMod .bd{ text-align: center;}
    .detailMod p{color: #000; font: 0.25rem/0.5rem "Microsoft YaHei"; text-indent: 0; margin: 0.5rem 0 0 0; text-align: left;}
    .detailMod .mainTit{ color: #1e7ef3; font: 0.3rem/0.3rem "Microsoft YaHei"; text-indent: 0; position: relative;  margin-top: 0.4rem;}
    .detailMod .mainTit span{
        border-bottom: 2px solid; display: inline-block; height: 0.5rem; list-style: 0.5rem;
        border-image-slice: 1;
        border-image-source: linear-gradient(to right, #1962fd, #32c5fd);}
    .detailMod .subTit{ color: #1e7ef3; font: 0.25rem/0.3rem "Microsoft YaHei"; text-indent: 0; margin-top: 0.7rem; }
    .detailMod img{  max-width: 100%; margin-top: 0.2rem;}
    

}
/*ipad*/
@media screen and (min-width: 768px) {

    .bannerNew{ margin-top: 1rem; height: 2.75rem; background:url(https://www.cfca.com.cn/2025site/img/new_bg_mobile.jpg) no-repeat; background-size: cover; overflow: hidden;}
    .bannerNew .tit{ color: #fff; font:bold 0.5rem/0.5rem "Microsoft YaHei"; margin: 0.6rem 0 0 0.6rem;}
    .bannerNew .desc{ color: #fff;font: 0.3rem/0.5rem "Microsoft YaHei"; max-height: 1rem; overflow: hidden; margin: 0.3rem 0 0 0.6rem; width: 3.9rem;}
    
    .detailMod { padding: 0 10px;}
    .detailMod .title{ color: #1e7ef3; font: 0.5rem/0.5rem "Microsoft YaHei"; text-align: center; margin-top: 0.9rem; text-indent: 0;}
    .detailMod .bd{ text-align: center;}
    .detailMod p{color: #000; font: 0.25rem/0.5rem "Microsoft YaHei"; text-indent: 0; margin: 0.5rem 0 0 0; text-align: left;}
    .detailMod .mainTit{ color: #1e7ef3; font: 0.3rem/0.3rem "Microsoft YaHei"; text-indent: 0; position: relative;  margin-top: 0.4rem;}
    .detailMod .mainTit span{
        border-bottom: 2px solid; display: inline-block; height: 0.5rem; list-style: 0.5rem;
        border-image-slice: 1;
        border-image-source: linear-gradient(to right, #1962fd, #32c5fd);}
    .detailMod .subTit{ color: #1e7ef3; font: 0.25rem/0.3rem "Microsoft YaHei"; text-indent: 0; margin-top: 0.7rem; }
    .detailMod img{  max-width: 100%; margin-top: 0.2rem;}
    
}
/*pc*/
@media screen and (min-width: 1200px) {
 
    
    .bannerNew{ height: 419px; margin-top: 70px; background:url(https://www.cfca.com.cn/2025site/img/new_bg.jpg) top center no-repeat; background-size: cover; overflow: hidden; }
    .bannerNew .tit{letter-spacing: 2px; color: #fff; font:bold 40px/40px "Microsoft YaHei"; margin: 110px 0 0 40px;}
    .bannerNew .desc{ color: #fff;font: 20px/28px "Microsoft YaHei"; margin: 40px 0 0 40px; width: 530px;}

    .detailMod { padding: 0 10px;}
    .detailMod .title{ color: #1e7ef3;font: 43px/45px "Microsoft YaHei"; text-align: center; margin-top: 130px;text-indent: 0;}
    .detailMod .bd{ text-align: center;}
    .detailMod p{color: #666; font: 16px/30px "Microsoft YaHei"; text-indent: 2em; margin: 20px 40px 0 40px; text-align: left;}
    .detailMod .mainTit{ color: #1e7ef3; font: 24px/26px "Microsoft YaHei"; text-indent: 0; position: relative;  margin-top: 80px;}
    .detailMod .mainTit span{
        border-bottom: 2px solid; display: inline-block; height: 40px; list-style: 40px;
        border-image-slice: 1;
        border-image-source: linear-gradient(to right, #1962fd, #32c5fd);}
    .detailMod .subTit{ color: #1e7ef3; font: 19px/21px "Microsoft YaHei"; text-indent: 0; margin-top: 40px; }
    .detailMod img{  max-width: 100%; margin-top: 20px;}

}

