@charset "utf-8";
/**

深圳市国人伟业信息技术有限公司

http://www.grwy.cn/

**/

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

ol,
ul,
li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  font-size: 12px;
  font-family: inherit;
  margin: 0;
  outline: none;
  resize: none;
  border: none;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

html {
  verflow: -Scroll;
  overflow-x: hidden;
  zoom: 1;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
}

body {
  color: #555;
  font-size: 12px;
  line-height: 24px;
  font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

a {
  color: #555;
  text-decoration: blink !important;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

a:hover {
  color: #1074bc;
  text-decoration: blink !important;
}

:focus {
  outline: none;
}

/* CSS活动的公共样式 */

.fl {
  float: left;
}

.fr {
  float: right;
}

.grWidth {
  width: 1200px;
  margin: 0 auto;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb25 {
  margin-bottom: 25px;
}

.ce {
  text-align: center;
}

.hide {
  overflow: hidden;
}

.erp {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.center {
  text-align: center;
}

/* 头部 */

header.active {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: #fff;
}

.topbar {
  background: #1b1f23;
  height: 40px;
  line-height: 40px;
  color: #cacaca;
  overflow: hidden;
}

.topbar .fr {
  color: #fff;
}

.topbar .fr span {
  font-size: 18px;
  font-family: Century Gothic, Arial;
}

.header {
  height: 110px;
  line-height: 110px;
}

.header h1 {
  margin: 0;
}

.header h1 a {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-menu {
  font-size: 16px;
  margin-bottom: 0;
}

.nav-menu .m1 {
  float: left;
  position: relative;
  margin-left: 55px;
  z-index: 10;
}

.nav-menu .m1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.nav-menu .m1:last-child {
  background: none;
  padding-right: 0;
}

.nav-menu .m1 a {
  color: #333;
  position: relative;
}

.nav-menu .m1-a:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  background: #0076c3;
  width: 0;
  position: absolute;
  transition: all 0.3s;
}

.nav-menu li a:hover,
.nav-menu li .current {
  color: #0076c3;
}

.nav-menu .m1 > .m1-a:hover:before {
  width: 155px;
}

.nav-menu .m1 > .current:before {
  width: 100%;
}

.nav-menu .nav-menuSub {
  position: absolute;
  top: 110px;
  width: 190px;
  display: none;
  left: 0;
  background: rgba(0, 106, 183, 0.9);
  line-height: 35px;
}

.nav-menu .nav-menuSub li {
  font-size: 14px;
  border-bottom: 1px solid #2c8dbc;
  text-align: left;
  margin-left: 0;
}

.nav-menu .nav-menuSub li.other-li {
  float: none;
}

.nav-menu .nav-menuSub li.other-li a {
  padding: 0 2%;
  margin: 0 auto;
}

.nav-menu .m-pro {
  position: initial;
}

.nav-menu .nav-menuSub a {
  height: 35px;
  color: #fff;
  background: url("../images/n_icon.png") no-repeat right center;
  width: 96%;
  display: block;
  transition: all 0.3s;
  background-position-x: 95% !important;
  background-position-y: 50% !important;
}

.nav-menu .nav-menuSub a:hover {
  background: #005390 url("../images/n_icon.png") no-repeat right center;
  color: #fff;
  background-position-x: 95% !important;
  background-position-y: 50% !important;
}

/* 产品导航下拉 */
.nav-menu .nav-menuSub-pro {
  position: absolute;
  top: 110px;
  width: 155px;
  width: 100%;
  left: 0;
  top: 150px;
  padding: 0;
  display: none;
  background: none;
  z-index: 10;
  line-height: 35px;
}

.nav-menu .nav-menuSub-pro .box {
  width: 75%;
  height: 100%;
  background: rgba(0, 106, 183, 0.9);
  margin: 0 auto;
  overflow: hidden;
  padding: 1rem;
}

.nav-menu .nav-menuSub-pro a {
  background: none !important;
}

.nav-menu .nav-menuSub-pro li {
  border-bottom: none !important;
  float: left;
  width: 14.285%;
  height: 100%;
}

.nav-menu .nav-menuSub-pro li dt {
  padding: 10px;
}

.nav-menu .nav-menuSub-pro li .a1 {
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: normal !important;
  display: block;
}

.nav-menu .nav-menuSub-pro li .a2 {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
  color: #ddd;
  background: url("../images/n_icon.png") no-repeat !important;
  background-position-x: 95% !important;
  background-position-y: 50% !important;
  padding: 0 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal !important;
}

.nav-menu .nav-menuSub-pro li .a2:hover {
  background: #005390 url("../images/n_icon.png") no-repeat !important;
  background-position-x: 95% !important;
  background-position-y: 50% !important;
}

/* .nav-menu .nav-menuSub-pro li:hover{
  background: rgba(2555,255,255,.2);
} */
.nav-menu .nav-menuSub-pro .a2:hover {
  background: #023e6a url("../images/n_icon.png") no-repeat right center !important;
  background-position-x: 90%;
}

.headIcon {
  height: 75px;
  padding-top: 35px;
}

.search {
  position: relative;
  z-index: 10;
  width: 40px;
  height: 40px;
  margin-left: 40px;
}

.search .icon {
  display: block;
  background: url("../images/sBtn.png") no-repeat center center;
  width: 40px;
  height: 40px;
}

.searMain {
  position: absolute;
  padding: 20px;
  background: #e1e1e1;
  border-top: none;
  left: -405px;
  top: 50px;
  display: none;
}

.searMain:before,
.searMain:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 25px;
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-bottom-color: #ddd;
}

.searMain form {
  width: 420px;
  background: #fff;
  height: 35px;
  line-height: 35px;
}

.searMain .sear_text {
  width: 375px;
  float: left;
  height: 35px;
  line-height: 35px;
  float: left;
  color: #666;
  padding-left: 10px;
  background: none;
}

.searMain .sear_btn {
  float: left;
  background: url(../images/searBtn.png) no-repeat center center;
  width: 35px;
  height: 35px;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.searMain .sear_btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.headIcon .more {
  width: 40px;
  height: 40px;
  background: url("../images/topIcon2.png") no-repeat;
  position: relative;
  margin-left: 30px;
  transition: all 0.3s;
}

.headIcon .more span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
}

.headIcon .more:hover {
  background-position: 0 -40px;
}

.headIcon .more:hover span {
  display: block;
  width: 200px;
  text-align: right;
  color: #666;
}

@media (max-width: 1280px) {
  .nav-menu .nav-menuSub-pro .box {
    width: 92%;
  }
}

@media (max-width: 1440px) {
  .nav-menu .nav-menuSub-pro li .a1 {
    font-size: 14px;
  }

  .nav-menu .nav-menuSub-pro li .a2 {
    font-size: 12px;
  }

  .nav-menu .nav-menuSub-pro .box {
    width: 92%;
  }
}
.pro-container {
  padding: 0 30px;
}
.pro-container ul li .pImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 375px;
  height: 260px;
  overflow: hidden;
}
.pro-container ul li .pImg img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.pro-container ul li h4 {
  margin-top: 25px;
  font-size: 18px;
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.index-product {
  position: relative;
}
.pro-container ul li:hover img {
  transform: scale(1.1);
}
.pro-container ul li:hover h4 a {
  color: #005795;
}
.index-product .pro-prev {
  position: absolute;
  top: 200px;
  left: -40px;
  color: #999;
  font-size: 40px;
  z-index: 10;
}
.index-product .pro-next {
  position: absolute;
  top: 200px;
  right: -40px;
  color: #999;
  font-size: 40px;
  z-index: 10;
}

.index-product .swiper-button-prev:after {
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}
.index-product .swiper-button-next:after {
  --swiper-navigation-size: 30px; /* 设置按钮大小 */
}
/*  广告轮播图 */
.index-container {
  width: 100%;
  display: block;
}
.index-container img {
  width: 100%;
  display: block;
}

.index-container .index-prev,
.index-container .index-next {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/ctrl.png") no-repeat 0 0;
  position: absolute;
  top: 40%;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  z-index: 10;
  cursor: pointer;
}

.index-container .index-prev {
  left: 90px;
}

.index-container .index-next {
  right: 90px;
  background-position: -40px 0px;
}

.banner {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 800px;
}

.banner .bd {
  height: 800px;
  z-index: 0;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.banner_ctr {
  height: 90px;
  position: absolute;
  top: 45%;
  z-index: 2;
  left: 50%;
  margin-left: -600px;
}

.banner_ctr a {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/ctrl.png") no-repeat 0 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}

.banner_ctr a.prev {
  left: -90px;
}

.banner_ctr a.next {
  right: -1280px;
  background-position: -40px 0px;
}

.banner_ctr a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner .hd {
  position: absolute;
  bottom: 60px;
  text-align: center;
  z-index: 5;
  left: 50%;
  font-size: 0;
  line-height: 0;
  height: 0px;
  margin-left: -50px;
  height: 12px;
  overflow: hidden;
}

.banner .hd li {
  z-index: 2;
  cursor: pointer;
  margin-right: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  *display: inline;
  zoom: 1;
  border: 1px solid #fff;
  border-radius: 100%;
}

.banner .hd li:hover,
.banner .hd .on {
  background: #fff;
  box-shadow: 0 0 0 2px #fff inset;
}

/* 产品 */

.product {
  padding-top: 60px;
  overflow: hidden;
}

.proMenu {
  height: 135px;
  overflow: hidden;
}

.proMenu li {
  float: left;
  width: 360px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  height: 135px;
  color: #888;
}

.proMenu li i {
  float: left;
  width: 62px;
  height: 63px;
  background: url("../images/proIcon.png") no-repeat;
  margin-right: 15px;
  transition: all 0.3s;
}

.proMenu li h3 {
  font-size: 22px;
  color: #555;
  margin-bottom: 10px;
}

.proMenu li p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.proMenu li:nth-child(2) i {
  background-position: -62px 0;
}

.proMenu li:nth-child(3) i {
  background-position: -124px 0;
}

.proMenu li.on:nth-child(1) i {
  background-position: 0 -63px;
}

.proMenu .on h3 {
  color: #1074bc;
}

.proMenu li.on:nth-child(2) i {
  background-position: -62px -63px;
}

.proMenu li.on:nth-child(3) i {
  background-position: -124px -63px;
}

.proMenu li:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  background: #0076c3;
  width: 0;
  position: absolute;
  transition: all 0.3s;
}

.proMenu li.on:before {
  width: 100%;
}

.proMain {
  background: #f0f0f0;
  height: 470px;
  overflow: hidden;
  padding: 50px 0;
}

.proSlide {
  height: 470px;
  position: relative;
}

.proSlide .ohbox {
  width: 1200px;
  height: 365px;
  overflow: hidden;
}

.proSlide .ohbox ul {
  width: 1240px;
}

.proSlide li {
  width: 375px;
  float: left;
  text-align: center;
  margin-right: 36px;
}

.proSlide li .pImg {
  display: block;
  width: 375px;
  height: 260px;
  overflow: hidden;
}

.proSlide li img {
  width: 375px;
  height: 260px;
  transition: all 0.5s;
}

.proSlide li h4 {
  margin-top: 25px;
  font-size: 18px;
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.proSlide li p {
  color: #888;
  line-height: 22px;
}

.proSlide li:hover img {
  transform: scale(1.1, 1.1);
}

.proSlide .pageBtn span {
  position: absolute;
  cursor: pointer;
  left: -60px;
  top: 110px;
  font-family: "宋体";
  font-size: 60px;
  color: #999;
}

.proSlide .pageBtn .next {
  left: auto;
  right: -60px;
}

.proSlide .pageBtn span:hover {
  color: #45b5e9;
}

.proMore,
.matrixBox6 .more,
.support_box3 .more {
  display: block;
  width: 215px;
  height: 50px;
  line-height: 50px;
  background: #1074bc;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 50px;
  transition: all 0.3s;
}

.proMore i,
.matrixBox6 .more i,
.support_box3 .more i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/p_more.png") no-repeat;
  top: 4px;
  margin-left: 15px;
  position: relative;
}

.proMore:hover,
.matrixBox6 .more:hover,
.support_box3 .more:hover {
  background: #005795;
  color: #fff;
}

/* 新闻 */

.news {
  width: 1200px;
  overflow: hidden;
}

.news .title {
  font-size: 36px;
  color: #555;
  text-align: center;
  padding-top: 60px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 25px;
}

.news .title span {
  display: block;
  font-size: 14px;
}

.newsLeft {
  width: 580px;
  height: 470px;
  color: #999;
  overflow: hidden;
}

.newsLeft .nImg {
  width: 580px;
  height: 360px;
  display: block;
  overflow: hidden;
  position: relative;
}

.newsLeft .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  text-align: center;
  height: 60px;
  font-family: Arial;
  font-size: 14px;
  line-height: 18px;
  background: url(../images/opc.png);
  color: #fff;
  padding: 10px 0;
}

.newsLeft .date strong {
  font-size: 36px;
  font-weight: normal;
  display: block;
  line-height: 36px;
}

.newsLeft img {
  width: 580px;
  height: 360px;
  transition: all 0.5s;
}

.newsLeft h4 {
  height: 50px;
  line-height: 50px;
  font-weight: normal;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsLeft h4 a {
  color: #555;
  font-weight: bold;
}

.newsLeft h4 a:hover {
  color: #219cdd;
}

.newsLeft:hover img {
  transition: all 0.5s;
  transform: scale(1.1, 1.1);
}

.newsRight {
  width: 580px;
  overflow: hidden;
}

.newsRight li {
  height: 60px;
  padding: 18px 20px 18px 0;
  line-height: 20px;
  overflow: hidden;
  color: #8a8a8a;
  margin-bottom: 16px;
  border: 2px solid #fff;
  background: #fff;
}

.newsRight li .date {
  float: left;
  width: 90px;
  text-align: center;
  height: 60px;
  font-family: Arial;
  border-right: 1px solid #ddd;
  font-size: 14px;
  line-height: 18px;
  margin-right: 20px;
}

.newsRight li .date strong {
  font-size: 36px;
  font-weight: normal;
  display: block;
  line-height: 36px;
}

.newsRight li h3 {
  font-size: 16px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}

.newsRight li:hover {
  border: 2px solid #219cdd;
}

/*  解决方案 */

.solution {
  background: url("../images/solution_bg.jpg") no-repeat center top;
  height: 747px;
}

.solution .title {
  font-size: 36px;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 25px;
}

.solution .title span {
  display: block;
  font-size: 14px;
}

.solutionMain {
  height: 530px;
  overflow: hidden;
}

.solutionMain .bd {
  height: 475px;
  overflow: hidden;
  width: 1240px;
}

.solutionMain .bd li {
  float: left;
  height: 475px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}

.solutionMain .bd li .sImg {
  width: 285px;
  height: 475px;
  position: relative;
  background: #000;
}

.solutionMain .bd li .sImg .icon2 {
  width: 120px;
  height: 120px;
  position: relative;
  margin: 0 auto;
}

.solutionMain .bd li .sImg .icon2 img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  opacity: 1;
}

.solutionMain .bd li .sImg .icon2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  border: 1px dashed #fff;
  border-radius: 100px;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
    transition: all 10s;
  }
}

.solutionMain .bd li .sImg img {
  height: 285px;
  height: 475px;
  opacity: 0.8;
  transition: all 0.4s;
}

.solutionMain .bd li .sImg i {
  position: absolute;
  width: 146px;
  height: 146px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 140px;
  left: 50%;
  margin-left: -73px;
  transition: all 0.4s;
}

.solutionMain .bd li .sImg h4 {
  position: absolute;
  width: 265px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  top: 200px;
  transition: all 0.4s;
  font-weight: normal;
  line-height: 32px;
  padding: 0 10px;
}

.solutionMain .bd li .font {
  background: #fff;
  position: absolute;
  bottom: -260px;
  padding: 20px;
  color: #888;
  transition: all 0.4s;
}

.solutionMain .bd li .font h4 {
  color: #454545;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 26px;
}

.solutionMain .bd li:hover img {
  opacity: 1;
}

/* .solutionMain .bd li:hover i {
  top: -160px;
}

.solutionMain .bd li:hover h4 {
  top: -220px;
}

.solutionMain .bd li:hover .font {
  bottom: 0;
  transition-delay: 0.3s;
} */

.solutionMain .hd {
  margin-top: 50px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  height: 3px;
}

.solutionMain .hd li {
  height: 3px;
  width: 115px;
  display: inline-block;
  background: #fff;
  margin-left: 10px;
  cursor: pointer;
}

.solutionMain .hd li.on {
  background: #7abc26;
}

/* 智慧展厅 */
.zhihuizhanting {
  padding: 34px 0;
  background: url(../images/bg-zhihuizhanting.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}

.zhihuizhanting a {
  display: inline-block;
  font-size: 34px;
  color: #fff;
  padding-right: 81px;
  background: url(../images/icon-getin.png) no-repeat right;
  background-size: 14%;
  background-position-x: 90%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.zhihuizhanting:hover a {
  background-position-x: 95%;
}

/*  关于盛显 */

.content {
  padding: 60px 0;
  overflow: hidden;
}

.about {
  width: 740px;
  overflow: hidden;
}

.c_tie {
  text-transform: uppercase;
  position: relative;
  font-weight: normal;
  color: #555;
  font-size: 24px;
  margin-bottom: 30px;
}

.c_tie span {
  display: block;
  font-size: 12px;
  font-family: Arial;
  color: #888;
}

.c_tie:before {
  content: "";
  height: 1px;
  left: 130px;
  width: 100%;
  position: absolute;
  top: 35px;
  background: #e1e1e1;
}

.aboutLeft {
  width: 350px;
}

.aboutFont {
  width: 360px;
  color: #888;
}

.aboutFont h4 {
  font-size: 18px;
  color: #555;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 20px;
}

.aboutFont h4 span {
  display: block;
  font-size: 10px;
  color: #888;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(1);
  display: inline-block;
  transform-origin: left;
}

.aboutFont .font {
  height: 190px;
  margin-bottom: 10px;
  overflow: hidden;
}

.aboutFont .btn a {
  float: left;
  width: 115px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #1074bc;
  transition: all 0.3s;
}

.aboutFont .btn a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/p_more.png") no-repeat;
  top: 5px;
  margin-left: 15px;
  position: relative;
}

.aboutFont .btn a:nth-child(2) {
  background: #7abc26;
}

.aboutFont .btn a:hover {
  background: #333;
}

.faq {
  width: 400px;
  overflow: hidden;
}

.faq .c_tie:before {
  left: 205px;
}

.faqMain {
  height: 305px;
  overflow: hidden;
}

.faqMain li {
  height: 85px;
  margin-bottom: 20px;
  overflow: hidden;
  color: #888;
  line-height: 20px;
}

.faqMain li .fImg {
  float: left;
  width: 115px;
  height: 85px;
  overflow: hidden;
  margin-right: 15px;
}

.faqMain li img {
  width: 115px;
  height: 85px;
  transition: all 0.3s;
}

.faqMain li h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 28px;
  font-size: 13px;
}

.faqMain li h4 a {
  color: #555;
}

.faqMain li h4 a:hover {
  color: #1074bc;
}

.faqMain li:hover img {
  transform: scale(1.1, 1.1);
}

/*  友情链接 */

.firendLink {
  background: #efefef;
  padding: 55px 0;
  overflow: hidden;
}

.linkLeft {
  width: 360px;
}

.linkLeft h3 {
  font-size: 30px;
  font-weight: normal;
  color: #555;
  line-height: 30px;
  margin-bottom: 15px;
}

.linkLeft h3 span {
  display: block;
  font-size: 14px;
  color: #888;
}

.linkLeft .more {
  display: inline-block;
  width: 215px;
  height: 50px;
  line-height: 50px;
  background: #1074bc;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
}

.linkLeft .more i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/p_more.png") no-repeat;
  top: 4px;
  margin-left: 15px;
  position: relative;
}

