* { box-sizing: border-box !important; font-family: 'Poppins',"Arial" !important; word-break:normal !important; word-wrap: normal !important; } ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-track { background: #d7d7d7; border-radius: 6px; } ::-webkit-scrollbar-thumb { background: #888; border-radius: 6px; } ::-webkit-scrollbar-thumb:hover { background: var(--yx_Color); } body, html { font-family: 'Poppins',"Arial" !important; overflow-x: hidden !important; } /*Font_Css*/ @font-face { font-family: 'Poppins'; src: url('https://fonts.font.im/css?family=Poppins:300,400,600,700'); } @font-face { font-family: 'yx_icon'; /* Project id 3404934 */ src: url('//at.alicdn.com/t/c/font_3404934_k1w8y7859ri.woff2?t=1661429355509') format('woff2'), url('//at.alicdn.com/t/c/font_3404934_k1w8y7859ri.woff?t=1661429355509') format('woff'), url('//at.alicdn.com/t/c/font_3404934_k1w8y7859ri.ttf?t=1661429355509') format('truetype'), url('//at.alicdn.com/t/c/font_3404934_k1w8y7859ri.svg?t=1661429355509#yx_icon') format('svg'); } .yx_icon{ font-family: 'yx_icon' !important; } .yx_Hide{ display:none !important; } .btn-primary{ transition:all 0.6s; } @keyframes scroll-icon{ 0% { -webkit-transform:translateY(-12px); transform: translateY(-12px); opacity: 0; } 30%, 70% { opacity: 1; } 100% { -webkit-transform: translateY(12px); transform: translateY(12px); opacity: 0; } } :root { --yx_FS72: 72px; --yx_FS60: 60px; --yx_FS54: 54px; --yx_FS48: 48px; --yx_FS45: 46px; --yx_FS42: 40px; --yx_FS38: 38px; --yx_FS36: 32px; --yx_FS30: 30px; --yx_FS28: 28px; --yx_FS24: 24px; --yx_FS22: 22px; --yx_FS18: 18px; --yx_FS16: 16px; --yx_FS14: 14px; --yx_Color:rgba(3, 0, 76, 1); --yx_CTwo: #333333; --yx_Grad: linear-gradient(to top, rgba(3, 0, 76, 1) 0%, #1c1c1c 100%); } h2 span { font-size: var(--yx_FS42) !important; text-transform: uppercase; } h3 span { font-size: var(--yx_FS30) !important; } h4 span { font-size: var(--yx_FS24) !important; } h5 span { font-size: var(--yx_FS18) !important; } h6 span { font-size: var(--yx_FS16) !important; } h1, h2, h3, h4, h5, h6 { font-weight: normal !important; } /*end*/ a:active, a:hover, a:focus, a:visited{ outline: none !important; text-decoration: none; } a { cursor: pointer; } i { font-style: normal; } /*yx_Css*/ .yx_Width{ padding-left:10px !important; padding-right:10px !important; max-width:1460px; margin-left:auto !important; margin-right:auto !important; } .yx_Clear:before, .yx_Clear:after { display: table; clear: both; content: ""; } .yx_flex { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; -moz-flex-wrap: nowrap; flex-wrap: nowrap; } .yx_flexWrap { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap; } .yx_flexJB { -webkit-box-pack: justify; -moz-justify-content: space-between; -webkit-justify-content: space-between; justify-content: space-between; } .yx_flexJA { -webkit-box-pack: justify; -moz-justify-content: space-around; -webkit-justify-content: space-around; justify-content: space-around; } .yx_flexJE { -webkit-box-pack: end; -moz-justify-content: flex-end; -webkit-justify-content: flex-end; justify-content: flex-end; } .yx_flexJC { -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; } .yx_flexAE { -webkit-align-items: flex-end; align-items: flex-end; -moz-align-items: flex-end; -webkit-align-items: flex-end; } .yx_flexAC { -webkit-box-align: center; -moz-align-items: center; -webkit-align-items: center; align-items: center; } .yx_ImgContain, .yx_ImgCover { position: relative; height: 0; overflow: hidden; } .yx_ImgContain img { position: absolute; max-height: 100%; max-width: 100%; top: 50%; left: 50%; width: auto; height: auto; transform: translate(-50%, -50%); transition: all 0.6s; } .yx_ImgCover img { position: absolute; width: 100%; height: 100%; object-fit: cover; transition: all 0.6s; } .yx_Title { display: block; overflow: hidden; -webkit-box-orient: vertical; text-overflow: ellipsis; white-space: nowrap; } .yx_Summary { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; } .yx_More { position: absolute; z-index: 2; top: 0; left: 0; width: 100%; height: 100%; } /*end*/ /*media*/ @media only screen and (max-width:1440px){ :root { --yx_FS72: 54px; --yx_FS60: 48px; --yx_FS54: 42px; --yx_FS48: 45px; --yx_FS45: 42px; --yx_FS42: 38px; --yx_FS38: 30px; --yx_FS36: 28px; --yx_FS30: 26px; --yx_FS28: 24px; --yx_FS24: 22px; --yx_FS22: 18px; --yx_FS18: 16px; --yx_FS16: 14px; } } @media only screen and (max-width:1366px){ :root { --yx_FS72: 42px; --yx_FS60: 45px; --yx_FS54: 42px; --yx_FS48: 45px; --yx_FS45: 38px; --yx_FS42: 32px; --yx_FS38: 28px; --yx_FS36: 26px; --yx_FS30: 24px; --yx_FS28: 22px; --yx_FS24: 20px; --yx_FS22: 16px; --yx_FS18:16px; --yx_FS16:14px; --yx_FS14:12px; } } @media only screen and (min-width:1025px) { .yx_Width{ width:88% !important; } .yx_List4 { display: block; width: calc((100% - (var(--yx_FS42)*3)) / 4) !important; margin-right: var(--yx_FS42) !important; margin-bottom: var(--yx_FS36) !important; } .yx_List4:nth-child(4n) { margin-right: 0 !important; } .yx_List3 { display: block; width: calc((100% - (var(--yx_FS36)*2)) / 3) !important; margin-right: var(--yx_FS36) !important; margin-bottom: var(--yx_FS36) !important; } .yx_List3:nth-child(3n) { margin-right: 0 !important; } .p_problemCategory{ display:none ; } } /*pad*/ @media only screen and (min-width:769px) and (max-width:1024px){ .yx_Width{ width:88% !important; } .yx_List4 { display: block; width: calc((100% - (var(--yx_FS30)*2)) / 3) !important; margin-right: var(--yx_FS30) !important; margin-bottom: var(--yx_FS24) !important; } .yx_List4:nth-child(3n) { margin-right: 0 !important; } .yx_List3 { display: block; width: calc((100% - (var(--yx_FS30)*2)) / 3) !important; margin-right: var(--yx_FS30) !important; margin-bottom: var(--yx_FS30) !important; } .yx_List3:nth-child(3n) { margin-right: 0 !important; } .p_problemCategory{ display:none ; } } /*phone*/ @media only screen and (max-width:768px) { .yx_Width{ width:94% !important; } .p_problemCategory{ display:block ; } .p_problemCategory .btn-primary{ margin:6px 0; background:var(--yx_Color); color:#fff; text-align:center; border-radius:0px; width:100%; border-color:var(--yx_Color); } .yx_PageNav_Box{ display:none !important; } :root { --yx_FS72: 36px; --yx_FS60: 42px; --yx_FS54: 38px; --yx_FS48: 32px; --yx_FS42: 26px; --yx_FS30: 20px; } .yx_List3 { display: block; width: 100% !important; margin-right: 0px !important; margin-bottom: 18px !important; } .yx_List4 { display: block; width: calc((100% - 10px) / 2) !important; margin-right: 10px !important; margin-bottom: 10px !important; } .yx_List4:nth-child(2n) { margin-right: 0 !important; } } /*end*/ /*内页banner*/ .yx_Banner_N { osition: relative; height: 78vh; overflow: hidden; background:#000; max-height: 750px; } .yx_Banner_N:before { content: ''; display: block; position: absolute; width: 100%; height: 100%; background: linear-gradient(120deg,var(--yx_Color),rgba(0,0,0,0)); top: 0; left: 0; opacity:0.65; z-index: 2; } .yx_Banner_N:after { content: ''; width: 100%; height: 100%; bottom: 0; left: 0; z-index: 2; opacity:0.45; position: absolute; background: linear-gradient(to top,var(--yx_CTwo),rgba(0,0,0,0)); } .yx_BN_Img { position: absolute; width: 100%; height: 100%; opacity:0.85; transition: all 0.6s ease; background-size: cover; background-position: center; } .yx_BN_Con { position: absolute; top: 54%; left: 50%; transform: translate(-50%,-50%); z-index: 3; text-align: left; } .yx_Banner_N .yx_Title { font-size: var(--yx_FS54); color: #fff; line-height:160%; text-shadow: 0 0 var(--yx_FS16) rgba(3,0,76,0.5); } .yx_Banner_N .yx_Title span { position: relative; z-index: 3; font-weight:bold; letter-spacing:6px; } .yx_Banner_N .yx_Summary { font-size: var(--yx_FS18); color: #fff; line-height: 140%; overflow: visible; font-weight: 500; display: inline-block; letter-spacing: 2px; position: relative; opacity:0.6; text-shadow: 0 0 var(--yx_FS16) rgba(3,0,76,0.3); text-transform: capitalize; } @media only screen and (min-width:769px) { .yx_Mo_Img { display: none; } } @media only screen and (max-width:768px) { .yx_Banner_N { height: 85vw; } .yx_Banner_N .yx_Title{ font-size:var(--yx_FS48); letter-spacing:0px; } .yx_BN_Con{ top:50%; } .yx_Banner_N .yx_Summary{ font-size:var(--yx_FS16); line-height:160%; max-width:220px; margin-top:0; } } /*结束*/ @media only screen and (max-width:1200px){ .yx_NavBtn span{ background:#333; } .yx_Header .yx_EjBtn{ font-family: 'yx_icon' !important; } } /*面包屑样式*/ .e_breadcrumb-5 .p_breadcrumbItem span{ -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; } .e_breadcrumb-5 .p_breadcrumbItem > a{ display:flex; align-items:center; } .e_breadcrumb-5 .p_breadcrumbItem::after{ display:none; }