.text {
    font-size: 16px;
    line-height: 2;
}
:root {
    --base-color: #d51522;
    --base-color2: #ff3644;
    --base-color3:#1f5196;
  }
  strong{
    font-weight: 700;
  }
  body,
  html {
    font-size: 62.5%;
  }
  body {
    font-family: "mon";
    max-width: 1920px;
    margin: 0 auto;
    font-weight: 400;
  }
  .tit,
  .title {
    font-weight: 700;
    text-transform: uppercase;
  }
  .titbj {
    font-weight: 900;
    font-size: 116px;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
    color: #f6f6f6;
    z-index: -1;
  }
  .language {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0px;
    position: relative;
    width: auto;
  }
  .language span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 2;
    font-size: 14px;
    color: #fff;
  }
  .language span img {
    margin-right: 15px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
  }
  .language span .fa-angle-down {
    font-size: 14px;
    margin-left: 12px;
  }
  .language ul.lang {
    text-align: left;
    position: absolute;
    font-size: 14px;
    background: #fff;
    top: 100%;
    left: 0;
    width: 120px;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid var(--base-color);
    display: none;
  }
  .language ul.lang li {
    display: block;
    float: none;
    padding: 4px 10px;
    line-height: 22px;
    color: #000;
    -webkit-transition: 0.5s all, line-height 0s;
    -moz-transition: 0.5s all, line-height 0s;
    transition: 0.5s all, line-height 0s;
    text-transform: capitalize;
  }
  .language ul.lang li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
  .language ul.lang li a img {
    max-width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
  }
  .language ul.lang li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #222;
  }
  .language ul.lang li:hover a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #fff;
  }
  table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow: auto;
  }
  table tbody {
    display: table;
    width: 100% !important;
  }
  table td,
  table th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto !important;
    height: auto !important;
    white-space: nowrap;
  }
  table tr {
    width: auto !important;
    height: auto !important;
  }
  table tr:nth-child(even) {
    background: #eee;
  }
  .wpulike.wpulike-default {
    display: none;
  }
  .prodet-page .wpulike.wpulike-default,
  .newdet-page .wpulike.wpulike-default {
    display: inline-block;
  }
  .post-views-box {
    position: relative;
    margin-left: 20px;
  }
  .post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image: url(../images/fw.png) !important;
    -webkit-filter: none;
    filter: none;
  }
  .wpulike {
    z-index: 10;
  }
  .wpulike.post-views-box {
    z-index: 5;
  }
  a.more {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
  }
  a.more em {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 15px;
  }
  a.more em i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-animation: xz 5s  linear infinite;
    -moz-animation: xz 5s  linear infinite;
    animation: xz 5s  linear infinite;
  }
  a.more em i:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #50e1e2;
    top: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
  }
  a.more2 {
    width: 107px;
    height: 107px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
  }
  a.more2 span {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
    background: url(../images/more-yuan-bj.png) center center no-repeat;
  }
  a.more2 em {
    font-size: 18px;
    color: #fff;
    margin-right: 0;
    text-transform: uppercase;
  }
  a.more2 i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-animation: xz 5s  linear infinite;
    -moz-animation: xz 5s  linear infinite;
    animation: xz 5s  linear infinite;
  }
  a.more2 i:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #50e1e2;
    top: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -4px;
  }
  a.more3 {
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    background:var(--base-color3);
  }
  a.more3 img {
    -webkit-filter: brightness(40);
    filter: brightness(40);
    -webkit-transform: rotateZ(-30deg);
    -moz-transform: rotateZ(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotateZ(-30deg);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  a.more3:hover img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotateZ(0);
  }
  span.tag {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
  }
  .mt-75 {
    margin-top: 75px;
  }
  .gxs-1 {
    padding: 100px 0;
    background: url(../images/index-about-bj.jpg) center right no-repeat;
    background-size: cover;
  }
  .gxs-1 .ui.container .left {
    padding-right: 70px;
  }
  .gxs-1 .ui.container .left .top {
    position: relative;
    z-index: 3;
    padding-top: 15px;
  }
  .gxs-1 .ui.container .left .top img.dec {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .gxs-1 .ui.container .left .top .title {
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
  }
  .gxs-1 .ui.container .left .data {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  .gxs-1 .ui.container .left .data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .gxs-1 .ui.container .left .data ul li {
    display: inline-block;
    text-align: center;
    color: #1e529e;
  }
  .gxs-1 .ui.container .left .data ul li span {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 800;
  }
  .gxs-1 .ui.container .left .data ul li p{
    font-weight: 600;
  }
  .gxs-1 .ui.container .left .text .tit {
    font-weight: 800;
    margin-right: -40px;
  }
  .gxs-1 .ui.container .left .text p {
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .gxs-1 .ui.container .left .imgbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gxs-1 .ui.container .left .imgbox img {
    margin-right: 40px;
  }
  .gxs-1 .ui.container .right {
    padding-left: 5%;
  }
  .gxs-1 .ui.container .right .imgbox {
    position: relative;
  }
  .gxs-1 .ui.container .right .imgbox a.more {
    position: absolute;
    bottom: 80px;
    left: 20%;
  }
  .gxs-2 {
    height: 930px;
    position: relative;
    padding-top: 0px;
    background: url(../images/product-bj.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  
  .gxs-2 .navbox{
    width: 50%;
    position: absolute;
    top: 85px;
    right: 111px;
    z-index: 9;
  }
  .gxs-2 .navbox ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gxs-2 .navbox ul li {
    width: 109px;
    height: 109px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    margin-left: 40px;
  }
  .gxs-2 .navbox li:hover,
  .gxs-2 .navbox ul li.active {
    border-color: var(--base-color3);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: var(--base-color3);
  }
  .gxs-2 .cateitem{
     position: relative;
    padding-top: 95px;
    background-size: cover;
    height: 930px;
  }
  .gxs-2 .top .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .gxs-2 .top .ui.container .left .title {
    color: #fff;
    font-weight: 800;
    line-height: 1.5;
  }
  .gxs-2 .top .ui.container .left p {
    line-height: 2;
    color: #fff;
    margin: 60px 0;
    max-width: 470px;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  }
  .gxs-2 .top .ui.container .right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gxs-2 .top .ui.container .right ul li {
    width: 109px;
    height: 109px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    margin-left: 40px;
  }
  .gxs-2 .top .ui.container .right ul li:hover,
  .gxs-2 .top .ui.container .right ul li.active {
    border-color: var(--base-color);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: var(--base-color);
  }
  .gxs-2 .bottom {
    position: absolute;
    width: 90%;
    max-width: 1450px;
    height: 360px;
    background: url(../images/index-product-2-bj.jpg) bottom center;
    background-size: cover;
    bottom: 0;
    right: 0;
     -webkit-animation: bjwave 20s linear infinite;
    -moz-animation: bjwave 20s linear infinite;
    animation: bjwave 20s linear infinite;
  }
  .gxs-2 .bottom .top {
    padding: 20px;
  }
  .gxs-2 .bottom .top a {
    font-size: 16px;
    text-transform: uppercase;
    color: #1a1a1a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
  }
  .gxs-2 .bottom .top a em {
    width: 42px;
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 10px;
    -webkit-animation: xz 5s  linear infinite;
    -moz-animation: xz 5s  linear infinite;
    animation: xz 5s  linear infinite;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    border: 1px solid #000;
  }
  .gxs-2 .bottom .main {
    padding: 0 75px;
  }
  .gxs-2 .bottom .main ul {
    margin: 0 -35px;
  }
  .gxs-2 .bottom .main ul li {
    padding: 0 35px;
  }
  .gxs-2 .bottom .main ul li .item {
    text-align: center;
  }
  .gxs-2 .bottom .main ul li .item .img-box {
    width: 100%;
    height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gxs-2 .bottom .main ul li .item .pname {
    color: #000;
    font-weight: bold;
  }
  .gxs-2 .bottom .main ul li .item .pname a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gxs-2 .bottom .main ul li .item .pname a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--base-color2);
  }
  .gxs-3 {
    padding-top: 160px;
    padding-bottom: 195px;
  }
  .gxs-3 .ui.container .top {
    position: relative;
  }
  .gxs-3 .ui.container .top .title {
    text-transform: uppercase;
    font-weight: 800;
  }
  .gxs-3 .ui.container .main {
    margin: 0 -38px;
    padding-left: 72px;
  }
  .gxs-3 .ui.container .main .column {
    padding: 0 38px;
  }
  .gxs-3 .ui.container .main .column.left>img{
    position: relative;
    left: -76px;
  }
  .gxs-3 .ui.container .main .column.left a.more4 {
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    border-radius: 20px 0 0 0;
    border: 2px solid #eee;
    color: var(--base-color2);
    font-size: 16px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
  }
  .gxs-3 .ui.container .main .column.left a.more4 em {
    margin-right: 10px;
  }
  .gxs-3 .ui.container .main .column.left a.more4 img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gxs-3 .ui.container .main .column.left a.more4:hover {
    background: var(--base-color);
    color: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gxs-3 .ui.container .main .column.left a.more4:hover img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-filter: brightness(100);
    filter: brightness(100);
  }
  .gxs-3 .ui.container .main .column.left .item {
    margin-bottom: 110px;
  }
  .gxs-3 .ui.container .main .column .item {
    position: relative;
  }
  .gxs-3 .ui.container .main .column .item .imgbox img {
    width: 100%;
  }
  .gxs-3 .ui.container .main .column .item .textbox {
    position: absolute;
    width: 100%;
    padding: 20px;
    text-align: center;
    bottom: 10px;
  }
  .gxs-3 .ui.container .main .column .item .textbox .sname {
    font-weight: 800;
    font-size: 24px;
    color: #fff;
    line-height: 1.8;
    text-transform: uppercase;
    margin-top: 20px;
  }
  .gxs-3 .ui.container .main .column .item .textbox a.more em {
    font-size: 18px;
    color: #fff;
  }
  .gxs-4 {
    height: 920px;
    background: url(/prevail-telecom/2023/12/14/24-1.png) right bottom no-repeat;
    background-size: cover;
  }
  .gxs-4 .ui.container {
    max-width: 1560px;
    position: relative;
    padding-top: 100px;
  }
  .gxs-4 .ui.container .top {
    position: relative;
    z-index: 3;
  }
  .gxs-4 .ui.container .top span.tag {
    color: #fff!important;
  }
  .gxs-4 .ui.container .top span.titbj {
    color: #fff;
    opacity: 0.1;
  }
  .gxs-4 .ui.container .top .title {
    font-weight: 800;
    color: #fff;
  }
  .gxs-4 .ui.container .bottom {
    margin-top: 80px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: relative;
    z-index: 3;
  }
  .gxs-4 .ui.container .bottom ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -15px;
  }
  .gxs-4 .ui.container .bottom ul li {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    position: relative;
    padding: 0 15px;
    padding-bottom: 15px;
    opacity: 0.5;
    cursor: pointer;
  }
  .gxs-4 .ui.container .bottom ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    border-radius: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    left: 50%;
    bottom: 0;
    margin-left: -1.5px;
    margin-bottom: -1.5px;
  }
  .gxs-4 .ui.container .bottom ul li.active,
  .gxs-4 .ui.container .bottom ul li:hover {
    opacity: 1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gxs-4 .ui.container .bottom ul li.active:before,
  .gxs-4 .ui.container .bottom ul li:hover:before {
    opacity: 1;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gxs-4 .ui.container .content {
    position: absolute;
    width: 100%;
    top: 0;
  }
  .gxs-4 .ui.container .content .mainbox {
    width: 80%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: 60px;
  }
  .gxs-4 .ui.container .content .mainbox ul.historylist li .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .gxs-4 .ui.container .content .mainbox ul.historylist li .item .textbox {
    width: 60%;
    padding-left: 210px;
    position: relative;
  }
  .gxs-4 .ui.container .content .mainbox ul.historylist li .item .textbox .btnbox {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .gxs-4 .ui.container .content .mainbox ul.historylist li .item .textbox .btnbox a.more {
    color: #fff!important;
    font-size: 16px;
    font-weight: 700;
  }
  .gxs-4 .ui.container .content .mainbox ul.historylist li .item .textbox .btnbox a.more em {
    color: #fff;
    font-size: 18px;
  }
  .gxs-4 .ui.container .content .mainbox ul.historylist li .item .textbox .right {
    color: #fff;
  }
  .gxs-4 .ui.container .content .mainbox ul.historylist li .item .textbox .right .year {
    font-weight: 700;
    font-size: 140px;
    line-height: 1.5;
    width: 100%;
    text-align: right;
  }
  .gxs-4 .ui.container .content .mainbox ul.historylist li .item .textbox .right p {
    width: 100%;
    padding-left: 27px;
    line-height: 2;
    border-left: 2px solid #50e1e2;
  }
  .gxs-4 .ui.container .content .mainbox ul.historylist li .item .imgbox {
    width: 33%;
    border-radius: 0 0 45% 0;
    overflow: hidden;
  }
  .gxs-5 {
    position: relative;
    padding-top: 125px;
    padding-bottom: 145px;
    background: #fff;
  }
  .gxs-5 img.lt {
    position: absolute;
    top: 0;
    left: 0;
  }
  .gxs-5 img.rb {
    position: absolute;
    top: 0;
    right: 0;
  }
  .gxs-5 .ui.container {
    max-width: 1570px;
    text-align: center;
  }
  .gxs-5 .ui.container .top {
    position: relative;
  }
  .gxs-5 .ui.container .top .title {
    text-transform: uppercase;
    font-weight: 800;
  }
  .gxs-5 .ui.container a.more4 {
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    border-radius: 20px 0 0 0;
    border: 2px solid #eee;
    color: var(--base-color2);
    font-size: 16px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    margin: 0 auto;
  }
  .gxs-5 .ui.container a.more4 em {
    margin-right: 10px;
  }
  .gxs-5 .ui.container a.more4 img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gxs-5 .ui.container a.more4:hover {
    background: var(--base-color);
    color: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gxs-5 .ui.container a.more4:hover img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-filter: brightness(100);
    filter: brightness(100);
  }
  .gxs-5 .ui.container .main {
    margin-top: 100px;
    overflow: hidden;
    margin-bottom: 75px;
  }
  .gxs-5 .ui.container .main ul.newslist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gxs-5 .ui.container .main ul.newslist li {
    width: 25%!important;
  }
  .gxs-5 .ui.container .main ul.newslist li.swiper-slide-active {
    width: 50%!important;
  }
  .gxs-5 .ui.container .main ul.newslist li.swiper-slide-active .imgbox .text {
    border-radius: 30px 0 0 0 ;
    overflow: hidden;
  }
  .gxs-5 .ui.container .main ul.newslist li.swiper-slide-active .imgbox .text:before {
    opacity: 0.8;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gxs-5 .ui.container .main ul.newslist li .item {
    display: block;
  }
  .gxs-5 .ui.container .main ul.newslist li .item .imgbox {
    height: 450px;
    width: 100%;
    position: relative;
    display: block;
    background-size: cover!important;
  }
  .gxs-5 .ui.container .main ul.newslist li .item .imgbox .text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    max-width: 405px;
    padding: 20px 20px 50px 20px;
    border-radius: 20px 0 0 0;
    display: inline-block;
    text-align: left;
  }
  .gxs-5 .ui.container .main ul.newslist li .item .imgbox .text:hover:before {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #e5f4fb;
  }
  .gxs-5 .ui.container .main ul.newslist li .item .imgbox .text:hover .time {
    color: #000;
  }
  .gxs-5 .ui.container .main ul.newslist li .item .imgbox .text:hover .nname {
    color: #000;
  }
  .gxs-5 .ui.container .main ul.newslist li .item .imgbox .text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/news-text-bj.jpg) left center no-repeat;
    z-index: -1;
    background-size: cover;
    top: 0;
    left: 0;
  }
  .gxs-5 .ui.container .main ul.newslist li .item .imgbox .text .time {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
  }
  .gxs-5 .ui.container .main ul.newslist li .item .imgbox .text .time .day {
    font-size: 30px;
    font-weight: bold;
  }
  .gxs-5 .ui.container .main ul.newslist li .item .imgbox .text .nname {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    color: #fff;
    margin-top: 15px;
    height: 64px;
    overflow: hidden;
  }
  @-webkit-keyframes xz {
    form {
      -webkit-transform: rotateZ(0);
      transform: rotateZ(0);
    }
    to {
      -webkit-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
    }
  }
  @-moz-keyframes xz {
    form {
      -moz-transform: rotateZ(0);
      transform: rotateZ(0);
    }
    to {
      -moz-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
    }
  }
  @keyframes xz {
    form {
      -webkit-transform: rotateZ(0);
      -moz-transform: rotateZ(0);
      transform: rotateZ(0);
    }
    to {
      -webkit-transform: rotateZ(360deg);
      -moz-transform: rotateZ(360deg);
      transform: rotateZ(360deg);
    }
  }
  @-webkit-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }
  @-moz-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }
  @keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }
  .play2 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .play2::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: transparent;
    background: #fff;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
  }
  .play2::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: #fff;
    background: transparent;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
  }
  .mb-nav {
    position: relative;
    padding: 20px;
    display: none;
  }
  .mb-nav h5 {
    font-size: 24px;
    font-weight: bold;
    background: #7bc21f;
    color: #222;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .mb-nav h5:hover {
    color: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .mb-nav .catebox {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 99;
    background: #fff;
    display: none;
  }
  .mb-nav .catebox i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    z-index: 9999;
    font-size: 20px;
    padding: 20px;
  }
  .mb-nav .catebox i:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #7bc21f;
  }
  .mb-nav .catebox ul.catelist > li {
    margin: 5px 0;
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }
  .mb-nav .catebox ul.catelist > li ul.sub-menu {
    width: 100%;
  }
  .mb-nav .catebox ul.catelist > li ul.sub-menu li li {
    padding-left: 20px;
    margin: 5px;
    font-size: 14px;
    color: #000;
  }
  .mb-nav .catebox ul.catelist > li li a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .mb-nav .catebox ul.catelist > li li a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #7bc21f;
  }
  img[src=""],
  img:not([src]) {
    opacity: 0;
  }
  .seo_title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #seo_about ._box {
    margin: -15px;
  }
  #seo_about ._left,
  #seo_about ._right {
    padding: 15px;
  }
  #honor_list ul {
    margin: -15px;
  }
  #honor_list ul li {
    padding: 15px;
  }
  #news_list ul {
    margin: -15px;
  }
  #news_list ul li {
    padding: 15px;
  }
  #news_list ._time span {
    display: inline-block;
    padding: 5px;
  }
  #news_list ._time span._cate {
    color: #FFFFFF;
    background-color: #000000;
  }
  #news_list ._time span._date {
    background-color: #CCCCCC;
  }
  #news_list ._table {
    padding: 20px;
    border: 2px solid #CCCCCC;
  }
  .inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 800px;
  }
  .inner-banner .content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .inner-banner .content .ui.container .tit {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
  }
  .inner-banner .content .ui.container .mbx {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
  }
  .inner-banner .content .ui.container .mbx a:hover {
    color: var(--base-color);
  }
  .inner-page .tdec {
    position: relative;
    padding-bottom: 30px;
  }
  .inner-page .tdec:before {
    content: "";
    width: 90px;
    height: 5px;
    background: var(--base-color3);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .inner-page p {
    font-weight: 300;
    line-height: 2;
  }
  .inner-page .title {
    font-weight: 800;
    text-transform: uppercase;
  }
  .about-page .about-1 {
    padding-top: 130px;
    padding-bottom: 80px;
    background: url(../images/about-1left-bj.jpg) left bottom no-repeat #fff;
  }
  .about-page .about-1 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .ui.container .left {
    width: 30%;
    text-align: center;
  }
  .about-page .about-1 .ui.container .left .title {
    margin-bottom: 70px;
    display: inline-block;
  }
  .about-page .about-1 .ui.container .left .imgbox {
    position: relative;
    width: auto;
    margin: 0 auto;
  }
  .about-page .about-1 .ui.container .right {
    width: 65%;
  }
  .about-page .about-1 .ui.container .right .tit {
    color: #383838;
    line-height: 1.5;
    margin-bottom: 60px;
  }
  .about-page .about-1 .ui.container .right p {
    color: #636363;
    line-height: 30px;
    margin-bottom: 35px;
  }
  .about-page .about-1 .ui.container .right ul.data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about-page .about-1 .ui.container .right ul.data li {
    display: inline-block;
    text-align: center;
  }
  .about-page .about-1 .ui.container .right ul.data li p {
    margin: 10px 0;
    font-size: 15px;
  }
  .about-page .about-1 .ui.container .right ul.data li span {
    font-weight: 800;
    color: var(--base-color3);
    font-size: 48px;
  }
  .about-page .about-2 {
    padding: 140px 0;
    background: url(../images/ab-his-bj.jpg) center center no-repeat;
    background-size: cover;
  }
  .about-page .about-2 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .ui.container .yearmain {
    width: 75%;
  }
  .about-page .about-2 .ui.container .yearmain ul.year li .item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .ui.container .yearmain ul.year li .item .img-box {
    width: 50%;
  }
  .about-page .about-2 .ui.container .yearmain ul.year li .item .textbox {
    width: 50%;
  }
  .about-page .about-2 .ui.container .yearmain ul.year li .item .textbox p {
    width: 80%;
    color: #fff;
    line-height: 2;
    margin: 0 auto;
  }
  .about-page .about-2 .ui.container .yearbox {
    width: 25%;
    padding: 140px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .about-page .about-2 .ui.container .yearbox ul.yearlist {
    width: 100%;
    height: 86px;
  }
  .about-page .about-2 .ui.container .yearbox ul.yearlist .slick-list{
    overflow: unset;
  }
  .about-page .about-2 .ui.container .yearbox ul.yearlist li {
    height: 75px;
    line-height: 75px;
    width: 100%;
    font-weight: 300;
    font-size: 60px;
    opacity: 0.5;
    color: #fff;
    text-align: right;
    padding-right: 40px;
    position: relative;
  }
  .about-page .about-2 .ui.container .yearbox ul.yearlist li::before {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: var(--base-color3);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    opacity: 0;
  }
  .about-page .about-2 .ui.container .yearbox ul.yearlist .slick-current li {
    opacity: 1;
    font-size: 93px;
    font-weight: bold;
  }
  .about-page .about-2 .ui.container .yearbox ul.yearlist .slick-current li:before {
    opacity: 1;
  }
  .about-page .about-3 {
    padding-top: 154px;
    background: url(../images/ab-c-bj.jpg) bottom center no-repeat;
    background-size: cover;
  }
  .about-page .about-3 .ui.container {
    text-align: center;
    max-width: 1725px;
  }
  .about-page .about-3 .ui.container .title {
    font-weight: 800;
  }
  .about-page .about-3 .ui.container p {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .about-page .about-3 .ui.container .a3box ul.a3list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .about-page .about-3 .ui.container .a3box ul.a3list li {
    width: 18%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    cursor: pointer;
  }
  .about-page .about-3 .ui.container .a3box ul.a3list li.active {
    width: 36%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
  }
  .about-page .about-3 .ui.container .a3box ul.a3list li.active .item .textbox {
    opacity: 1;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
  }
  .about-page .about-3 .ui.container .a3box ul.a3list li .item {
    height: 600px;
    width: 100%;
    position: relative;
  }
  .about-page .about-3 .ui.container .a3box ul.a3list li .item .textbox {
    position: absolute;
    width: 100%;
    padding: 30px;
    left: 0;
    bottom: 50px;
    color: #fff;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0;
    text-align: left;
  }
  .about-page .about-3 .ui.container .a3box ul.a3list li .item .textbox .tit {
    font-weight: 700;
    margin-bottom: 15px;
  }
  .about-page .about-3 .ui.container .a3box ul.a3list li .item .textbox p {
    max-width: 400px;
  }
  .about-page .about-4 {
    padding: 118px 0;
    background: url(../images/ab-h-bj.jpg) center top no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .about-page .about-4 .ui.container {
    max-width: 1450px;
    text-align: center;
    position: relative;
    z-index: 3;
  }
  .about-page .about-4 .ui.container:before {
    content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 101%;
      left: 0;
      z-index: -1;
      margin-top: -46px;
      background: url("/prevail-telecom/2023/10/23/icon-about-4-ty.png") center top;
      background-size: 100% auto;
  }
  .about-page .about-4 .ui.container p {
    margin: 20px 0 60px 0 ;
  }
  .about-page .about-4 .ui.container ul.a4list {
    margin: 0 -38px;
    padding: 0 40px;
  }
  .about-page .about-4 .ui.container ul.a4list li {
    padding: 0 38px;
  }
  .about-page .about-4 .ui.container ul.a4list li .img-box {
    margin-bottom: 25px;
  }
  .about-page .about-4 .ui.container ul.a4list li .hname {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  }
  .about-page .about-5 {
    height: 720px;
    background: url(/prevail-telecom/2023/10/19/aksfg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .about-page .about-5 .content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
  }
  .about-page .about-5 .content .ui.container span.tag {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
  }
  .about-page .about-5 .content .ui.container .tit {
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin-top: 20px;
  }
  .about-page .about-5 .content .ui.container p {
    color: #fff;
    max-width: 710px;
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .about-page .about-6 {
    padding: 110px 0;
  }
  .about-page .about-6 .ui.container {
    text-align: center;
  }
  .about-page .about-6 .ui.container P {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .about-page .about-6 .ui.container ul.a6list {
    margin: 0 -15px;
  }
  .about-page .about-6 .ui.container ul.a6list li {
    padding: 15px;
  }
  .about-page .about-6 .ui.container ul.a6list li .item {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .about-page .about-6 .ui.container ul.a6list li .item .eqname {
    height: 60px;
    line-height: 60px;
  }
  .contact-page .contact-1 {
    padding: 105px 0;
    background: url(../images/news-icon-left.png) top left no-repeat #fff;
  }
  .contact-page .contact-1 .ui.container {
    max-width: 1590px;
    text-align: left;
  }
  .contact-page .contact-1 .ui.container .top {
    position: relative;
  }
  .contact-page .contact-1 .ui.container .main {
    margin-top: 90px;
    border-radius: 100px  100px 0 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .contact-page .contact-1 .ui.container .main ul li {
    /*border-right: 2px solid #e0e1e3;*/
    position: relative;
    height: 570px;
    box-shadow: -2px 0px 10px 0 rgba(0,0,0,0.2);
  }
  .contact-page .contact-1 .ui.container .main ul li:nth-child(1) img{
    position: relative;
    left: 60px;
  }
  .contact-page .contact-1 .ui.container .main ul li a.more6 {
    background: url(../images/contact-us-bj.png) center right no-repeat;
    background-size: cover;
    height: 42px;
    line-height: 42px;
    padding: 0 32px;
    border-radius: 21px 0 0 0;
    color: #fff;
    font-size: 16px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .contact-page .contact-1 .ui.container .main ul li a.more6:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000;
    color: #fff;
  }
  .contact-page .contact-1 .ui.container .main ul li .tit {
    position: absolute;
    top: 10%;
    left: 30px;
  }
  .contact-page .contact-1 .ui.container .main ul li p {
    font-weight: 400!important;
    max-width: 410px;
    position: relative;
    padding: 0 20px 30px;
    height: 137px;
    margin-top: -40px;
  }
  .contact-page .contact-2 {
    position: relative;
  }
  .contact-page .contact-2 .formbox {
    background: #fff;
    width: 575px;
    padding: 35px 20px 70px 20px;
    height: 605px;
    position: absolute;
    left: 9%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .contact-page .contact-2 .formbox .title {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 25px;
  }
  .contact-page .contact-2 .formbox form ul {
    width: 100%;
  }
  .contact-page .contact-2 .formbox form ul li {
    margin-bottom: 20px;
  }
  .contact-page .contact-2 .formbox form ul li input[type="text"] {
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    color: #000;
    font-size: 17px;
    background: #f7f7f7;
    border: none;
  }
  .contact-page .contact-2 .formbox form ul li input[type="text"]::-webkit-input-placeholder {
    color: #666;
  }
  .contact-page .contact-2 .formbox form ul li input[type="text"]:-moz-placeholder {
    color: #666;
  }
  .contact-page .contact-2 .formbox form ul li input[type="text"]::-moz-placeholder {
    color: #666;
  }
  .contact-page .contact-2 .formbox form ul li input[type="text"]:-ms-input-placeholder {
    color: #666;
  }
  .contact-page .contact-2 .formbox form ul li input[type="text"]::placeholder {
    color: #666;
  }
  .contact-page .contact-2 .formbox form ul li textarea {
    width: 100%;
    height: 125px;
    font-size: 17px;
    line-height: 2;
    padding: 20px ;
    background: #f7f7f7;
    border: none;
  }
  .contact-page .contact-2 .formbox form ul li input[type="submit"] {
    height: 52px;
    line-height: 52px;
    padding: 0 55px;
    background: var(--base-color);
    color: #fff;
    font-size: 18px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .contact-page .contact-2 .formbox form ul li input[type="submit"]:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000;
  }
  .product-yd-page .catebox {
    padding: 120px 0;
  }
  .product-yd-page .catebox ul.catelist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f5f5f5;
    position: relative;
    transition: 0.3s all;
  }
  
  .product-yd-page .catebox ul.catelist li .text {
    padding: 20px 55px 20px 105px;
    color: #000;
  }
  .product-yd-page .catebox ul.catelist li .text .top {
    position: relative;
  }
  .product-yd-page .catebox ul.catelist li .text p{
    max-height: 96px;
    overflow-y: auto;
  
  }
  .product-yd-page .catebox ul.catelist li .text .top a.more7 {
    position: absolute;
    right: 0;
    width: 75px;
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    /*border: 2px dashed #dbdbdb;*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .product-yd-page .catebox ul.catelist li .text .top a.more7:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #dbdbdb;
    border-radius: 100%;
    left:0;
    top: 0;
   animation: xz 5s linear infinite;
    
  }
  .product-yd-page .catebox ul.catelist li .text .top a.more7:hover {
    width: 89px;
    height: 89px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .product-yd-page .catebox ul.catelist li .text .top a.more7 em {
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    background: #dbdbdb;
  }
  .product-yd-page .catebox ul.catelist li .text .title {
    font-weight: 800;
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 480px;
  }
  .product-yd-page .catebox ul.catelist li img.dec {
    position: absolute;
    bottom: 0;
    right: 0;
    filter: brightness(0.2);
    transition: 0.3s all;
  }
  .product-yd-page .catebox ul.catelist li:hover {
    background: var(--base-color3);
  }
  .product-yd-page .catebox ul.catelist li:nth-child(2n) img.dec {
    right: auto;
    left: 0;
  }
  .product-yd-page .catebox ul.catelist li:hover img.dec {
  
    filter: brightness(1);
    transition: 0.3s all;
  }
  .product-yd-page .catebox ul.catelist li:hover .left {
    float: right;
  }
  .product-yd-page .catebox ul.catelist li:hover .text {
    float: left;
    color: #fff;
  }
  .product-yd-page .catebox ul.catelist li:hover .text .top a.more7 {
    border-color: #fff;
  }
  .product-yd-page .catebox ul.catelist li:hover .text .top a.more7 em {
    color: var(--base-color);
    background: #fff;
  }
  .product-page .tit i {
    font-size: 18px;
    margin-left: 20px;
  }
  .product-page .nav-1 .ui.container {
    padding-top: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dbdbdb;
  }
  .product-page .nav-1 ul.navlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-page .nav-1 ul.navlist li a {
    line-height: 34px;
    height: 34px;
    padding: 0 34px;
    border-radius: 17px;
    color: #3B3B3B;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    display: inline-block;
    font-size: 14px;
  }
  .product-page .nav-1 ul.navlist li.active a,
  .product-page .nav-1 ul.navlist li:hover a {
    background: var(--base-color);
    color: #fff;
  }
  .product-page .nav-2 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
  }
  .product-page .nav-2 .ui.container .tit {
    display: inline-block;
    margin-right: 40px;
  }
  .product-page .nav-2 .ui.container .search-box form {
    height: 38px;
    width: 325px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px;
    border-radius: 19px;
    border: 1px solid #dbdbdb;
  }
  .product-page .nav-2 .ui.container .search-box form input[type="submit"] {
    width: 16px;
    height: 16px;
    background: url(../images/inner-seach-icon.png) center center no-repeat;
    border: none;
  }
  .product-page .nav-2 .ui.container .search-box form input[type="text"] {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    border: none;
    background: transparent;
    margin-right: 15px;
  }
  .product-page .productbox {
    padding-bottom: 50px;
  }
  .product-page .productbox ul.list li {
    padding: 10px;
    margin-bottom: 80px;
  }
  .product-page .productbox ul.list li .item {
    height: 525px;
    width: 100%;
    background: #f4f4f4;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  
  .product-page .productbox ul.list li .item img.logo {
    position: absolute;
    width: 114px;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    top: 20px;
    left: 15px;
  }
  h1.wanh1 {
      font-size: 20px;
      padding-bottom: 10px;
  }
  .product-page .productbox .product-content {
      padding-top: 50px;
  }
  .product-page .productbox ul.list li .item .pname {
    font-size: 18px;
    color: #000;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute;
    bottom: 25px;
    line-height: 1.8;
    text-align: left;
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  .product-page .productbox ul.list.system-application-scheme li .item{
    padding-top: 60px;
    height: auto!important;
    padding-bottom: 120px;
    
  
  }
  .product-page .productbox ul.list.system-application-scheme li .item .pname{
    max-height: 120px;
    overflow-y: auto;
  }
  .product-page .productbox ul.list li .item:hover {
    background: var(--base-color3);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .product-page .productbox ul.list li .item:hover img.logo {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-filter: brightness(2);
    filter: brightness(2);
  }
  .product-page .productbox ul.list li .item:hover .pname {
    color: #fff;
  }
  .prodet-page .prodet-1 {
    padding: 90px 0;
  }
  .prodet-page .prodet-1 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-1 .ui.container .imgs {
    padding-right: 20px;
  }
  .prodet-page .prodet-1 .ui.container .imgs .imgb {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-1 .ui.container .imgs .imgb ul li {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .imgs .imgb ul li a {
    width: 100%;
    height: 600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9f9f9;
  }
  .prodet-page .prodet-1 .ui.container .imgs .imgg {
    position: relative;
    padding: 0 115px;
  }
  .prodet-page .prodet-1 .ui.container .imgs .imgg span {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: #e3e3e3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
  }
  .prodet-page .prodet-1 .ui.container .imgs .imgg span:hover {
    background: var(--base-color);
  }
  .prodet-page .prodet-1 .ui.container .imgs .imgg span.slick-prev {
    left: 25px;
  }
  .prodet-page .prodet-1 .ui.container .imgs .imgg span.slick-next {
    right: 25px;
  }
  .prodet-page .prodet-1 .ui.container .imgs .imgg ul {
    margin: 0 -10px;
  }
  .prodet-page .prodet-1 .ui.container .imgs .imgg ul li {
    padding: 0 10px;
  }
  .prodet-page .prodet-1 .ui.container .imgs .imgg ul li a {
    background: #f9f9f9;
    height: 135px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
  }
  .prodet-page .prodet-1 .ui.container .imgs .imgg ul li a img {
    width: auto;
  }
  .prodet-page .prodet-1 .ui.container .right {
    padding-left: 70px;
    padding-top: 0px;
  }
  .prodet-page .prodet-1 .ui.container .right .title {
    line-height: 1.8;
    max-width: 480px;
  }
  .prodet-page .prodet-1 .ui.container .right p {
    line-height: 2;
    max-width: 680px;
    margin: 40px 0;
  }
  .prodet-page .prodet-1 .ui.container .right a {
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    font-size: 16px;
    color: #fff;
    background: var(--base-color3);
    display: inline-block;
  }
  .prodet-page .prodet-1 .ui.container .right a:hover {
    background: var(--base-color);
  }
  .prodet-page .prodet-2 .top ul.tabheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    background: #f9f9f9;
  }
  .prodet-page .prodet-2 .top ul.tabheader li {
    height: 64px;
    line-height: 64px;
    padding: 0 25px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
  }
  .prodet-page .prodet-2 .top ul.tabheader li.active,
  .prodet-page .prodet-2 .top ul.tabheader li:hover {
    color: #fff;
    background: var(--base-color3);
  }
  .prodet-page .prodet-2 .bottom {
    margin-top: 55px;
    background: #f3f3f3;
    padding: 50px 0;
        line-height: 30px;
  }
  .prodet-page .prodet-2 .bottom ul li .content table{
    max-height: 300px;
    overflow-y: scroll;
  }
  .prodet-page .prodet-2 .bottom ul li .content table td,
  .prodet-page .prodet-2 .bottom ul li .content table th{
    text-align: center;
  }
  .download-page{
    padding-top: 85px;
  }
  .download-page .ui.container {
    max-width: 1440px;
    padding: 115px 0;
  }
  .download-page .ui.container ul {
    margin: 0 -45px;
  }
  .download-page .ui.container ul li {
    padding: 45px;
  }
  .download-page .ui.container ul li .item {
    padding: 15px;
    background: #e9e9e9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .download-page .ui.container ul li .item .img-box {
    width: 40%;
  }
  .download-page .ui.container ul li .item .text {
    width: 55%;
  }
  .download-page .ui.container ul li .item .text p {
    margin-top: 15px;
    margin-bottom: 85px;
  }
  .download-page .ui.container ul li .item .text .btnbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .download-page .ui.container ul li .item .text .btnbox a {
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    background: var(--base-color);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .download-page .ui.container ul li .item .text .btnbox a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background-color: var(--base-color2);
  }
  .download-page .ui.container ul li .item .text .btnbox a:nth-child(2) {
    margin-left: 5px;
  }
  .download-page .ui.container ul li .item .text .btnbox a i {
    margin-right: 5px;
  }
  .solu-page {
    background: #f5f5f5;
  }
  .solu-page .ui.container {
    padding: 110px 0;
  }
  .solu-page .ui.container ul {
    margin: 0 -15px;
  }
  .solu-page .ui.container ul li {
    padding: 25px  15px;
  }
  .solu-page .ui.container ul li .item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 50px;
    border-radius: 5px;
  }
  .solu-page .ui.container ul li .item:hover span {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: var(--base-color);
  }
  .solu-page .ui.container ul li .item:hover span img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-filter: brightness(20);
    filter: brightness(20);
  }
  .solu-page .ui.container ul li .item:hover .sname {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    color: var(--base-color);
  }
  .solu-page .ui.container ul li .item span {
    width: 110px;
    height: 110px;
    min-width: 110px;
    margin-right: 20px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #aaa;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .solu-page .ui.container ul li .item span img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
  }
  .solu-page .ui.container ul li .item .sname {
    color: #808080;
    line-height: 2;
    text-transform: uppercase;
    font-weight: 400;
    font-weight: 700;
  }
  .sodet-page {
    padding: 100px 0;
  }
  .sodet-page .sodet-1 .ui.container {
    border-bottom: 1px solid #aaa;
  }
  .sodet-page .sodet-1 .ui.container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .sodet-page .sodet-1 .ui.container ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    position: relative;
    padding-bottom: 30px;
  }
  .sodet-page .sodet-1 .ui.container ul li:hover:before,
  .sodet-page .sodet-1 .ui.container ul li.active:before {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    width: 80px;
  }
  .sodet-page .sodet-1 .ui.container ul li:before {
    content: "";
    width: 0px;
    height: 2px;
    position: absolute;
    left: 10px;
    bottom: 0;
    background: var(--base-color);
  }
  .sodet-page .sodet-1 .ui.container ul li span {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #aaa;
    margin-right: 10px;
    border-radius: 100%;
    min-width: 80px;
  }
  .sodet-page .sodet-1 .ui.container ul li span img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
  }
  .sodet-page .sodet-2 {
    padding: 45px 0;
  }
  .sodet-page .sodet-2 .ui.container ul.solist2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -25px;
  }
  .sodet-page .sodet-2 .ui.container ul.solist2 li {
    display: inline-block;
    padding: 0 25px;
  }
  .sodet-page .sodet-2 .ui.container ul.solist2 li a {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 18px;
    background: #e5e5e5;
    color: #6d6d6d;
    border-radius: 25px;
    display: inline-block;
    font-weight: 500;
  }
  .sodet-page .sodet-2 .ui.container ul.solist2 li a:hover,
  .sodet-page .sodet-2 .ui.container ul.solist2 li a.active {
    color: #fff;
    background: var(--base-color);
  }
  .sodet-page .sodet-3 .content {
    padding: 50px 0;
  }
  .sodet-page .sodet-3 .bottom .textbox {
    margin-bottom: 30px;
  }
  .sodet-page .sodet-3 .bottom .textbox .tit.tdec {
    padding-bottom: 10px;
  }
  .sodet-page .sodet-3 .bottom .textbox p {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 300;
  }
  .news-page {
    position: relative;
    padding: 55px 0;
  }
  .news-page .bj {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .news-page .bj .ui.container {
    height: 100%;
  }
  .news-page .bj i {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #eee;
    left: 0;
    left: 33.33%;
  }
  .news-page .bj i:nth-child(2) {
    left: 66.66%;
  }
  .news-page .newsbox {
    position: relative;
  }
  .news-page .newsbox:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #eee;
    left: 0;
    top: 50%;
    position: absolute;
  }
  .news-page .newsbox .ui.container ul.newslist {
    margin: 0 -32px;
  }
  .news-page .newsbox .ui.container ul.newslist li {
    padding: 55px 32px;
  }
  .news-page .newsbox .ui.container ul.newslist li .item .img-box {
    position: relative;
  }
  .news-page .newsbox .ui.container ul.newslist li .item .img-box span.cat {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 48px;
    display: inline-block;
    line-height: 48px;
    background: url(../images/contact-us-bj.png) center center no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    border-radius: 24px 0 0 0;
  }
  .news-page .newsbox .ui.container ul.newslist li .item .bottom {
    padding-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-page .newsbox .ui.container ul.newslist li .item .bottom span.time {
    width: 75px;
  }
  .news-page .newsbox .ui.container ul.newslist li .item .bottom span.time .day {
    font-size: 72px;
    line-height: 1;
    font-weight: bold;
  }
  .news-page .newsbox .ui.container ul.newslist li .item .bottom span.time p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
  }
  .news-page .newsbox .ui.container ul.newslist li .item .bottom .main {
    padding-left: 20px;
  }
  .news-page .newsbox .ui.container ul.newslist li .item .bottom .main .title {
    line-height: 1.5;
  }
  .news-page .newsbox .ui.container ul.newslist li .item .bottom .main .title a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .news-page .newsbox .ui.container ul.newslist li .item .bottom .main .title a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--base-color);
  }
  .news-page .newsbox .ui.container ul.newslist li .item .bottom .main p {
    margin-top: 25px;
    font-weight: 400;
  }
  .m-page {
    width: 100%;
  }
  .m-page .wp-pagenavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-page .wp-pagenavi span,
  .m-page .wp-pagenavi a {
    width: 47px;
    height: 47px;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7f7f7f;
    font-size: 18px;
    margin: 0 5px;
    cursor: pointer;
  }
  .m-page .wp-pagenavi span:hover,
  .m-page .wp-pagenavi a:hover {
    background: var(--base-color);
    color: #fff;
  }
  .m-page .wp-pagenavi span {
    background: var(--base-color);
    color: #fff;
  }
  .backtops {
    width: 87px;
    height: 87px;
    border-radius: 100%;
    background: url(../images/more-yuan-bj.png) center center no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    margin-top: -43.5px;
    right: 5%;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    text-transform: uppercase;
    cursor: pointer;
  }
  .backtops:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000;
  }
  .font-48 {
    font-size: 48px;
  }
  .font-50 {
    font-size: 50px;
  }
  .font-36 {
    font-size: 36px;
  }
  .font-33 {
    font-size: 33px;
  }
  @media screen and (max-width: 1600px) {
    .gxs-2 .navbox{
      position: relative;
      left: 0;
      right: auto;
      width: 100%;
    }
  }
  @media screen and (max-width: 1400px) {
    .gxs-1 .ui.container .left .data ul li span {
      font-size: 36px;
    }
    .font-24 {
      font-size: 20px;
    }
    .font-38 {
      font-size: 26px;
    }
    .gxs-3 .ui.container .main .column .item .textbox .sname {
      font-size: 20px;
    }
    .gxs-4 .ui.container .content .mainbox {
      position: relative;
      top: 120px;
    }
  }
  @media screen and (max-width: 1200px) {
    .font-50 {
      font-size: 32px;
    }
    .gxs-2 .top .ui.container .left {
      width: 100%;
    }
    .gxs-2 .top .ui.container .right {
      width: 100%;
    }
    .gxs-2 .top .ui.container {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .gxs-2 .top .ui.container .left p {
      max-width: none;
    }
    .gxs-3 .ui.container .main .column .item .textbox .sname {
      font-size: 16px;
    }
    .gxs-4 .ui.container .content .mainbox {
      position: relative;
      top: 225px;
    }
    .gxs-4 .ui.container .content .mainbox ul.historylist li .item .textbox .right .year {
      font-size: 100px;
    }
  }
  @media screen and (max-width: 1000px) {
    .inner-banner {
      margin-top: 40px;
    }
    .gxs-1 .ui.container .right .imgbox a.more {
      position: absolute;
      bottom: -20px;
      left: 10%;
    }
    .font-50 {
      font-size: 24px;
    }
    .gxs-1 .ui.container .left .data ul li span {
      font-size: 24px;
    }
    .gxs-4 .ui.container .content .mainbox {
      position: relative;
      top: 350px;
    }
    .gxs-5 .ui.container .main ul.newslist li {
      width: 100%!important;
    }
    .gxs-5 .ui.container .main ul.newslist li.swiper-slide-active {
      width: 100%!important;
    }
    .gxs-2{
      height: auto;
    }
  }
  @media screen and (max-width: 800px) {
    .mb-nav {
      display: none;
    }
    .font-48 {
      font-size: 32px;
    }
    .gxs-1 {
      padding: 20px 0;
      background: #fff;
    }
    .gxs-1 .ui.container .left {
      width: 100%;
      padding-right: 0;
    }
    .gxs-1 .ui.container .right {
      padding-left: 0;
      width: 100%;
    }
    .gxs-2 .top .ui.container .right {
      display: none;
    }
    .gxs-2 .bottom {
      width: 100%;
    }
    .gxs-4 .ui.container .content .mainbox ul.historylist li .item .textbox {
      width: 100%;
      padding-left: 200px;
      position: relative;
    }
    .gxs-4 .ui.container .content .mainbox ul.historylist li .item .imgbox {
      display: none;
    }
    .gxs-2 .navbox ul{
      flex-wrap: wrap;
    }
     .gxs-2 .navbox ul li{
       margin-top: 15px;
     }
  }
  @media screen and (max-width: 600px) {
    .gxs-3 .ui.container .main .column {
      padding: 0 38px;
      width: 100%;
    }
    .font-48 {
      font-size: 20px;
    }
    .gxs-1 .ui.container .left .data ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .gxs-1 .ui.container .left .data ul li {
      width: 100%;
    }
    .gxs-1 .ui.container .left .imgbox {
      display: none;
    }
    .font-38 {
      font-size: 20px;
    }
    .gxs-4 {
      display: none;
    }
    .gxs-5 {
      padding: 20px 0;
    }
    .gxs-3 .ui.container .main .column.left>img{
      left: 0;
    }
    .gxs-3 .ui.container .main{
      padding-left: 0;
    }
  }
  @media screen and (max-width: 500px) {
  #footer .footer-main .ui.container .main .infox{
    width: 100%;
  }
  #footer .footer-main .ui.container .main .formbox{
    width: 100%;
    max-width: none;
  }
  }
  @media screen and (max-width: 1400px) {
    .inner-banner {
      height: 600px;
    }
    .font-40 {
      font-size: 24px;
    }
    .font-32 {
      font-size: 24px;
    }
    .about-page .about-2 .ui.container .yearbox ul.yearlist li {
      font-size: 50px;
    }
    .about-page .about-2 .ui.container .yearbox ul.yearlist li::before {
      display: none;
    }
    .about-page .about-2 .ui.container .yearbox ul.yearlist .slick-current li {
      font-size: 64px;
    }
  }
  @media screen and (max-width: 1000px) {
    .inner-banner {
      height: 300px;
    }
    .about-page .about-1 .ui.container .right ul.data {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-1 .ui.container .right ul.data li {
      width: 50%;
    }
    .about-page .about-1 .ui.container {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  @media screen and (max-width: 700px) {
    .about-page .about-2 .ui.container .yearmain ul.year li .item .img-box {
      width: 100%;
    }
    .about-page .about-2 .ui.container .yearmain ul.year li .item .textbox {
      width: 100%;
    }
    .about-page .about-2 .ui.container .yearmain {
      width: 100%;
    }
    .about-page .about-2 .ui.container .yearbox {
      width: 100%;
    }
    .about-page .about-3 .ui.container .a3box ul.a3list li {
      width: 100%;
    }
    .about-page .about-3 .ui.container .a3box ul.a3list li .item {
      width: 100vw;
    }
    .about-page .about-1 .ui.container .left {
      width: 100%;
    }
    .about-page .about-1 .ui.container .right {
      width: 100%;
    }
    .about-page .about-3 .ui.container .a3box ul.a3list li .item {
      height: 300px;
    }
  }
  @media screen and (max-width: 1000px) {
    .contact-page .contact-1 .ui.container .main ul li p {
      left: 0;
      padding: 0 15px;
    }
    .contact-page .contact-1 .ui.container .main ul li {
      height: auto;
    }
    .font-20 {
      font-size: 14px;
    }
    .contact-page .contact-1 .ui.container .main ul li {
      height: 450px;
  }
  }
  @media screen and (max-width: 700px) {
    .contact-page .contact-2 .formbox {
      position: relative;
      top: 0;
      left: 5%;
      width: 90%;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  @media screen and (max-width: 500px) {
     .contact-page .contact-1 .ui.container .main ul li {
      height:auto;
  }
  }
  @media screen and (max-width: 1400px) {
    .font-33 {
      font-size: 22px;
    }
    .product-yd-page .catebox ul.catelist li .text .top {
      padding-right: 70px;
    }
    .product-yd-page .catebox ul.catelist li .text p {
      max-height: 150px;
      overflow-y: scroll;
    }
    .product-yd-page .catebox ul.catelist li .text {
      padding: 20px;
    }
    .product-page .productbox ul.list li .item {
      height: 400px ;
    }
    .prodet-page .prodet-1 .ui.container .imgs .imgg {
      padding: 0 75px;
    }
    .prodet-page .prodet-1 .ui.container .right {
      width: 50%;
    }
    .prodet-page .prodet-2 .top ul.tabheader {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto;
    }
    .font-36 {
      font-size: 24px;
    }
    .product-page .nav-1 ul.navlist {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .product-page .nav-2 .ui.container {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .product-page .nav-2 .ui.container .search-box form {
      width: 100%;
    }
  }
  @media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .ui.container .imgs .imgg ul li a {
      padding: 5px 0;
      height: auto;
    }
    .prodet-page .prodet-1 .ui.container .right {
      padding-left: 20px;
      padding-top: 90px;
    }
  }
  @media screen and (max-width: 700px) {
    .product-yd-page .catebox ul.catelist li:nth-child(2n) {
      -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
    }
    .product-yd-page .catebox ul.catelist li .left {
      width: 100%;
    }
    .product-yd-page .catebox ul.catelist li .text {
      width: 100%;
    }
    .font-16 {
      font-size: 14px;
    }
    .font-33 {
      font-size: 18px;
    }
    .prodet-page .prodet-1 .ui.container .right {
      width: 100%;
    }
    .prodet-page .prodet-1 .ui.container .imgs{
      width: 100%;
      padding-right: 0;
    }
  }
  @media screen and (max-width: 1400px) {
    .download-page .ui.container ul li .item .text .btnbox {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .download-page .ui.container ul li .item .text .btnbox a:nth-child(2) {
      margin-left: 0px;
      margin-top: 20px;
    }
    .download-page .ui.container ul li .item .text p {
      margin-bottom: 20px;
    }
    .solu-page .ui.container ul li .item span {
      width: 80px;
      height: 80px;
      min-width: 80px;
    }
    .sodet-page .sodet-1 .ui.container ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .sodet-page .sodet-1 .ui.container ul li {
      width: 25%;
    }
    .sodet-page .sodet-2 .ui.container ul.solist2 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .sodet-page .sodet-2 .ui.container ul.solist2 li {
      margin-bottom: 20px;
    }
  }
  @media screen and (max-width: 1000px) {
    .news-page .newsbox .ui.container ul.newslist li {
      width: 50%;
    }
    .news-page .bj {
      display: none;
    }
    .news-page .newsbox:before {
      display: none;
    }
    .solu-page .ui.container ul li {
      width: 50%;
    }
    .sodet-page .sodet-1 .ui.container ul li {
      width: 33.33;
    }
  }
  @media screen and (max-width: 1000px) {
    .news-page .newsbox .ui.container ul.newslist li {
      width: 100%;
    }
    .solu-page .ui.container ul li {
      width: 100%;
    }
    .download-page .ui.container ul li .item {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .download-page .ui.container ul li .item .img-box {
      width: 100%;
    }
    .download-page .ui.container ul li .item .text {
      width: 100%;
    }
    .sodet-page .sodet-1 .ui.container ul li {
      width: 50%;
    }
    .sodet-page .sodet-2 .ui.container ul.solist2 li a {
      font-size: 14px;
    }
    .download-page .ui.container ul li .item .text .btnbox{
      flex-direction: column;
      align-items: flex-start;
    }
  }
  @media screen and (max-width: 500px) {
    .sodet-page .sodet-1 .ui.container ul li {
      width: 100%;
    }
  }
  
  .newdet-page {
      padding-bottom: 10rem;
  }
  .newdet-page .newdet-1 {
      box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
      background: #fff;
      padding: 50px;
      margin: 50px 0;
  }
  .newdet-page .newdet-1 .top{
      border-radius: 40px;
  }
  .newdet-page .newdet-1 .top img{
      border-radius: 25px 25px 0px 0px;
      width: 100%;
  }
  .newdet-page .newdet-1 .top h1{
      margin: 2rem 0 2rem;
      font-size: 28px;
      line-height: 32px;
      color: #000000;
      font-weight: 700;
  }
  @-webkit-keyframes bjwave {
    from {
      background-position-x: 0;
    }
    100% {
      background-position-x: 1437px;
    }
  }
  @-moz-keyframes bjwave {
    from {
      background-position-x: 0;
    }
    100% {
      background-position-x: 1437px;
    }
  }
  @keyframes bjwave {
    from {
      background-position-x: 0;
    }
    100% {
      background-position-x: 1437px;
    }
  }
  @-webkit-keyframes bjwave2 {
    from {
      background-position-x: 0;
      -webkit-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1);
    }
    25% {
      -webkit-transform: translateY(-100px) scale(1.1);
      transform: translateY(-100px) scale(1.1);
    }
    75% {
      -webkit-transform: translateY(-100px) scale(0.9);
      transform: translateY(-100px) scale(0.9);
    }
    100% {
      background-position-x: 1920px;
    }
  }
  @-moz-keyframes bjwave2 {
    from {
      background-position-x: 0;
      -moz-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1);
    }
    25% {
      -moz-transform: translateY(-100px) scale(1.1);
      transform: translateY(-100px) scale(1.1);
    }
    75% {
      -moz-transform: translateY(-100px) scale(0.9);
      transform: translateY(-100px) scale(0.9);
    }
    100% {
      background-position-x: 1920px;
    }
  }
  @keyframes bjwave2 {
    from {
      background-position-x: 0;
      -webkit-transform: translateY(0) scale(1);
      -moz-transform: translateY(0) scale(1);
      transform: translateY(0) scale(1);
    }
    25% {
      -webkit-transform: translateY(-100px) scale(1.1);
      -moz-transform: translateY(-100px) scale(1.1);
      transform: translateY(-100px) scale(1.1);
    }
    75% {
      -webkit-transform: translateY(-100px) scale(0.9);
      -moz-transform: translateY(-100px) scale(0.9);
      transform: translateY(-100px) scale(0.9);
    }
    100% {
      background-position-x: 1920px;
    }
  }
  /*.geek_picking_goodstable {
      height: 420px;
      padding-right: 40px;
  }*/
      .seoPublic .title {
          font-size: 32px;
          font-weight: bold;
          line-height: 1.4;
          margin-bottom: 2em;
      }
  
      .seoPublic > div {
          padding: 60px 0;
      }
  
      .seoPublic > div:nth-child(odd) {
          background: #fafafa;
      }
  
      .seoPublic .Auxil-about .box {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
      }
  
      .seoPublic .Auxil-about .box .left {
          width: 40%;
      }
  
      .seoPublic .Auxil-about .box .left .img {
          height: 100%;
          background-size: cover;
          background-position: center center;
          display: block;
      }
  
      .seoPublic .Auxil-about .box .right {
          width: 60%;
          padding-left: 5%;
          padding-top: 20px;
          padding-bottom: 20px;
      }
  
      .seoPublic .Auxil-about .box .right div.h3 {
          font-size: 24px;
          font-weight: normal;
          line-height: 1.2;
          margin-bottom: 1em;
      }
  
      .seoPublic .Auxil-about .box .right .text {
          font-size: 16px;
          line-height: 1.8;
          color: #666;
          max-height: 400px;
          overflow: auto;
      }
  
      .seoPublic .Auxil-honor .list ul {
          margin: -10px;
      }
  
      .seoPublic .Auxil-honor .list ul li {
          padding: 10px;
      }
  
      .seoPublic .Auxil-honor .list ul li a {
          display: block;
      }
  
      .seoPublic .Auxil-honor .list ul li a img {
          width: 100%;
      }
  
      .seoPublic .Auxil-news .list ul {
          margin: -13px;
      }
  
      .seoPublic .Auxil-news .list ul li {
          padding: 13px;
      }
  
      .seoPublic .Auxil-news .list ul li a.img-box {
          display: block;
          height: 240px;
          background-size: cover;
          background-position: center center;
      }
  
      .seoPublic .Auxil-news .list ul li .content {
          margin-top: 30px;
      }
  
      .seoPublic .Auxil-news .list ul li .content div.h6 {
          font-size: 22px;
          line-height: 1.4;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
      }
  
      .seoPublic .Auxil-news .list ul li .content div.h6:hover {
          color: var(--color);
      }
  
      .seoPublic .Auxil-news .list ul li .content time {
          font-size: 14px;
          margin-top: .5em;
          display: block;
      }
  
      .seoPublic .Auxil-news .list ul li .content p {
          font-weight: 300;
          font-size: 16px;
          line-height: 30px;
          margin: 1em 0;
      }
  
      .seoPublic .Auxil-news .list ul li .content a.link {
          font-weight: 300;
          font-size: 16px;
          text-transform: uppercase;
          line-height: 1;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
          border-bottom: 1px solid transparent;
          display: inline-block;
      }
  
      .seoPublic .Auxil-news .list ul li .content a.link:hover {
          border-color: var(--color);
          color: var(--color);
      }
  
      .seoPublic .Auxil-form .form ul {
          margin: -10px;
      }
  
      .seoPublic .Auxil-form .form ul li {
          padding: 10px;
      }
  
      .seoPublic .Auxil-form .form ul li input,
      .seoPublic .Auxil-form .form ul li textarea {
          display: block;
          width: 100%;
          border: 1px solid #eee;
          font-size: 16px;
          padding: 8px 15px;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
      }
  
      .seoPublic .Auxil-form .form ul li textarea {
          height: 100px;
      }
  
      .seoPublic .Auxil-form .form ul li input:focus,
      .seoPublic .Auxil-form .form ul li textarea:focus {
          border-color: var(--color);
      }
  
      .seoPublic .Auxil-form .form ul li.wid-100 {
          width: 100%;
      }
  
      .seoPublic .Auxil-form .form ul li input[type="submit"] {
          width: auto;
          display: inline-block;
          padding-left: 25px;
          padding-right: 25px;
          background: var(--color);
          color: whitesmoke;
          border: none;
      }
  
      .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
          background: #222;
      }
  
      .seoPublic .seoIndustry .text {
          font-size: 16px;
          line-height: 1.8;
          color: #666;
      }
  
      .seoPublic .text a {
          color: var(--color);
      }
  
      .seoPublic .text a:hover {
          text-decoration: underline;
      }
  
      .seoPublic .Auxil-through {
          padding: 15px 0;
          background: none !important;
      }
  
      .seoPublic .Auxil-through a {
          display: inline-block;
          line-height: 40px;
          height: 40px;
          padding: 0 25px;
          font-size: 14px;
          color: black;
          border: 1px solid #eee;
          background: #f8f8f8;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
      }
  
      .seoPublic .Auxil-through a:hover {
          background: var(--color);
          color: white;
      }
  
      .seoPublic .Auxil-related .list ul {
          margin: -20px -25px;
      }
  
      .seoPublic .Auxil-related .list ul li {
          padding: 20px 25px;
      }
  
      .seoPublic .Auxil-related .list ul li .box {
          display: block;
          background: white;
          -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
          -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
          box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
      }
  
      .seoPublic .Auxil-related .list ul li .box a.img-box {
          display: block;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content {
          display: block;
          padding: 20px;
          text-align: center;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content div.h3 {
          font-size: 22px;
          color: #111;
          font-weight: 500;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
          color: var(--color);
      }
  
      .seoPublic .Auxil-related .list ul li .box .content p {
          display: block;
          font-size: 16px;
          color: #888;
          line-height: 1.6;
          font-weight: 400;
          margin: .5em 0;
          height: 4.8em;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content a.more {
          display: inline-block;
          vertical-align: middle;
          line-height: 40px;
          height: 40px;
          padding: 0 20px;
          border: 1px solid var(--color);
          font-size: 16px;
          font-weight: 700;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
          color: var(--color);
      }
  
      .seoPublic .Auxil-related .list ul li .box .content a.more i {
          margin-left: 5px;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
          color: white;
          background: var(--color);
      }
  
      @media screen and (max-width: 1400px) {
          .seoPublic .title {
              font-size: 28px;
              margin-bottom: 1.5em;
          }
  
          .seoPublic .Auxil-about .box .right div.title,
          .seoPublic .Auxil-related .list ul li .box .content div.h3 {
              font-size: 20px;
          }
  
          .seoPublic .Auxil-form .form ul li input,
          .seoPublic .Auxil-form .form ul li textarea,
          .seoPublic .Auxil-about .box .right .text,
          .seoPublic .Auxil-news .list ul li .content p,
          .seoPublic .seoIndustry .text,
          .seoPublic .Auxil-related .list ul li .box .content p {
              font-size: 14px;
          }
  
          .seoPublic .Auxil-news .list ul li .content div.h6 {
              font-size: 18px;
          }
  
          .seoPublic .Auxil-related .list ul li .box .content a.more {
              font-size: 14px;
              line-height: 34px;
              height: 34px;
              padding: 0 15px;
          }
  
          .seoPublic .Auxil-related .list ul li {
              padding: 15px;
          }
  
          .seoPublic .Auxil-related .list ul {
              margin: -15px;
          }
          .seoIndustry.Auxil-industry,
          .ui.container p.footwwan,
          .product-page .nav-1 .ui.container {
      display: none !important;
  }
  h1.wanh1 {
      font-size: 16px;
      line-height: 30px;
  }
  .newdet-page .newdet-1 {
      padding: 5px;
  }
  .newdet-page .newdet-1 .top h1 {
      font-size: 18px;
  }
      }
  
      @media screen and (max-width: 1000px) {
          .seoPublic .title {
              font-size: 24px;
              margin-bottom: 1em;
          }
  
          #cp-Nav {
              display: block;
          }
  
          #cp-Nav .nav {
              padding: 0 15px;
          }
  
          #cp-Nav .nav div.title {
              font-size: 18px;
              font-weight: bold;
              padding: 8px 10px;
              background: var(--color);
              border-radius: 5px;
              color: white;
          }
  
          #cp-Nav .nav i.mask {
              width: 100%;
              height: 100%;
              position: fixed;
              top: 0;
              left: 0;
              z-index: 230;
              background: rgba(0, 0, 0, 0.2);
          }
  
          #cp-Nav .nav > ul {
              display: none;
          }
  
          #cp-Nav .nav ul {
              position: fixed;
              top: 10%;
              max-height: 80%;
              left: 5%;
              width: 90%;
              padding: 20px;
              border-radius: 5px;
              background: white;
              z-index: 300;
              font-size: 16px;
              overflow: auto;
          }
  
          #cp-Nav .nav ul ul {
              padding: 0 10px;
              font-size: 14px;
              position: static;
              max-height: none;
              width: 100%;
              margin: 10px 0;
          }
  
          #cp-Nav .nav ul li a {
              display: block;
              padding: 5px 0;
              line-height: 28px;
          }
  
          .seoPublic .Auxil-about .box {
              display: block;
          }
  
          .seoPublic .Auxil-about .box .right {
              width: 100%;
              padding: 0;
              margin-top: 20px;
          }
  
          .seoPublic .Auxil-about .box .left {
              width: 100%;
              padding: 0;
          }
  
          .seoPublic .Auxil-about .box .left .img {
              height: 300px;
          }
  
          .seoPublic .Auxil-about .box .right div.h3 {
              font-size: 18px;
          }
  
          .seoPublic > div {
              padding: 30px 0;
          }
          .seoPublic .Auxil-about .box .right .text {
              max-height: none;
          }
      }
       @media screen and (max-width: 1000px) {
          .about-page .about-3{
        display: none;
      }
      .about-page .about-4 .ui.container:before{
        display: none;
      }
       } 
    @media screen and (max-width: 800px) {
     
      .about-page .about-4 .ui.container ul.a4list li .hname{
        display: none;
      }
      .prodet-page .prodet-1 .ui.container .imgs .imgb ul li a{
        height: auto;
      }
    }