body {
  padding: 0;
  margin: 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.sse-menu {
  position: static;
  margin-top: 25px;
  height: 40px;
  background-color: #0060c5;
}

#app .el-menu--horizontal {
  border: none;
}

#app .sse-menu ul li {
  flex: 1;
}

header .tool {
  display: flex;
  width: 100%;
  height: 92px;
  justify-content: space-between;
}

header .search {
  display: inline-block;
  margin-top: 25px;
}

header .logo {
  display: inline-block;
  width: 70%;
  height: 38px;
  margin-top: 29px;
}

header .logo .head-logo {
  background: url("/xhtml/image/logo.png") no-repeat left center;
  background-size: contain;
  display: block;
  height: 38px;
  width: 230px;
}

header .tools input {
  font-size: 16px;
  color: #666;
  padding: 0px;
  text-indent: 20px;
  width: 100px;
  height: 40px;
  background: #eaeaea;
  border: none;
  width: 200px;
  border-radius: 4px 0 0 4px;
  display: block;
  float: left;
  position: relative;
  top: 1px;
}

header .tools input[type="submit"] {
  font-size: 16px;
  padding: 0px 5px;
  height: 24px;
  width: 100px;
  color: #fff;
  border: none;
  border-radius: 0 4px 4px 0;
  height: 42px;
  background: #0060c5;
  position: relative;
  top: 1px;
  left: -5px;
  text-indent: 0;
  cursor: pointer;
}

header .tools input {
  border: 1px solid #eaeaea;
}

header .tools input:focus {
  border: 1px solid #0060c5;
  background: #fff;
}

.el-menu-item a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.sse_mobile_menu_maxH .el-menu-item a {
  font-size: inherit;
}

.sse-menu li:hover {
  color: #0060c5;
  font-weight: 600;
}

.el-sub-menu__title {
  border-bottom: 1px solid #f9f9f9;
}

.el-menu-item {
  border-bottom: 1px solid #f9f9f9;
}

.el-sub-menu a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.sse_mobile_menu_maxH .el-sub-menu a {
  font-size: inherit;
}

.mobile_menu_page a {
  color: #111 !important;
  text-decoration: none;
  width: 100% !important;
  box-sizing: border-box;
}

.el-menu--horizontal > .el-sub-menu .el-sub-menu__icon-arrow {
  display: none;
}

.el-menu--horizontal > .el-menu-item {
  padding: 0;
}

.el-menu--horizontal > .el-sub-menu {
  display: inline-flex;
  justify-content: center;
}

.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: none !important;
  background: #024387 !important;
}

.el-menu--horizontal > .el-sub-menu.is-active .el-sub-menu__title {
  border-bottom: none !important;
  background-color: #024387 !important;
}

.el-sub-menu.is-active .el-sub-menu__title {
  border-bottom-color: transparent !important;
}

.el-menu--horizontal > .el-sub-menu.is-active {
  background: #024387 !important;
}

.el-menu--horizontal > .el-sub-menu .el-sub-menu__title {
  background-color: transparent !important;
}

.el-menu--horizontal > .el-sub-menu:focus,
.el-menu--horizontal > .el-sub-menu:hover {
  background-color: var(--el-menu-hover-bg-color);
}

header .tools input:focus:not(:focus-visible) {
  /* border: 1px solid #0060C5;
  background: #fff; */
  outline: 0;
}

/*  底部样式  */

footer {
  background-color: #121a2d;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  clear: both;
  overflow: hidden;
  padding: 50px 0;
  line-height: 24px;
  /* margin-top: 40px; */
}

footer .container {
  overflow: hidden;
}

.container {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 0px;
  position: relative;
}

footer ul {
  padding-left: 0;
}

footer ul li {
  list-style: none;
}

footer > ul > li {
  width: 15.6%;
  float: left;
  padding: 0px 0.5% 10px 0.5%;
}

footer > ul > li:last-child,
footer > ul > li:nth-child(6) {
  text-align: center;
}

footer > ul > li:nth-child(6) {
  width: 13%;
}

footer ul li h3 {
  font-size: 16px;
  color: #fff;
  margin: 0 0 6px;
  padding-bottom: 6px;
  font-weight: 600;
}

footer a {
  text-decoration: none;
  color: #333;
}

footer ul li a {
  padding-right: 9px;
  display: block;
  color: rgba(255, 255, 255, 0.4);
}

footer .buttonLink {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 30px;
  margin-top: 20px;
  width: 100%;
}

footer .buttonLink li {
  float: left;
  margin-right: 20px;
}

footer .buttonLink a {
  color: #fff;
  margin: 10px 0;
}

.topMain {
  position: relative;
  min-height: 234px;
  z-index: 2;
  overflow: hidden;
}

.topTitle {
  line-height: 59px;
  left: 50px;
  font-size: 40px;
  color: #fff;
  float: left;
}

.onlyDes .topTitle {
  top: 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 0px;
  position: relative;
}

.topMain .container {
  position: static;
}

.topDes {
  padding-left: 20px;
  position: absolute;
  top: 53%;
  width: 1200px;
  left: 50%;
  transform: translate(-50%, -50%);
  clear: both;
}

.bgImg {
  /*新闻通告banner配景图*/
  background: url(/xhtml/image/news_topBg.jpg) no-repeat center center;
  background-size: cover;
}

.zqjsBgImg {
  /*数据中心折务banner配景图*/
  background: url(/xhtml/image/sjzx.jpg) no-repeat center center;
  background-size: cover;
}

.CPFWbgImg {
  /*产品服务banner配景图*/
  background: url(/xhtml/image/producetService.jpg) no-repeat center center;
  background-size: cover;
}

.cpyjImg {
  background: url(/xhtml/image/cpfw.jpg) no-repeat center center;
  background-size: cover;
}

.innerBox {
  text-align: center;
}

/* *********新闻通告********** */

/* .left {
  overflow: hidden;
} */

.left a img {
  height: 200px;
  width: 300px;
}

.intro a {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  padding-top: 5px;
  height: 30px;
  text-decoration: none;
}

.lin_block {
  display: flex;
  margin: 0 100px 30px;
  padding-top: 20px;
}

/* .title {
  margin-bottom: 12px;
} */

.lin_block .title a {
  display: block;
  font-size: 18px;
  color: #111;
  font-weight: 600;
  width: 600px;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 50px;
}
.lin_block .title a:hover {
  color: #0060c5;
}
.right {
  padding-left: 40px;
}

.right .date {
  color: #999;
  padding-top: 5px;
  height: 30px;
}

.js_listPage .title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 20px 0;
  line-height: 1.4;
}

.js_listPage .title a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0;
  line-height: 1.4;
}

.js_listPage .date {
  float: right;
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: 22px;
}

.js_listPage .news {
  display: flex;
  margin: 0 100px;
  border-bottom: 1px solid #eee;
}

.pageList {
  overflow: hidden;
  padding-bottom: 20px;
  clear: both;
}

/*新闻通告内容页**/

