* {
  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(--ge_Color);
}
body,
html {
  font-family: 'Poppins',"Arial" !important;
  overflow-x: hidden !important;
}
:root{
--gege:#283b91;
--geh:#dd0000;
--geb:#fff;
}



/*Font_Css*/
@font-face {
  font-family: 'Poppins';
  src:  url('https://fonts.font.im/css?family=Poppins:300,400,600,700');
}
@font-face {
  font-family: 'ge_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#ge_icon') format('svg');
}
.ge_icon{
  font-family: 'ge_icon' !important;
}
.ge_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 {
  --ge_FS72: 72px;
  --ge_FS60: 60px;
  --ge_FS54: 54px;
  --ge_FS48: 48px;
  --ge_FS45: 46px;
  --ge_FS42: 40px;
  --ge_FS38: 38px;
  --ge_FS36: 32px;
  --ge_FS30: 30px;
  --ge_FS28: 28px;
  --ge_FS24: 24px;
  --ge_FS22: 22px;
  --ge_FS18: 18px;
  --ge_FS16: 16px;
  --ge_FS14: 14px;
  --ge_Color:#f39800;
  --ge_CTwo: #0B0F28;
  --ge_Grad:#f39800;
}
h2 span {
  font-size: var(--ge_FS42) !important;
  text-transform: uppercase;
}
h3 span {
  font-size: var(--ge_FS30) !important;
}
h4 span {
  font-size: var(--ge_FS24) !important;
}
h5 span {
  font-size: var(--ge_FS18) !important;
}
h6 span {
}
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;
}
/*ge_Css*/
.ge_Width{
  padding-left:10px !important;
  padding-right:10px !important;
  max-width:1460px;
  margin-left:auto !important;
  margin-right:auto !important;
}
.ge_Clear:before,
.ge_Clear:after {
  display: table;
  clear: both;
  content: "";
}
.ge_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;
}
.ge_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;
}
.ge_flexJB {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ge_flexJA {
  -webkit-box-pack: justify;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.ge_flexJE {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ge_flexJC {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ge_flexAE {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
}
.ge_flexAC {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.ge_ImgContain,
.ge_ImgCover {
  position: relative;
  height: 0;
  overflow: hidden;
}
.ge_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;
}
.ge_ImgCover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.ge_Title {
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ge_Summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.ge_More {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*end*/

/*media*/
@media only screen and (max-width:1440px){
  :root {
    --ge_FS72: 54px;
    --ge_FS60: 48px;
    --ge_FS54: 42px;
    --ge_FS48: 45px;
    --ge_FS45: 42px;
    --ge_FS42: 38px;
    --ge_FS38: 30px;
    --ge_FS36: 28px;
    --ge_FS30: 26px;
    --ge_FS28: 24px;
    --ge_FS24: 22px;
    --ge_FS22: 18px;
    --ge_FS18: 16px;
    --ge_FS16: 14px;
  }
}
@media only screen and (max-width:1366px){
  :root {
    --ge_FS72: 42px;
    --ge_FS60: 45px;
    --ge_FS54: 42px;
    --ge_FS48: 45px;
    --ge_FS45: 38px;
    --ge_FS42: 32px;
    --ge_FS38: 28px;
    --ge_FS36: 26px;
    --ge_FS30: 24px;
    --ge_FS28: 22px;
    --ge_FS24: 20px;
    --ge_FS22: 16px;
    --ge_FS18:16px;
    --ge_FS16:14px;
    --ge_FS14:12px;
  }
}
@media only screen and (min-width:1025px) {
  .ge_Width{
    width:88% !important;
  }
  .ge_List4 {
    display: block;
    width: calc((100% - (var(--ge_FS42)*3)) / 4) !important;
    margin-right: var(--ge_FS42) !important;
    margin-bottom: var(--ge_FS36) !important;
  }
  .ge_List4:nth-child(4n) {
    margin-right: 0 !important;
  }
  .ge_List3 {
    display: block;
    width: calc((100% - (var(--ge_FS36)*2)) / 3) !important;
    margin-right: var(--ge_FS36) !important;
    margin-bottom: var(--ge_FS36) !important;
  }
  .ge_List3:nth-child(3n) {
    margin-right: 0 !important;
  }
  .p_problemCategory{
    display:none ;
  }

}
/*pad*/
@media only screen and (min-width:769px) and (max-width:1024px){
  .ge_Width{
    width:88% !important;
  }
  .ge_List4 {
    display: block;
    width: calc((100% - (var(--ge_FS30)*2)) / 3) !important;
    margin-right: var(--ge_FS30) !important;
    margin-bottom: var(--ge_FS24) !important;
  }
  .ge_List4:nth-child(3n) {
    margin-right: 0 !important;
  }
  .ge_List3 {
    display: block;
    width: calc((100% - (var(--ge_FS30)*2)) / 3) !important;
    margin-right: var(--ge_FS30) !important;
    margin-bottom: var(--ge_FS30) !important;
  }
  .ge_List3:nth-child(3n) {
    margin-right: 0 !important;
  }
  .p_problemCategory{
    display:none ;
  }
}
/*phone*/
@media only screen and (max-width:768px) {
  .ge_Width{
    width:94% !important;
  }
  .p_problemCategory{
    display:block ;
  }
  .p_problemCategory .btn-primary{
    margin:6px 0;
    background:var(--ge_Color);
    color:#fff;
    text-align:center;
    border-radius:0px;
    width:100%;
    border-color:var(--ge_Color);
  }
  .ge_PageNav_Box{
    display:none !important;
  }
  :root {
    --ge_FS72: 36px;
    --ge_FS60: 42px;
    --ge_FS54: 38px;
    --ge_FS48: 32px;
    --ge_FS42: 26px;
    --ge_FS30: 20px;
  }
  .ge_List3 {
    display: block;
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 18px !important;
  }
  .ge_List4 {
    display: block;
    width: calc((100% - 10px) / 2) !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
  }
  .ge_List4:nth-child(2n) {
    margin-right: 0 !important;
  }
}
/*end*/