/* 重置样式 */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools./css/reset/)
 * http:/./cssreset.com
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}

html,
body {
  width: 100%;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
}

body {
  line-height: 1;
  background: #f5f8ff;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-width: 1200px;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: inline-block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

/*隐藏*/
.dn {
  display: none;
}

img {
  object-fit: cover;
}

.view-container {
  margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
  .view-container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1280px) {
  .view-container {
    width: 1200px;
  }
}

@media only screen and (min-width: 1680px) {
  .view-container {
    width: 1440px;
  }
}

/* icon */
.search-icon {
  background-image: url('../images/search.png');
}

@font-face {
  font-family: "iconfont";
  /* Project id  */
  src: url('../iconfont/iconfont.ttf?t=1677564619242') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiangyoujiantou:before {
  content: "\e65f";
}

.icon-xiangzuojiantou:before {
  content: "\e660";
}

.icon-jinrujiantou:before {
  content: "\e8f1";
}

.icon-jiantou_xiangyou:before {
  content: "\eb08";
}

.swiper-pagination-bullet-active {
  background-clip: content-box !important;
}

.my-bullet {
  display: inline-block;
  width: 36px;
  height: 3px;
  background: #fff;
  background-clip: content-box;
  position: relative;
  margin: 0 2px;
  padding: 20px 0;
  cursor: pointer;
  transition: width .3s ease-out;
}

.project-item:hover img,
.partner-img:hover img,
.partner-logo:hover img {
  transform: scale(1.05);
}

/* 顶部开始 */
.yx-header-container {
  z-index: 999;
  position: fixed;
  width: 100%;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
}

.yx-header-container .yx-header-nav {
  position: relative;
  z-index: 1;
  height: 60px;
  display: flex;
  padding-left: 20px;
}

.yx-header-logo {
  margin-right: 32px;
  display: flex;
  align-items: center;
  font-size: 0;
}

.yx-header-left-nav {
  position: relative;
  flex: 1;
}

.yx-header-nav-list {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  height: 60px;
}

.yx-header-nav-list .nav-list-item {
  position: relative;
  flex-shrink: 0;
}

.nav-list-item::before {
  content: "";
  position: absolute;
  transition: all .3s ease;
  border-radius: 0;
  width: 0;
  left: 50%;
  border-bottom: 3px solid #2A82E4;
  bottom: 0;
  box-sizing: border-box;
}

.nav-list-item:hover::before {
  width: 100%;
  left: 0;
}

.nav-list-item>a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #16181a;
  line-height: 60px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 10px;
}

/* 顶部栏右边 */
.yx-header-right-nav {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}

.yx-nav-search-warp {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 24px;
  width: 280px;
}

.nav-search {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, .7);
  padding: 0 40px 0 12px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  color: #98a3b7;
  line-height: 40px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  border: 1px solid rgba(155, 166, 183, .4);
  border-radius: 2px;
}

.nav-search:hover {
  background: #f7f9fb;
}

.nav-search-btn {
  position: absolute;
  right: 10px;
  top: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 0;
  line-height: 36px;
  height: 36px;
  background: transparent;
  border-width: 0;
  cursor: pointer;
}

.search-i {
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
}

/* 轮播区域 */
.yx-swiper-container {
  width: 100%;
  height: 540px;
  overflow: hidden;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 540px;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #ff6a00;
  background-clip: content-box;
  width: 48px;
}

.swiper-pagination {
  box-sizing: border-box;
  padding-left: 120px;
  text-align: left !important;
  bottom: 120px !important;
}

/* 轮播图结束 */
.yx-swiper-bottom-warp {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, .8);
  z-index: 999;
}

.bottom-list {
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  display: flex;
}

.bottom-list-item {
  cursor: pointer;
  text-align: center;
  padding: 20px 0;
  padding-top: 25px;
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  transition: all .2s ease-in-out;
}

.bottom-list-item:hover {
  background: rgb(255 255 255 / 35%);
}

.bottom-item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000000;
}

.bottom-list-item:hover .bottom-item-title {
  color: #2A82E4;
}

.bottom-item-desc {
  font-size: 12px;
  font-weight: 400;
  color: #A6A6A6;
}

/* 关于跃讯 */
.yx-main-about {
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 40px;
}