/* .newsInner {
  margin-bottom: 50px !important;
} */

.newsInner h1 {
  position: relative;
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  word-break: break-word;
  margin-top: 50px;
}

.author {
  margin-left: 14px;
  font-size: 14px;
  text-align: center;
  color: #999;
  margin: 10px 0px 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.author .time {
  display: flex;
  height: 100%;
  line-height: 12px;
}

.bdsharebuttonbox.share-box .bds_tsina {
  background: url(/xhtml/image/sina-30.png) no-repeat left center;
  background-size: 30px;
}

.bdsharebuttonbox.share-box .bds_weixin {
  background: url(/xhtml/image/wechat-30.png) no-repeat left center;
  background-size: 30px;
}

.bdsharebuttonbox.share-box .downfile-icon {
  background: url(/xhtml/image/fujian-30.png) no-repeat left center;
  background-size: 30px;
}

.bdshare-button-style1-24 a,
.bdshare-button-style1-24 .bds_more {
  line-height: 30px !important;
  height: 30px !important;
  width: 5px;
}

.bdshare-button-style1-24 {
  zoom: 1;
}

.bdshare-button-style1-24 a,
.bdshare-button-style1-24 .bds_more {
  float: left;
  font-size: 18px;
  padding-left: 25px;
  line-height: 24px;
  height: 24px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 6px 6px 6px 0;
}

.bdsharebuttonbox.share-box {
  display: flex;
}

/********基本先容***********/

.productList {
  text-align: center;
  padding: 70px 0;
}

.productList table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #eee;
  color: #111;
  /* text-indent: 20px; */
  border-collapse: collapse;
  font-size: 16px;
}

.productList table tr td:first-child {
  font-weight: bold;
  text-indent: 0;
  width: 300px;
  text-align: center;
}

.productList table tr td {
  /* text-indent: 2em; */
  line-height: 30px;
  text-align: left;
  padding: 20px 10px;
}

.productList h3 {
  font-size: 26px;
  font-weight: 600;
}

/* .number-list {
  padding-left: 50px;
} */

.productList table tr:nth-child(2n) td {
  background: #eee;
}

.productList table .m-table-title {
  display: none;
}

.productList:nth-child(2n) .number-list li {
  color: #111 !important;
  line-height: 1.6;
}

.productList li {
  border-radius: 4px;
  padding: 20px 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

.productList .number-list li {
  float: none;
  text-align: left;
  width: 900px;
  /* padding-left: 90px; */
  color: #666;
  line-height: 1.6;
}

.productList:nth-child(2n) h3 {
  color: #fff;
}

.productList .number-list li.number_2 .number {
  background: url(/xhtml/image/number-white.png) center center no-repeat;
  color: #ffee63;
}

.productList .number-list li .number {
  display: block;
  font-style: normal;
  font-size: 28px;
  left: 0;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
}

.productList:nth-child(2n) {
  background: rgba(18, 26, 45, 0.9);
}

.productList:nth-child(2n) li p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.productList:nth-child(2n) .number-list li {
  color: #111 !important;
  line-height: 1.6;
}

/******功效定位*********/

.productList .container1 ul {
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
}

.productList .container1 {
  width: 1200px;
  margin: 0 auto;
}

.productList .number-list li.number_2 {
  /* width: 25% !important;
  margin-top: 20px;
  margin-left: 11%; */
  width: 50% !important;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.productList .number-list li.number_2 p {
  line-height: 38px;
}

.productList li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.1);
}

.productList .number_5::after,
.productList .number_3::after,
.productList .number_4::after,
.productList .number_2::after {
  width: 0;
}

.inline-box {
  display: flex;
}

.container {
  margin: 0 auto;
  clear: both;
  padding: 0px;
  position: relative;
}

.productList .container1 h3 {
  margin: 0 !important;
  margin-bottom: 30px !important;
}

.productList .number-list li.number_3 {
  width: 100% !important;
  padding-top: 20px;
}

.productList .number-list li.number_4 {
  width: 100% !important;
  padding-top: 20px;
}

.productList .number-list li.number_3 .number {
  background: url(/xhtml/image/number-blue.png) center center no-repeat;
  color: #0060c5;
}

.productList li h5 {
  font-size: 24px;
  font-weight: 600;
}

.productList:nth-child(2n) li h5 {
  color: #fff;
  font-size: 24px;
}

