/*公共样式*/
.nav_box{position:absolute !important;width:100%;}

/*banner图*/
.banner{position:relative;}
.banner-cont{height:750px;}
.zzc{position:absolute;top:0;width:100%;height:230px;z-index:2;}
.zzc img{width:100%;height:100%;object-fit:cover;-o-object-fit:cover;}
.banner-cont .swiper {width: 100%;height: 100%;overflow:hidden;}
.banner-cont .swiper-slide {text-align: center;font-size: 18px;background: #fff; display: flex;justify-content: center;align-items: center;display: -ms-flexbox;-ms-flex-pack: center;-ms-flex-align: center;}
.banner-cont .swiper-slide a{display:inline-block;width:100%;height:100%; background: center no-repeat; background-size: cover;}
.banner-cont .swiper-pagination-bullet{width: 30px;height: 3px;border-radius: 0;background-color:#f18a2c;transition:all 0.4s;opacity: 1;}
.banner-cont .swiper-pagination-bullet-active{background-color:#db082c}
.banner-cont .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 100px;}
.banner-text{position:absolute;top:40%;left:50%;width:100%;transform:translate(-50%,-50%);z-index:3;text-align:left;}
.banner-text h1{font-size:48px;color:#c30d23;letter-spacing: 5px;}
.banner-text p{font-size:20px;letter-spacing: 18px;}
/*网银登录*/
.login{position:absolute;top:60%;left:50%;width:100%;transform:translate(-50%,-50%);z-index:3}
.login-box{width:550px;background:url(/uiFramework/commonResource/image/2024040209313434102.png) no-repeat;background-size:cover;padding: 20px;box-sizing: border-box;}
.first-ul{display: flex;justify-content: space-between;display: -ms-flexbox;-ms-flex-pack: justify;}
.first-ul li{width: 49.5%;}
.first-ul li a{display:block;height:60px;background-color:#e9341c;;text-align:center;color:#fff;font-size:18px;box-sizing: border-box;position: relative;transition: all .6s linear;line-height: 60px;border-radius:5px;overflow:hidden;}
.first-ul li a:before {content: attr(data-text);position: absolute;top: 0px;left: 0;height: 100%;width: 100%;filter: alpha(opacity=100); opacity: 1;text-align: center; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s }
.first-ul li a:hover:before { filter: alpha(opacity=0);opacity: 0; -webkit-transform: translate3d(0, 100%, 0);  -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) }
.first-ul li a>span { display: inline-block;text-align: center; filter: alpha(opacity=0);opacity: 0;-webkit-transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); -o-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;transition: all .3s}
.first-ul li a:hover>span {filter: alpha(opacity=100);opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.first-ul li a:hover>span:nth-child(1) {-webkit-transition-delay: .045s;  -moz-transition-delay: .045s; -ms-transition-delay: .045s; -o-transition-delay: .045s;transition-delay: .045s}
.first-ul li a:hover>span:nth-child(2) { -webkit-transition-delay: .12s; -moz-transition-delay: .12s; -ms-transition-delay: .12s; -o-transition-delay: .12s; transition-delay: .12s }
.first-ul li a:hover>span:nth-child(3) { -webkit-transition-delay: .195s; -moz-transition-delay: .195s; -ms-transition-delay: .195s;-o-transition-delay: .195s; transition-delay: .195s}
.first-ul li a:hover>span:nth-child(4) { -webkit-transition-delay: .27s; -moz-transition-delay: .27s; -ms-transition-delay: .27s; -o-transition-delay: .27s;transition-delay: .27s}
.first-ul li a:hover>span:nth-child(5) { -webkit-transition-delay: .32s; -moz-transition-delay: .32s; -ms-transition-delay: .32s; -o-transition-delay: .32s;transition-delay: .32s}
.first-ul li a:hover>span:nth-child(6) { -webkit-transition-delay: .38s; -moz-transition-delay: .38s; -ms-transition-delay: .38s; -o-transition-delay: .38s;transition-delay: .38s}
.first-ul li a:hover>span:nth-child(7) { -webkit-transition-delay: .44s; -moz-transition-delay: .44s; -ms-transition-delay: .44s; -o-transition-delay: .44s;transition-delay: .44s}
.first-ul li a:hover>span:nth-child(8) { -webkit-transition-delay: .50s; -moz-transition-delay: .50s; -ms-transition-delay: .50s; -o-transition-delay: .50s;transition-delay: .50s}
.first-ul li a:hover { background-color:#c30d23;}
.last-ul{display: flex;justify-content: space-between;margin-top:15px;display: -ms-flexbox;-ms-flex-pack: justify;}
.last-ul li {text-indent:15px;position:relative;}
.last-ul li::after{content:"";position:absolute;top:50%;left:0;width:3px;height:3px;border-radius:50%;background-color:#000;transition:all 0.4s;}
.last-ul li a{font-size:16px;transition:all 0.4s}
.last-ul li:hover a{color:#e60020}
.last-ul li:hover::after{background-color:#e60020}
/*-通知公告*/
.call-board{position:absolute;bottom:0;width:100%;background:rgba(0,0,0,0.4);height:50px;z-index:1}
.call-board .call-box{width:100%;height:100%;margin:0 auto; display:flex;color:#fff;max-width:1366px;align-items: center;display: -ms-flexbox;-ms-flex-align: center;}
.call-tit{display:flex;align-items: center;display: -ms-flexbox;}
.call-tit img{width:15px;height:15px;margin-right:5px;}
.call-tit p{font-size:16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-right:  5px; line-height:1.5rem}
.lc_list{display:flex;height:100%;align-items: center;display: -ms-flexbox;-ms-flex-align: center;}
.lc_list li{margin:0 30px;padding-top:1px;}
.lc_list li a{display: block;font-size:16px;color:#fff;transition:all 0.4s;line-height: 50px;height: 50px;}
.lc_list li a:hover{color:#e60020}
.more{width:2%;text-align:right;margin-top: 2px;}
.more a{color:#fff;}
.str_wrap{width:92% !important;height:50px;display:flex;align-items:center;;display: -ms-flexbox;-ms-flex-align: center;}

/*产品推荐、资讯中心*/
.cptj,.zxzx{margin:60px 0;}
.tucp-public{margin-top:40px;}
.cptj .layui-tab-card,.zxzx  .layui-tab-card{border:none;box-shadow: none;}
.cptj .layui-tab-title,.zxzx .layui-tab-title{background:none;border: none;height:auto;}
.cptj .layui-tab-title li,.zxzx .layui-tab-title li{position:relative;font-size:18px;transition:all 0.4s;}
.cptj .layui-tab-title li:last-child,.zxzx .layui-tab-title li:last-child{margin-right:-10px}
.cptj .layui-tab-title li.layui-this,.zxzx .layui-tab-title li.layui-this{color:#e70012;}
.cptj .layui-tab-title li::after,.zxzx .layui-tab-title li::after{content:"";position:absolute;left:50%;top:100%;width:0%;height:2px;background:#e70012;transform: translate(-50%, 0px);transition:all 0.4s;}
.cptj .layui-tab-title li.layui-this::after,.zxzx .layui-tab-title li.layui-this::after{content:"";position:absolute;left:50%;top:100%;width:60%;height:2px;background:#e70012;    transform: translate(-50%, 0px);border:none;}
.cptj .layui-tab-title li:hover ,.zxzx .layui-tab-title li:hover {color: #e70012;}
.cptj .layui-tab-title li:hover::after ,.zxzx .layui-tab-title li:hover::after{content: "";position: absolute;left: 50%;top: 100%;width: 60%;height: 2px;background: #e70012;transform: translate(-50%, 0px);}
.cptj .tab-box,.zxzx .tab-box{display:flex;justify-content: space-between;display: -ms-flexbox;-ms-flex-pack: justify;}
.tab-box h1{font-size:32px;font-weight:bold;}
/*推荐产品内容*/
.pub-box {overflow:hidden;}
.pub-box > img{width:100%;height:210px;object-fit:cover;-o-object-fit:cover;transition:all 0.4s;}
.pub-box:hover > img{transform:scale(1.04)}
.pub-cont{padding:20px;box-sizing: border-box;border:1px solid #e6e6e6}
.pub-cont h3{font-size:20px;}
.pub-cont p{font-size:16px;margin:15px 0;}
.pub-cont a{display:inline-block;font-size:16px;color:#e71a0f;position:relative;transition:all 0.4s;}
.pub-cont a::after{content:"";width:0;height:2px;background-color:#e71a0f;position:absolute;right:0px;bottom:-5px;transition:width 0.6s;}
.pub-cont a:hover:after{width:100%;left:0;}
/*资讯中心*/
.zxzx .tab-box{height:42px;}
.zxzx .layui-tab-title{width:100%;display: flex;justify-content: flex-end;display: -ms-flexbox;-ms-flex-pack: end;}
.message_gg {}
.message_gg ul {display: flex;justify-content: space-between;-ms-flex-pack: justify;flex-wrap: wrap;-ms-flex-wrap: wrap;display: -ms-flexbox;}
.message_gg ul li {width: 100%;}
.message_gg ul li a {display: flex;justify-content: space-between;-ms-flex-pack: justify;align-items: center;-ms-flex-align: center;height: 40px;line-height: 40px;transition: all 0.4s;display: -ms-flexbox;}
.message_gg ul li a p {font-size: 16px;color: #000000;width: calc(100% - 100px);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all 0.4s;}
.message_gg ul li a span {font-size: 14px;width: 100px;text-align: right;transition: all 0.4s;}
.message_gg ul li a:hover p {color: #e71a0f;}
.message_gg ul li a:hover span {color: #e71a0f;}
.message_gg .gd{text-align:right;}
.message_gg .gd a{display:inline-block;position:relative;transition: all 0.4s;;font-size:14px;}
.message_gg .gd a i{font-size:12px;}
.message_gg .gd a::after { content: ""; width: 0; height: 2px;background-color: #e71a0f; position: absolute;right: 0px;bottom: -5px;transition: width 0.6s;}
.message_gg .gd a:hover:after {width: 100%; left: 0;}
.message_gg .gd a:hover{color:#e71a0f}

/*快捷方式*/
.kjfw{padding:30px 0; background-color: #f6f6f6; /*background:url(/uiFramework/commonResource/image/2024040213522222010.png) no-repeat;background-size:cover;*/}
.kj-swiper h1{ font-size:32px;font-weight:bold; color:#fff; margin-bottom:30px; color: #333;}
.swiper-box{position:relative;}
.swiper-box .swiper { height: 100%; overflow:hidden; padding: 1em; width: calc(100% - 2em); box-sizing: content-box;}
.swiper-box .swiper-slide { text-align: center;font-size: 18px;background: url(/uiFramework/commonResource/image/2024040214134851638.png) no-repeat;background-size:cover;display: flex;justify-content: center;align-items: center;border-right: 1px solid #d6d6d6;display: -ms-flexbox;-ms-flex-pack: justify;-ms-flex-pack: center;padding:30px 0; box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc;}
.swiper-box .swiper-slide a{transition:all 0.4s;}
.swiper-box .swiper-slide a:hover{color:#e60020}
.swiper-box .swiper-slide:hover {box-shadow: 2px 2px 5px #ccc inset, -2px -2px 5px #ccc inset;}
.swiper-box .swiper-slide:hover .kj-img img{transform:scale(1.08)}
.kj-img{display:inline-block;padding:15px;background-color:#f30000;border-radius:10px;margin-right:20px;}
.kj-img img{width:35px;height:35px;transition:all 0.4s}
.swiper-box .swiper-button-next{right:-45px;width:30px;height:30px;background-size: 16px 16px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");border-radius:50%;border:2px solid #888;opacity: .6;}
.swiper-box .swiper-button-prev{left:-45px;width:30px;height:30px;background-size: 16px 16px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");border-radius:50%;border:2px solid #888;opacity: .6;}

.mobileSwiperBox {
            position: relative;
            display:none;
        }

        .mobileSwiperBox .swiper {
            height: 100%;
            overflow: hidden;
            padding: 1em;
            width: calc(100% - 2em);
            box-sizing: content-box;
        }

        .mobileSwiperBox .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: url(/uiFramework/commonResource/image/2024040214134851638.png) no-repeat;
            background-size: cover;
            display: flex;
            justify-content: center;
            align-items: center;
            border-right: 1px solid #d6d6d6;
            display: -ms-flexbox;
            -ms-flex-pack: justify;
            -ms-flex-pack: center;
            padding: 30px 0;
            box-shadow: 2px 2px 5px #ccc, -2px -2px 5px #ccc;
        }

        .mobileSwiperBox .swiper-slide a {
            transition: all 0.4s;
        }

        .mobileSwiperBox .swiper-slide a:hover {
            color: #e60020
        }

        .mobileSwiperBox .swiper-slide:hover {
            box-shadow: 2px 2px 5px #ccc inset, -2px -2px 5px #ccc inset;
        }

        .mobileSwiperBox .swiper-slide:hover .kj-img img {
            transform: scale(1.08)
        }

        .kj-img {
            display: inline-block;
            padding: 15px;
            background-color: #f30000;
            border-radius: 10px;
            margin-right: 20px;
        }

        .kj-img img {
            width: 35px;
            height: 35px;
            transition: all 0.4s
        }

        .mobileSwiperBox .swiper-button-next {
            right: -45px;
            width: 30px;
            height: 30px;
            background-size: 16px 16px;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
            border-radius: 50%;
            border: 2px solid #888
        }

        .mobileSwiperBox .swiper-button-prev {
            left: -45px;
            width: 30px;
            height: 30px;
            background-size: 16px 16px;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
            border-radius: 50%;
            border: 2px solid #888
        }

/*  快捷方式移动端样式  */
        .mobileBox {
            display: none;
        }

        .mobileSwiperBox {
            width: 100%;
            height: 300px;
            margin-left: auto;
            margin-right: auto;
        }

        .mobileSlide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            height: calc((100% - 30px) / 2) !important;

            /* Center slide text vertically */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .mobileSlide a {
            display: block;
            margin-top: 10px;
        }

        .mobilePicBox {
            width: 60px;
            height: 60px;
            background-color: red;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 10px;
        }

        .mobilePicBox img {
            width: 40px;
            height: 40px;
        }

        .mobileSlide p {
            font-size: 16px;
            text-align: center;
            color: #777;
        }

/*移动适配*/
@media screen and (max-width:992px){
.zzc{display: none;}
.banner-cont{height:280px;}
.banner-text h1{font-size:20px;letter-spacing: 0px;}
.banner-text p{font-size:14px;letter-spacing: 0px;}
.banner-cont .swiper-container-horizontal>.swiper-pagination-bullets{bottom:70px;}
.login{display:none;}
.banner-text{width:90%}
.call-board .call-box{width:90%;}
.cptj .layui-tab-title li.layui-this::after, .zxzx .layui-tab-title li.layui-this::after{top:95%;}
/*产品推荐、资讯中心*/
.tucp-public {margin-top: 15px;}
.cptj, .zxzx{margin:30px 0;}
.cptj .tab-box, .zxzx .tab-box{flex-direction: column;}
.zxzx .tab-box{align-items: center;}
.tab-box h1{font-size:20px;text-align:center;}
.cptj .layui-tab-title, .zxzx .layui-tab-title{display: -webkit-box;overflow-x: auto; scrollbar-width: none;-ms-overflow-style: none;}
 .zxzx .layui-tab-title{width:auto;}
.pub-box > img{width: 90%;height:160px;object-fit:cover;-o-object-fit:cover;transition:all 0.4s;display: block;margin: 5px auto;}
.pub-box:hover > img {transform:scale(1)}
/*快捷方式*/
.swiper-box{padding: 0 20px;}
.swiper-box .swiper-button-next{right:-15px;}
.swiper-box .swiper-button-prev{left:-15px;}
.message_gg ul li{width:100%}

.swiper-box{display:none}
.mobileSwiperBox {display:block}
.kj-img {display: block;margin: 0 0 10px;}

}
/*快捷方式 ph*/
.PH_fast_way {display: none;}
.PH_fast_way ul {}
.PH_fast_way ul li {width: 30%;margin-bottom: 15px;}
.PH_fast_way ul li a {display: block;text-align: center;background-color: #f30000;border-radius: 15px;padding: 10px 0;}
.PH_fast_way ul li a img {width: 100%;max-width: 45px;}
.PH_fast_way ul li a p {font-size: 14px;color: #ffffff;margin-top: 5px;}
@media screen and (max-width: 999px) {
.PH_fast_way {display: block;}
}