.linkLeft .more:hover {
  background: #005795;
  color: #fff;
}

.firendLink .main {
  background: #fff;
  padding: 20px 35px;
  width: 750px;
  min-height: 85px;
}

.firendLink .main a {
  margin-right: 15px;
}

/* 底部 */
.kf_top {
  position: fixed;
  bottom: 4%;
  right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.footer {
  background: #1b1f23;
  color: #b9b9b9;
}

.footMain {
  padding: 45px 0;
  overflow: hidden;
}

.footLeft {
  width: 310px;
  overflow: hidden;
  line-height: 28px;
}

.foot_logo {
  margin-bottom: 25px;
}

.footLeft .phone {
  color: #fff;
  margin-top: 10px;
}

.footLeft .phone span {
  font-size: 28px;
  font-family: Century Gothic, Arial;
}

.footMenu {
  width: 590px;
  overflow: hidden;
  margin-left: 40px;
}

.footMenu ul {
  float: left;
  width: 140px;
  overflow: hidden;
  line-height: 30px;
}
.footMenu ul:nth-child(2) {
  width: 170px;
}

.footMenu ul .tie {
  color: #fff;
  font-size: 18px;
  height: 45px;
}

.footMenu ul .tie h3 {
  font-weight: normal;
  font-size: 22px;
}

.footMenu .menu2 .tie {
  float: none;
  clear: both;
  width: 100%;
}

.footMenu .menu2 li {
  float: left;
}

.footRight {
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 240px;
}

.footWx {
  border: 3px solid #fff;
  overflow: hidden;
  margin-bottom: 10px;
}

.footWx div {
  padding: 5px;
}

.footWx .fl {
  border-right: 3px solid #fff;
}

.mainPro {
  height: 70px;
  line-height: 70px;
  background: #15171a;
  font-size: 14px;
}

.mainPro a {
  margin-right: 10px;
}

.footer a {
  color: #b9b9b9;
}

.footer a:hover {
  color: #fff;
}

/* 内页公用 */

.listBanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.listBanner img {
  width: 100%;
  display: block;
}

.breadCrumb {
  height: 50px;
  line-height: 50px;
  background: #f0f0f0;
  font-size: 16px;
  overflow: hidden;
}

.breadCrumb .back {
  width: 65px;
  height: 24px;
  background: #1074bc;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
  transition: all 0.3s;
}

.breadCrumb .back i {
  font-family: "宋体";
  margin-left: 5px;
  font-style: normal;
  font-weight: bold;
}

.breadCrumb .back:hover {
  background: #005795;
}

.listWrapper {
  padding: 60px 0;
  overflow: hidden;
}

.listMenu {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
}

.listMenu a {
  color: #111;
  height: 35px;
  position: relative;
  display: inline-block;
  margin: 0 20px;
}

.listMenu a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 0;
  background: #1174bd;
  transition: all 0.3s;
}

.listMenu a:hover,
.listMenu .current {
  color: #1074bc;
}

.listMenu a:hover:before,
.listMenu .current:before {
  width: 100%;
  left: 0;
}

.proList,
.solutionList,
.setting {
  width: 1200px;
  overflow: hidden;
  padding-bottom: 30px;
}

.proList ul,
.solutionList ul,
.setting ul {
  width: 1240px;
}

/*分页样式*/

.pagination {
  padding: 25px 0 15px;
  text-align: center;
  overflow: hidden;
}

.pagination a {
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  height: 30px;
  padding: 0 12px;
  text-align: center;
  color: #333;
  border: 1px solid #e3e3e3;
  background: #fff;
  margin-left: 2px;
}

.pagination a.a1 {
  line-height: 30px;
  height: 30px;
  margin-top: 0;
  padding: 0 12px;
}

.pagination a:hover {
  text-decoration: none;
  color: #000;
  background: #f1f1f1;
}

.pagination span {
  line-height: 30px;
  display: inline-block;
  height: 30px;
  padding: 0 12px;
  text-align: center;
  color: #fff;
  margin-left: 2px;
  background: #005795;
  color: #fff;
  border: 1px solid #005795;
}

/* 产品列表 */

.proList li {
  float: left;
  width: 280px;
  margin-right: 26px;
  margin-bottom: 25px;
  text-align: center;
  margin-bottom: 20px;
}

.proList li .pImg {
  display: block;
  width: 260px;
  height: 155px;
  overflow: hidden;
  background: #f0f0f0;
  padding: 30px 10px;
}

.proList li img {
  width: 260px;
  height: 156px;
  transition: all 0.5s;
}