.have-line ul {
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.productList li .lineStyle h5 {
  font-size: 18px !important;
  margin: 0 0 9px 0;
}

.productList li .lineStyle p {
  margin: 0;
  line-height: 22px;
}

.productList .number_4 .inline-box1 {
  display: flex;
  align-items: center;
}

.productList .number_4 .inline-box1 .emcss {
  float: left;
  width: 80px;
}

.productList .number_4 .inline-box1 .lineStyle {
  float: right;
  width: calc(100% - 50px);
}

.inline-box1 .number {
  float: left;
}

.number_5 {
  text-align: center !important;
  /* margin-left: -120px; */
}

.number_5 p {
  margin: 0 auto;
  line-height: 25px !important;
}

/* 产品服务 */

.bdsharebuttonbox {
  display: inline-block;
  margin-left: 20px;
}

.bdsharebuttonbox .bds_tsina-top {
  background: url(/xhtml/image/sina-normal.png) no-repeat left center;
  height: 45px;
  width: 45px;
  margin-top: 10px;
  background-size: 35px;
  display: inline-block;
}

.bdsharebuttonbox .bds_weixin-top {
  background: url(/xhtml/image/wechat-normal.png) no-repeat left center;
  height: 45px;
  width: 45px;
  margin-top: 10px;
  background-size: 35px;
  display: inline-block;
}

.desMain {
  color: #fff;
  max-width: 720px;
  padding: 10px 0px 0 0px;
  margin: 0;
  clear: both;
}

.container1 .number-list .liStyle {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* *********新闻通告  end********** */

/************手艺服务***************/

.support .content button {
  cursor: pointer;
  float: right;
  background: #0060c5;
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 4px;
  font-size: 18px;
  margin-right: 50px;
}

.support .joinZone {
  text-align: right;
}

.content p {
  line-height: 30px;
}

.support .support-ways-box {
  width: 100%;
}

/* .support .support-ways-box li:nth-child(1) ul {
  height: 220px;
} */

.support .support-ways-box li:nth-child(2n + 1) ul {
  margin-right: 8%;
}

.support .support-ways-box li ul.support-templat-box {
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 30px;
  padding-left: 0px;
}

.support .support-ways-box li ul.support-templat-box li {
  float: none;
  list-style: none;
}

.support .support-ways-box > li:first-child {
  width: calc(50% - 2px);
  border: none;
}

.support .support-ways-box > li {
  float: left;
}

.support .support-ways-box li ul li.support-ways-title {
  background: rgba(18, 26, 45, 0.05);
  border-radius: 8px 8px 0 0;
  font-size: 20px;
  color: #111111;
  text-align: center;
  width: 100%;
  line-height: 64px;
  font-weight: 600;
}

.support .support-ways-box li ul.support-templat-box li p,
.support .support-ways-box li ul.support-inner-box li p {
  padding-left: 0px;
  line-height: 20px !important;
  color: #666;
  text-align: center;
}

.support .support-ways-box li ul.support-templat-box p:first-child {
  padding-left: 0px;
  line-height: 20px !important;
  color: #666;
  text-align: left;
}

.support .support-ways-box li ul li:last-child {
  padding: 30px 45px;
}

.attachLinkList > a .download {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: url(/xhtml/image/download-blue.png);
  vertical-align: middle;
  float: right;
  line-height: 125px;
  background-size: cover;
}

.attachLinkList > a:hover .download {
  background: url(/xhtml/image/download-active.png);
  background-size: cover;
}

.attachLinkList > a {
  border: 1px solid #eee;
  margin: 20px 0;
  padding: 20px;
  color: #111;
  list-style: none;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.attachLinkList > a p {
  width: calc(100% - 150px);
  margin: 0;
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding-left: 20px;
  box-sizing: border-box;
}

.data-list {
  max-width: 1000px;
  margin: 0 auto;
}

/*******手艺服务 end*********/

.mapBg {
  background: url(/xhtml/image/mapTop.jpg) no-repeat center center;
  background-size: cover;
}

/****基础代运维服务*****/

.productList-more .container ul {
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 0;
}

.productList-more li {
  border-radius: 4px;
  padding: 20px 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  flex: 1;
  width: calc(25% - 60px);
  width: -moz-calc(25% - 60px);
  width: -webkit-calc(25% - 60px);
  width: -webkit-calc(25% - 60px);
}

.productList.productList-more.number-list:nth-child(2n) li .number {
  background: url(/xhtml/image/number-blue.png) center center no-repeat;
  color: #0060c5;
}

/*****基础代运维end******/

.js_navTabs {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.jack_chen_tabs .jack_chen_tabs-ul {
  /* position: relative;
  width: 100%;
  height: 46px;
  padding-bottom: 20px; */
  position: relative;
  width: 100%;
  /* height: 46px; */
  /* padding-bottom: 20px; */
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
}

.sse_about_tabs .jack_chen_tabs-ul {
  position: relative;
  width: 100%;
  /* height: 46px; */
  padding-bottom: 20px;
  white-space: nowrap;
  /* display: inline-block; */
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
}

.jack_chen_tabs-ul div {
  padding: 0 40px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  float: left;
  background: #ffffff;
  color: #737373;
  font-size: 18px;
  cursor: pointer;
}

.sse_about_tabs .jack_chen_tabs,
.sse_about_video_width .jack_chen_tabs {
  margin: 0px !important;
}

.sse_about_tabs .jack_chen_tabs-ul div {
  text-align: center;
  background: #ffffff;
  color: #737373;
  font-size: 18px;
  display: inline-block;
  float: none;
  padding: 0px 20px;
  cursor: pointer;
  min-width: 100px;
  width: 12.5%;
  box-sizing: border-box;
  height: 52px;
  line-height: 52px;
}

.jack_chen_tabs-ul div:hover {
  color: #0060c5;
}

.jack_chen_tabs-ul .active {
  color: #0060c5;
  border-bottom: 3px solid #0060c5;
}

/* .jack_chen_tabs-ul div:last-child {
  border-right: 1px solid #f7f7f7;
} */

.jack_chen_tabPane {
  width: 100%;
  text-align: left;
  font-size: 14px;
  padding-top: 0px;
}

.con_center {
  text-align: center;
}

.con_center h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
}

.con_center :nth-child(2n) td {
  text-align: left;
}

.con_center :nth-child(2n) tr {
  background: #eee;
}

.feedbackDialog h3 {
  height: 68px;
  background: #f9f9f9;
  line-height: 68px;
  text-align: center;
  font-size: 20px;
  color: #111;
  position: relative;
  border-radius: 4px 0 0 4px;
}

.feedbackDialog form {
  padding: 0 120px 35px 120px;
  width: 622px;
  margin: 0 auto;
}

.feedbackDialog h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
}

.feedbackDialog form label.radio {
  border: 1px solid #ddd;
  height: 45px;
  width: 100px;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  cursor: pointer;
}

.feedbackDialog textarea {
  height: 110px;
  width: 600px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  margin-bottom: 20px;
}

.feedbackDialog .lastLi {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  clear: both;
  width: 100%;
  left: 0;
  bottom: 20px;
}

.feedbackDialog .lastLi .submitForm {
  background: #0060c5;
  color: #fff;
  border: 1px solid #0060c5;
}

.feedbackDialog .lastLi button {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  width: 140px;
  margin-right: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
}

.feedbackDialog .form-list {
  position: relative;
  padding-left: 90px;
  margin-bottom: 10px;
  min-height: 50px;
  float: left;
}

.feedbackDialog .form-list label {
  width: 86px;
  float: left;
  position: absolute;
  left: -5px;
  line-height: 48px;
  font-size: 14px;
  text-align: right;
}

.feedbackDialog input[type="text"] {
  height: 40px;
  line-height: 40px;
  padding: 3px 5px;
  width: 100%;
  float: left;
  max-width: 499px;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 209px;
}

.feedbackDialog .form-list #getImgCode {
  font-size: 14px;
  cursor: pointer;
  line-height: 50px;
  color: #0060c5;
}

.feedbackDialog form label.radio input {
  display: none;
}

.m-feedbackDialog {
  display: none;
}

.feedbackDialog .red {
  color: #ff2121;
}

.feedbackDialog .form-list .code-img {
  position: relative;
  top: 3px;
  width: 85px;
  border-radius: 4px;
  margin-right: 10px;
  float: left;
}

.whitebgc {
  background: #fff !important;
}

.whitebgc h3 {
  color: #111 !important;
}

.blackBgc {
  background-color: #121a2d !important;
}

.blackBgc h3 {
  color: #fff !important;
}

.productList.productList-server ul {
  overflow: hidden;
  margin: 0 auto;
  padding: 10px;
}

.productList.productList-server ul {
  overflow: hidden;
  margin: 0 auto;
  padding: 10px;
}

.productList.productList-server ul.inner-left-box li:nth-child(4n + 1) {
  clear: both;
}

.productList.productList-server ul.inner-left-box li {
  float: left;
}

.productList.productList-server li {
  cursor: pointer;
  border-radius: 4px;
  width: calc(25% - 20px);
  padding: 20px 30px;
  box-shadow: 0px 1px 8px 2px rgb(2 67 135 / 0%);
  border: 1px solid rgba(2, 67, 135, 0);
  margin-right: 20px;
}

.productList.productList-server a {
  text-decoration: none;
}

.productList.whitebgc li h5 {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  color: #111;
}

.productList.blackBgc li h5 {
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  color: #fff;
}

.productList-server.whitebgc li p {
  color: #666;
  font-size: 16px;
  line-height: 17px;
}

.productList-server.blackBgc li p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 17px;
}

