

.ijm-product-banner{width: 100%;height: 480px;position: relative;top: 0;left: 0;}
.ijm-product-banner h3 , .ijm-product-banner p { margin: 0;padding: 0}
.banner-img{display: flex;justify-content: center;width: 100%;height: 480px;overflow: hidden;}
.banner-content{position: absolute;top: 0;left: 50%;width: 1200px;height: 100%;margin-left: -600px;display: flex;align-items: center;}
.banner-content-left{width: 500px}
.banner-title{color: #fff;font-size: 34px;font-weight: 600}
.banner-tips{font-weight: 500;opacity: .7; font-size: 14px;color: #FFFFFF;line-height: 22px;text-align: left; margin: 10px 0 40px 0!important;}
.links-item{display: flex; gap: 24px;}
.consult_btn{display:inline-block;width: 154px; height: 48px;background: #E4002B;border-radius: 4px;font-weight: 500;font-size: 16px;color: #FFFFFF;text-align: center;line-height: 48px;text-decoration: none}
.consult_btn:hover{background: #EF5769;}
.download_btn{display:inline-block;width: 154px; height: 48px;border-radius: 4px;border: 1px solid #FFFFFF;box-sizing: border-box;font-weight: 500;font-size: 16px;color: #FFFFFF;text-align: center;line-height: 48px;text-decoration: none}

/*tabs*/
.page_contain img{height: 100%; width: 100%; object-fit: cover;}
.ijm_tab_nav{width: 100%;background: #fff;border-bottom: 1px solid #E0E0E0;height:64px;box-sizing: border-box;overflow: hidden;}
.nav_list{height:64px;width: 1200px;margin: 0 auto;display: flex;align-items: center;justify-content: space-between }
.nav_list li{display: flex;align-items: center;justify-content: space-between}
.nav_list li a{display: block;height:64px;line-height: 64px;font-size: 16px;font-weight:500;color: #191919;text-decoration: none;box-sizing: border-box;position: relative;padding:0 4px 3px 4px;}
.nav_list li a:after{position: absolute;left: 0;bottom: 0;display: block;content: '';width: 100%;height: 3px;background: transparent;box-sizing: border-box;}
.nav_list li a.active{color:#E4002B}
.nav_list li a.active:after{background:#E4002B}
.nav_list li a:hover:not(.active) {color: #c00025;}
/*content*/
.page_contain section{width: 100%;padding: 56px 0}
.section_gary{background:#F8F8F8}
.section_title{font-weight: 600;font-size: 32px;color: #191919; text-align: center}
.section_xs_12{width: 100%;max-width: 1200px;margin: 0 auto}
.section_pt{padding-top: 56px}
.section_pt p{text-align: justify;}
.section-flex-grid{display: flex;flex-wrap: wrap;gap:48px 144px;}
.section-tech-item{ width: calc((100% - 144px) / 2); display: flex;gap:0 30px}
.item_img{width: 55px;height: 55px}
.item_text{width: calc(100% - 55px - 30px)}
.item_text h4{ font-size:16px;color: #191919;font-weight: 500;padding-bottom: 12px}
.item_text p{font-size:14px;color: #868686;font-weight: 400}
.section_table {width: 100%;border-radius: 4px;border: 1px solid #EDEDED;color: #191919;overflow: hidden;}
.section_table thead tr th{background:#EEF0F0;font-size: 14px;font-weight: 600;text-align: left;line-height: 22px }
.section_table thead tr th:first-child{padding: 15px 60px;width: 220px;box-sizing: border-box; }
.section_table thead tr th:last-child{padding: 15px 40px;}
.section_table tbody tr td{padding:23px 33px 24px 60px;line-height: 22px;font-size: 14px;font-weight: 400;text-align: justify;}
.section_table tbody tr td:first-child{padding:23px 0px 24px 60px;}
.section_table tbody tr td:last-child{padding:23px 40px 24px 40px;}
.section_table tbody tr:nth-child(2n+1) td{background: #fff}
.section_table tbody tr:nth-child(2n) td{background:#EEF0F0}
.section-base-flex{display: flex;align-items: center}
.prod-app-list{padding:0 75px;gap: 0 80px}
.prod-app-list .info_pic{width: 480px}
.prod-app-list .info_list{width:calc(100% - 480px - 80px)}
.prod-app-list .info_list ul li{margin-bottom: 24px;font-weight: 400;font-size: 14px; color: #191919;line-height: 22px;display: flex;align-items: center}
.prod-app-list .info_list ul li i.iconfont{font-size: 20px;width: 20px;height: 20px;margin-right:20px;border-radius: 100%;background:#E4002B;display: inline-block }
.prod-app-list .info_list ul li:last-child{margin: 0}


/*获取更多*/
.section-chat-bar{box-sizing:border-box;padding:0;background: url('/view/static/img/cpfw/chat-bar-bg.webp') no-repeat center center;background-color: #0b1928;display: flex;align-items: center;justify-content: center;height: 252px;flex-direction: column}
.section-chat-bar h3{font-weight: 600;font-size: 32px;color: #fff;line-height: 46px;margin-bottom: 32px}


