* {
  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(--gege_Color);
}

/*Font_Css*/


.gege_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 {
  --gege_FS72: 72px;
  --gege_FS60: 60px;
  --gege_FS54: 54px;
  --gege_FS48: 48px;
  --gege_FS45: 46px;
  --gege_FS42: 40px;
  --gege_FS38: 38px;
  --gege_FS36: 32px;
  --gege_FS30: 30px;
  --gege_FS28: 28px;
  --gege_FS24: 24px;
  --gege_FS22: 22px;
  --gege_FS18: 18px;
  --gege_FS16: 16px;
  --gege_FS14: 14px;
  --gege_Color:#f39800;
  --gege_CTwo: #0B0F28;
  --gege_Grad:#f39800;
}
h2 span {
  font-size: var(--gege_FS42) !important;
  text-transform: uppercase;
}
h3 span {
  font-size: var(--gege_FS30) !important;
}
h4 span {
  font-size: var(--gege_FS24) !important;
}
h5 span {
  font-size: var(--gege_FS18) !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;
}
/*gege_Css*/
.gege_Width{
  padding-left:10px !important;
  padding-right:10px !important;
  max-width:1460px;
  width:90%;
  margin-left:auto !important;
  margin-right:auto !important;
}
.gege_Clear:before,
.gege_Clear:after {
  display: table;
  clear: both;
  content: "";
}
.gege_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;
}
.gege_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;
}
.gege_flexJB {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.gege_flexJA {
  -webkit-box-pack: justify;
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.gege_flexJE {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.gege_flexJC {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.gege_flexAE {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
}
.gege_flexAC {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.gege_ImgContain,
.gege_ImgCover {
  position: relative;
  height: 0;
  overflow: hidden;
}
.gege_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;
}
.gege_ImgCover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.gege_Title {
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gege_Summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.gege_More {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*end*/

/*media*/
@media only screen and (max-width:1440px){
  :root {
    --gege_FS72: 54px;
    --gege_FS60: 48px;
    --gege_FS54: 42px;
    --gege_FS48: 45px;
    --gege_FS45: 42px;
    --gege_FS42: 38px;
    --gege_FS38: 30px;
    --gege_FS36: 28px;
    --gege_FS30: 26px;
    --gege_FS28: 24px;
    --gege_FS24: 22px;
    --gege_FS22: 18px;
    --gege_FS18: 16px;
    --gege_FS16: 14px;
  }
}
@media only screen and (max-width:1366px){
  :root {
    --gege_FS72: 42px;
    --gege_FS60: 45px;
    --gege_FS54: 42px;
    --gege_FS48: 45px;
    --gege_FS45: 38px;
    --gege_FS42: 32px;
    --gege_FS38: 28px;
    --gege_FS36: 26px;
    --gege_FS30: 24px;
    --gege_FS28: 22px;
    --gege_FS24: 20px;
    --gege_FS22: 16px;
    --gege_FS18:16px;
    --gege_FS16:14px;
    --gege_FS14:12px;
  }
}
@media only screen and (min-width:1025px) {
  .gege_Width{
    width:88% !important;
  }
  .gege_List4 {
    display: block;
    width: calc((100% - (var(--gege_FS42)*3)) / 4) !important;
    margin-right: var(--gege_FS42) !important;
    margin-bottom: var(--gege_FS36) !important;
  }
  .gege_List4:nth-child(4n) {
    margin-right: 0 !important;
  }
  .gege_List3 {
    display: block;
    width: calc((100% - (var(--gege_FS36)*2)) / 3) !important;
    margin-right: var(--gege_FS36) !important;
    margin-bottom: var(--gege_FS36) !important;
  }
  .gege_List3:nth-child(3n) {
    margin-right: 0 !important;
  }
  .p_problemCategory{
    display:none ;
  }

}
/*pad*/
@media only screen and (min-width:769px) and (max-width:1024px){
  .gege_Width{
    width:88% !important;
  }
  .gege_List4 {
    display: block;
    width: calc((100% - (var(--gege_FS30)*2)) / 3) !important;
    margin-right: var(--gege_FS30) !important;
    margin-bottom: var(--gege_FS24) !important;
  }
  .gege_List4:nth-child(3n) {
    margin-right: 0 !important;
  }
  .gege_List3 {
    display: block;
    width: calc((100% - (var(--gege_FS30)*2)) / 3) !important;
    margin-right: var(--gege_FS30) !important;
    margin-bottom: var(--gege_FS30) !important;
  }
  .gege_List3:nth-child(3n) {
    margin-right: 0 !important;
  }
  .p_problemCategory{
    display:none ;
  }
}
/*phone*/
@media only screen and (max-width:768px) {
  .gege_Width{
    width:94% !important;
  }
  .p_problemCategory{
    display:block ;
  }
  .p_problemCategory .btn-primary{
    margin:6px 0;
    background:var(--gege_Color);
    color:#fff;
    text-align:center;
    border-radius:0px;
    width:100%;
    border-color:var(--gege_Color);
  }
  .gege_PageNav_Box{
    display:none !important;
  }
  
  
  .zw-banner .text-white{display:block !important;text-align: left !important;}
  
  
  
  :root {
    --gege_FS72: 36px;
    --gege_FS60: 42px;
    --gege_FS54: 38px;
    --gege_FS48: 32px;
    --gege_FS42: 26px;
    --gege_FS30: 20px;
  }
  .gege_List3 {
    display: block;
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 18px !important;
  }
  .gege_List4 {
    display: block;
    width: calc((100% - 10px) / 2) !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
  }
  .gege_List4:nth-child(2n) {
    margin-right: 0 !important;
  }
}
/*end*/