.whitebgc img,
.blackBgc img {
  width: 60px;
}

.whitebgc h3,
.blackBgc h3 {
  font-size: 18px;
}

.productList-server.blackBgc li:hover {
  background: #fff;
}

.productList-server.blackBgc li:hover h5 {
  color: #111;
}

.productList-server.blackBgc li:hover p {
  color: #666;
}

.productList-server.whitebgc li:hover {
  box-shadow: 0px 1px 8px 2px rgba(2, 67, 135, 0.12);
  border: 1px solid rgba(2, 67, 135, 0.2);
}

/* // */

ul {
  list-style: none;
}

.productList_mores {
  background: rgba(18, 26, 45, 0.9);
  padding: 50px 0;
}

.productList_mores .container h3 {
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.productList_mores .container h5 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  padding: 20px 0 0 20px;
}

.productList_mores .number-list {
  flex-direction: column;
  padding-left: 50px;
}

.number-list .liList .number {
  background: url(/xhtml/image/number-white.png) center center no-repeat;
  color: #ffee63;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 55px;
  font-size: 28px;
  font-style: normal;
  margin: 6px 16px 0 0;
}

.liList1 .number1 {
  background: url(/xhtml/image/number-blue.png) center center no-repeat;
  color: #0060c5;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 55px;
  font-size: 28px;
  font-style: normal;
  margin: 16px 16px 0 0;
}

.number-list .liList {
  /* display: flex; */
  border-radius: 4px;
  padding: 0px 30px;
  position: relative;
  vertical-align: top;
  width: 800px !important;
  padding-left: 90px;
  color: #666;
}
.YYCJ {
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 0;
}
.liList1 {
  border-radius: 4px;
  padding: 0px 30px;
  position: relative;
  vertical-align: top;
  color: #666;
  flex: 1;
}

.liList1 p {
  line-height: 35px;
  margin-top: 5px;
}

.productList .container .liList {
  width: 40%;
}

.number-list .liList .number_right {
  height: 100px;
  text-align: left;
}

.number-list .liList .number_right p {
  padding: 0px 0 0 20px;
  color: rgba(255, 255, 255, 0.6);
}

.sse_about_video_width {
  text-align: center;
  margin-bottom: 70px;
  box-sizing: border-box;
}

.sse_about_video_width video {
  width: 100%;
}

.sse_about_word_left {
  text-align: left;
  padding: 0px 0px 40px 0px;
  margin: 0 auto;
  width: 972px;
}

.sse_about_word_left p {
  text-indent: 2em;
}

.sse_about_tabs {
  text-align: center;
  box-sizing: border-box;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "clear";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.jack_chen_tabs_but {
  width: 100%;
}

.sse_tech_li_title_ul {
  width: 100% !important;
  margin-top: 0px !important;
}

.jack_chen_but_left {
  width: 50%;
  display: inline-block;
  text-align: center;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
  padding: 15px 0px;
  text-align: center;
  cursor: pointer;
  border: 1px solid;
  border-right: 0px;
  font-size: 18px;
  background: #fff;
  color: #0060c5;
}

.jack_chen_but_right {
  width: 50%;
  display: inline-block;
  padding: 15px 0px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 1px solid;
  font-size: 18px;
  color: #0060c5;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
}

.jack_chen_tabs_but .active {
  color: #fff;
  background: #0060c5;
  border: 1px solid #0060c5;
}

.sse_about_data_list .more-link {
  font-size: 16px;
  text-decoration: none;
  color: #0060c5;
  width: 95px;
  display: block;
  line-height: 60px;
}

.sse_about_data_list .more-link .icon-more {
  display: block;
  background: url(/xhtml/image/left-active.png) no-repeat center center;
  background-size: 25px;
  float: right;
  width: 20px;
  height: 60px;
}

.sse_about_year {
  display: inline-block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(0, 96, 197, 0.05);
  text-align: center;
  line-height: 84px !important;
  font-size: 20px;
  color: #0060c5;
}

.sse_about_year_left {
  float: left;
}

.sse_about_year_right {
  display: inline-block;
  text-align: left;
  /* float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center; */
}

.support .content .content-img {
  /* padding: 0px 15px; */
  box-sizing: border-box;
}

.sse_about_year_right label {
  display: flex;
}

.sse_about_year_right em {
  font-style: normal;
  display: inline-block;
  width: 150px;
  text-align: center;
  font-size: 16px;
}

.sse_about_year_right span {
  display: inline-block;
  width: calc(100% - 150px);
}

.sse_about_content_ul ul {
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 0;
}

.sse_about_content_ul ul li {
  text-align: left !important;
  width: 100%;
  display: inline-flex;
  padding: 20px 0;
  display: flex;
  align-items: center;
}

.sse_about_content_left {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}

.sse_about_margin40 {
  margin: 40px;
}

.sse_about_margin40 > img {
  width: auto !important;
  height: 68px;
}

.sse_about_content_1000 {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.sse_about_data_list.sse_about_party_build {
  padding: 50px 0px 15px 0px;
}

.content1000 h1 {
  margin-bottom: 0px !important;
}

.sse_about_data_list .sse_about_title_h3,
.sse_about_content_1000 h1 {
  font-size: 24px !important;
  text-align: center;
  padding: 20px 0px;
  margin-top: 0;
}

.sse_about_data_list dl dt a {
  font-size: 14px;
  text-decoration: none;
  color: #111;
}

.sse_about_data_list.sse_about_party_build dl {
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
}

.sse_about_data_list dl dt h3 span {
  float: right;
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: 3px;
}

.sse_about_party_bg {
  background: url(/xhtml/image/danghui.png) no-repeat right;
}

.sse-about-lz-build {
  color: #111;
}

.sse-about-party-content {
  background: rgba(18, 26, 45, 0.05);
  overflow: hidden;
  margin-bottom: 70px;
  padding-bottom: 16px;
  box-sizing: border-box;
}

.sse-about-party-content li p.title {
  margin-top: 16px;
}

.sse-about-party-content li p {
  margin-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
  line-height: 26px;
  line-height: 28px !important;
  margin: 0;
}

.sse-about-party-content li p.inner {
  font-size: 14px;
  margin-top: 25px;
}

.sse-about-party-content li p.inner span {
  line-height: 1.6rem;
}

.sse-about-party-content li p {
  margin-bottom: 30px;
  padding-right: 50px;
  padding-left: 50px;
  line-height: 26px;
  line-height: 28px !important;
  margin: 0;
}

.sse-about-party-content li {
  float: left;
  position: relative;
  min-height: 140px;
  text-align: center;
  padding-top: 20px;
  max-width: 310px;
}

.sse_about_organization_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0px;
  text-align: left;
}

.sse_about_organization_row .sse_about_organization_left h5 {
  font-size: 18px;
  font-weight: bold;
}

.sse_about_organization_table table {
  width: 100%;
  border-collapse: collapse;
}

.sse_about_organization_table table th {
  height: 60px;
  font-size: 16px;
  color: #fff;
  background: rgba(18, 26, 45, 0.9);
  /* height: 80px; */
  vertical-align: middle;
  font-size: 14px;
  text-indent: 50px;
}

.sse_about_organization_table table td {
  /* height: 80px; */
  vertical-align: middle;
  font-size: 14px;
  text-indent: 50px;
  color: #111;
  background: #eee;
  height: 60px;
}

.sse_about_table_footer {
  width: 100%;
  text-align: left;
  margin-top: 50px;
}

.sse_about_table_first ul {
  display: block;
  border-right: none;
  margin-right: 20px;
  margin-left: 50px;
}

.sse_about_table_ul_right {
  border-right: 1px solid #eee !important;
}

/* .sse_about_table_first ul:last-child {
  display: block;
  border-right: none;
  margin-right: 20px;
} */

.sse_about_table_first ul li {
  width: 100% !important;
}

.sse_about_table_footer ul li span:first-child {
  display: block;
}

.sse_about_table_footer ul li span {
  padding: 20px 0px;
}

.sse_about_table_footer ul li {
  width: 33%;
  display: inline-block;
  padding: 20px 0px;
}

.sse_about_li {
  border-left: 1px solid #eee;
  padding: 20px 40px !important;
  box-sizing: border-box;
}

.sse_about_img img {
  width: 100%;
  text-align: left;
}

.sse_about_content_auto {
  margin: 0 auto;
  text-align: left;
}

.sse_about_qrcode_up {
  margin-bottom: 10px;
}

.sse_about_dialog_qrcode {
  width: 128px;
  height: 128px;
  margin: 0 auto;
}

.sse_about_video_width h1 {
  margin: 70px 0px 30px 0px !important;
}

.sse_about_video_width .container {
  width: inherit !important;
}

.leftArrow a {
  padding-left: 20px;
  background: url(/xhtml/image/left-active.png) left center no-repeat;
  background-size: 18px;
  display: block;
}

.sse_download_file .down-title {
  font-size: 20px;
  color: #111;
  padding-top: 50px;
  font-weight: 600;
  border-top: 1px solid #eee;
}

.isShow_sse_upTop {
  display: none;
}

.sse_font_margin20 {
  margin-bottom: 15px;
  font-size: 18px;
}

.sse_msg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(1, 1, 1, 0.5);
}