.box-title {
  text-align: center;
  font-size: 32px;
  padding: 50px 0;
}

.about-content {
  font-size: 16px;
  color: #000000;
  line-height: 2;
}

.box-desc-herf {
  text-align: center;
  padding: 0 0 40px 0;
}

.box-desc-herf a {
  font-size: 14px;
  color: #2A82E4;
}

.box-desc-herf a i {
  vertical-align: bottom;
  transition: all .2s;
  display: inline-block;
  font-weight: bold;
}

.box-desc-herf a:hover i {
  transform: translateX(8px);
}

/* 跃讯动态 */
.yx-news-container {
  width: 100%;
  height: 908px;
  position: relative;
}

.yx-news-container .bg {
  content: "";
  width: 100%;
  height: 908px;
  position: absolute;
  background-image: url('../images/ceshi1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: .2;
  top: 0;
  z-index: -2;
}

/* .yx-news-container::before {
  content: "";
  width: 100%;
  height: 908px;
  position: absolute;
  background-image: url('./images/ceshi1.png');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  top: 0;
  z-index: -2;
} */

.yx-news-container::after {
  content: "";
  width: 100%;
  height: 908px;
  position: absolute;
  background-color: #2A82E4;
  opacity: .1;
  top: 0;
  z-index: -1;
}

.news-mySwiper {
  height: 540px;
  position: relative;
}

.swiper-news-item {
  display: flex;
}

.swiper-img {
  flex: 1;
  height: 540px;
  overflow: hidden;
  cursor: pointer;
  background:#f1f1f1;
}

.swiper-img img {
  width: 100%;
  height: 100%;
}

.swiper-text {
  width: 370px;
  position: relative;
  padding: 80px 60px 0 60px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.swiper-text-num {
  display: inline-block;
  width: 73px;
  height: 47px;
  line-height: 47px;
  margin-bottom: 60px;
  text-align: center;
  border: 1px solid #E5E5E5;
}

.swiper-text-num span {
  font-size: 20px;
  font-weight: 400;
}

.swiper-text-title {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  cursor: pointer;
  line-height: 1.2;
}

.swiper-text-title:hover {
  color: #2A82E4;
}

.swiper-text-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #999999;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.swiper-text-date {
  font-size: 14px;
  text-align: right;
  color: #000000;
}

.swiper-arow {
  display: inline-block;
  width: 80px;
  height: 40px;
  display: flex;
  text-align: center;
  border: 1px solid #383838;
  color: #383838;
  box-sizing: border-box;
  position: absolute;
  bottom: 90px;
  z-index: 999;
}

.swiper-arow>a {
  flex: 1;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000000;
  justify-content: center;
  cursor: pointer;
}

.swiper-arow .next-arow {
  background-color: #383838;
  color: #ffffff;
}

.news-choose-warp {
  display: flex;
  margin-top: 20px !important;
}

.news-choose-warp .news-choose-item {
  flex: 1;
  max-width: 180px;
  margin: 0 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  /* border: 1px solid transparent; */
}

.news-choose-warp .news-choose-item:hover {
  background: rgb(255 255 255 / 35%);
  transform: scale(1.05);
}

.news-choose-warp .active-choose {
  border-color: #383838;
}

.active-choose::after,
.active-choose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid #383838;
  transition: clip-path .5s ease-in-out;
}

.active-choose::after {
  clip-path: inset(0 110px 50px 0);
}

.active-choose::before {
  clip-path: inset(50px 0 0 110px);
}

.active-choose:hover::after,
.active-choose:hover::before {
  clip-path: inset(0 0 0 0);
}

.news-choose-item>p:first-child {
  font-size: 32px;
  color: #383838;
}

/* 典型案例 */
.project-warp {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.project-item {
  width: 32%;
  height: 470px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  transition: all 0.3s;
  background: #ffffff;
  cursor: pointer;
}

.project-item:hover {
  box-shadow: 0px 2px 8px -1px #8f96a3;
}

.projec-item-button {
  display: inline-block;
  width: 122px;
  height: 30px;
  line-height: 30px;
  border-radius: 6px;
  border: 1px solid #2A82E4;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  color: #2A82E4;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.project-item .projec-item-button {
  position: absolute;
  bottom: 20px;
  left: 10px;
}

.projec-item-button i {
  margin-left: 10px;
}

.projec-item-button:hover {
  color: #ffffff;
}

.projec-item-button::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #2A82E4;
  color: #ffffff;
  transition: all 0.3s;
}