.proList li p {
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.proList li:hover img,
.relatedPro li:hover img {
  /* transform:scale(.95); */
  margin-top: -8px;
}

.proFont {
  background: #eee;
  padding: 60px 0;
  overflow: hidden;
  font-size: 16px;
}

.proFont_left {
  width: 560px;
  overflow: hidden;
}

.proFont_left .tie,
.relatedPro .tie,
.matrixBox1 .tie {
  font-size: 30px;
  color: #111;
  margin-bottom: 25px;
  font-weight: normal;
}

.proFont_left p {
  margin-bottom: 15px;
}

.relatedPro {
  padding-top: 60px;
  height: 300px;
}

.relatedPro_main {
  height: 250px;
  position: relative;
}

.relatedPro .ohbox {
  width: 1200px;
  height: 250px;
  overflow: hidden;
}

.relatedPro .ohbox ul {
  width: 1240px;
}

.relatedPro li {
  float: left;
  width: 280px;
  margin-right: 26px;
  margin-bottom: 25px;
  text-align: center;
  margin-bottom: 20px;
}

.relatedPro li .pImg {
  display: block;
  width: 280px;
  height: 195px;
  overflow: hidden;
  background: #f0f0f0;
}

.relatedPro li img {
  width: 280px;
  height: 195px;
  transition: all 0.5s;
}

.relatedPro li p {
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.relatedPro .pageBtn span {
  position: absolute;
  cursor: pointer;
  left: -40px;
  top: 90px;
  font-family: "宋体";
  font-size: 40px;
  color: #333;
  font-weight: bold;
}

.relatedPro .pageBtn .next {
  left: auto;
  right: -40px;
}

.relatedPro .pageBtn span:hover {
  color: #45b5e9;
}

/* 矩阵产品详情 */

.matrixBox1 {
  padding: 60px 0;
  overflow: hidden;
}

.matrixBox1 .tie {
  margin-bottom: 35px;
  text-align: center;
}

.matrixBox1 .font {
  width: 560px;
  font-size: 14px;
  line-height: 30px;
}

.matrixBox2 {
  background: url("../images/matrix_bg1.jpg") no-repeat;
  height: 440px;
}

.matrixBox2 .tie {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  padding-top: 55px;
  line-height: 30px;
  margin-bottom: 40px;
}

.matrixBox2_slide.proList {
  padding-bottom: 0;
}

.matrixBox2 li {
  margin-bottom: 0;
}

.matrixBox2 li p {
  color: #fff;
}

.matrixBox3 {
  padding: 60px 0;
  overflow: hidden;
}

.matrixBox3 li {
  float: left;
  width: 310px;
  font-size: 14px;
  margin-right: 135px;
}

.matrixBox3 li h4 {
  color: #111;
  font-size: 24px;
  font-weight: normal;
  height: 35px;
}

.matrixBox3 li:last-child {
  margin-right: 0;
}

.matrixBox4 {
  background: url("../images/matrix_bg2.jpg") no-repeat center;
  height: 445px;
}

.matrixBox4 ul {
  padding-top: 150px;
  overflow: hidden;
}

.matrixBox4 li {
  float: left;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 3px solid #bddad8;
  text-align: center;
  line-height: 200px;
  background: #fff;
  font-size: 30px;
  font-weight: bold;
  margin: 0 47px;
  transition: all 0.3s;
}

.matrixBox4 li:hover {
  color: #006ab7;
  margin-top: -8px;
}

.matrixBox5 {
  padding: 60px 0;
  overflow: hidden;
}

.matrixBox5 dl {
  float: left;
  width: 280px;
  margin-right: 40px;
  font-size: 14px;
  padding-left: 80px;
}

.matrixBox5 dl:nth-child(1),
.matrixBox5 dl:nth-child(2),
.matrixBox5 dl:nth-child(3) {
  height: 220px;
  margin-bottom: 30px;
}

.matrixBox5 dl:nth-child(3n) {
  margin-right: 0;
}

.matrixBox5 dt i {
  float: left;
  width: 60px;
  height: 60px;
  margin-left: -80px;
  background: url("../images/matrixBox_icon.png") no-repeat;
  transition: all 0.3s;
}

.matrixBox5 dt {
  font-size: 18px;
  color: #111;
  height: 35px;
}

.matrixBox5 dl:nth-child(2) i {
  background-position: -60px 0;
}

.matrixBox5 dl:nth-child(3) i {
  background-position: -120px 0;
}

.matrixBox5 dl:nth-child(4) i {
  background-position: -180px 0;
}

.matrixBox5 dl:nth-child(5) i {
  background-position: -240px 0;
}

.matrixBox5 dl:nth-child(6) i {
  background-position: -300px 0;
}

.matrixBox5 dl:hover i {
  margin-top: -8px;
}

.matrixBox6 {
  background: #7abc26;
  padding: 60px 0;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}

.matrixBox6 h4 {
  font-size: 18px;
  font-weight: normal;
  height: 30px;
}

.matrixBox6 .more {
  float: right;
  margin: 30px 0 0 50px;
}

/* 产品详情 */

.proShow_slide {
  margin: 60px auto;
  overflow: hidden;
  position: relative;
  height: 720px;
}

.proShow_slide .bd {
  height: 720px;
  overflow: hidden;
}

.proShow_slide .bd li {
  text-align: center;
}

.proShow_slide .bd li img {
  height: 720px;
}

.proShow_slide .hd {
  position: absolute;
  bottom: 30px;
  text-align: center;
  z-index: 5;
  left: 50%;
  font-size: 0;
  line-height: 0;
  height: 0px;
  margin-left: -50px;
  height: 12px;
  overflow: hidden;
}

.proShow_slide .hd li {
  z-index: 2;
  cursor: pointer;
  margin-right: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  *display: inline;
  zoom: 1;
  border: 1px solid #555;
  border-radius: 100%;
}

.proShow_slide .hd li:hover,
.proShow_slide .hd .on {
  background: #555;
  box-shadow: 0 0 0 2px #555 inset;
}

.proShow_main {
  margin-bottom: 50px;
  overflow: hidden;
}

.proShow_main .menu {
  height: 50px;
  margin-bottom: 40px;
}

.proShow_main .menu span {
  float: left;
  width: 396px;
  margin-right: 4px;
  cursor: pointer;
  font-size: 24px;
  text-align: center;
  border-bottom: 4px solid #cecece;
  height: 46px;
}

.proShow_main .menu span.on {
  border-bottom: 4px solid #1074bc;
  color: #1074bc;
}

.proShow_main_box {
  font-size: 14px;
  overflow: hidden;
}

.proShow_related {
  padding-top: 0;
  margin-bottom: 60px;
}

/* 产品专题页 */

.processor_box {
  height: 600px;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 30px;
}

.processor_box1 {
  color: #fff;
  background: url("../images/processor_1.jpg") no-repeat center top;
}

.processor_box1 .font {
  text-align: center;
  padding-top: 60px;
  width: 740px;
  margin: 0 auto;
  line-height: 30px;
}

.processor_box1 .font h4 {
  font-size: 36px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 25px;
}

.processor_box1 .more {
  width: 180px;
  height: 50px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-decoration: underline;
  opacity: 0.8;
  position: absolute;
  bottom: 65px;
  left: 50%;
  margin-left: -90px;
  transition: all 0.3s;
}

.processor_box1 .more:hover {
  opacity: 1;
}

.proShow_tab {
  height: ;
  padding: 60px 0;
}

.proShow_tab .hd {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
}

.proShow_tab .hd a {
  color: #111;
  height: 35px;
  position: relative;
  display: inline-block;
  margin: 0 20px;
}

.proShow_tab .hd a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  height: 3px;
  width: 0;
  background: #1174bd;
  transition: all 0.3s;
}

.proShow_tab .hd a:hover,
.proShow_tab .hd .on {
  color: #1074bc;
}

.proShow_tab .hd a:hover:before,
.proShow_tab .hd .on:before {
  width: 100%;
  left: 0;
}

.proShow_tab .bd,
.proShow_tab_slide {
  height: 250px;
  position: relative;
}

.proShow_tab_slide .ohbox {
  width: 1200px;
  height: 250px;
  overflow: hidden;
}

.proShow_tab_slide .ohbox ul {
  width: 1240px;
}

.proShow_tab_slide li {
  float: left;
  width: 280px;
  margin-right: 26px;
  margin-bottom: 25px;
  text-align: center;
  margin-bottom: 20px;
}

.proShow_tab_slide li .pImg {
  display: block;
  width: 280px;
  height: 195px;
  overflow: hidden;
  background: #f0f0f0;
}

.proShow_tab_slide li img {
  width: 280px;
  height: 195px;
  transition: all 0.5s;
}

.proShow_tab_slide li p {
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.proShow_tab_slide .pageBtn span {
  position: absolute;
  cursor: pointer;
  left: -40px;
  top: 90px;
  font-family: "宋体";
  font-size: 40px;
  color: #333;
  font-weight: bold;
}

.proShow_tab_slide .pageBtn .next {
  left: auto;
  right: -40px;
}

.proShow_tab_slide .pageBtn span:hover {
  color: #45b5e9;
}

.processor_box2 {
  background: url("../images/processor_2.jpg") no-repeat center top;
}

.processor_box2 .grWidth {
  position: relative;
  overflow: hidden;
  padding-top: 95px;
}

.processor_box2 .font {
  width: 520px;
  line-height: 30px;
}

.processor_box2 .font h4 {
  font-size: 40px;
  color: #333;
  line-height: 45px;
  font-weight: normal;
  font-weight: normal;
  margin-bottom: 25px;
}

.processor_box2 .more {
  display: inline-block;
  width: 233px;
  height: 53px;
  border: 1px solid #555;
  text-align: center;
  font-size: 14px;
  line-height: 53px;
  margin-top: 45px;
}

.processor_box2 .more i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../images/more2.png") no-repeat;
  margin-left: 8px;
  position: relative;
  top: 3px;
  transition: all 0.3s;
}

.processor_box2 .more:hover {
  background: #fff;
}

.processor_box3 {
  background: url("../images/processor_3.jpg") no-repeat center top;
}

.processor_box3 .main {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.processor_box3 .img1 {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
}

.processor_box3 .font {
  padding-top: 110px;
  width: 590px;
  color: #fff;
}

.processor_tie {
  font-size: 36px;
  line-height: 45px;
  font-weight: normal;
  margin-bottom: 30px;
}

.processor_box3 .font h4 {
  margin-left: -130px;
}

.processor_box3 .font p {
  margin-bottom: 12px;
  position: relative;
}

.processor_box3 .font p:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #fff;
  left: -220px;
  width: 205px;
  top: 12px;
}

.processor_box3 .font img {
  margin-top: 50px;
}

.processor_box4 {
  padding-top: 60px;
  height: 540px;
  text-align: center;
}

.processor_box4 h4,
.processor_box8 h4,
.processor_box11 h4,
.processor_box12 h4 {
  color: #333;
}

.processor_box4 .main {
  overflow: hidden;
  width: 620px;
  margin: 30px auto 0 auto;
}

.processor_box4 .main p {
  padding-top: 50px;
  font-size: 14px;
}

.processor_box4 .main p span {
  display: block;
  padding-left: 20px;
  background: url("../images/processo_icon.png") no-repeat left center;
  margin-bottom: 20px;
}

.processor_box5 {
  background: url("../images/processor_5.jpg") no-repeat center top;
  color: #fff;
}

.processor_box5 .grWidth {
  padding-top: 90px;
}

.processor_box5 .font {
  width: 560px;
}

.processor_box5 .font h4 {
  margin-left: 0;
  margin-bottom: 25px;
}

.processor_box5 .font .p1 {
  margin-bottom: 35px;
}

.processor_box5 .font .p2 {
  font-size: 22px;
  line-height: 46px;
  background: url("../images/processor5_1.png") no-repeat right top;
}

.processor_box6 {
  background: url("../images/processor6.jpg");
}

.processor_box6 .grWidth {
  padding-top: 70px;
}

.processor_box6 .img1 {
  margin-left: -10px;
}

.processor_box6 .font {
  width: 575px;
  padding-top: 20px;
}

.processor_box6 .font .img2 {
  margin-top: 40px;
}

.processor_box7 {
  background: url("../images/processor_7.jpg") no-repeat center top;
  color: #fff;
}

.processor_box7 .grWidth {
  position: relative;
  height: 600px;
}

.processor_box7 .font {
  padding-top: 100px;
  width: 700px;
}

.processor_box7 .font .img1 {
  margin-top: 45px;
}

.processor_box7 .img2 {
  position: absolute;
  right: -175px;
  bottom: 0;
}

.processor_box8 {
  padding-top: 65px;
  height: 635px;
  text-align: center;
}

.processor_box8 .font {
  margin-bottom: 40px;
}

.processor_box9 {
  background: url("../images/processor_9.jpg") no-repeat center center;
  color: #fff;
}

.processor_box9 .grWidth {
  padding-top: 100px;
}

.processor_box9 .p1 {
  margin-top: 50px;
}

.processor_box9 .p1 span {
  font-size: 18px;
  margin-right: 80px;
  float: left;
  text-align: center;
}

.processor_box9 .p1 span strong {
  display: block;
  font-size: 36px;
  font-weight: normal;
  line-height: 36px;
}

.processor_box10 {
  background: url("../images/processor_10.jpg") no-repeat center center;
  color: #fff;
}

.processor_box10 .font {
  text-align: center;
  padding-top: 60px;
  width: 950px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile {
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}

.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
  overflow: hidden;
}

.magnify > .magnify-lens {
  position: absolute;
  width: 460px;
  height: 300px;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  z-index: 99;
  left: 380px;
  top: 10px;
}

.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}

.magnify > .magnify-lens.loading:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: "Loading...";
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

.processor_box11 {
  height: 590px;
  padding-top: 60px;
  overflow: hidden;
  text-align: center;
}

.processor_box11 .img1 {
  margin-top: 40px;
  display: inline-block;
}

.processor_box11 .main {
  position: relative;
  margin-top: 75px;
  height: 322px;
}

.processor_box11 li {
  position: absolute;
  left: 160px;
  top: 0;
  z-index: 5;
}

.processor_box11 li:nth-child(2) {
  left: 340px;
  z-index: 4;
}

.processor_box11 li:nth-child(3) {
  left: 500px;
  z-index: 3;
}

.processor_box11 li:nth-child(4) {
  left: 690px;
  z-index: 2;
}

.processor_box11 li:nth-child(5) {
  left: 869px;
  top: -30px;
  z-index: 1;
}

.processor_box12 {
  background: #f2f2f4;
}

.processor_box12 .grWidth {
  padding-top: 80px;
}

.processor_box12 .font {
  width: 620px;
  padding-top: 50px;
}

/* 解决方案封面 */

.solutionTop {
  padding: 60px 0;
  overflow: hidden;
}
.solutionTop .solutionTop-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solutionTop .solutionTop-list li {
  width: 575px;
  margin-bottom: 24px;
}

.solutionTop .solutionTop-list li h4 {
  background: #7abc25;
}

.solutionTop .solutionTop-list li .sImg {
  display: block;
  width: 575px;
  height: 420px;
  overflow: hidden;
}

.solutionTop .solutionTop-list li img {
  width: 575px;
  height: 420px;
  transition: all 0.5s;
}

.solutionTop .solutionTop-list li h4 {
  height: 90px;
  line-height: 90px;
  background: #006ab7;
  color: #fff;
  font-size: 24px;
  padding: 0 30px;
  font-weight: normal;
}

.solutionTop .solutionTop-list li .more {
  float: right;
  width: 120px;
  height: 40px;
  background: url("../images/s_more.png") no-repeat;
  margin-top: 25px;
  opacity: 0.5;
  transition: all 0.3s;
}

.solutionTop .solutionTop-list li .more:hover {
  opacity: 1;
}

.solutionTop .solutionTop-list li:hover img,
.solutionList li:hover img,
.aboutBox3 .main li:hover img {
  transform: scale(1.1, 1.1);
}

.solutionIndex_box2 {
  background: url("../images/s_bg2.jpg") no-repeat;
  height: 300px;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  padding-top: 60px;
  height: 240px;
  line-height: 28px;
}

.solutionIndex_box2 p {
  margin-bottom: 25px;
}

.solutionIndex_box3 {
  background: none;
  color: #666;
}

/* 解决方案列表 */

.solutionList li {
  float: left;
  width: 380px;
  font-size: 14px;
  height: 494px;
  margin-bottom: 40px;
  margin-right: 27px;
  border: 1px solid #dadada;
}

.solutionList li .sImg {
  display: block;
  width: 380px;
  height: 275px;
  overflow: hidden;
}

.solutionList li img {
  width: 380px;
  height: 275px;
  transition: all 0.5s;
}

.solutionList li .font {
  padding: 24px;
  border-top: none;
}

.solutionList li .font h4 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
}

.solutionList li .font .p1 {
  color: #888;
  margin: 10px 0;
}

.solutionList li .font .p1 span {
  background: url("../images/s_icon1.png") no-repeat left center;
  padding-left: 25px;
}

.solutionList li .font .p1 span:nth-child(2) {
  margin-left: 30px;
  background: url("../images/s_icon2.png") no-repeat left center;
}

.solutionList li:hover {
  box-shadow: 0 0 10px #ccc;
}

/* 技术园地 */

.support_box1 {
  margin-bottom: 60px;
}

.support_box1 dl {
  background: #f0f0f0;
  overflow: hidden;
}

.support_box1 dt {
  height: 100px;
  line-height: 100px;
  padding: 0 40px 0 80px;
  font-size: 30px;
  background: #ebebeb url("../images/support_icon1.png") no-repeat 40px center;
  cursor: pointer;
}

.support_box1 dt i {
  float: right;
  background: url("../images/down_icon.png") no-repeat left -13px;
  width: 21px;
  height: 13px;
  margin-top: 38px;
}

.support_box1 dd {
  padding: 25px 40px;
  overflow: hidden;
  background: #f0f0f0;
  display: none;
}

.support_box1 dl.on i {
  background-position: 0 0;
}

.support_box1 .service dt,
.support_box1 .down dt {
  color: #fff;
}

.support_box1 .service dt {
  background: #1074bc url("../images/support_icon2.png") no-repeat 40px center;
}

.support_box1 .down dt {
  background: #7abc26 url("../images/support_icon3.png") no-repeat 40px center;
}

.support_box1 .service dt i,
.support_box1 .down dt i {
  background-position: 0 -39px;
}

.support_box1 .service.on dt i,
.support_box1 .down.on dt i {
  background-position: 0 -26px;
}

.support_box1 .on dd {
  display: block;
}

.support_box1 .article dd {
  overflow: hidden;
  font-size: 18px;
  width: 1120px;
}

.support_box1 .article ul {
  width: 1200px;
}

.support_box1 .article li {
  float: left;
  padding-right: 50px;
  width: 490px;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #bababa;
  background: url(../images/s_li.png) no-repeat left center;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.down li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #bababa;
  margin-bottom: 10px;
  font-size: 14px;
}

.down p {
  background: url("../images/file.png") no-repeat left center;
  padding-left: 40px;
}

.down a {
  float: right;
  background: url("../images/download.png") no-repeat left center;
  padding-left: 16px;
  color: #00509b;
}

.down a:hover {
  text-decoration: underline;
}

.support_box2 {
  width: 520px;
  background: #eaeaea;
  padding: 40px;
  height: 460px;
}

.s_tie {
  font-size: 30px;
  color: #555;
  font-weight: normal;
  background: url("../images/support_icon4.png") no-repeat;
  padding-left: 40px;
  line-height: 30px;
  height: 60px;
}

.support_box2 .font {
  height: 200px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 34px;
}

.support_box3 {
  width: 520px;
  background: #f3f3f3;
  padding: 40px;
  height: 460px;
}

.support_box3 .font {
  font-size: 14px;
  height: 340px;
  margin-bottom: 10px;
}

.support_box3 .font h4 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-bottom: 25px;
}

.support_box3 .font p {
  margin-bottom: 25px;
}

.support_box3 .more {
  margin-top: 0px;
  float: left;
  width: 175px;
}

/* 常见问题 */

#item_list li {
  position: relative;
  margin-bottom: 25px;
}

#item_list li:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  display: block;
  width: 30px;
  height: 30px;
  background: #c49a59;
  pointer-events: none;
}

#item_list li h3:before,
#item_list li h3:after {
  content: "";
  position: absolute;
  top: 26px;
  right: 23px;
  z-index: 2;
  width: 16px;
  height: 2px;
  background: #fff;
}

#item_list li h3:before {
  width: 2px;
  height: 16px;
  top: 19px;
  right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#item_list li.act h3:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: transparent\0;
}

#item_list li h3 {
  position: relative;
  padding: 0 60px;
  background-color: #eee;
  line-height: 54px;
  font-size: 16px;
  cursor: pointer;
  font-weight: normal;
}

#item_list li div {
  display: none;
  padding: 25px 0 0 60px;
  line-height: 25px;
  color: #7c7c7c;
  -webkit-animation: fadeIn 0.5s ease-out 0.2s both;
  animation: fadeIn 0.5s ease-out 0.2s both;
}

.faqList li h3 {
  background-image: url(../images/faq.png);
  background-repeat: no-repeat;
  background-position: 20px 0;
}