.sse_msg .sse_msg_title {
  position: relative;
  padding: 15px 10px;
  background-color: gray;
  left: 50%;
  margin-top: 20px;
  transform: translateX(-50%);
  opacity: 1;
  background-color: #fff;
  max-width: 430px;
  font-size: 16px;
  border-radius: 5px;
}

/* ----------------------------------------分页---------------------------------------*/

.pagination {
  padding: 0px;
  margin: 0px;
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.pagination .active {
  border: 1px solid #aaa;
  border-color: #0060c5;
  color: #0060c5;
  border-radius: 4px;
}

.pagination a,
.pagination span {
  font-size: 14px;
  padding: 3px 4px;
  color: #666;
  text-decoration: none;
}

.pagination .active a {
  color: #019fec;
  font-size: 16px;
  font-weight: 600;
}

.pagination .noPre,
.pagination .noNext {
  display: none;
}

.pagination input {
  color: #666;
  width: 30px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #d0d0d9;
  background-color: transparent;
  padding: 3px 4px;
  margin: 0 10px;
}

.pagination a.jump-btn {
  border: 1px solid #d0d0d9;
  background-color: transparent;
  margin: 0 0 0 20px;
}

.mobile-page {
  display: none;
}

.pagination ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex: none !important;
  padding: 2px 7px;
}

.pagination ul {
  display: flex;
  align-items: center;
}

/* ----------------------------------------分页---------------------------------------*/

/* ---------------------------------------网站地图----------------------------------------- */

.sse_map_page .firstMenu {
  padding: 70px 0 50px 0;
  border-bottom: 1px solid #eee;
}

.container.sse_map_page ul:last-child .firstMenu {
  border-bottom: 0px;
}

.sse_map_page .firstMenu > a:hover {
  background: url(/xhtml/image/go-active.png) no-repeat left center;
  padding-left: 50px;
  background-size: 30px;
}

.sse_map_page .firstMenu > a {
  color: #0060c5;
  font-size: 30px;
  background: url(/xhtml/image/go.png) no-repeat left center;
  padding-left: 50px;
  background-size: 30px;
}

.sse_map_page .firstMenu a {
  text-decoration: none;
}

.sse_map_page .firstMenu ul,
.firstMenu dl {
  overflow: hidden;
}

.sse_map_page .secondMenu {
  margin: 20px 0 0 0;
  float: left;
  width: 25%;
  line-height: 50px;
  font-weight: bold;
}

.sse_map_page .secondMenu > a {
  color: #111;
  font-size: 20px;
  background: url(/xhtml/image/right-big-active.png) left center no-repeat;
  padding-left: 30px;
  background-size: 18px;
}

.sse_map_page .firstMenu a {
  text-decoration: none;
}

.sse_map_page .firstMenu ul,
.firstMenu dl {
  overflow: hidden;
}

.sse_map_page .secondMenu {
  margin: 20px 0 0 0;
  float: left;
  width: 25%;
  line-height: 50px;
  font-weight: bold;
}

.sse_map_page .thirdMenu {
  width: 100%;
}

.sse_map_page .thirdMenu a {
  font-size: 16px;
  color: #333;
  line-height: 35px;
  background: url(/xhtml/image/right-big-active.png) left center no-repeat;
  padding-left: 30px;
  background-size: 18px;
}

.sse_map_page .secondMenu > a {
  font-size: 20px;
  font-weight: bolder;
}

.sse_map_page .secondMenu .title {
  color: #111;
  font-size: 20px;
}

.sse_map_page .secondMenu {
  margin: 20px 0 0 0;
  float: left;
  width: 25%;
  line-height: 50px;
  font-weight: bold;
}

.sse_map_page .secondMenu .title {
  color: #111;
  font-size: 20px;
}

.sse_map_page .secondMenu ul,
.sse_map_page .secondMenu li,
.sse_map_page .secondMenu dl,
.sse_map_page .secondMenu dd,
.sse_map_page .secondMenu dt {
  margin: 0;
  padding: 0;
}

.sse_about_video_width .sse_about_content_left {
  text-align: left;
}

/* ---------------------------------------网站地图----------------------------------------- */