.projec-item-button:hover::after {
  width: 100%;
  color: #ffffff;
}

.projec-item-button>a {
  color: #2A82E4;
  font-size: 14px;
}

.projec-item-button>a:hover {
  color: #ffffff;
}

.project-item-img {
  width: 100%;
  height: 260px;
}

.project-item-img img {
  width: 100%;
  height: 260px;
  transition: all .6s;
}

.project-item-title {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  padding: 10px;
  line-height: 1.5;
}

.project-item-desc {
  font-size: 14px;
  padding: 0 10px;
  color: #808080;
  line-height: 1.5;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.yx-fw-container {
  height: 268px;
  position: relative;
}

.yx-fw-container::before {
  content: "";
  width: 100%;
  height: 268px;
  position: absolute;
  background-image: url('../images/ceshi1.png');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .2;
  top: 0;
  z-index: -2;
}

.yx-fw-container::after {
  content: "";
  width: 100%;
  height: 268px;
  position: absolute;
  background-color: #2A82E4;
  opacity: .1;
  top: 0;
  z-index: -1;
}

.fw-warp img {
  width: 100%;
}

/* 合作伙伴 */
.yx-partner-container {
  overflow: hidden;
}

.partner-swiper-warp {
  position: relative;
  margin-bottom: 20px;
}

.partner-mySwiper {
  height: 400px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

@media only screen and (max-width: 1439px) and (min-width: 1280px) {
  .partner-mySwiper {
    width: 1120px;
  }
}

@media only screen and (min-width: 1680px) {
  .partner-mySwiper {
    width: 1360px;
  }
}

.partner-item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
  background: #ffffff;
}

.partner-item .partner-img img {
  height: 178px;
  transition: all .3s;
}

.partner-item .partner-logo {
  position: absolute;
  width: 102px;
  height: 102px;
  top: 128px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  border-radius: 100%;
  z-index: 9999;
  transition: all .3s;
}

.partner-item .partner-logo img {
  width: 100%;
  height: 100%;
}

.partner-item .partner-desc {
  padding: 60px 30px 0px 30px;
  box-sizing: border-box;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
  margin-bottom: 30px;
  box-sizing: content-box;
}

.partner-item>p:last-of-type {
  padding-right: 20px;
  text-align: right;
}

.swiper-button-next-custom-honor {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: -50px;
  width: 40px;
  height: 40px;
  background-image: linear-gradient(0deg, #fff, #f3f5f8);
  border: 2px solid #fff;
  box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev-custom-honor {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: -50px;
  width: 40px;
  height: 40px;
  background-image: linear-gradient(0deg, #fff, #f3f5f8);
  border: 2px solid #fff;
  box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 解决方案 */
.solution-warp {
  height: 440px;
  margin-bottom: 40px;
}

.solution-item {
  position: relative;
  height: 440px;
  margin-top: 20px;
  background-color: #E5EEF8;
}

.solution-img {
  position: absolute;
  width: 720px;
  height: 440px;
  border-radius: 6px;
  top: -40px;
  left: 40px;
}

.solution-img img {
  width: 720px;
  height: 440px;
  border-radius: 6px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
}

.solution-content {
  margin-left: 760px;
  height: 440px;
  position: relative;
}

.solution-title {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  padding: 40px;
}

.solution-title::after {
  content: "";
  bottom: 0;
  left: 40px;
  position: absolute;
  background-color: #333333;
  width: 60px;
  height: 4px;
}

.solution-desc {
  padding: 40px;
  line-height: 1.5;
}

.solution-item-button {
  position: absolute;
  left: 50px;
  bottom: 140px;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #2A82E4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2A82E4;
  font-size: 14px;
  cursor: pointer;
}

.solution-item-button:hover i {
  transform: translateX(8px);
}

.solution-item-button i {
  display: inline-block;
  transition: all .2s;
}

.solution-mySwiper {
  position: relative;
}

.solution-mySwiper .solution-swiper-pagination {
  position: absolute;
  box-sizing: border-box;
  padding-right: 120px;
  text-align: right !important;
  bottom: 100px !important;
  z-index: 999;
}

.solution-bullet {
  display: inline-block;
  width: 12px;
  height: 6px;
  background: #B3D7FF;
  background-clip: content-box;
  position: relative;
  margin: 0 2px;
  cursor: pointer;
  transition: all .3s ease-out;
  border-radius: 5px;
}

.solution-mySwiper .swiper-pagination-bullet-active {
  width: 50px;
  height: 10px;
  border-radius: 27px;
  background: #2A82E4;
}

/* 联系我们 */
.yx-contact-container {
  background-color: #E5EEF8;
  height: 478px;
}

.contact-warp {
  display: flex;
  padding: 20px;
}

.desc-dq {
  display: inline-block;
  width: 72px;
  text-align-last: justify;
}

.contact-item {
  width: 350px;
  margin-right: 20px;
}

.contact-item-ditu {
  flex: 1;
  margin-right: 20px;
  height: 100%;
}

.contact-item-ditu img {
  width: 100%;
}

.contact-item-ditu:last-child {
  margin-right: 0;
}

.contact-item:last-child img {
  width: 100%;
}

.contact-item>p {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-item>div {
  margin-bottom: 10px;
  font-size: 16px;
  color: #4D4D4D;
}

/* 底部菜单 */
.yx-bottom-container {
  background: #333333;
  height: 178px
}

.bottom-warp {
  position: relative;
}

.bottom-content {
  display: flex;
  flex-direction: column;
}

.bottom-logo {
  margin-top: 40px;
  margin-bottom: 20px;
}

.bottom-link {
  margin-bottom: 20px;
  color: #A6A6A6;
}

.bottom-link>a {
  color: #A6A6A6;
  font-size: 14px;
  margin: 0 20px;
}

.bottom-link>a:first-of-type {
  margin-left: 0;
}

.bottom-desc {
  color: #A6A6A6;
  font-size: 14px;
}
.bottom-desc>a{
  color: #A6A6A6;
}
.bottom-desc>a:hover{
  color: #2A82E4;
}
.code-content {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
}

.code-item {
  width: 80px;
  height: 100px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}

.code-item .desc {
  color: #fff;
  background-color: #2A82E4;
  padding: 4px;
  font-size: 14px;
}

.code-item img {
  width: 80px;
  height: 80px;
}

.bottom-link a:hover {
  color: #2A82E4;
}

/* 富文本格式化 */
#rich-content {
  line-height: 1.5;
  min-height: 380px;
}

#rich-content img {
  max-width: 1200px;
}

#rich-content div[data-w-e-type="video"] {
  text-align: center;
}

#rich-content video {
  max-width: 840px;
}

video{
  max-width: 840px;
}

/* 分页组件 */
.posts-nav-wrap{
  text-align: center;
    width: 100%;
    height: 53px;
    margin: 20px 0 0 0;
    display: inline-block;
    clear: both;
    margin-bottom: 10px;
}
.posts-nav li {
  margin: 0 13px 0 0;
  display: inline-block;
  border-radius: 6px;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%);
}
.posts-nav li a {
  text-indent: -9999em;
  text-align: left;
  border-radius: 5px;
  border: 1px solid #dadada;
  display: inline-block;
  -moz-transition: all .20s ease-in-out;
  -webkit-transition: all .20s ease-in-out;
  transition: all .20s ease-in-out;
  cursor: pointer;
}
.posts-nav .next a {
  background: #ffffff url("../images/ico-pagination-arrow-next.png") no-repeat center;
  width: 100px;
  height: 53px;
  line-height: 53px;
  outline: none;
}
.posts-nav .previous a {
  width: 100px;
  height: 53px;
  line-height: 53px;
  background-color: #ffffff;
  background-image: url("../images/ico-pagination-arrow-previous.png");
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}
.hide-page-btn{
  display: none!important;
}
.posts-nav .next a:hover {
  text-decoration: none;
  background: #ffffff url("../images/ico-pagination-arrow-next.png") no-repeat 72px center;
}
.posts-nav .previous a:hover {
  text-decoration: none;
  background: #ffffff url("../images/ico-pagination-arrow-previous.png") no-repeat 12px center;
}