.faqList li div {
  background: url(../images/faq.png) no-repeat 20px -155px;
  font-size: 14px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* 关于我们 */

.aboutBox1 {
  padding: 60px 0;
  overflow: hidden;
  height: 386px;
}

.aboutBox1 .font {
  width: 650px;
  font-size: 14px;
  line-height: 28px;
}

.aboutBox1 .font h4 {
  color: #006ab7;
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  height: 55px;
}

.aboutBox1 .font p {
  margin-bottom: 20px;
}

.aboutBox2 {
  background: #f3f3f3;
  padding: 60px 0;
  overflow: hidden;
}

.a_tie {
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.a_tie span {
  display: block;
  font-size: 14px;
  font-family: Arial;
  color: #8c8c8c;
}

.aboutBox2 .font {
  width: 570px;
  padding-top: 50px;
}

.aboutBox2 .font dl {
  margin-bottom: 20px;
  padding-left: 15px;
}

.aboutBox2 .font dt {
  font-size: 18px;
  background: url("../images/a_line.jpg") no-repeat left center;
  margin-left: -15px;
  padding-left: 15px;
}

.aboutBox2 .font dd {
  font-size: 14px;
  color: #006ab7;
}

.aboutBox3 {
  padding: 60px 0;
  overflow: hidden;
}

.aboutBox3 .main {
  height: ;
  overflow: hidden;
  position: relative;
}

.aboutBox3 .main li {
  float: left;
  width: 395px;
  height: 260px;
  overflow: hidden;
  margin: 0 300px 7px 0;
}

.aboutBox3 .main li img {
  width: 395px;
  height: 260px;
  transition: all 0.5s;
}

.aboutBox3 .main li span {
  display: block;
  height: 45px;
  line-height: 45px;
  background: url("../images/opc.png");
  position: relative;
  margin-top: -45px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aboutBox3 .main li:nth-child(2) {
  height: 527px;
  position: absolute;
  top: 0;
  left: 402px;
}

.aboutBox3 .main li:nth-child(2) img {
  width: 797px;
  height: 527px;
  transition: all 1.4s;
}

.aboutBox3 .main li:nth-child(3),
.aboutBox3 .main li:nth-child(5) {
  float: right;
  margin-right: 0;
}

.aboutBox3 .main li:nth-child(2):hover img {
  margin-left: -395px;
  transform: scale(1, 1);
}

.aboutBox4 {
  padding-bottom: 60px;
  overflow: hidden;
}

.aboutBox4 .main {
  width: 1200px;
  height: 310px;
  overflow: hidden;
}

.aboutBox4 .main ul {
  width: 1240px;
}

.aboutBox4 li {
  float: left;
  width: 380px;
  margin-right: 30px;
  text-align: center;
  font-size: 14px;
}

.aboutBox4 li span {
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aboutBox4 li img {
  width: 378px;
  height: 268px;
  border: 1px solid #ddd;
}

.aboutBox5 {
  padding: 60px 0;
  overflow: hidden;
}

/* 企业风采 */

.settingList ul li {
  width: 270px;
  float: left;
  margin-right: 26px;
  margin-bottom: 25px;
  text-align: center;
}

.settingList ul li .pic {
  width: 270px;
  height: 190px;
  line-height: 190px;
  text-align: center;
  border: 1px solid #e3e3e3;
}

.settingList ul li img {
  max-width: 270px;
  height: 186px;
}

.settingList ul li .pic:hover {
  border: 1px solid #006ab7;
}

.settingList ul li span {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* 荣誉证书 */

.honorList li {
  width: 280px;
  float: left;
  margin-right: 26px;
  margin-bottom: 25px;
  text-align: center;
}

.honorList li img {
  display: block;
  width: 270px;
  height: 190px;
  padding: 4px;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.honorList li img:hover {
  border: 1px solid #006ab7;
  background: ;
}

.honorList li span {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

/* 新闻列表 */

.newsList li {
  height: 160px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #f3f3f3;
}

.newsList li .nImg {
  display: block;
  width: 220px;
  height: 160px;
  overflow: hidden;
}

.newsList li img {
  width: 220px;
  height: 160px;
  transition: all 0.5s;
}

.newsList li .date {
  width: 200px;
  text-align: center;
  font-size: 12px;
  font-family: Arial;
  padding-top: 45px;
  color: #333;
}

.newsList li .date span {
  display: block;
  font-size: 42px;
  line-height: 42px;
}

.newsList li .font {
  width: 500px;
  overflow: hidden;
  padding-top: 35px;
}

.newsList li .font h4 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsList li .font h4 a {
  color: #222;
}

.newsList li .font h4 a:hover {
  color: #1074bc;
}

.newsList li .more {
  float: right;
  height: 30px;
  line-height: 30px;
  position: relative;
  transition: all 0.3s;
  margin: 60px 80px 0 0;
}

.newsList li .more:before,
.newsList li .more:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #666;
  transition: all 0.3s;
}

.newsList li .more:after {
  top: auto;
  bottom: 0;
}

.newsList li .more:hover:before,
.newsList li .more:hover:after {
  width: 40%;
  background: #1074bc;
  left: 30%;
}

/* 新闻详细样式 */

.articleShow {
  width: 860px;
  overflow: hidden;
}

.pictureShow {
  width: 890px;
}

.articleBox1 .title {
  text-align: center;
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
  font-weight: normal;
}

.articleBox1 .p1 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
  color: #333;
}

.detailLeft .p1,
.picShow .p1 {
  border-bottom: 1px dotted #adadad;
}

.articleBox1 .p1 span {
  margin-right: 15px;
}

.review {
  background: #f7f7f7 url(../images/nShow_icon.png) no-repeat left top;
  padding: 15px 15px 10px 15px;
  border: 1px dotted #adadad;
  border-right: none;
  border-left: none;
  text-indent: 2em;
  font-size: 14px;
  color: #333;
}

.fontResizer a {
  padding: 0 5px;
}

.article_key {
  background: #f7f7f7 url(../images/nShow_icon2.png) no-repeat 15px 7px;
  color: #adadad;
  margin-bottom: 20px;
  padding-left: 35px;
  line-height: 28px;
}

.fontsizebox {
  padding-bottom: 40px;
  border-bottom: 1px dotted #adadad;
  font-size: 13px;
  color: #424242;
}

.fontSize a.active {
  color: #006ab7;
}

.detailShare {
  overflow: hidden;
  padding: 25px 0;
  border-bottom: 1px dotted #adadad;
}

.detailShare span {
  border-left: 1px dotted #adadad;
  padding: 0 15px;
}

.detailShare span.date {
  margin-left: 15px;
}

.detail_fenx {
  font-size: 14px;
  padding-top: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px dotted #adadad;
  padding-bottom: 10px;
}

.detail_fenx div {
  width: 48%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.relatedNews_font {
  width: 1200px;
  overflow: hidden;
  font-size: 13px;
  margin-top: 15px;
}

.relatedNews_font ul {
  width: 1240px;
}

.relatedNews_font ul li {
  float: left;
  padding-right: 50px;
  width: 570px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted #ddd;
}

.relatedNews_font ul li a {
  display: block;
  width: 450px;
  line-height: 40px;
  background: url(../images/ly_li.png) no-repeat left center;
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}

.relatedNews_font ul li span {
  float: right;
  color: #999;
}

.relatedTitle {
  height: 30px;
  border-bottom: 1px dotted #adadad;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  font-weight: normal;
}

/* 联系 */

.feedback {
  overflow: hidden;
  font-size: 14px;
}

.feedback h4 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

.feedback h4 span {
  display: block;
  font-size: 14px;
  color: #666;
}

.feedback li {
  overflow: hidden;
  margin-bottom: 20px;
}

.feedback li.text p {
  float: left;
  width: 540px;
  height: 48px;
  border: 1px solid #d6d6d6;
  padding: 0 19px;
  line-height: 48px;
}

.feedback li.text p:nth-child(2) {
  float: right;
}

.feedback input::-webkit-input-placeholder,
.feedback textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #888;
}

.feedback input::-moz-placeholder,
.feedback textarea::-moz-placeholder {
  font-size: 14px;
  color: #888;
}

.feedback input:-ms-input-placeholder,
.feedback textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #888;
}

.feedback input:-moz-placeholder,
.feedback textarea:-moz-placeholder {
  font-size: 14px;
  color: #888;
}

.feedback li textarea {
  border: 1px solid #d6d6d6;
  padding: 14px 19px;
  width: 1160px;
  resize: auto;
  height: 20px;
  line-height: 20px;
}

.feedback .radio {
  font-size: 14px;
  color: #888;
}

.feedback .radio span {
  margin-left: 10px;
}

.feedback .radio span input {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.feedback li.area textarea {
  height: 80px;
}

.feedback .select {
  height: 50px;
  overflow: visible;
}

.feedback .select div {
  float: left;
  width: 365px;
  height: 48px;
  border: 1px solid #dadada;
  padding-left: 19px;
  margin-right: 20px;
  position: relative;
  background: url("../images/formIcon.png") no-repeat 350px 20px;
  cursor: pointer;
  line-height: 48px;
}

.feedback .select div:nth-child(3) {
  margin-right: 0;
}

.feedback .select span {
  display: block;
  height: 48px;
  line-height: 48px;
  float: right;
  width: 290px;
}

.feedback .select ul {
  position: absolute;
  left: -1px;
  top: 49px;
  width: 384px;
  height: 170px;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #dadada;
  border-top: none;
  z-index: 99;
  display: none;
}

.feedback .select ul li {
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  background: #f2f2f2;
  border-bottom: 1px solid #ddd;
}

.feedback .select .tiem ul li {
  width: 285px;
  text-align: left;
  padding-left: 20px;
  line-height: 24px;
}

.feedback li.code input {
  height: 48px;
  line-height: 48px;
  border: 1px solid #dadada;
  padding: 0 19px;
  width: 140px;
}

.feedback .sub {
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #1074bc;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

/* 人才招聘  */

.gr-jobs-list dd {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  background: #f1f1f1;
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px;
}

.gr-jobs-list dd em {
  float: right;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/iconf.png) no-repeat;
  cursor: pointer;
  margin-top: 20px;
}

.gr-jobs-list dd.on em {
  background: url(../images/icong.png) no-repeat;
}

.gr-jobs-list dd span {
  display: block;
  float: left;
  width: 285px;
}

.gr-jobs-list dt {
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px;
  margin-bottom: 10px;
  background: #fff;
}

.gr-jobs-list dt strong {
  font-size: 14px;
}

.gr-apply {
  display: block;
  width: 140px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #555;
  border-radius: 3px;
  color: #fff;
  margin: 30px auto 0 auto;
  transition: all 0.3s;
}

.gr-apply:hover {
  background: #111;
  color: #fff;
}

.jobsShow {
  border: 1px solid #ddd;
  background: #fff;
}

.jobsShow h3 {
  font-size: 14px;
  font-weight: bold;
  background: #ddd;
  line-height: 35px;
  padding-left: 15px;
  font-weight: normal;
}

.jobsShow table {
  margin: 10px 20px 20px;
  background: #fff;
}

.jobsShow .mr {
  padding-right: 20px;
}

.jobsShow .jobsInput {
  width: 460px;
  border: 1px solid #ddd;
  line-height: 25px;
  height: 25px;
  padding: 0 5px;
  margin-bottom: 10px;
}

.jobsShow .input_radio {
  margin-right: 5px;
  vertical-align: middle;
}

.jobsShow .jobsInput:focus,
.jobsShow .jobsTextarea:focus {
  border: 1px solid #999;
}

.jobsShow .jobsTextarea {
  width: 1100px;
  padding: 5px;
  border: 1px solid #ddd;
  line-height: 22px;
  height: 125px;
  margin-top: 3px;
  display: block;
}

.jobsShow .jobsSubmit {
  background: #999;
  width: 85px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border: none;
  color: #fff;
  margin-right: 10px;
  margin-top: 20px;
  border-radius: 4px;
}

.jobsShow .jobsSubmit:hover {
  background: #666;
  color: #fff;
}

.jobsShow .jobsSubmitb {
  background: #333;
  width: 100px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border: none;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
}

.jobsShow .jobsSubmitb:hover {
  background: #111;
  color: #fff;
}

/*合作伙伴 */

.Cooperation {
  height: 200px;
  margin-top: 20px;
}

.Cooperation1 {
  background: url(../images/fgx.jpg) center 50px repeat-x;
}

.Cooperation .title1 {
  font-size: 36px;
  color: #555;
  text-align: center;
  font-weight: normal;
  line-height: 36px;
}

.Cooperation .title1 span {
  display: block;
  font-size: 12px;
  padding: 0 10px;
  margin-top: 10px;
}

.Cooperation ul li {
  float: left;
  border: 1px solid #ccc;
  margin-left: 11px;
}

.Cooperation ul li:nth-child(1) {
  margin-left: 0px;
}

.Cooperation ul li img {
  width: 160px;
}

/* 无缝矩阵 */

.grWidth2 {
  width: 1200px;
  margin: 0 auto;
}

.wxzj-tie {
  margin-bottom: 4rem;
  text-align: center;
}

.wxzj-tie h3 {
  font-size: 60px;
  color: #000;
  padding: 1rem 0;
  margin-bottom: 3rem;
  font-weight: normal;
}

.wxzj-tie p {
  font-size: 28px;
  color: #00165b;
  line-height: 36px;
}

.page-wxzj-section1 {
  padding: 8rem 0 5rem 0;
  background: url(../images/bg-wxzj-section1.jpg) no-repeat center;
  background-size: cover;
}

.wxzj-tie-c h3 {
  font-weight: bold;
}

.page-wxzj-section1 .body img {
  display: block;
  margin: 2rem auto;
}

.page-wxzj-section1 .body ul {
  text-align: center;
  display: flex;
  justify-content: center;
}

.page-wxzj-section1 .body ul span {
  font-size: 24px;
  color: #a3c7fd;
  margin: 0 2rem;
  position: relative;
}

.page-wxzj-section1 .body ul span:after {
  content: "";
  position: absolute;
  left: -1rem;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #a3c7fd;
}

.page-wxzj-section2 {
  padding: 8rem 0 3rem 0;
  background: url(../images/bg-wxzj-section2.jpg) no-repeat center;
  background-size: cover;
}

.wxzj-tie-h p {
  color: #000;
}

.page-wxzj-section2 .body {
  text-align: center;
  margin-top: 5rem;
}

.page-wxzj-section2 .body p {
  font-size: 28px;
  color: #0b539d;
  margin: 2rem 0;
}

.page-wxzj-section3 {
  padding: 10rem 0 8rem 0;
  background: url(../images/bg-wxzj-section3.jpg) no-repeat center;
  background-size: cover;
}

.wxzj-tie-l h3 {
  color: #42d8e5;
}

.wxzj-tie-l p {
  color: #d2deef;
}

.page-wxzj-section3 .body ul {
  display: flex;
  justify-content: space-between;
  margin-top: 18rem;
}

.page-wxzj-section3 .body ul span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 144px;
  height: 82px;
  font-size: 24px;
  color: #00eaff;
  margin: 0 2rem;
  background: url(../images/icon-wxzj-section3.png) no-repeat center;
}

.page-wxzj-section4 {
  padding: 8rem 0 1rem 0;
  background: url(../images/bg-wxzj-section4.jpg) no-repeat center;
  background-size: cover;
}

.page-wxzj-section4 .body {
  text-align: center;
  margin-top: 3rem;
}

.page-wxzj-section4 .body p {
  font-size: 24px;
  color: #08090b;
  margin: 2rem 0 3rem 0;
}

.page-wxzj-section5 {
  padding: 12rem 0 10rem 0;
  background: url(../images/bg-wxzj-section5.jpg) no-repeat center;
  background-size: cover;
}

.page-wxzj-section5 .body {
  margin-top: 10rem;
  text-align: center;
}

.page-wxzj-section6 {
  padding: 12rem 0 0 0;
  background: url(../images/bg-wxzj-section6.jpg) no-repeat center;
  background-size: cover;
}

.wxzj-tie-b h3 {
  color: #fff;
}

.wxzj-tie-b p {
  color: #fff;
}

.page-wxzj-section6 .body img {
  width: 100%;
}

.page-wxzj-section7 {
  padding: 12rem 0 8rem 0;
  background: url(../images/bg-wxzj-section7.jpg) no-repeat center;
  background-size: cover;
}

.page-wxzj-section7 .body {
  text-align: center;
}

.page-wxzj-section8 {
  padding: 12.5rem 0;
  background: url(../images/bg-wxzj-section8.jpg) no-repeat center;
  background-size: cover;
}

.page-wxzj-section8 .body {
  padding: 4rem;
  background: rgba(0, 0, 0, 0.5);
}

.page-wxzj-section9 {
  padding: 20rem 0;
  background: url(../images/bg-wxzj-section9.jpg) no-repeat center;
  background-size: cover;
}

.page-wxzj-section9 .body {
  width: 728px;
  height: 186px;
  line-height: 186px;
  text-align: center;
  margin: 0 auto;
  background: rgba(9, 103, 195, 0.8);
}

.page-wxzj-section9 .body h3 {
  padding: 0;
}

.page-wxzj-section10 {
  padding: 5rem 0 10rem 0;
  background: url(../images/bg-wxzj-section10.jpg) no-repeat center;
  background-size: cover;
}

.page-wxzj-section10 .body {
  text-align: center;
  margin-top: 10rem;
}

.page-wxzj-section11 {
  padding: 5rem 0 10rem 0;
  background: url(../images/bg-wxzj-section11.jpg) no-repeat center;
  background-size: cover;
}

.page-wxzj-section11 .body ul {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}

.page-wxzj-section11 .body ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.page-wxzj-section11 .body ul li h4 {
  font-size: 1rem;
  color: #0f0f0f;
}

.page-wxzj-section11 .body ul li img {
  object-fit: scale-down;
  margin: 1rem 0;
}

.page-wxzj-section11 .body ul li p {
  font-size: 0.875rem;
  color: #0f0f0f;
  padding: 0 1rem;
}

.page-wxzj-section12 {
  padding: 14rem 0 0 0;
  background: url(../images/bg-wxzj-section12.jpg) no-repeat center;
  background-size: cover;
}

.page-wxzj-section12 .body {
  text-align: center;
  margin-top: 4rem;
}

.page-wxzj-section13 {
  padding: 10rem 0 5rem 0;
  background: url(../images/bg-wxzj-section13.jpg) no-repeat center;
  background-size: cover;
}

.page-wxzj-section13 .wxzj-tie h3 {
  padding: 2.5rem 0;
  background: url(../images/icon-wxzj-section13.png) no-repeat center;
}

.page-wxzj-section13 .body {
  text-align: center;
  margin-top: 3rem;
}

.page-wxzj-section13 .body img {
  margin-top: 1rem;
}
.page-wxzj-section15 {
  padding: 5rem 0 2rem 0;
}
.page-wxzj-section15 .more {
  width: 100%;
  text-align: center;
  display: block;
}
.page-wxzj-section14 {
  padding: 5rem 0 2rem 0;
  overflow: hidden;
}

.page-wxzj-section14 .list {
  width: 100%;
  overflow: hidden;
}

.page-wxzj-section14 ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.page-wxzj-section14 ul li:nth-child(3n) {
  margin-right: 0;
}

.page-wxzj-section14 ul li .pImg {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
  padding-top: 78%;
}

.page-wxzj-section14 ul li .pImg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.page-wxzj-section14 ul li p {
  font-size: 1rem;
  color: #333;
  padding: 1rem;
  text-align: center;
}

.page-wxzj-section14 .more {
  width: 100%;
  text-align: center;
  display: block;
}

.hide {
  overflow: hidden;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.page-xmrhrj-title {
  margin-bottom: 50px;
  line-height: 50px;
  letter-spacing: 4px;
}

.page-xmrhrj-title strong {
  font-size: 50px;
  color: #fff;
  font-weight: normal;
  line-height: 50px;
  display: block;
}

.page-xmrhrj-title h3 {
  font-size: 50px;
  color: #fff;
  font-weight: normal;
  padding: 10px 0;
}

.page-xmrhrj-title p {
  font-size: 23px;
  color: #fff;
}

.page-xmrhrj-title .lan {
  color: #3f87ca !important;
}

.page-xmrhrj-title .hei {
  color: #000 !important;
}

.text-center-img li {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.page-xmrhrj-section1 {
  padding: 120px 0;
  background: url(../images/bg-page-xmrhrj-section1.jpg) no-repeat center;
  background-size: cover;
}

.page-xmrhrj-section1 .page-xmrhrj-title {
  float: left;
  width: 37%;
  padding: 8% 0 0 13%;
}

.page-xmrhrj-section1 .page-xmrhrj-title h3 {
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ffff00;
}

.page-xmrhrj-section1 .body {
  float: right;
  width: 50%;
  text-align: right;
}

.page-xmrhrj-section1 .body img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.page-xmrhrj-section2 {
  padding: 105px 0;
  background: url(../images/bg-page-xmrhrj-section2.jpg) no-repeat center;
  background-size: cover;
}

.page-xmrhrj-section3 {
  padding: 88px 0;
  background: url(../images/bg-page-xmrhrj-section3.jpg) no-repeat center;
  background-size: cover;
}

.page-xmrhrj-section4 {
  padding: 156px 0 33px 0;
  background: url(../images/bg-page-xmrhrj-section4.jpg) no-repeat center;
  background-size: cover;
}

.page-xmrhrj-section5 {
  padding: 247px 0 0 0;
  background: url(../images/bg-page-xmrhrj-section5.jpg) no-repeat center;
  background-size: cover;
}

.page-xmrhrj-section5 .body li:nth-child(1) {
  margin-bottom: 2rem;
}

.page-xmrhrj-section6 {
  padding: 79px 0;
  background: url(../images/bg-page-xmrhrj-section6.jpg) no-repeat center;
  background-size: cover;
}

.page-xmrhrj-section7 {
  padding: 230px 0 280px 0;
  background: url(../images/bg-page-xmrhrj-section7.jpg) no-repeat center;
  position: relative;
  z-index: 0;
  background-size: cover;
}

.page-xmrhrj-section7 .page-xmrhrj-title {
  float: right;
  width: 60%;
}

.page-xmrhrj-section7 .body {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-xmrhrj-section7 .body img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.page-xmrhrj-section8 {
  padding: 123px 0;
  background: url(../images/bg-page-xmrhrj-section8.jpg) no-repeat center;
  position: relative;
  z-index: 0;
  background-size: cover;
}

.page-xmrhrj-section8 .page-xmrhrj-title {
  float: left;
  width: 40%;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-xmrhrj-section8 .page-xmrhrj-title h3 {
  color: #134a95;
}

.page-xmrhrj-section8 .page-xmrhrj-title p {
  color: #4082e6;
}

.page-xmrhrj-section8 .body {
  float: right;
  width: 60%;
}

.page-xmrhrj-section8 .body li {
  text-align: right;
}

.page-xmrhrj-section8 .body li img {
  width: 90%;
}

.page-xmrhrj-section9 {
  padding: 154px 0;
  background: url(../images/bg-page-xmrhrj-section9.jpg) no-repeat center;
  position: relative;
  z-index: 0;
  background-size: cover;
}

.page-xmrhrj-section9 .page-xmrhrj-title {
  margin-bottom: 80px;
}

.page-xmrhrj-section10 {
  padding: 369px 0;
  background: url(../images/bg-page-xmrhrj-section10.jpg) no-repeat center;
  position: relative;
  z-index: 0;
  background-size: cover;
}

.page-xmrhrj-section11 {
  padding: 148px 0 44px 0;
  background: url(../images/bg-page-xmrhrj-section11.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.page-xmrhrj-section11 .page-xmrhrj-title {
  margin-bottom: 0;
}

.page-xmrhrj-section11 .txt {
  margin: 6rem auto;
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  overflow: hidden;
}

.page-xmrhrj-section11 .body {
  padding: 100px 0;
  background: url(../images/bg-page-xmrhrj-section11-body.png) no-repeat center;
}

.page-xmrhrj-section11 .body .grWidth,
.page-xmrhrj-section11 .body2 .grWidth {
  width: 1270px;
}

.page-xmrhrj-section11 .body2 {
  padding: 110px 0;
  background: url(../images/bg-page-xmrhrj-section11-body.png) no-repeat center;
}

.page-xmrhrj-section12 {
  padding: 251px 0;
  background: url(../images/bg-page-xmrhrj-section12.jpg) no-repeat center;
  position: relative;
  z-index: 0;
  background-size: cover;
}

.page-xmrhrj-section13 {
  padding: 100px 0;
  background-color: #f2f2f2;
  overflow: hidden;
  position: relative;
}

.page-xmrhrj-section13 .list {
  overflow: hidden;
}

.page-xmrhrj-section13 .list li {
  overflow: hidden;
}

.page-xmrhrj-section13 .list li .slide-inner {
  width: 100%;
  height: 100%;
}

.page-xmrhrj-section13 .list li img {
  width: 100%;
  height: 100%;
}

.page-xmrhrj-section13 .list li p {
  margin-top: 30px;
  font-size: 20px;
  color: #333;
  text-align: center;
}

.page-xmrhrj-section13-next {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/ctrl.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  right: 20px;
  background-position: -40px 0px;
  cursor: pointer;
  z-index: 99;
}

.page-xmrhrj-section13-prev {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/ctrl.png) no-repeat 0 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  left: 20px;
  top: 50%;
  cursor: pointer;
  z-index: 99;
}

/* 智能魔墙处理器 */
.page-znmqclq-title {
  margin-bottom: 50px;
  line-height: 50px;
  letter-spacing: 4px;
  text-align: center;
}

.page-znmqclq-title h3 {
  font-size: 50px;
  color: #2c3133;
  font-weight: normal;
  padding: 10px 0;
}

.page-znmqclq-title p {
  font-size: 23px;
  color: #2c3133;
}

.page-znmqclq-title dt {
  margin-top: 20px;
  text-align: center;
}

.page-znmqclq-title span {
  font-size: 23px;
  margin: 0 10px;
  color: #2c3133;
}

.page-znmqclq-title .lan {
  color: #3f87ca !important;
}

.page-znmqclq-title .bai {
  color: #fff !important;
}

.page-znmqclq-section1 {
  padding: 210px 0 0 0;
  height: 870px;
  background: url(../images/bg-page-znmqclq-section1.jpg) no-repeat center;
  position: relative;
  z-index: 0;
}

.page-znmqclq-section1 .body {
  position: relative;
  height: 610px;
}

.page-znmqclq-section1 .body li {
  position: absolute;
  left: 64px;
  top: 136px;
}

.page-znmqclq-section1 .body li:nth-child(2) {
  left: 454px;
  top: 335px;
}

.page-znmqclq-section1 .body li:nth-child(3) {
  left: 870px;
  top: 136px;
}

.page-znmqclq .grWidth {
  width: 1306px;
  margin: 0 auto;
}

.page-znmqclq-section2 {
  padding: 130px 0;
  background: url(../images/bg-page-znmqclq-section2.jpg) no-repeat center;
  position: relative;
  z-index: 0;
  background-size: cover;
}

.page-znmqclq-section3 {
  padding: 100px 0 490px 0px;
  background: url(../images/bg-page-znmqclq-section3.jpg) no-repeat center;
  position: relative;
  z-index: 0;
  background-size: cover;
}

.page-znmqclq-section4 {
  background: url(../images/bg-page-znmqclq-section4.jpg) no-repeat center;
  position: relative;
  z-index: 0;
  background-size: cover;
}

.page-znmqclq-section4 .page-znmqclq-title {
  float: left;
  text-align: right;
  padding: 490px 0 490px 8%;
}

.page-znmqclq-section4 .body {
  float: right;
  width: 55%;
  padding: 88px 0;
}

.page-znmqclq-section4 .body li {
  position: relative;
  top: -52px;
  left: 20px;
}

.page-znmqclq-section5 {
  padding: 140px 0;
  background: url(../images/bg-page-znmqclq-section5.jpg) no-repeat center;
  position: relative;
  z-index: 0;
  background-size: cover;
}

.page-znmqclq-section6 {
  padding: 105px 0 0 0;
  background: url(../images/bg-page-znmqclq-section6.jpg) no-repeat center;
  position: relative;
  z-index: 0;
  background-size: cover;
}

.page-znmqclq-section7 {
  padding: 126px 0;
  background: url(../images/bg-page-znmqclq-section7.jpg) no-repeat center;
  position: relative;
  z-index: 0;
  background-size: cover;
}

.page-znmqclq-section7 .body li {
}

/* Hdbaset延长器 */
.pt-175 {
  padding-top: 175px !important;
}

.page-ycx-title {
  margin-bottom: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-ycx-title h3 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
}

.page-ycx-title p {
  font-size: 28px;
  color: #fff;
  line-height: 40px;
}

.hei {
  color: #000 !important;
}

.page-ycx-section1 .grWidth {
  position: relative;
}

.page-ycx-section1 .page-ycx-title {
  padding: 120px 0;
}

.page-ycx-section1 img {
  width: 100%;
}

.page-ycx-section2 .grWidth {
  position: relative;
}

.page-ycx-section2 .page-ycx-title {
  left: 45%;
  top: 250px;
  width: 65%;
}

/* Hdbaset延长器 end*/

/* HDMI分配器 */
.page-hdmifpq-section1 img {
  width: 100%;
}

/* HDMI分配器 end*/

/* === 投影融合处理器 === */
.rjtyrh-title {
  margin-bottom: 50px;
  text-align: center;
  padding: 10px 0;
}

.rjtyrh-title img {
  margin-bottom: 20px;
}

.rjtyrh-title .hei {
  color: #000 !important;
}

.rjtyrh-title h3 {
  font-size: 45px;
  color: #fff;
  letter-spacing: 4px;
  padding: 12px 0px;
  margin-bottom: 30px;
}

.rjtyrh-title p {
  font-size: 20px;
  color: #fff;
  letter-spacing: 4px;
  line-height: 30px;
}

.page-rjtyrh-section1 {
  padding: 155px 0 0 0;
  background: url(../images/bg-page-rjtyrh-section1.jpg) no-repeat center;
  background-size: cover;
}

.page-rjtyrh-section1 .body {
  text-align: center;
}

.page-rjtyrh-section2 {
  padding: 150px 0;
}

.page-rjtyrh-section2 .list {
  text-align: center;
  margin-top: 50px;
}

.page-rjtyrh-section2 .list li {
  position: relative;
  display: inline-block;
  width: 19%;
  padding-top: 16%;
  margin-bottom: 20px;
  background: url(../images/page-rjtyrh-section2-list-li-bg.png) no-repeat
    center;
}

.page-rjtyrh-section2 .list li p {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #000;
}

.page-rjtyrh-section3 {
  padding: 200px 0;
  background: url(../images/bg-page-rjtyrh-section3.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.page-rjtyrh-section3 .list {
  text-align: center;
  width: 100%;
  margin-top: 180px;
}

.page-rjtyrh-section3 .list li {
  display: inline-block;
  width: 16%;
  text-align: center;
}

.page-rjtyrh-section3 .list li p {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}

.page-rjtyrh-section4 {
  padding: 100px 0 200px 0;
}

.page-rjtyrh-section5 {
  padding: 290px 0;
  background: url(../images/bg-page-rjtyrh-section5.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.page-rjtyrh-section5:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 170, 42, 0.2);
}

.page-rjtyrh-section6 {
  padding: 160px 0 120px 0;
  overflow: hidden;
}

.page-rjtyrh-section7 {
  padding: 136px 0 210px 0;
  background: url(../images/bg-page-rjtyrh-section7.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.page-rjtyrh-section7 .body {
  text-align: center;
}

.page-rjtyrh-section7 .body img {
  margin: 0 20px;
}

.page-rjtyrh-section8 {
  padding: 140px 0;
  background: #030311;
  overflow: hidden;
}

.page-rjtyrh-section8 .body {
  text-align: center;
  width: 1564px;
  margin: 0 auto;
}

.page-rjtyrh-section8 .body img {
  width: 46%;
  object-fit: scale-down;
  float: left;
}

.page-rjtyrh-section8 .body img:nth-child(1) {
  width: 47.5%;
  object-fit: scale-down;
}

.page-rjtyrh-section8 .body img:nth-child(2) {
  width: 6%;
  object-fit: scale-down;
}

.page-rjtyrh-section9 {
  padding: 140px 0 0 0;
  overflow: hidden;
}

.page-rjtyrh-section9 .body {
  text-align: center;
}

.page-rjtyrh-section10 {
  padding: 196px 0 120px 0;
  background: url(../images/bg-page-rjtyrh-section10.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.page-rjtyrh-section10 .body {
  margin-top: 100px;
  text-align: center;
}

.page-rjtyrh-section11 {
  padding: 190px 0 300px 0;
  background: url(../images/bg-page-rjtyrh-section11.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.page-rjtyrh-section11 .body {
  text-align: center;
}

.page-rjtyrh-section12 {
  padding: 190px 0 0 0;
  background: url(../images/bg-page-rjtyrh-section12.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.page-rjtyrh-section12 .body {
  text-align: center;
  margin-top: 250px;
}

.page-rjtyrh-section13 {
  padding: 230px 0 687px 0;
  background: url(../images/bg-page-rjtyrh-section13.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.page-rjtyrh-section14 {
  padding: 340px 0 460px 0;
  background: url(../images/bg-page-rjtyrh-section14.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.page-rjtyrh-section14 .rjtyrh-title {
  float: left;
  width: 67%;
  text-align: right;
}

.page-rjtyrh-section15 {
  padding: 160px 0 426px 0;
  background: url(../images/bg-page-rjtyrh-section15.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

/* === 投影融合处理器 end=== */

/* === LED播控服务器 === */
.page-ledbkfwq-title {
  margin-bottom: 50px;
  letter-spacing: 2px;
}

.page-ledbkfwq-title h3 {
  font-size: 72px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: normal;
  padding: 26px 0;
}

.page-ledbkfwq-title h4 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: normal;
  padding: 26px 0;
}

.page-ledbkfwq-title h4 span {
  color: #a4d5ff;
}

.page-ledbkfwq-title p {
  font-size: 30px;
  color: #fff;
  line-height: 46px;
}

.page-ledbkfwq-section1 {
  padding: 220px 0 20px 0;
  background: url(../images/bg-page-ledbkfwq-section1.jpg) no-repeat center;
  background-size: cover;
}

.page-ledbkfwq-section1 .body {
  margin-top: 216px;
}

.page-ledbkfwq-section2 {
  padding: 220px 0 338px 0;
  background: url(../images/bg-page-ledbkfwq-section2.jpg) no-repeat center;
  background-size: cover;
}

.page-ledbkfwq-section2 .body {
  margin-top: 120px;
}

.page-ledbkfwq-section2 .body li {
  float: left;
  width: 33.33%;
  text-align: center;
}

.page-ledbkfwq-section2 .body li p {
  font-size: 28px;
  color: #fff;
}

.page-ledbkfwq-section2 .body li i {
  display: inline-block;
  width: 112px;
  height: 112px;
  background: url(../images/icon-page-ledbkfwq-section2.png) no-repeat;
  background-position: 0 0;
}

.page-ledbkfwq-section2 .body li:nth-child(2) i {
  background-position: -112px 0;
}

.page-ledbkfwq-section2 .body li:nth-child(3) i {
  background-position: -226px 0;
}

.page-ledbkfwq-section3 {
  padding: 192px 0 0 0;
  background: url(../images/bg-page-ledbkfwq-section3.jpg) no-repeat center;
  background-size: cover;
}

.page-ledbkfwq-section3 .body img {
  display: block;
  margin: 0 auto;
}

.page-ledbkfwq-section3 ul {
  position: relative;
  top: -90px;
}

.page-ledbkfwq-section3 ul li {
  float: left;
  width: 44%;
  padding-left: 6%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page-ledbkfwq-section3 ul li i {
  display: inline-block;
  width: 105px;
  height: 105px;
  background: url(../images/icon-page-ledbkfwq-section3.png) no-repeat center;
  background-position: 0 0;
}

.page-ledbkfwq-section3 ul li:nth-child(2) i {
  background-position: -105px 0;
}

.page-ledbkfwq-section3 ul li dt h5 {
  font-size: 24px;
  color: #fff;
}

.page-ledbkfwq-section3 ul li dt p {
  font-size: 20px;
  color: #fff;
}

.page-ledbkfwq-section4 {
  padding: 168px 0 608px 0;
  background: url(../images/bg-page-ledbkfwq-section4.jpg) no-repeat center;
  background-size: cover;
}

.page-ledbkfwq-section4 .page-ledbkfwq-title h4 {
  color: #ffff13;
}

.page-ledbkfwq-section4 .body {
  text-align: center;
  margin-top: 80px;
}

.page-ledbkfwq-section4 .body li {
  display: inline-block;
  margin: 0 50px;
  width: 228px;
  height: 72px;
  text-align: center;
  line-height: 72px;
  font-size: 30px;
  color: #fff;
  background: url(../images/icon-page-ledbkfwq-section4.png) no-repeat center;
}

.page-ledbkfwq-section5 {
  padding: 168px 0 213px 0;
  background: url(../images/bg-page-ledbkfwq-section5.jpg) no-repeat center;
  background-size: cover;
}

.page-ledbkfwq-section5 ul li {
  float: left;
  width: 16.66%;
  text-align: center;
}

.page-ledbkfwq-section5 ul li p {
  font-size: 24px;
  color: #fff;
}

.page-ledbkfwq-section5 ul li i {
  display: inline-block;
  width: 150px;
  height: 130px;
  background: url(../images/icon-page-ledbkfwq-section5.png) no-repeat center;
  background-position: 0 0;
}

.page-ledbkfwq-section5 ul li:nth-child(2) i {
  background-position: -200px 0;
}

.page-ledbkfwq-section5 ul li:nth-child(3) i {
  background-position: -394px 0;
}

.page-ledbkfwq-section5 ul li:nth-child(4) i {
  background-position: -584px 0;
}

.page-ledbkfwq-section5 ul li:nth-child(5) i {
  background-position: -764px 0;
}

.page-ledbkfwq-section5 ul li:nth-child(6) i {
  background-position: -946px 0;
}

.page-ledbkfwq-section6 {
  height: 1298px;
  padding: 180px 0 0px 0;
  background: url(../images/bg-page-ledbkfwq-section6.jpg) no-repeat center;
}

.page-ledbkfwq-section6 .body {
  margin-top: 60px;
}

.page-ledbkfwq-section6 .body img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.page-ledbkfwq-section7 {
  padding: 130px 0 80px 0;
  background: url(../images/bg-page-ledbkfwq-section7.jpg) no-repeat center;
  background-size: cover;
}

.page-ledbkfwq-section8 {
  padding: 240px 0 220px 0;
  background: url(../images/bg-page-ledbkfwq-section8.jpg) no-repeat center;
  background-size: cover;
}

.page-ledbkfwq-section8 ul li {
  float: left;
  width: 33.33%;
  text-align: center;
}

.page-ledbkfwq-section8 ul li p {
  font-size: 24px;
  color: #fff;
}

.page-ledbkfwq-section8 ul li i {
  display: inline-block;
  width: 260px;
  height: 190px;
  margin-bottom: 10px;
  background: url(../images/icon-page-ledbkfwq-section8.png) no-repeat center;
  background-position: 0 0;
}

.page-ledbkfwq-section8 ul li:nth-child(2) i {
  background-position: -434px 0;
}

.page-ledbkfwq-section8 ul li:nth-child(3) i {
  background-position: -814px 0;
}

.page-ledbkfwq-section9 {
  padding: 200px 0 170px 0;
  background: url(../images/bg-page-ledbkfwq-section9.jpg) no-repeat center;
  background-size: cover;
}

.page-ledbkfwq-section9 .body {
  margin-top: 80px;
  background: url(../images/icon-page-ledbkfwq-section9.png) no-repeat top;
  background-position-y: 62px;
  text-align: center;
}

.page-ledbkfwq-section9 .body img {
  margin-bottom: 20px;
  margin: 0 20px;
}

.page-ledbkfwq-section10 {
  padding: 272px 0;
  background: url(../images/bg-page-ledbkfwq-section10.jpg) no-repeat center;
  background-size: cover;
}

.page-ledbkfwq-section11 {
  padding: 155px 0;
  background: url(../images/bg-page-ledbkfwq-section11.jpg) no-repeat center;
  background-size: cover;
}

.page-ledbkfwq-section11 .page-ledbkfwq-title h4 {
  position: relative;
  z-index: 0;
}

.page-ledbkfwq-section11 .page-ledbkfwq-title h4:after {
  content: "";
  position: absolute;
  left: 29%;
  bottom: 0;
  width: 500px;
  height: 24px;
  background: #293a64;
  z-index: -1;
}

.page-ledbkfwq-section11 ul {
  width: 90%;
  margin: 60px auto auto auto;
}

.page-ledbkfwq-section11 ul li {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 5px;
  background: linear-gradient(to bottom, #95c5ff, #0b60f1);
  color: transparent;
}

.page-ledbkfwq-section11 ul li:nth-child(2n) {
  margin-right: 0;
}

.page-ledbkfwq-section11 ul li p {
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

.page-ledbkfwq-section11 ul li img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

/* === LED播控服务器 end=== */

/* === 投影融合处理器 === */
.hei {
  color: #000 !important;
}

.bai {
  color: #fff !important;
}

.tyrhclq-title h3 {
  font-size: 46px;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  line-height: 50px;
  font-weight: normal;
}

.tyrhclq-title h3 span {
  color: #ff091a;
}

.tyrhclq-title p {
  width: 90%;
  text-align: center;
  font-size: 21px;
  color: #0e0a0a;
  margin: 20px auto 0 auto;
}

.page-tyrhclq-section1 {
  padding-top: 170px;
  background: url(../images/bg-page-tyrhclq-section1.jpg) no-repeat center;
  background-size: cover;
}

.page-tyrhclq-section1 .tie h3 {
  font-size: 44px;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 40px;
  text-align: center;
}

.page-tyrhclq-section1 .tie .list {
  text-align: center;
}

.page-tyrhclq-section1 .tie .list li {
  font-size: 21px;
  color: #6d98ff;
  border: 1px solid #6d98ff;
  padding: 4px 8px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 40px;
}

.page-tyrhclq-section1 .body {
  height: 337px;
  text-align: center;
}

.page-tyrhclq-section1 .body img {
  margin: 0 30px;
  position: relative;
}

.page-tyrhclq-section1 .body img:nth-child(1) {
  top: 54px;
  left: -8px;
}

.page-tyrhclq-section1 .body img:nth-child(2) {
  top: 68px;
  left: -26px;
}

.page-tyrhclq-section1 .body img:nth-child(3) {
  top: 50px;
  left: -34px;
}

.page-tyrhclq-section2 {
  padding: 132px 0 131px 0;
  background: url(../images/bg-page-tyrhclq-section2.jpg) no-repeat center;
  background-size: cover;
}

.page-tyrhclq-section2 .body {
  margin-top: 136px;
  display: flex;
  justify-content: center;
}

.page-tyrhclq-section2 .body li {
  margin: 0 110px;
}

.page-tyrhclq-section2 .body li i {
  display: inline-block;
  width: 140px;
  height: 110px;
  background: url(../images/icon-page-tyrhclq-section2.png) no-repeat center;
  background-position: 0 0;
}

.page-tyrhclq-section2 .body li:nth-child(2) i {
  background-position: 0 0;
}

.page-tyrhclq-section2 .body li:nth-child(3) i {
  background-position: 0 0;
}

.page-tyrhclq-section2 .body li p {
  font-size: 20px;
  color: #fff;
}

.page-tyrhclq-section3 {
  padding: 120px 0 60px 0;
  background: url(../images/bg-page-tyrhclq-section3.jpg) no-repeat center;
  display: flex;
  justify-content: flex-end;
}

.page-tyrhclq-section3 .tyrhclq-title h3 {
  text-align: left;
}

.page-tyrhclq-section3 .info {
  width: 38%;
  padding-top: 70px;
}

.page-tyrhclq-section3 .info .list {
  margin-top: 50px;
}

.page-tyrhclq-section3 .info .list li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  align-items: center;
}

.page-tyrhclq-section3 .info .list li i {
  width: 16%;
  height: 95px;
  background: url(../images/icon-page-tyrhclq-section3.png) no-repeat center;
  background-position: 0 0;
  position: relative;
}

.page-tyrhclq-section3 .info .list li:nth-child(2) i {
  background-position: 0 -126px;
}

.page-tyrhclq-section3 .info .list li h4 {
  font-size: 20px;
  color: #fff;
}

.page-tyrhclq-section3 .info .list li p {
  font-size: 18px;
  color: #fff;
}

.page-tyrhclq-section3 .img {
  width: 44%;
  text-align: left;
}

.page-tyrhclq-section4 {
  overflow: hidden;
  padding: 190px 0 230px 0;
  background: url(../images/bg-page-tyrhclq-section4.jpg) no-repeat center;
}

.page-tyrhclq-section4 .tyrhclq-title h3 {
  color: #02fffc;
}

.page-tyrhclq-section4 .tyrhclq-title p {
  font-size: 21px;
  color: #02fffc;
  margin-top: 20px;
  text-align: center;
}

.page-tyrhclq-section4 .info {
  float: right;
  width: 50%;
}

.page-tyrhclq-section4 .info .list {
  display: flex;
  justify-content: center;
  margin-top: 116px;
}

.page-tyrhclq-section4 .info .list li {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #02fffc;
  font-size: 26px;
  color: #02fffc;
  border-radius: 10px;
  margin: 0 10px;
}

.page-tyrhclq-section5 {
  padding: 118px 0 120px 0;
}

.page-tyrhclq-section5 .list {
  margin-top: 60px;
  display: flex;
  height: 191px;
  position: relative;
}

.page-tyrhclq-section5 .list li {
  margin-right: 32px;
  position: absolute;
  animation-timing-function: ease;
}

.page-tyrhclq-section5 .list li:nth-child(1) {
  left: 0;
  animation-name: one;
}

.page-tyrhclq-section5 .list li:nth-child(2) {
  left: 296px;
  animation-name: tow;
  animation-duration: 2s;
}

.page-tyrhclq-section5 .list li:nth-child(3) {
  left: 636px;
  animation-name: three;
  animation-duration: 2s;
}

.page-tyrhclq-section5 .list li:nth-child(4) {
  left: 932px;
  animation-name: four;
  animation-duration: 2s;
}

.page-tyrhclq-section5 .list li:last-child {
  margin-right: 0;
}

.page-tyrhclq-section5 .list li p {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

@keyframes one {
  from {
    left: 0;
  }

  to {
    left: 0;
  }
}

@keyframes tow {
  from {
    left: 0;
    opacity: 0.5;
  }

  to {
    left: 296px;
    opacity: 1;
  }
}

@keyframes three {
  from {
    left: 0;
    opacity: 0.5;
  }

  to {
    left: 636px;
    opacity: 1;
  }
}

@keyframes four {
  from {
    left: 0;
    opacity: 0.5;
  }

  to {
    left: 932px;
    opacity: 1;
  }
}

.page-tyrhclq-section6 {
  padding: 120px 0 150px 0;
  background: #000;
}

.page-tyrhclq-section6 .list {
  display: flex;
  justify-content: center;
  margin-top: 68px;
}

.page-tyrhclq-section7 {
  padding: 118px 0 120px 0;
}

.page-tyrhclq-section7 .list {
  margin-top: 60px;
  display: flex;
  height: 191px;
  position: relative;
}

.page-tyrhclq-section7 .list li {
  margin-right: 32px;
  position: absolute;
  animation-timing-function: ease;
  animation-delay: 0;
}

.page-tyrhclq-section7 .list li:nth-child(1) {
  left: 0;
  animation-name: five;
}

.page-tyrhclq-section7 .list li:nth-child(2) {
  left: 339px;
  animation-name: six;
  animation-duration: 2s;
}

.page-tyrhclq-section7 .list li:nth-child(3) {
  left: 636px;
  animation-name: seven;
  animation-duration: 2s;
}

.page-tyrhclq-section7 .list li:nth-child(4) {
  left: 932px;
  animation-name: eight;
  animation-duration: 2s;
}

.page-tyrhclq-section7 .list li:last-child {
  margin-right: 0;
}

.page-tyrhclq-section7 .list li p {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.page-tyrhclq-section7 .list li span {
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes five {
  from {
    left: 0;
  }

  to {
    left: 0;
  }
}

@keyframes six {
  from {
    left: 0;
    opacity: 0.5;
  }

  to {
    left: 339px;
    opacity: 1;
  }
}

@keyframes seven {
  from {
    left: 0;
    opacity: 0.5;
  }

  to {
    left: 645px;
    opacity: 1;
  }
}

@keyframes eight {
  from {
    left: 0;
    opacity: 0.5;
  }

  to {
    left: 940px;
    opacity: 1;
  }
}

.page-tyrhclq-section8 {
  padding: 130px 0;
  background: url(../images/bg-page-tyrhclq-section8.jpg) no-repeat center;
}

.page-tyrhclq-section8 .list {
  margin-top: 120px;
  display: flex;
  justify-content: center;
}

.page-tyrhclq-section8 .list li {
  margin: 0 30px;
  text-align: center;
}

.page-tyrhclq-section8 .list li p {
  font-size: 16px;
  color: #fff;
}

.page-tyrhclq-section8 .list li i {
  display: inline-block;
  width: 90px;
  height: 80px;
  background: url(../images/icon-page-tyrhclq-section8.png) no-repeat center;
  background-position: 0 0;
}

.page-tyrhclq-section8 .list li:nth-child(2) i {
  background-position: -145px 0;
}

.page-tyrhclq-section8 .list li:nth-child(3) i {
  background-position: -290px 0;
}

.page-tyrhclq-section8 .list li:nth-child(4) i {
  background-position: -432px 0;
}

.page-tyrhclq-section8 .list li:nth-child(5) i {
  background-position: -565px 0;
}

.page-tyrhclq-section8 .list li:nth-child(6) i {
  background-position: -702px 0;
}

.page-tyrhclq-section9 {
  padding: 136px 0 150px 0;
  background: url(../images/bg-page-rjtyrh-section9.jpg) no-repeat center !important;
  overflow: hidden;
}

.page-tyrhclq-section9 .body {
  text-align: center;
  margin-top: 90px;
}

.page-tyrhclq-section9 .body img {
  margin: 0 20px;
}

.page-tyrhclq-section10 {
  padding: 120px 0 923px 0;
  background: url(../images/bg-page-tyrhclq-section10.jpg) no-repeat center;
  background-size: cover;
}

.page-tyrhclq-section10 .body {
  text-align: center;
}

.page-tyrhclq-section10 .body img {
  position: relative;
  top: 50px;
  width: 78%;
  left: 10px;
}

.page-tyrhclq-section11 {
  padding: 100px 0 79px 0;
  background: url(../images/bg-page-tyrhclq-section11.jpg) no-repeat center;
}

.page-tyrhclq-section11 .body {
  text-align: center;
}

.page-tyrhclq-section12 {
  padding: 251px 0;
  background: url(../images/bg-page-tyrhclq-section12.jpg) no-repeat center;
  background-size: cover;
}

.page-tyrhclq-section12 .body {
  display: flex;
  justify-content: center;
}

.page-tyrhclq-section12 .body li {
  margin: 0 20px;
  text-align: center;
}

.page-tyrhclq-section12 .body li p {
  font-size: 16px;
  color: #fff;
}

.page-tyrhclq-section12 .body li i {
  display: inline-block;
  width: 254px;
  height: 188px;
  background: url(../images/icon-page-tyrhclq-section12.png) no-repeat center;
  background-position: 0 0;
}

.page-tyrhclq-section12 .body li:nth-child(2) i {
  background-position: -382px 0;
}

.page-tyrhclq-section12 .body li:nth-child(3) i {
  background-position: -740px 0;
}

.page-tyrhclq-section13 {
  padding: 130px 0;
  background: url(../images/bg-page-tyrhclq-section13.jpg) no-repeat center;
  background-size: cover;
}

.page-tyrhclq-section13 .rjtyrh-title h3 {
  color: #001b41 !important;
}

.page-tyrhclq-section13 .rjtyrh-title p {
  color: #001b41 !important;
}

.page-tyrhclq-section13 .body {
  margin-top: 80px;
  padding-top: 8px;
  background: url(../images/icon-page-ledbkfwq-section9.png) no-repeat top;
  background-position-y: 62px;
  text-align: center;
}

.page-tyrhclq-section13 .body img {
  margin-bottom: 20px;
  margin: 0 20px;
}

.page-tyrhclq-section14 {
  padding-top: 195px;
  background: url(../images/bg-page-tyrhclq-section14.jpg) no-repeat center;
}

.page-tyrhclq-section14 .body {
  margin-top: 135px;
  text-align: center;
}

.page-tyrhclq-section15 {
  padding: 225px 0;
  background: url(../images/bg-page-tyrhclq-section15.jpg) no-repeat center;
  background-size: cover;
}

.page-tyrhclq-section15 .rjtyrh-title h3 {
  color: #004bcb;
}

.page-tyrhclq-section15 .body {
  display: flex;
  justify-content: center;
}

.page-tyrhclq-section15 .body li {
  width: 23%;
  margin-right: 3%;
  padding: 4px;
  background: #1668f3;
  overflow: hidden;
}

.page-tyrhclq-section15 .body li:last-child {
  margin-right: 0;
}

.page-tyrhclq-section15 .body li img {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.page-tyrhclq-section15 .body li p {
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.page-tyrhclq-section15 .body li:hover img {
  transform: scale(0.95);
}

/* === 多媒体网络拼接盒 === */
.page-dmtwl-title {
  text-align: center;
  margin-bottom: 50px;
}

.page-dmtwl-title h3 {
  font-size: 60px;
  color: #1b1b1b;
  font-weight: normal;
  padding: 20px 0;
}

.page-dmtwl-title p {
  font-size: 20px;
  color: #000;
  letter-spacing: 4px;
  line-height: 30px;
}

.page-dmtwl-section1 {
  padding: 260px 0;
  background: url(../images/bg-page-dmtwl-section1.jpg) no-repeat center;
  background-size: cover;
}

.page-dmtwl-section1 .desc {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.page-dmtwl-section1 .desc li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-dmtwl-section1 .desc span {
  font-size: 30px;
  color: #1a7af1;
}

.page-dmtwl-section1 .desc em {
  height: 36px;
  width: 2px;
  display: inline-block;
  margin: 0 26px;
  font-style: normal;
  background: #1a7af1;
}

.page-dmtwl-section1 .body {
  display: flex;
  justify-content: center;
}

.page-dmtwl-section1 .body li:nth-child(1) {
  position: relative;
  top: -14px;
  left: 24px;
}

.page-dmtwl-section1 .body li:nth-child(2) {
  position: relative;
  top: 20px;
  left: 24px;
}

.page-dmtwl-section2 {
  padding: 164px 0 320px 0;
  background: url(../images/bg-page-dmtwl-section2.jpg) no-repeat center;
  background-size: cover;
}

.page-dmtwl-section2 .desc {
  width: 50%;
  float: right;
}

.page-dmtwl-section2 .desc h3 {
  font-size: 60px;
  font-weight: normal;
  color: #fff;
  line-height: 68px;
  margin-bottom: 50px;
}

.page-dmtwl-section2 .desc h3 span {
  color: #1495e8;
}

.page-dmtwl-section2 .desc li {
  font-size: 30px;
  color: #fff;
  line-height: 60px;
}

.page-dmtwl-section3 {
  padding: 60px 0;
  background: #050608;
}

.page-dmtwl-section3 h3 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center;
  padding: 10px 0;
}

.page-dmtwl-section3 .body {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.page-dmtwl-section3 .desc {
  background: url(../images/bg-page-dmtwl-section3-desc.jpg) no-repeat center
    bottom;
  padding-bottom: 290px;
}

.page-dmtwl-section3 .desc .grWidth2 {
  display: flex;
  justify-content: center;
}

.page-dmtwl-section3 .desc li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 20px;
  width: 40%;
}

.page-dmtwl-section3 .desc li i {
  width: 25%;
  height: 95px;
  background: url(../images/icon-page-tyrhclq-section3.png) no-repeat center;
  background-position: 0 0;
  position: relative;
}

.page-dmtwl-section3 .desc li:nth-child(2) i {
  background-position: 0 -126px;
}

.page-dmtwl-section3 .desc li h4 {
  font-size: 20px;
  color: #fff;
}

.page-dmtwl-section3 .desc li p {
  font-size: 18px;
  color: #fff;
}

.page-dmtwl-section4 {
  padding: 290px 0;
  background: url(../images/bg-page-dmtwl-section4.jpg);
  background-size: cover;
}

.page-dmtwl-section4 .page-dmtwl-title {
  float: left;
  width: 54%;
  text-align: right;
}

.page-dmtwl-section4 .page-dmtwl-title h3 {
  color: #02ccff !important;
}

.page-dmtwl-section4 .page-dmtwl-title span {
  font-size: 30px;
  color: #97d4fd;
}

.page-dmtwl-section4 .page-dmtwl-title dl {
  display: flex;
  justify-content: flex-end;
  padding: 14px;
  border: 1px solid #29afe8;
  border-radius: 6px;
  float: right;
  margin-top: 20px;
}

.page-dmtwl-section4 .page-dmtwl-title dl dt {
  font-size: 28px;
  color: #29afe8;
}

.page-dmtwl-section5 {
  padding: 130px 0;
  background: url(../images/bg-page-dmtwl-section5.jpg) no-repeat center;
}

.page-dmtwl-section5 .list {
  margin-top: 120px;
  display: flex;
  justify-content: center;
}

.page-dmtwl-section5 .list li {
  margin: 0 30px;
  text-align: center;
}

.page-dmtwl-section5 .list li p {
  font-size: 16px;
  color: #fff;
}

.page-dmtwl-section5 .list li i {
  display: inline-block;
  width: 90px;
  height: 80px;
  background: url(../images/icon-page-tyrhclq-section8.png) no-repeat center;
  background-position: 0 0;
}

.page-dmtwl-section5 .list li:nth-child(2) i {
  background-position: -145px 0;
}

.page-dmtwl-section5 .list li:nth-child(3) i {
  background-position: -290px 0;
}

.page-dmtwl-section5 .list li:nth-child(4) i {
  background-position: -432px 0;
}

.page-dmtwl-section5 .list li:nth-child(5) i {
  background-position: -565px 0;
}

.page-dmtwl-section5 .list li:nth-child(6) i {
  background-position: -702px 0;
}

.page-dmtwl-section6 {
  padding: 120px 0 923px 0;
  background: url(../images/bg-page-dmtwl-section6.jpg) no-repeat center;
  background-size: cover;
}

.page-dmtwl-section6 .page-dmtwl-title h3 {
  color: #fff !important;
}

.page-dmtwl-section6 .page-dmtwl-title p {
  color: #fff !important;
}

.page-dmtwl-section6 .body {
  text-align: center;
}

.page-dmtwl-section6 .body img {
  position: relative;
  top: 50px;
  width: 78%;
  left: 10px;
}

.page-dmtwl-section7 {
  padding: 120px 0;
}

.page-dmtwl-section7 .body li {
  text-align: center;
  margin-bottom: 20px;
}

.page-dmtwl-section7 .body li img {
  max-width: 100%;
}

.page-dmtwl-section7 .body p {
  font-size: 30px;
  color: #141415;
  text-align: center;
  margin: 20px 0 70px 0;
}

.page-dmtwl-section7 .body .box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 20px;
}

.page-dmtwl-section7 .body .box li {
  margin: 0 70px;
}

.page-dmtwl-section7 .body .box li img {
  margin: 0 30px;
}

.page-dmtwl-section8 {
  padding: 98px 0;
  background: url(../images/bg-page-dmtwl-section8.jpg) no-repeat center;
  background-size: cover;
}

.page-dmtwl-section8 .body {
  margin-top: 90px;
  overflow: hidden;
}

.page-dmtwl-section9 {
  padding: 246px 0;
  background: url(../images/bg-page-dmtwl-section9.jpg) no-repeat center;
}

.page-dmtwl-section9 .body {
  display: flex;
  justify-content: center;
}

.page-dmtwl-section9 .body li {
  margin: 0 34px;
  text-align: center;
}

.page-dmtwl-section9 .body li p {
  font-size: 16px;
  color: #fff;
}

.page-dmtwl-section9 .body li i {
  display: inline-block;
  width: 254px;
  height: 188px;
  background: url(../images/icon-page-tyrhclq-section12.png) no-repeat center;
  background-position: 0 0;
}

.page-dmtwl-section9 .body li:nth-child(2) i {
  background-position: -382px 0;
}

.page-dmtwl-section9 .body li:nth-child(3) i {
  background-position: -740px 0;
}

.page-dmtwl-section10 {
  padding: 130px 0;
  background: url(../images/bg-page-dmtwl-section10.jpg) no-repeat center;
  background-size: cover;
}

.page-dmtwl-section10 .rjtyrh-title h3 {
  color: #001b41 !important;
}

.page-dmtwl-section10 .rjtyrh-title p {
  color: #001b41 !important;
}

.page-dmtwl-section10 .body {
  margin-top: 80px;
  padding-top: 8px;
  background: url(../images/icon-page-ledbkfwq-section9.png) no-repeat top;
  background-position-y: 62px;
  text-align: center;
}

.page-dmtwl-section10 .body img {
  margin-bottom: 20px;
  margin: 0 20px;
}

.page-dmtwl-section11 {
  padding: 245px 0 120px 0;
  background: url(../images/bg-page-dmtwl-section11.jpg) no-repeat center;
}

.page-dmtwl-section11 .list {
  width: 1448px;
  height: 768px;
  margin: 0 auto;
  background: url(../images/bg-page-dmtwl-section11-list.png) no-repeat center;
  background-size: 100%;
  padding-top: 40px;
}

.page-dmtwl-section11 .list h3 {
  font-size: 55px;
  color: #fff;
  font-weight: normal;
  padding: 20px 0;
  text-align: center;
}

.page-dmtwl-section11 .list ul {
  padding: 100px 0;
  overflow: hidden;
  width: 87%;
  margin: 0 auto;
  display: flex;
}

.page-dmtwl-section11 .list ul li {
  float: left;
  width: 21.9%;
  margin-right: 2%;
  padding: 10px;
  background: linear-gradient(to bottom, #acd1ff, #0c61f1);
  background-clip: border-box;
}

.page-dmtwl-section11 .list ul li:last-child {
  margin-right: 0;
}

.page-dmtwl-section11 .list ul li .img {
  overflow: hidden;
}

.page-dmtwl-section11 .list ul li .img img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.page-dmtwl-section11 .list ul li p {
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin: 20px 0;
}

.page-dmtwl-section11 .list ul li:hover .img img {
  transform: scale(1.1);
}
/* === 多媒体网络拼接盒 end === */

/* === 核心板 start === */
.page-hxb .hex-desc {
  color: rgba(255, 255, 255, 0.5);
  line-height: 30px;
  font-size: 16px;
}
.page-hxb h2 {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
}
.page-hxb h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.page-hxb img {
  max-width: 100%;
}
.page-hxb .page-hxb-section1 {
  padding: 8rem 0 6rem 0;
  background: url(../images/hxb/hxb-section1-bg.jpg) no-repeat center;
  background-size: cover;
}
.page-hxb .page-hxb-section1 .cont-d {
  display: flex;
  align-items: flex-start;
}
.page-hxb .page-hxb-section1 .cont-d .hex-txt {
  width: 50%;
  padding-top: 30px;
}
.page-hxb .page-hxb-section1 .cont-d .hxb-img {
  width: 50%;
}
.page-hxb .page-hxb-section1 ol {
  display: flex;
  flex-wrap: wrap;
}
.page-hxb .page-hxb-section1 ol li {
  width: 50%;
  display: flex;
  align-items: center;
}
.page-hxb .page-hxb-section1 ol li h4 {
  margin-left: 6px;
}

.page-hxb .page-hxb-section2 {
  padding: 6rem 0 12rem 0;
  background: url(../images/hxb/hxb-section2-bg.jpg) no-repeat center;
  background-size: cover;
}
.page-hxb .page-hxb-section2 .hex-txt {
  width: 55%;
}
.page-hxb .page-hxb-section2 .hex-txt ol {
  display: flex;
  justify-content: space-between;
}
.page-hxb .page-hxb-section2 .hex-desc {
  padding: 3rem 0 5rem;
}
.page-hxb .page-hxb-section2 .hex-txt ol li {
  text-align: center;
}
.page-hxb .page-hxb-section2 .hex-txt ol li h3 {
  font-size: 24px;
  color: #2c99ff;
  margin-bottom: 12px;
}
.page-hxb .page-hxb-section2 .hex-txt ol li p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.page-hxb .page-hxb-section3 {
  padding: 5rem 0 12rem;
  background-color: #000;
}
.page-hxb .page-hxb-section3 .img-cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page-hxb .page-hxb-section3 .img-cont .img1 {
  width: 48%;
}
.page-hxb .page-hxb-section3 .img-cont .img2 {
  width: 48%;
}
.page-hxb .page-hxb-section4 {
  padding: 6rem 0 8rem 0;
  background: url(../images/hxb/hxb-section8-bg.jpg?v=1) center;
  margin-bottom: -1px;
  background-size: cover;
  position: relative;
  min-height: 600px;
}
.page-hxb .page-hxb-section4 .cont-d {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-hxb .page-hxb-section4 .hex-txt {
  width: 35%;
  padding-top: 20px;
}
.page-hxb .page-hxb-section4 .hex-txt .hex-desc {
  padding: 50px 0;
}
.page-hxb .page-hxb-section4 .hxb-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-hxb .page-hxb-section4 .hxb-img img {
  max-height: 100%;
}

.page-hxb .page-hxb-section5 {
  padding: 20rem 0 20rem 0;
  background: url(../images/hxb/hxb-section5-bg.jpg) no-repeat center;
  background-size: cover;
}
.page-hxb .page-hxb-section5 .hex-txt {
  width: 36%;
}
.page-hxb .page-hxb-section5 .hex-txt .hex-desc {
  padding: 50px 0;
}

.page-hxb .page-hxb-section6 {
  padding: 8rem 0 12rem 0;
  background: url(../images/hxb/hxb-section6-bg.jpg) no-repeat center;
  background-size: cover;
}
.page-hxb .page-hxb-section6 .cont-d {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-hxb .page-hxb-section6 .cont-d .hxb-img {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.page-hxb .page-hxb-section6 .cont-d .hex-txt {
  width: 35%;
}
.page-hxb .page-hxb-section6 .hex-desc {
  padding-top: 50px;
}

.page-hxb .page-hxb-section7 {
  padding: 6rem 0 10rem 0;
  background: url(../images/hxb/hxb-section7-bg.jpg) no-repeat center;
  background-size: cover;
}

.page-hxb .page-hxb-section7 .hex-txt {
  width: 52%;
  margin: auto;
  text-align: center;
}
.page-hxb .page-hxb-section7 .hex-desc {
  padding-top: 50px;
}
.page-hxb .page-hxb-section7 .hxb-img {
  margin-top: 100px;
}

.page-hxb .page-hxb-section8 {
  padding: 10rem 0 12rem 0;
  background: url(../images/hxb/hxb-section8-bg.jpg) no-repeat center;
  background-size: cover;
}
.page-hxb .page-hxb-section8 .cont-d {
  display: flex;
}
.page-hxb .page-hxb-section8 .hex-img {
  width: 60%;
}
.page-hxb .page-hxb-section8 .hex-txt {
  width: 35%;
  padding-top: 40px;
}
.page-hxb .page-hxb-section8 .hex-txt ol {
  display: flex;
  justify-content: space-between;
}
.page-hxb .page-hxb-section8 .hex-desc {
  padding: 3rem 0 5rem;
}
.page-hxb .page-hxb-section8 .hex-txt ol li h3 {
  font-size: 24px;
  color: #2c99ff;
  margin-bottom: 6px;
}
.page-hxb .page-hxb-section8 .hex-txt ol li p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.page-hxb .page-hxb-section9 {
  position: relative;
}
.page-hxb .page-hxb-section9 img {
  width: 100%;
  display: block;
}
.page-hxb .page-hxb-section9 .grWidth {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 12%;
  display: flex;
  justify-content: flex-end;
}
.page-hxb .page-hxb-section9 .cont-d {
  width: 30%;
}
.page-hxb .page-hxb-section9 .cont-d .hex-desc {
  padding-top: 30px;
}

.page-hxb .page-hxb-section10 {
  padding: 10rem 0 12rem 0;
  background: url(../images/hxb/hxb-section8-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.page-hxb .page-hxb-section10 .hex-txt {
  width: 52%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.page-hxb .page-hxb-section10 .hex-txt h2 {
  text-align: center;
}
.page-hxb .page-hxb-section10 .cont-d .hex-desc {
  padding-top: 40px;
}
.page-hxb .page-hxb-section10 .hxb-img {
  height: 450px;
  position: relative;
}
.page-hxb .page-hxb-section10 .hxb-img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: auto;
}
.page-hxb .page-hxb-section10 table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.page-hxb .page-hxb-section10 table tr td {
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.page-hxb .page-hxb-section10 table td {
  height: 130px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  width: 25%;
}

.page-hxb .page-hxb-section11 {
  padding: 10rem 0 12rem 0;
  background: url(../images/hxb/hxb-section8-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.page-hxb .page-hxb-section11 .cont-d {
  display: flex;
  justify-content: space-between;
}
.page-hxb .page-hxb-section11 .cont-d .hxb-img {
  width: 65%;
}
.page-hxb .page-hxb-section11 .hex-txt {
  width: 30%;
  padding-top: 60px;
}
.page-hxb .page-hxb-section11 .hex-txt .hex-desc {
  padding-top: 36px;
}

.page-hxb .page-hxb-section12 {
  padding: 8rem 0 10rem 0;
  background: url(../images/hxb/hxb-section8-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.page-hxb .page-hxb-section12 .cont-d {
  display: flex;
  justify-content: space-between;
}
.page-hxb .page-hxb-section12 .cont-d .section12-container {
  width: 63%;
}
.page-hxb .page-hxb-section12 .hex-txt {
  width: 32%;
  padding-top: 20px;
}
.page-hxb .page-hxb-section12 .hex-txt .hex-desc {
  padding-top: 36px;
}
.page-hxb .page-hxb-section12 .pr-ne {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 63%;
  z-index: 10;
}
.page-hxb .page-hxb-section12 .pr-ne div {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px #fff solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  font-family: "宋体";
  cursor: pointer;
  margin: 8px;
}
.page-hxb .page-hxb-section12 .pr-ne div img {
  width: 16px;
}
.page-hxb .page-hxb-section12 .pr-ne div:hover {
  background-color: #004bcb;
}
.page-hxb .page-hxb-section12 .gallery-albums {
  margin-top: 60px;
}
.page-hxb .gallery-albums .img {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.page-hxb .page-hxb-section13 {
  padding: 8rem 0 10rem 0;
  background: url(../images/hxb/hxb-section13-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.page-hxb .page-hxb-section13 h2 {
  text-align: center;
}
.page-hxb .page-hxb-section13 .section13-container {
  padding-top: 60px;
  padding-bottom: 5px;
}

.page-hxb .page-hxb-section13 .section13-container .hxb-img {
  position: relative;
}
.page-hxb .page-hxb-section13 .section13-container .hxb-img img {
  width: 100%;
  display: block;
}
.page-hxb .page-hxb-section13 .section13-container .hxb-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.page-hxb .page-hxb-section13 .section13-container h3 {
  font-size: 20px;
  margin-top: 20px;
  color: #fff;
  opacity: 0;
}
.page-hxb
  .page-hxb-section13
  .section13-container
  .swiper-slide-active
  .hxb-img::before {
  content: none;
}
.page-hxb .page-hxb-section13 .section13-container .swiper-slide-active h3 {
  opacity: 1;
}
.page-hxb .page-hxb-section13 .pr-ne {
  position: absolute;
  right: 28%;
  bottom: 0;
  display: flex;
  align-items: center;
  margin-top: 10px;
  z-index: 10;
}
.page-hxb .page-hxb-section13 .pr-ne div {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px #fff solid;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  font-family: "宋体";
  cursor: pointer;
  margin-left: 16px;
}
.page-hxb .page-hxb-section13 .pr-ne div img {
  width: 16px;
}
.page-hxb .page-hxb-section13 .pr-ne div:hover {
  background-color: #004bcb;
}
.page-hxb .page-hxb-section13 .gallery-albums {
  margin-top: 60px;
}
.page-hxb .proSlide li h4 {
  color: #333;
  font-weight: bold;
}
/* === 核心板 end === */

@media (max-width: 1680px) {
  .page-ycx-section1 .page-ycx-title {
    padding: 70px 0;
  }
}

@media (max-width: 1440px) {
  .grWidth2 {
    width: 90%;
    margin: 0 auto;
  }

  .wxzj-tie h3 {
    font-size: 42px;
  }

  .wxzj-tie p {
    font-size: 20px;
  }

  .page-ycx .grWidth {
    width: 75%;
  }

  .page-xmrhrj-title h3 {
    font-size: 42px;
  }

  .page-xmrhrj-title p {
    font-size: 20px;
  }

  .page-xmrhrj-section11 .body,
  .page-xmrhrj-section11 .body2 {
    background-size: contain;
  }

  .page-xmrhrj-section11 .body .grWidth,
  .page-xmrhrj-section11 .body2 .grWidth {
    width: 1150px;
  }

  .page-xmrhrj-section11 .body img {
    width: 64%;
  }

  .page-xmrhrj-section11 .body2 img {
    width: 77%;
  }

  .page-xmrhrj-section11 .txt {
    font-size: 20px;
    margin: 2rem auto;
  }

  .page-znmqclq-title h3 {
    font-size: 42px;
  }

  .page-znmqclq-title p {
    font-size: 20px;
  }

  .page-znmqclq-title span {
    font-size: 20px;
  }

  .pt-175 {
    padding-top: 140px !important;
  }

  .page-ycx-section1 .page-ycx-title {
    padding: 74px 0;
  }

  .page-ycx-section2 .page-ycx-title {
    top: 170px;
    width: 40%;
  }

  .page-ycx-title h3 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 30px;
  }

  .page-ycx-title p {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
  }

  .page-rjtyrh-section8 .body {
    text-align: center;
    width: 96%;
    margin: 0 auto;
  }

  .page-ledbkfwq-title h3 {
    font-size: 45px;
  }

  .page-ledbkfwq-title h4 {
    font-size: 44px;
  }

  .page-ledbkfwq-title p {
    font-size: 24px;
    color: #fff;
    line-height: 46px;
  }

  .page-ledbkfwq-section6 {
    height: 911px;
    padding: 84px 0 0px 0;
    background-size: 100%;
  }

  .page-ledbkfwq-section6 .body img {
    width: 90%;
    margin: 0 auto;
  }

  .page-tyrhclq-section10 {
    padding: 75px 0 0px 0;
    height: 856px;
    background-size: 100%;
  }

  .page-tyrhclq-section10 .body img {
    position: relative;
    top: -2px;
    width: 77%;
    left: 8px;
  }

  .page-tyrhclq-section3 .info {
    width: 44%;
  }

  .page-tyrhclq-section3 .img {
    width: 45%;
  }

  .page-tyrhclq-section10 {
    padding: 120px 0 860px 0;
  }

  .page-dmtwl-section11 .list {
    width: 90%;
    height: 698px;
  }
}

@media (max-width: 1440px) {
  .page-dmtwl-section11 .list h3 {
    font-size: 40px;
  }

  .page-dmtwl-section11 .list {
    height: 598px;
  }
}