/* ------------------------------------- 前言盘问 -----------------------------------*/

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .productList li p {
    font-size: 14px !important;
    /* padding-left: 25px; */
    /* line-height: 60px; */
  }
  .topMain .desMain {
    font-size: 14px;
    padding-top: 0;
  }
  .productList li h5 {
    font-size: 18px !important;
  }
  .productList li .lineStyle p {
    font-size: 14px !important;
    padding-left: 0;
    line-height: 22px;
  }
  .productList .number-list .number_3 h5 {
    font-size: 18px !important;
    color: #111;
  }
  .topMain .onlyDes .topTitle,
  .topMain .topTitle {
    font-size: 32px;
  }
  .support .content .fl {
    height: 65px;
    line-height: 65px;
  }
  /* .support .fl {
      float: left;
      width: 50%;
  } */
  .support .supper-ways-h2 {
    clear: both;
  }
  .support .zoneDetails {
    clear: both;
    padding-top: 30px;
    width: 100%;
  }
  h1 {
    font-size: 24px !important;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .support .support-ways-box li ul li.support-ways-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .attachLinkList > a img {
    margin: 16px 16px;
    height: 35px;
    width: 35px;
  }
}

/* 超小装备 (手机, 600px 以下屏幕装备) */

@media only screen and (max-width: 600px) {
  .YYCJ {
    display: list-item;
  }
  .sse_about_margin40 {
    margin: auto !important;
  }
  .sse_about_margin40 > img {
    width: auto !important;
    height: 30px;
    padding: 40px 0px;
  }
  .sse_about_video_width {
    text-align: center;
    margin-bottom: 70px;
    box-sizing: border-box;
    padding: 0px 15px 0px 15px;
  }
  .sse_about_video_width .sse_about_content_left {
    text-align: left;
  }
  .productList li {
    padding: 20px 15px;
  }
  .sse_about_tabs {
    text-align: center;
    box-sizing: border-box;
  }
  .sse_about_video_width video {
    width: 100%;
  }
  .sse_about_year_right em {
    font-style: normal;
    width: 80px;
    text-align: center;
    font-size: 16px;
    display: block;
    text-align: left;
    margin-bottom: 3px;
    font-weight: bolder;
  }
  .sse_about_year_right span {
    display: inline-block;
    width: calc(100% - 80px);
  }
  .demo-image__placeholder .el-image {
    padding: 0 5px;
    box-sizing: border-box;
    width: 100% !important;
    background-color: rgba(18, 26, 45, 0.02);
  }
  .demo-image__placeholder .el-image img {
    width: auto;
  }
  .sse_about_tabs .jack_chen_tabs-ul::-webkit-scrollbar {
    display: none;
  }
  .sse_about_tabs .jack_chen_tabs-ul div {
    text-align: center;
    color: #737373;
    font-size: 14px;
    display: inline-block;
    float: none;
    padding: 0px 20px;
    cursor: pointer;
    min-width: 100px;
    width: 12.5%;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    background-color: #f9f9f9;
    box-shadow: 1px 2px 1px #f1f1f1;
  }
  .jack_chen_tabs-ul div {
    text-align: center;
    color: #737373;
    font-size: 14px;
    display: inline-block;
    float: none;
    padding: 0px 20px;
    cursor: pointer;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    background-color: #f9f9f9;
    box-shadow: 1px 2px 1px #f1f1f1;
  }
  .sse_about_word_left {
    text-align: left;
    padding: 20px 0px 0px 0px !important;
    margin: 0 auto;
    width: auto;
    border-bottom: 1px solid rgb(238, 238, 238);
  }
  .sse_about_year_left {
    display: flex;
    align-items: center;
  }
  .sse_about_year_right label {
    display: block;
    margin-left: 10px;
  }
  .sse_about_year {
    display: inline-block;
    width: 64px !important;
    height: 64px !important;
    border-radius: 50%;
    background: rgba(0, 96, 197, 0.05);
    text-align: center;
    line-height: 64px !important;
    font-size: 20px;
    color: #0060c5;
  }
  .sse_about_video_width h1 {
    margin: 30px 0px 30px 0px !important;
  }
  .jack_chen_but_left {
    width: 50%;
    display: inline-block;
    text-align: center;
    border-radius: 4px 0 0 4px;
    box-sizing: border-box;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    border: 1px solid;
    border-right: 0px;
    font-size: 18px;
    background: #fff;
    color: #0060c5;
    font-size: 0.7rem;
  }
  .jack_chen_but_right {
    width: 50%;
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border: 1px solid;
    font-size: 18px;
    color: #0060c5;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    font-size: 0.7rem;
  }
  .sse_about_data_list dl dt h3 span {
    float: none;
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: 3px;
    display: block;
  }
  .sse-about-party-content li {
    float: none;
    position: relative;
    text-align: center;
    min-width: 100%;
    padding: 0px;
    min-height: auto;
  }
  .sse-about-party-content li p {
    margin-bottom: 30px;
    padding-right: 50px;
    padding-left: 50px;
    line-height: 1rem !important;
    margin: 0;
    padding: 5px 0px;
  }
  .sse-about-party-content li p span {
    color: rgb(12, 12, 12);
    font-size: 1rem !important;
  }
  .sse-about-party-content li p.inner {
    font-size: 14px;
    margin-top: 0px;
  }
  .sse_about_data_list.sse_about_party_build {
    padding-top: 0px;
  }
  .demo-image__placeholder .block {
    padding: 30px 0;
    text-align: center;
    display: inline-block;
    width: 100% !important;
    box-sizing: border-box;
    vertical-align: top;
  }
  .sse_about_mobile {
    display: flex;
    flex-direction: column !important;
  }
  .sse_about_mobile_reverse {
    display: flex;
    flex-direction: column-reverse !important;
  }
  .sse_about_organization_row img {
    width: 100%;
  }
  .sse_about_img_width .sse_about_content_1000 {
    padding: 0px 20px !important;
    box-sizing: border-box;
  }
  .sse_about_img_width {
    padding: 0px !important;
    width: 100%;
  }
  .sse_about_img_width .jack_chen_tabs-ul {
    padding: 0px !important;
    background-color: #f9f9f9;
    box-shadow: 1px 2px 1px #f1f1f1;
    box-sizing: border-box;
  }
  .sse_about_img_width .jack_chen_tabs-ul div {
    height: 46px !important;
    line-height: 46px !important;
    width: auto !important;
    font-size: 0.8rem !important;
  }
  .topMain {
    position: relative;
    min-height: 170px;
    z-index: 2;
    overflow: hidden;
  }
  .onlyDes .topTitle {
    top: 0;
    text-align: center;
    font-size: 1.5rem;
  }
  .sse_about_video_width table,
  .sse_about_video_width tbody,
  .sse_about_video_width tfoot,
  .sse_about_video_width thead,
  .sse_about_video_width tr,
  .sse_about_video_width th,
  .sse_about_video_width td {
    width: auto !important;
  }
  .sse_about_organization_table table td {
    height: 80px;
    vertical-align: middle;
    font-size: 14px;
    text-indent: 0px !important;
    color: #111;
    background: #eee;
    height: 60px;
  }
  .sse_about_video_width table td,
  .sse_about_video_width table th {
    text-indent: 0;
    height: auto;
    padding: 10px 5px;
    text-align: center;
    font-size: 0.6rem;
  }
  .sse_about_video_width table {
    width: 100% !important;
  }
  .sse_about_video_width table th {
    text-align: center !important;
  }
  .sse_about_table_footer ul li {
    display: inline-block;
    width: 100% !important;
    border: none !important;
    padding: 0px !important;
  }
  .sse_about_table_first ul {
    display: block;
    border-right: none;
    margin-right: 20px;
    margin-left: 10px;
  }
  .sse_about_table_ul_right {
    border-right: none !important;
  }
  .sse_about_img span {
    font-size: 1.5rem !important;
  }
  .jack_chen_tabs-ul::-webkit-scrollbar {
    display: none;
  }
  .fl.m-base-title.supper-ways-h2 {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    margin: 10px 0px !important;
    text-indent: 0rem !important;
  }
  .support .content button {
    cursor: pointer;
    float: right;
    background: #0060c5;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 4px;
    font-size: 18px;
    margin-right: 0px !important;
    clear: both;
    float: none;
  }
  .jack_chen_tabs {
    margin: auto !important;
  }
  .container {
    width: auto !important;
  }
  .sse_about_padding_10 {
    padding: 0px 10px !important;
  }
  .sse_technology_content {
    display: flex;
    flex-direction: row;
    clear: both;
    flex-direction: column;
  }
  .sse_technology_content ul {
    display: flex;
    flex-direction: row;
    padding: 0px 10px !important;
    flex-wrap: wrap;
    width: 100% !important;
  }
  .sse_technology_content li {
    width: 50%;
    margin: 0px !important;
  }
  .sse_technology_content .li_title {
    width: 100% !important;
    padding: 10px 0px;
  }
  .sse_technology_content ul:first-child {
    padding: 0px 10px !important;
  }
  .sse_tech_li_title {
    width: 100% !important;
    padding: 60px 0px 20px 0px;
    font-size: 1.2rem !important;
  }
  .sse_technology_content {
    flex-direction: column !important;
  }
  .jack_chen_tabs-ul::after {
    content: "";
    width: 100% !important;
    background-color: #f9f9f9;
    box-shadow: 1px 2px 1px #f1f1f1;
  }
  .base-title-big.m-base-title.supper-ways-h2 {
    padding: 0px !important;
    text-align: center;
  }
  .support .support-ways-box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .support .support-ways-box > li:first-child {
    border: none;
    width: 100% !important;
  }
  .support .support-ways-box > li {
    float: none !important;
    margin-bottom: 30px;
  }
  .support .support-ways-box li:nth-child(2n + 1) ul {
    margin: 0px 10px !important;
  }
  .attachLinkList img.file-type {
    height: 50px !important;
    width: 50px !important;
    vertical-align: middle;
  }
  .attachLinkList > a {
    padding: 15px !important;
  }
  .sse_about_title .topDes {
    width: auto !important;
    left: 50% !important;
    padding-left: 0 !important;
  }
  .attachLinkList > a p {
    width: calc(100% - 80px) !important;
  }
  .data-list {
    padding: 0px 10px;
  }
  .sse_about_tabs .jack_chen_tabs-ul {
    position: relative;
    width: 100%;
    /* height: 46px; */
    padding-bottom: 20px;
    white-space: nowrap;
    display: inline-flex !important;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .newsInner {
    margin-bottom: 40px !important;
  }
  .newsInner h1 {
    position: relative;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    word-break: break-word;
    margin-top: 50px;
    text-align: left !important;
  }
  .author {
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-bottom: 50px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .sse_download_file .attachLinkList > a {
    margin: 30px 0px 30px 0px !important;
  }
  .isShow_sse_upTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    box-shadow: var(--el-box-shadow-lighter);
    text-align: center;
    line-height: 40px;
    color: #1989fa;
    cursor: pointer;
    display: none;
    z-index: 99;
    justify-content: center;
    align-items: center;
  }
  .leftArrow span {
    font-size: 1rem !important;
  }
  .sse_tech_li_title_ul {
    margin-top: 0px !important;
    width: 100% !important;
    padding: 30px 0px;
    font-size: 17px;
    margin-top: 20px !important;
  }
  .sse_font_margin20 {
    margin-bottom: auto !important;
    font-size: inherit !important;
  }
  span.jump_input.hidden-xl {
    display: none;
  }
  span.jump_btn.hidden-xl {
    display: none;
  }
  .sse-about-party-content {
    background: rgba(18, 26, 45, 0.05);
    overflow: hidden;
    margin-bottom: 70px;
    box-sizing: border-box;
    padding: 0px 20px 16px 20px;
  }
  .sse_about_table_footer ul li span:first-child {
    padding: 8px 0px;
  }
  .sse_about_table_footer ul li span {
    display: block;
    padding: 0px 0px 8px 0px;
  }
  .support .content .content-img {
    border-bottom: 1px solid #eee;
  }
}

/* 小装备 (平板电脑和大型手机，，，，，，600 像素及以上) */

/* 
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .sse_about_video_width {
      text-align: center;
      margin-bottom: 70px;
      box-sizing: border-box;
      padding: 0px 15px 0px 15px;
  }
  .sse_about_tabs {
      text-align: center;
      box-sizing: border-box;
  }
  .sse_about_video_width video {
      width: 100%;
  }
  .demo-image__placeholder .el-image {
      padding: 0 5px;
      height: 120px !important;
      box-sizing: border-box;
      width: 80%;
      background-color: rgba(18, 26, 45, 0.02);
  }
  .demo-image__placeholder .el-image img {
      width: auto;
  }
} */

/* 中型装备（平板电脑，，，，，，768 像素及以上） */

/* @media only screen and (min-width: 600px) and (max-width: 992px) {
  .sse_about_video_width {
      text-align: center;
      margin-bottom: 70px;
      box-sizing: border-box;
  }
  .sse_about_tabs {
      text-align: center;
      box-sizing: border-box;
  }
  .sse_about_video_width video {
      width: 100%;
  }
} */

/* 大型装备（条记本电脑/台式机，，，，，，992 像素及以上） */

@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .sse_about_video_width {
    text-align: center;
    margin-bottom: 70px;
    box-sizing: border-box;
  }
  .sse_about_tabs {
    text-align: center;
    box-sizing: border-box;
  }
  .sse_about_video_width video {
    width: 100%;
  }
  .sse_about_word_left {
    text-align: left;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
  }
  .sse_technology_content ul li {
    margin: 10px 0px;
  }
  .sse_font_margin20 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

/* 超大型装备（大型条记本电脑和台式机，，，，，，1200 像素及以上） */

@media only screen and (min-width: 1200px) {
  .sse_about_video_width {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 70px;
    box-sizing: border-box;
  }
  .sse_about_img_width {
    width: 1200px;
  }
  .sse_about_tabs {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .sse_about_video_width video {
    width: 100%;
  }
  .sse_about_word_left {
    text-align: left;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
  }
}

/* ------------------------------------- 前言盘问 -----------------------------------*/

.sse_about_content_ul.sse_about_word_left {
  border-bottom: 0px;
}

/* ---------------------------------------重写element plus ------------------------*/

.demo-image__placeholder .block {
  padding: 30px 0;
  text-align: center;
  display: inline-block;
  width: 33%;
  box-sizing: border-box;
  vertical-align: top;
}

.demo-image__placeholder .demonstration {
  display: block;
  margin: 0px 10% 20px 10%;
  margin-top: 10px;
  line-height: 20px;
  height: 40px;
}

.demo-image__placeholder .el-image {
  padding: 0 5px;
  height: 200px;
  box-sizing: border-box;
  width: 80%;
  background-color: rgba(18, 26, 45, 0.02);
}

.demo-image__placeholder .el-image img {
  width: auto;
}

.demo-image__placeholder.image-slot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: var(--el-fill-color-light);
  color: var(--el-text-color-secondary);
  font-size: 14px;
}

.el-dialog__header {
  margin-right: auto !important;
}

.demo-image__placeholder .dot {
  animation: dot 2s infinite steps(3, start);
  overflow: hidden;
}

/* ---------------------------------------重写element plus ------------------------*/

/* ---------------------------------------初始化加载----------------------------------------- */

.loading_block {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(255 255 255);
  z-index: 99999;
}

@keyframes loading_block {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

.loading_block .loading_block_inner {
  width: 100px;
  height: 100px;
  /* background-color: rgba(0, 0, 0, 0.8); */
  border-radius: 10px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading_block .loading-view {
  height: 40px;
  position: relative;
}

.loading_block .container1,
.loading_block .container2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}

.loading_block .container2 {
  transform: rotate(45deg);
}

.loading_block .circle,
.loading_block .bounce {
  width: 10px;
  height: 10px;
  background-color: #040404;
  border-radius: 50%;
  animation: loading_block 1.2s both infinite;
}

.loading_block .container1 .circle1 {
  animation-delay: 0s;
}

.loading_block .circle1 {
  top: 0;
  left: 0;
}

.loading_block .circle {
  position: absolute;
}

.loading_block .container1 .circle2 {
  animation-delay: 0.3s;
}

.loading_block .circle2 {
  top: 0;
  right: 0;
}

.loading_block .container1 .circle3 {
  animation-delay: 0.5s;
}

.loading_block .circle3 {
  bottom: 0;
  right: 0;
}

.loading_block .container1 .circle4 {
  animation-delay: 0.7s;
}

.loading_block .circle4 {
  bottom: 0;
  left: 0;
}

.loading_block .container2 {
  transform: rotate(45deg);
}

.loading_block .container2 .circle1 {
  animation-delay: 0.2s;
}

.loading_block .container2 .circle2 {
  animation-delay: 0.4s;
}

.loading_block .container2 .circle3 {
  animation-delay: 0.6s;
}

/* ---------------------------------------初始化加载----------------------------------------- */

.jack_chen_hide_content {
  display: none;
}

.sse_technology_content {
  display: flex;
  flex-direction: row;
  clear: both;
}

.sse_technology_content ul {
  padding: 0px 40px;
  box-sizing: border-box;
  width: 33%;
  border-right: 1px solid rgba(238, 238, 238, 0.8);
}

.sse_technology_content ul:first-child {
  padding: 0px 40px 0px 0px;
  box-sizing: border-box;
  width: calc(33% - 40px);
}

.sse_technology_content ul:last-child {
  border-right: none;
}

.sse_technology_content ul:first-child li {
  margin: 30px 0;
}

.sse_technology_content ul:first-child li:first-child {
  margin-top: 0px;
  margin-bottom: 30px;
}

.sse_technology_content ul li {
  margin: 20px 0px;
}

.top100 ul {
  margin: 0;
}

.sse_technology_content ul li .pc-title-icon-big {
  background: url(/xhtml/image/go-small.png) no-repeat left center;
  background-size: 20px;
  padding-left: 28px;
  display: block;
  line-height: 25px;
  text-decoration: none;
  color: rgb(12, 12, 12);
}

.sse_technology_content ul li .pc-title-icon-big:hover {
  background: url(/xhtml/image/go-small-active.png) no-repeat left center;
  background-size: 20px;
  padding-left: 28px;
  display: block;
  line-height: 25px;
  text-decoration: none;
  color: #0060c5 !important;
}

.pc-title-icon-small {
  background: url(/xhtml/image/right-big-active.png) no-repeat left center;
  background-size: 16px;
  padding-left: 18px;
  font-size: 14px;
  color: rgb(12, 12, 12);
  display: block;
  text-decoration: none;
}

.pc-title-icon-small:hover span {
  color: #0060c5 !important;
}

.sse_technology_content ul li p {
  font-size: 14px;
  color: rgb(89, 89, 89);
  padding: 3px 8px;
}

.base-title-big.m-base-title.supper-ways-h2 {
  padding: 40px 0px;
}

.sse_about_data_list dl dt a h3 {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fl.m-base-title.supper-ways-h2 {
  text-align: left;
  text-indent: 2rem;
}

.support .support-ways-box li ul.support-templat-box img.img-size {
  height: 135px;
  margin-top: 20px;
  /* margin: 0 auto; */
}

/* ----------------------------------------横屏遮罩---------------------------------------*/

.gol_content {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(46, 46, 46);
  text-align: center;
  z-index: 99999;
}

.gol_content img {
  margin: 60px auto 30px;
}

.p_word_mobile {
  width: 100%;
  height: auto;
  font-size: 22px;
  color: rgb(98, 98, 98);
  line-height: 34px;
  text-align: center;
}

/* ----------------------------------------横屏遮罩---------------------------------------*/

/*----------------------移动端结构--------------------------------------*/

.mobile_page_menu {
  padding: 20px;
  background-color: #0060c5;
  width: 100%;
  box-sizing: border-box;
  position: static;
}

.mobile_page_menu_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo_left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo_left a img {
  height: 25px;
}

.logo_right a img {
  height: 25px;
}

.logo_right a:last-child img {
  margin-left: 20px;
}

.btnMarginTop {
  margin-top: 20px;
}

.sse_mobile_block {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}

.sse_mobile_none {
  background-color: transparent;
  visibility: hidden;
}

.sse_mobile_gray {
  height: 100vh;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.3s;
  transition: op;
  opacity: 1;
}

.sse_mobile_menu_maxH {
  max-height: calc(100vh - 15rem);
  overflow: auto;
  z-index: 333;
}

/*------------------------------------------------移动端结构-----------------------------------------------*/

/* .selected {
  margin: 0 100px 30px;
} */

.bdsharebuttonbox .bds_weixin-top:hover {
  background: url(/xhtml/image/wechat-active.png) no-repeat left center;
  height: 45px;
  width: 45px;
  margin-top: 10px;
  background-size: 35px;
  display: inline-block;
}

.bdsharebuttonbox .bds_tsina-top:hover {
  background: url(/xhtml/image/sina-active.png) no-repeat left center;
  height: 45px;
  width: 45px;
  background-size: 35px;
  display: inline-block;
}

.bdsharebuttonbox.share-box a:hover {
  opacity: 1;
}
<!--耗时1768789213.6225秒-->