* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  color: #666;
  font-family: "微软雅黑";
  background: #f5f5f5;
}
img {
  display: block;
  max-width: 100%;
  border: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  display: block;
  color: #1977f5;
  -webkit-tap-highlight-color: rgba(25, 119, 245, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

/*-------------------------------导航栏开始------------------------------*/

.sp_header {
  height: 98px;
  overflow: hidden;
  background: #fff;
  position: fixed;
  z-index: 10000;
  width: 100%;
  padding: 22px 24px;
}
.sp_logo {
  float: left;
}
.sp_logo img {
  margin: auto;
  width: 195px;
  height: 54px;
}
.sp_nav {
  width: 50px;
  float: right;
  position: relative;
  cursor: pointer;
  height: 30px;
  margin-top: 14px;
}
.sp_nav span {
  display: block;
  background: #666;
  width: 36px;
  height: 6px;
  position: absolute;
  left: 10px;
  transition: all ease 0.35s;
}
.sp_nav span:nth-of-type(1) {
  top: 0px;
}
.sp_nav span:nth-of-type(2) {
  top: 12px;
}
.sp_nav span:nth-of-type(3) {
  top: 24px;
}
.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}
.sp_nav_se span:nth-of-type(2) {
  width: 0;
}
.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: calc(100% - 98px);
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  bottom: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
  background: #fff;
}
.nav_show {
  top: 98px;
}
.sjj_nav ul li {
  border-bottom: 1px solid #ccc;
  position: relative;
  line-height: 120px;
  font-size: 46px;
  text-align: center;
}
.sjj_nav ul li a {
  color: #000;
}
.sjj_nav a:active {
  background-color: #ac0000;
  color: #fff;
}

/*-----------------------导航栏结束------------------*/

/*------------------------底部------------------*/

.copyright {
  border-top: 1px solid #999;
  padding: 60px;
  text-align: center;
  font-size: 2.14em;
  color: #7f7f7f;
}

/*-----------------首页-------------*/
#index {
}
.dynamic {
  position: relative;
  text-align: center;
  height: 850px;
  top: 98px;
}

.banner_video {
  position: absolute;
  z-index: 0;
  left: 0;
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.black_mask {
  width: 100%;
  height: 100%;
  padding: 235px 0 0 0;
}
.black_mask img {
  width: 83.2%;
  height: 220px;
  margin: 0px auto;
  z-index: 9;
}
.black_mask a {
  width: 202px;
  height: 70px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 70px;
  margin: 87px auto;
  background: linear-gradient(
    20deg,
    rgba(57, 97, 244, 1),
    rgba(89, 129, 247, 1)
  );
  border-radius: 32px;
  z-index: 9;
}

.index_top {
  background: url(../img/index_banner.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Program {
  width: 100%;
  height: auto;
  padding: 100px 24px 0 24px;
}

.all_title {
  text-align: center;
  height: 162px;
}

.all_title h6 {
  text-align: ;
  font-size: 42px;
  color: #333;
  margin: 80px 0 20px 0;
}

.all_title > div {
  width: 50px;
  height: 6px;
  margin: 0 auto;
  background: #999;
}

.all_title p {
  font-size: 26px;
  color: #999;
  font-weight: 300;
  margin-top: 20px;
}

.all_title_B {
  text-align: center;
  margin: 0 24px;
}

.all_title_B h6 {
  font-size: 42px;
  color: #fff;
  padding: 80px 0 20px 0;
}

.all_title_B > div {
  width: 50px;
  height: 6px;
  margin: 0 auto;
  background: #fff;
}

.all_title_B p {
  font-size: 26px;
  color: #f3eaea;
  font-weight: 300;
  margin-top: 20px;
}

.Program_ul li {
  width: 100%;
  height: auto;
  margin-top: 60px;
  background: #fff;
}

.Program_ul li img {
  width: 100%;
  height: auto;
}

.Program_view {
  height: 100px;
  margin: 0 32px;
  border-bottom: 1px solid #e0e0e0;
}

.Program_view h4 {
  float: left;
  line-height: 100px;
  font-size: 32px;
  color: #000;
}

.Program_view h6 {
  float: left;
  line-height: 100px;
  font-size: 28px;
  color: #999;
}

.Program_view a {
  float: right;
  color: #f65959;
  font-size: 22px;
  line-height: 100px;
}
.Program_theme {
  height: 212px;
  margin: 0 32px;
}

.Program_theme h5 {
  font-size: 32px;
  color: #333;
  margin-top: 50px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Program_theme p {
  font-size: 26px;
  color: #999;
  margin: 50px 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Program_theme b {
  padding: 12px 20px;
  font-size: 22px;
  color: #666;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  margin-right: 20px;
}

.Partner {
  background: url(../img/index_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 1008px;
  text-align: center;
  margin-top: 80px;
}

.Partner_name {
  width: 82%;
  margin: 0 auto;
}

.Partner_lunbo {
  margin: 78px 8%;
}

.Partner_lunbo img {
  width: 190px;
  height: auto;
  margin-bottom: 40px;
  float: left;
  margin: 6%;
}

.Partner_lunbo .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 100%;
}

.Partner_lunbo .swiper-pagination {
  left: 28%;
  margin-top: 60px;
}

.Partner_lunbo .swiper-pagination-clickable .swiper-pagination-bullet {
  margin-left: 26px;
  height: 6px;
  width: 72px;
  background: #fff;
  border-radius: 1px;
}

.Featured_cases {
  width: 100%;
  height: 1446px;
  padding: 0 24px;
}

.cases_lunbo ul {
  padding-bottom: 80px;
}

.cases_li img {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.cases_lunbo .swiper-pagination {
  left: 28%;
}

.cases_lunbo .swiper-pagination-clickable .swiper-pagination-bullet {
  margin-left: 26px;
  height: 6px;
  width: 72px;
  background: #666;
  border-radius: 1px;
}

.Honzh_new {
  width: 100%;
  height: 1272px;
  padding: 1px 24px;
  background: #fff;
}

.new_nav {
  width: 100%;
  /*height: 724px;*/
  border: 1px solid #e0e0e0;
  margin-top: 60px;
}

.new_moer {
  font-size: 24px;
  color: #999;
  text-align: center;
  margin: 40px 0;
}
/*----------------首页结束------------------*/

/*----------------底部导航开始------------------*/
.all_footer {
  width: 100%;
  height: 1074px;
  background: #212129;
}
.all_footer ul {
  width: 100%;
  height: 192px;
  display: flex;
  flex-wrap: wrap;
}

.all_footer ul li {
  width: 50%;
  border: 1px solid #484854ff;
}

.all_footer ul li a {
  font-size: 26px;
  color: #fff;
  line-height: 92px;
  text-align: center;
}

.QR_code {
  margin: 0 auto;
  padding: 0 40px;
  height: 300px;
  border-bottom: 1px solid #484854ff;
  display: flex;
}

.QR_code img {
  margin: 60px 0;
  width: 178px;
  height: 178px;
}

.QR_code p {
  font-size: 28px;
  color: #999;
  margin: 112px 0 0 26px;
  line-height: 40px;
}

.QR_code p span {
  margin-top: 20px;
  color: #fff;
}

.information {
  margin: 0 40px;
  padding-top: 52px;
  height: 286px;
  border-bottom: 1px solid #484854ff;
}

.information p {
  margin-top: 20px;
  font-size: 26px;
  color: #999;
}

.beian {
  height: 200px;
  text-align: center;
}

.beian p {
  padding-top: 68px;
  font-size: 22px;
  color: #666;
}

.advisory {
  height: 106px;
  background: #fff;
  display: flex;
}

.advisory_A,
.advisory_B {
  flex: 1;
  text-align: center;
}

.advisory_A img {
  margin: 14px auto;
}

.advisory_A p {
  font-size: 22px;
  color: #666;
}

.advisory_B {
  line-height: 106px;
  font-size: 30px;
  color: #fff;
  background: #1775f5;
}

/*----------------底部导航结束------------------*/

/*----------------智慧党建开始------------------*/
.dangjian {
  width: 100%;
  height: auto;
  padding-top: 98px;
}

.dj_banner {
  background: url(../img/dj_banner.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
}

.dj_banner h3 {
  padding: 110px 0 0 64px;
  color: #fff;
  font-size: 48px;
}

.dj_banner a {
  width: 182px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  color: #1775f5;
  line-height: 50px;
  text-align: center;
  margin: 38px 64px;
  font-size: 24px;
  font-weight: 600;
}

.dj_features {
  text-align: center;
  padding: 0 24px;
  width: 100%;
  height: 1264px;
  background: #fff;
}

.dj_title {
  background: #fff;
  text-align: center;
  padding: 0 24px;
  width: 100%;
}

.dj_title h6 {
  font-size: 34px;
  color: #333;
  padding-top: 100px;
}

.dj_title p {
  font-size: 28px;
  color: #666;
  font-weight: 300;
  margin-top: 20px;
}

.dj_title_min {
  border-bottom: 2px solid #e0e0e0;
}

.dj_title_min p {
  font-weight: 600;
  font-size: 28px;
  color: #333;
  width: 196px;
  border-bottom: 4px solid #6261de;
  padding: 80px 0 14px 0;
  margin: 0 auto;
  text-align: center;
}

.dj_features_nav li {
  float: left;
  width: 341px;
  height: 310px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 1px 1px 12px 0px rgba(73, 73, 255, 0.12);
  border-radius: 10px;
  margin: 40px 20px 0 0;
}

.dj_features_nav li img {
  width: 342px;
  height: 222px;
}

.dj_features_nav li p {
  text-align: center;
  line-height: 88px;
  font-size: 28px;
  color: #333;
}

.dj_pain_nav li {
  float: left;
  width: 341px;
  height: auto;
  margin: 40px 20px 0 0;
}

.dj_port {
  height: 940px;
  background: #fff;
  padding: 0 24px;
}

.dj_port img {
  margin: 46px auto;
}

/*----------------智慧党建结束------------------*/

/*----------------智慧安监开始------------------*/

.aj_banner {
  background: url(../img/aj_banner.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.aj_principle_nav li {
  height: 382px;
}

.aj_principle_nav li b {
  display: block;
  color: #666;
  margin-top: -10px;
  font-size: 22px;
  font-weight: 100;
}

.aj_principle_nav li p {
  font-weight: 600;
}

.aj_structure {
  height: 1142px;
  background: #fff;
  padding: 0 24px;
}

.aj_structure img {
  margin: 0 auto;
}

.aj_structure b {
  display: block;
  text-align: center;
  padding: 48px 0;
  font-size: 26px;
  color: #999;
}

/*----------------智慧安监结束------------------*/

/*----------------精准扶贫开始------------------*/

.fp_banner {
  background: url(../img/fp_banner.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.fp_title {
  height: 372px;
}

.fp_pain_nav li {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.fp_features_nav ul li {
  float: left;
  width: 341px;
  height: 90px;
  border-radius: 10px;
  margin: 40px 14px 0 0;
  background: #fff;
}

.fp_features_navleft {
  float: left;
  width: 115px;
  height: 100%;
  background: #dfebff;
  padding: 19px 0 0 34px;
  border-radius: 10px 0 0 10px;
}

.fp_features_navRight {
  font-size: 26px;
  color: #333;
  text-align: center;
  line-height: 90px;
}

/*----------------精准扶贫结束------------------*/

/*----------------智慧政务开始------------------*/
.zw_banner {
  background: url(../img/zw_banner.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.zw_features {
  height: 1150px;
}

.zw_Program {
  height: 1482px;
  background: #fff;
}

.zw_Program_nav {
  padding: 0 24px;
}

.zw_Program_nav li {
  margin-top: 40px;
  height: 376px;
}

.zw_title {
  height: 275px;
}

.zw_liA {
  background: url(../img/dj_banner.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.zw_liB {
  background: url(../img/aj_banner.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.zw_liC {
  background: url(../img/fp_banner.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.zw_liA a,
.zw_liB a,
.zw_liC a {
  padding: 106px 0 0 56px;
  width: 40%;
}

.zw_liA a h5,
.zw_liB a h5,
.zw_liC a h5 {
  font-size: 42px;
  color: #fff;
}

.zw_liA a p,
.zw_liB a p,
.zw_liC a p {
  border-radius: 50px;
  background: #fff;
  width: 172px;
  height: 48px;
  text-align: center;
  font-size: 42px;
  color: #327dff;
  font-size: 26px;
  line-height: 48px;
  font-weight: 600;
  margin-top: 34px;
}

.zw_case {
  background: #fff;
  height: 946px;
}

.zw_case_nav {
  padding: 0 24px;
}

.zw_business {
  width: 100%;
  padding-bottom: 100px;
  min-height: 672px;
  background: #f5f8ff;
}

.zw_business_title {
  background: #f5f8ff;
}

.zw_business_nav {
  padding: 0 24px;
}

.zw_business .collapseset {
  min-height: 100px;
  display: flex;
  flex-direction: column;
}

.zw_business .collapseset .collapse {
  margin-bottom: 5px;
  margin-top: 40px;
}

.zw_business .collapseset .collapse header {
  box-shadow: 1px 1px 12px 0px rgba(73, 73, 255, 0.12);
  width: 100%;
  height: 100px;
  line-height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6097fe;
  font-size: 28px;
  font-weight: 600;
}
.zw_business .collapseset .collapse header .collapse_box {
  display: flex;
  align-items: center;
}

.zw_business .collapseset .collapse header img {
  margin-right: 20px;
}

.zw_business .collapseset .collapse.active header {
  font-weight: 600;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
}
.zw_business .collapseset .collapse header span {
  border: solid 3px #999;
  border-top: none;
  border-left: none;
  display: inline-block;
  height: 18px;
  width: 18px;
  transform: rotate(-45deg);
  transition: transform 0.2s;
}
.zw_business .collapseset .collapse.active header span {
  border-color: #1a1a1a;
  transform: rotate(45deg);
  transition: transform 0.2s;
}
.zw_business .collapseset .collapse article {
  height: 256px;
  width: 100%;
  border-top: none;
  box-sizing: border-box;
  padding: 0px;
  visibility: hidden;
  border-radius: 0 0 20px 20px;
  max-height: 0px;
  opacity: 0;
  //transition:max-height 0.5s ease-out,opacity 0.5s ease-out;
}
.zw_business .collapseset .collapse.active article {
  background: #e5ecff;
  visibility: visible;
  padding: 30px 0 34px 18px;
  opacity: 1;
  max-height: 1000px;
  transition: max-height 1s ease-out, opacity 0.5s ease-out;
}

.zw_business .collapseset .collapse.active article li {
  float: left;
  width: 200px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  margin: 0px 28px 18px 0;
  background: #fff;
  border-radius: 50px;
  font-size: 24px;
  color: #5581ff;
}

.zw_business .collapseset .collapse.active {
  border-radius: 20px;
}
.zw_business .collapseset .collapse.disable header {
  color: #1a1a1a;
  opacity: 0.5;
  cursor: not-allowed;
}

/*----------------智慧政务结束------------------*/

/*----------------电子商务开始------------------*/

.ds_banner {
  background: url(../img/ds_banner.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.ds_Program {
  width: 100%;
  height: 1468px;
}

.ds_Program_nav {
  background: #fff;
  padding: 20px 24px 100px 24px;
}

.ds_Program_nav img {
  margin-top: 40px;
}

.ds_technology {
  width: 100%;
  height: 1080px;
  background-image: linear-gradient(to bottom right, #5283f8, #1055d0);
}

.ds_technology_nav {
  position: relative;
}

.ds_technology_nav img {
  position: absolute;
  top: 100px;
  left: 21%;
}

.ds_technology_nav ul {
  position: absolute;
  z-index: 4;
  width: 644px;
  top: 48px;
  left: 54px;
}

.ds_technology_nav ul li {
  margin: 32px;
  float: left;
  width: 258px;
  height: 52px;
  background: #fff;
  font-weight: 600;
  font-size: 22px;
  color: #fbb044;
  line-height: 52px;
  text-align: center;
  border-radius: 50px;
}

.ds_advantage {
  width: 100%;
  height: 1630px;
}

.ds_advantage_title {
  background: none;
}

.ds_advantage_nav {
  background: none;
  height: 1394px;
}

.ds_Case {
  width: 100%;
  height: 1816px;
}

.ds_Process {
  width: 100%;
  height: 1900px;
}

.ds_service {
  width: 100%;
  height: 1900px;
}

.ds_service_nav .clearfloat {
  border-bottom: 1px solid #e0e0e0;
  zoom: 1;
}
.ds_service_nav .clearfloat::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.ds_service_nav .tab-list {
  position: relative;
  background: #fff;
  padding: 50px 0 0 132px;
}

.ds_service_nav .tab-list .tab-itom {
  float: left;
  list-style: none;
}

.ds_service_nav .tab-itom .test-label {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  display: block;
  width: 240px;
  height: 74px;
  line-height: 74px;
  text-align: center;
}

.ds_service_nav .tab-itom .tab-box {
  /* 设置绝对定位方便定位相对于tab-list栏的位置，同时为了可以使用z-index属性 */
  position: absolute;
  left: 0;
  top: 128px;
  margin: 0 24px;
  width: 702px;
  height: 1400px;
  background: #f5f5f5;
  /* 设置层级最低方便选中状态遮挡 */
  z-index: 0;
}
/* 用绝对定位使按钮脱离文档流，透明度设置为0将其隐藏 */
.ds_service_nav input[type="radio"] {
  position: absolute;
  opacity: 0;
}
/* 利用选择器实现  tab切换 */

/* 当radio为选中状态时设置它的test-label兄弟元素的属性 */
.ds_service_nav input[type="radio"]:checked + .test-label {
  /* 为了修饰存在的边框背景属性 */
  color: #286cff;
  border-bottom: 4px solid #286cff;
  background: #fff;
  /* 为了修饰存在的层级使下边框遮挡下方div的上边框 */
  z-index: 10;
}
/* 当radio为选中状态时设置与它同级的tab-box元素的显示层级 */
.ds_service_nav input[type="radio"]:checked ~ .tab-box {
  /* 选中时提升层级，遮挡其他tab页达到选中切换的效果 */
  z-index: 5;
}

.ds_features_nav li {
  border-radius: 0px;
}

/*------------电子商务结束--------------*/
.teamwork {
  width: 100%;
  min-height: 1658px;
  padding: 100px 40px 60px 40px;
}

.teamwork_title {
  margin: 64px auto;
  text-align: center;
}

.teamwork_title h5 {
  font-size: 32px;
  font-weight: 600;
  color: #0c0c0c;
}

.teamwork_title p {
  font-size: 28px;
  font-weight: 600;
  color: #0c0c0c;
}

.teamwork_UlA li {
  float: left;
  width: 333px;
  height: 211px;
  border: 1px solid #ddd;
  background: #fff;
}

.teamwork_UlB li {
  width: 312px;
  font-size: 26px;
  height: 66px;
  float: left;
  margin-right: 46px;
  text-align: 66px;
  text-align: center;
}

/*-------------新闻页-----------*/
.honzh_new {
  width: 100%;
  padding-top: 98px;
}
.new_banner {
  background: url(../img/new_banner.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#honzh_new_tab {
  width: 100%;
}

#honzh_new_tab ul {
  height: 64px;
  list-style: none;
  width: 100%;
  margin: 64px 0 0 50px;
}

#honzh_new_tab ul li {
  font-size: 42px;
  cursor: pointer;
  float: left;
  list-style: none;
  height: 64px;
  margin-right: 50px;
}

#honzh_new_tab ul li.on {
  color: #1373f4;
  font-weight: 600;
  border-bottom: 4px solid #1373f4;
}

#honzh_new_tab div {
}

.hide {
  display: none;
}

/*---------------新闻详情页-----------------*/
.honzh_new_nav {
  width: 100%;
  padding: 0 24px;
}

.honzh_new_nav .tabUl {
  width: 100%;
  margin: 50px 26px;
}

.honzh_new_nav .tabUl li {
  float: left;
  height: 64px;
  line-height: 64px;
  font-size: 42px;
  color: #838383;
  margin-right: 50px;
}

.honzh_new_nav .tabUl li.on {
  border-bottom: 4px solid #086cf2;
  color: #086cf2;
  font-weight: 600;
}

.honzh_new_nav .tabCon {
  display: none;
}

.honzh_new_nav .tabCon.on {
  display: block;
}

.new_list_of {
  background: #fff;
  margin-bottom: 70px;
}
.new_list_of img {
  width: 100%;
}

/*---------------新闻详情----------------*/
.new_details {
  width: 100%;
  height: auto;
  padding: 180px 40px 0 40px;
}

.new_details_title {
  height: 174px;
  margin-bottom: 50px;
  text-align: center;
}

.new_details_title h3 {
  font-size: 38px;
  line-height: 56px;
  color: #0c0c0c;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new_details_title p {
  margin-top: 32px;
  font-size: 22px;
  color: #949595;
}

.new_details_nav {
  width: 100%;
  height: auto;
  padding-bottom: 58px;
  border-bottom: 1px solid #e0e0e0;
}
.new_details_nav img {
  margin: 30px 0;
  width: 670px;
  height: auto;
}

.new_details_nav p {
  text-indent: 2em;
  color: #999;
  font-size: 28px;
  line-height: 48px;
  margin-bottom: 30px;
}

.new_details_bottom {
  width: 100%;
  padding: 30px 0;
}

.new_details_bottom li {
  line-height: 46px;
  padding: 10px 0;
  font-size: 28px;
  color: #949595;
}

.new_details_bottom a {
  color: #333;
  display: inline;
}

/*-----------------关于我们----------------*/
.about_banner {
  background: url(../img/about_banner.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.about_banner > div {
  width: 44px;
  height: 6px;
  background: #fff;
  margin: 36px 0 0 64px;
}

.about_us {
  width: 100%;
  height: auto;
  padding: 0 40px;
}

.about_us_navA {
  height: 640px;
  border-bottom: 2px solid #e0e0e0;
}

.about_us_title h5 {
  margin-top: 76px;
  font-size: 42px;
  color: #333;
  text-align: center;
}

.about_us_title span {
  color: #ff6600;
}

.about_us_title p {
  margin: 20px 0;
  font-size: 26px;
  color: #333;
  text-align: center;
}

.about_us_title > div {
  width: 40px;
  height: 4px;
  background: #666;
  margin: auto;
}

.about_us_font {
  margin-top: 40px;
  font-size: 26px;
  line-height: 48px;
  color: #666;
  font-weight: 100;
}

.about_us_navA img {
  margin-top: 70px;
}

.about_us_navB {
  height: 680px;
  border-bottom: 2px solid #e0e0e0;
}

.about_us_navC {
  height: 820px;
  border-bottom: 2px solid #e0e0e0;
}

.about_us_navC img {
  margin-top: 46px;
}

.about_us_navD {
  height: 590px;
  border-bottom: 2px solid #e0e0e0;
}

.about_us_navE {
  height: 580px;
  border-bottom: 2px solid #e0e0e0;
}

/*-------------------联系我们----------------*/

.contact_banner {
  background: url(../img/contact_banner.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.contact_us {
  width: 100%;
  height: auto;
  padding: 0 40px 120px 40px;
}

.contact_usA {
  width: 100%;
  padding-top: 80px;
  height: 228px;
  border-bottom: 2px solid #e0e0e0;
}

.contact_usA h5 {
  font-size: 36px;
  color: #333;
}

.contact_usA span {
  color: #ff6600;
}

.contact_usA p {
  margin-top: 20px;
  font-size: 26px;
  color: #000;
}

.contact_usB {
  width: 100%;
  height: 1076px;
  border-bottom: 2px solid #e0e0e0;
}

.contact_introduce {
  padding-top: 70px;
  text-align: center;
}

.contact_introduce h5 {
  font-size: 36px;
  color: #000;
}

.contact_introduce div {
  width: 40px;
  height: 4px;
  margin: auto;
  background: #666;
  margin-top: 24px;
}

.contact_introduce p {
  font-size: 26px;
  color: #666;
  line-height: 48px;
  margin-top: 40px;
}

.contact_usB .phone,
.contact_usB .address,
.contact_usB .consult {
  width: 100%;
  margin-top: 70px;
}

.contact_usB .phone h6,
.contact_usB .address h6,
.contact_usB .consult h6 {
  padding-left: 20px;
  line-height: 32px;
  font-size: 32px;
  color: #3c3c3c;
  border-left: 5px solid #ff6600;
}

.contact_usB .phone p,
.contact_usB .address p {
  float: left;
  margin: 24px 124px 0 0;
  font-size: 28px;
  color: #3c3c3c;
}

.contact_usB .address h6 {
  border-left: 5px solid #009900;
}

.contact_usB .address a {
  float: right;
  font-size: 28px;
  margin-top: -36px;
}

.contact_usB .consult h6 {
  border-left: 5px solid #148af4;
}

.contact_usB .consult a {
  float: left;
  margin-top: 38px;
  display: block;
  width: 134px;
  height: auto;
  margin-right: 60px;
}

.contact_usB .consult a img {
  width: 50px;
  height: auto;
  margin: 0 auto;
}

.contact_usB .consult a b {
  display: block;
  font-size: 28px;
  color: #494949;
  margin-top: 10px;
  text-align: center;
}

#join_us {
  width: 100%;
  height: auto;
}

.contact_usC {
  min-height: 600px;
  padding-bottom: 40px;
}
.contact_usC h4 {
  font-size: 36px;
  color: #000;
  margin-top: 70px;
  text-align: center;
}

.contact_usC .line {
  width: 40px;
  height: 4px;
  background: #666;
  margin: 24px auto;
}

.contact_usC h6 {
  font-size: 26px;
  line-height: 48px;
  color: #7f7f7f;
  margin-top: 12px;
  font-weight: 100;
}

.contact_usC ul {
  padding: 0;
}

.contact_usC li {
  line-height: 50px;
  color: #666;
  font-size: 22px;
  float: left;
  margin: 50px 0;
  padding-right: 70px;
}

.contact_usC p {
  font-size: 26px;
  line-height: 48px;
  color: #7f7f7f;
}

/*------------------智慧校园-------------------*/
.campus_banner {
  background: url(../img/campus_banner.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.campus {
  width: 100%;
  height: auto;
  padding-top: 98px;
}

.campus_nav {
}

.campus_title {
  text-align: center;
  padding-top: 80px;
}

.campus_navA {
  padding: 0 40px;
  height: 1154px;
  text-align: center;
}

.campus_title h5 {
  font-size: 42px;
  color: #000;
}

.campus_title p {
  font-size: 24px;
  color: #666;
  margin-top: 30px;
}

.campus_navA ul {
  margin-top: 34px;
}

.campus_navA li {
  width: 327px;
  height: 281px;
  background: #fff;
  border-radius: 30px;
  float: left;
  margin: 16px 16px 0 0;
  padding-top: 38px;
  box-shadow: 0px 0px 21px 0px rgba(160, 160, 160, 0.15);
}
.campus_navA li img {
  margin: auto;
}

.campus_navA li h6 {
  text-align: center;
  margin: 10px 0;
  font-size: 26px;
  color: #000;
}

.campus_navA li p {
  text-align: center;
  font-size: 22px;
  color: #6d6d6d;
}

.campus_navB {
  padding: 0 40px;
  text-align: center;
  height: 3240px;
}

.campus_navB li {
  margin-top: 50px;
  width: 100%;
  height: 685px;
  border-radius: 20px;
  background: #fff;
  padding-top: 20px;
  box-shadow: 0px 0px 21px 0px rgba(160, 160, 160, 0.15);
}

.campus_navB li img {
  margin: auto;
}

.campus_navB li h4 {
  font-size: 32px;
  color: #2c2d48;
}

.campus_navB li p {
  line-height: 36px;
  font-size: 24px;
  color: #2c2d48;
  margin: 40px 0;
}

.campus_navB li a {
  width: 310px;
  height: 90px;
  border-radius: 4px;
  background: #1976f5;
  font-size: 32px;
  color: #fff;
  line-height: 90px;
  margin: auto;
}

.campus_navC {
  padding: 0 40px;
  background: #202746;
  height: 2600px;
}

.campus_navC li {
  padding: 40px 0;
  height: 360px;
  border-bottom: 3px solid #303552;
}

.campus_navC li h5 {
  font-size: 32px;
  color: #fff;
  font-weight: 100;
}

.campus_navC li p {
  margin-top: 28px;
  line-height: 36px;
  width: 316px;
  font-size: 26px;
  color: #fff;
  opacity: 0.6;
}

.campus_navC li img {
  float: right;
  width: 334px;
  height: 272px;
  border-radius: 10px;
}

.campus_navC_R {
  float: right;
  margin: -272px 0 0 22px;
}

.campus_navC a,
.campus_navF a {
  margin: 50px auto;
  text-align: center;
  width: 310px;
  height: 90px;
  line-height: 90px;
  font-size: 32px;
  color: #fff;
  border-radius: 4px;
  background: #1775f5;
}

.campus_navD {
  padding: 0 40px;
  height: 1384px;
}

.campus_navD_call {
  padding: 52px 117px;
}

.campus_navD_call a {
  float: left;
  width: 198px;
  height: 76px;
  border: 1px solid #0e6ff3;
  text-align: center;
  font-size: 26px;
  line-height: 74px;
  border-radius: 4px;
  margin: 10px;
}

.campus_navD_function {
  width: 100%;
  height: 896px;
}

.campus_navD_function {
  margin-bottom: 50px;
}

.campus_navD_function li {
  float: left;
  width: 335px;
  height: 448px;
  border: 1px solid #e0e0e0;
  background: #fff;
  text-align: center;
}

.campus_navD_function li img {
  margin: 60px auto;
}

.campus_navD_function li h5 {
  font-size: 32px;
  color: #2c2d48;
  margin-bottom: 44px;
}

.campus_navD_function li p {
  font-size: 24px;
  color: #999;
}

.campus_navE li {
  float: left;
  width: 330px;
  height: 256px;
  background: #fff;
  margin: 30px 10px 0 0;
  box-shadow: 0px 0px 21px 0px rgba(160, 160, 160, 0.15);
}

.campus_navE li a {
  font-size: 28px;
  color: #000;
  line-height: 53px;
  text-align: center;
}

.campus_navE,
.campus_navF {
  padding: 0 40px;
  height: 860px;
}

.campus_navF img {
  margin-bottom: 70px;
}

/*------------------定制开发---------------*/
.custom {
  padding: 0 40px;
  width: 100%;
}

.custom_title {
  height: 470px;
}

.custom_title h5 {
  padding-top: 70px;
  font-size: 42px;
  color: #424242;
}

.custom_title p {
  padding-top: 60px;
  font-size: 24px;
  color: #696969;
}

.custom_title a {
  width: 60%;
  padding-top: 76px;
}

.custom_navA {
  width: 100%;
  height: 1478px;
  background: #fff;
  margin-bottom: 80px;
}

.tup {
  width: 100%;
  height: 234px;
  background: url(../img/custom_tup01.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.tup h6 {
  font-size: 36px;
  color: #fff;
  padding: 54px 0 0 45px;
}

.tup span {
  font-size: 24px;
  font-weight: 100;
  color: #e3e3e3;
}

.tup a {
  font-size: 22px;
  color: #fff;
  opacity: 0.7;
  text-align: right;
  padding: 84px 45px 0;
}

.custom_navA .Web_site {
  padding: 0 45px;
}

.Web_site_nav {
  font-size: 24px;
  color: #696969;
  line-height: 36px;
  width: 100%;
  height: 196px;
  padding: 50px 0;
  border-bottom: 1px solid #e0e0e0;
}

.Web_site h5 {
  font-size: 32px;
  font-weight: 100;
  padding-top: 50px;
  color: #000;
}

.Web_site b {
  display: block;
  font-size: 26px;
  padding: 20px 0 30px 0;
  color: #777;
  font-weight: 100;
}

.Web_site div {
  width: 20px;
  height: 3px;
  background: #838383;
  margin-bottom: 16px;
}

.custom_navB {
  width: 100%;
  margin-bottom: 80px;
}

.tupB {
  width: 100%;
  height: 234px;
  background: url(../img/custom_tup02.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.custom_navB .collapseset {
  min-height: 100px;
  display: flex;
  flex-direction: column;
}

.custom_navB .collapseset .collapse {
  margin-bottom: 5px;
  margin-top: 14px;
}

.custom_navB .collapseset .collapse header {
  width: 100%;
  height: 118px;
  line-height: 118px;
  padding-left: 40px;
  padding-right: 40px;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  border: 1px solid #e0e0e0;
}
.custom_navB .collapseset .collapse header .collapse_box {
  display: flex;
  align-items: center;
}

.custom_navB .collapseset .collapse header img {
  margin-right: 20px;
}

.custom_navB .collapseset .collapse.active header {
  font-weight: 600;
  border-bottom: none;
  background: #ed5959;
  color: #fff;
}
.custom_navB .collapseset .collapse header span {
  border: solid 3px #000;
  border-top: none;
  border-left: none;
  display: inline-block;
  height: 18px;
  width: 18px;
  transform: rotate(-45deg);
  transition: transform 0.2s;
}
.custom_navB .collapseset .collapse.active header span {
  border-color: #fff;
  transform: rotate(45deg);
  transition: transform 0.2s;
}
.custom_navB .collapseset .collapse article {
  height: 160px;
  width: 100%;
  border-top: none;
  box-sizing: border-box;
  padding: 0px;
  visibility: hidden;
  max-height: 0px;
  opacity: 0;
  //transition:max-height 0.5s ease-out,opacity 0.5s ease-out;
}
.custom_navB .collapseset .collapse.active article {
  background: #fff;
  visibility: visible;
  padding: 30px 0 34px 18px;
  opacity: 1;
  max-height: 1000px;
  transition: max-height 1s ease-out, opacity 0.5s ease-out;
}

.custom_navB .collapseset .collapse article p {
  font-size: 26px;
  color: #777;
  line-height: 48px;
  margin-left: 50px;
}

.custom_navB .collapseset .collapse.active {
  border-radius: 20px;
}
.custom_navB .collapseset .collapse.disable header {
  color: #1a1a1a;
  opacity: 0.5;
  cursor: not-allowed;
}

.custom_navC {
  width: 100%;
  height: 2640px;
}

.custom_navC_title {
  text-align: center;
  height: 140px;
}

.custom_navC_title h5 {
  font-size: 42px;
  color: #424242;
}

.custom_navC_title p {
  margin-top: 24px;
  font-size: 24px;
  color: #777;
}

.custom_navC li {
  width: 100%;
  height: 745px;
  background: #fff;
  margin-top: 60px;
}

.custom_navC_min {
  margin: 0 45px;
  border-bottom: 1px solid #e0e0e0;
}

.custom_navC li h5 {
  font-size: 32px;
  color: #000;
  margin: 40px 0 26px 0;
}

.custom_navC li p {
  font-size: 26px;
  color: #777;
  margin: 0 0 44px 0;
}

.custom_navC li a {
  float: right;
  width: 120px;
  height: 66px;
  padding-top: 30px;
}

.custom_navD {
  width: 100%;
  height: 3798px;
}

.custom_navD_title {
  text-align: center;
}

.custom_navD_title h5 {
  font-size: 42px;
  color: #424242;
}

.custom_navD_title p {
  margin-top: 24px;
  font-size: 24px;
  color: #777;
}

.custom_navD li {
  width: 100%;
  height: 826px;
  background: #fff;
  margin-top: 60px;
}

.custom_navD_min {
  margin: 0 45px;
  border-bottom: 1px solid #e0e0e0;
}

.custom_navD li h5 {
  font-size: 32px;
  color: #000;
  margin: 40px 0 26px 0;
}

.custom_navD li p {
  font-size: 26px;
  color: #777;
  margin: 0 0 44px 0;
}

.custom_navD li a {
  float: right;
  width: 120px;
  height: 66px;
  padding-top: 46px;
}

.custom_navD_min div {
  width: 22px;
  height: 3px;
  background: #777;
  margin-bottom: 30px;
}

.custom_navE {
  width: 100%;
  height: 1104px;
}

.custom_navE_min {
  margin: 60px 0;
  width: 100%;
  height: 745px;
  border: 1px solid #e0e0e0;
}

.custom_navE_min h5 {
  font-size: 32px;
  color: #000;
  height: 126px;
  line-height: 126px;
  border-bottom: 2px solid #e0e0e0;
  margin: 0 44px;
  font-weight: 100;
}

.custom_navE_min p {
  margin: 0 44px;
  font-size: 26px;
  color: #767676;
  line-height: 108px;
}

.custom_navF {
  width: 100%;
  height: 860px;
  margin-bottom: 40px;
}

.custom_navF img {
  margin-bottom: 70px;
}

.custom_navF a {
  margin: 50px auto;
  text-align: center;
  width: 310px;
  height: 90px;
  line-height: 90px;
  font-size: 32px;
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(
    20deg,
    rgba(237, 89, 89, 1),
    rgba(237, 134, 89, 1)
  );
}

/*------------新闻详情页内容部分高度--------------*/
.new_details_nav_01 {
  /* height: 1200px; */
}

.new_details_nav_02 {
  height: 2540px;
}

.new_details_nav_03 {
  height: 4450px;
}

.new_details_nav_04 {
  height: 2280px;
}

.new_details_nav_05 {
  height: 3400px;
}

.new_details_nav_06 {
  height: 2760px;
}

.new_details_nav_07 {
  height: 2870px;
}

.new_details_nav_08 {
  height: 12200px;
}

.new_details_nav_09 {
  height: 2650px;
}

.new_details_nav_10 {
  height: 2650px;
}

/*---------------用资产云管理系统----------------*/
.management_system {
  width: 100%;
  height: auto;
  padding: 180px 40px 0 40px;
  background-color: #fff;
}
.management_system__header {
  width: 100%;
  height: 805px;
  position: relative;
}
.management_system__header-text p:first-child {
  font-size: 48px;
  font-weight: bold;
  color: rgba(22, 33, 61, 1);
  line-height: 118px;
}
.management_system__header-text p:nth-of-type(2) {
  font-size: 28px;
  font-weight: bold;
  color: rgba(116, 129, 149, 1);
  line-height: 58px;
}
.management_system__header-text a {
  font-size: 28px;
  font-weight: bold;
  color: rgba(93, 64, 54, 1);
  margin: 52px 0 0 0;
  width: 196px;
  height: 52px;
  line-height: 52px;
  background: linear-gradient(
    20deg,
    rgba(255, 191, 120, 1),
    rgba(255, 206, 134, 1)
  );
  border-radius: 4px;
  text-align: center;
}
.management_system__header-img {
  width: 568px;
  height: 650px;
  position: absolute;
  right: -40px;
  bottom: 0px;
}
.management_system__container .introduce .panel {
  position: relative;
}
.management_system__container .introduce .icon {
  width: 88px;
  height: 88px;
  position: absolute;
  top: -44px;
  left: 0px;
}
.management_system__container .introduce .text {
  margin-top: 68px;
  background: rgba(235, 240, 252, 1);
  border-radius: 6px;
  padding-top: 57px;
}
.management_system__container .introduce .panel .title {
  font-size: 24px;
  font-weight: bold;
  color: rgba(9, 22, 51, 1);
  line-height: 48px;
  padding-left: 40px;
}
.management_system__container .introduce .panel .content {
  padding: 20px 30px 30px 40px;
  font-size: 20px;
  font-weight: 500;
  color: rgba(107, 121, 142, 1);
  line-height: 42px;
}
.panel .panel_icon {
  display: flex;
  margin-top: 84px;
}
.panel .panel_icon div:nth-of-type(1) {
  width: 46px;
  height: 10px;
  background: linear-gradient(
    20deg,
    rgba(57, 97, 244, 1),
    rgba(89, 129, 247, 1)
  );
  border-radius: 6px;
}
.panel .panel_icon div:nth-of-type(2) {
  width: 15px;
  height: 10px;
  background: linear-gradient(
    20deg,
    rgba(57, 97, 244, 1),
    rgba(89, 129, 247, 1)
  );
  border-radius: 6px;
  margin-left: 5px;
}
.headline {
  font-size: 38px;
  font-weight: bold;
  color: rgba(21, 33, 61, 1);
  line-height: 24px;
  margin-top: 28px;
}
.management_system__nav {
  width: 100%;
  margin-bottom: 80px;
}
.management_system__nav .management_system__collapseset {
  min-height: 100px;
  display: flex;
  flex-direction: column;
}
.management_system__nav .management_system__collapseset:nth-of-type(1) {
  margin-top: 50px;
}
.management_system__nav
  .management_system__collapseset
  .management_system__collapse {
  margin-bottom: 24px;
  margin-top: 24px;
}
.management_system__nav
  .management_system__collapseset
  .management_system__collapse
  header {
  width: 100%;
  height: 86px;
  line-height: 118px;
  padding-left: 25px;
  padding-right: 40px;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 28px;
  font-weight: 600;
}

.management_system__nav .management_system__collapseset header .collapse_box {
  display: flex;
  align-items: center;
}
.management_system__nav
  .management_system__collapseset
  .management_system__collapse
  header
  img {
  width: 62px;
  height: 62px;
  margin-right: 20px;
}
.management_system__nav
  .management_system__collapseset
  .management_system__collapse
  header
  img:nth-of-type(1) {
  display: block;
}
.management_system__nav
  .management_system__collapseset
  .management_system__collapse
  header
  img:nth-of-type(2) {
  display: none;
}

.management_system__nav .management_system__collapseset .active header {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  background: linear-gradient(
    20deg,
    rgba(57, 97, 244, 1),
    rgba(89, 129, 247, 1)
  );
  box-shadow: 0px 0px 11px 0px rgba(62, 103, 245, 0.16);
}
.management_system__nav
  .management_system__collapseset
  .management_system__collapse
  header
  span {
  border: solid 3px #abb7ce;
  border-top: none;
  border-left: none;
  display: inline-block;
  height: 25px;
  width: 25px;
  transform: rotate(-45deg);
  transition: transform 0.2s;
}
.management_system__nav
  .management_system__collapseset
  .active
  header
  img:nth-of-type(1) {
  display: none;
}
.management_system__nav
  .management_system__collapseset
  .active
  header
  img:nth-of-type(2) {
  display: block;
}
.management_system__nav .management_system__collapseset .active header span {
  border-color: #fff;
  transform: rotate(45deg);
  transition: transform 0.2s;
  margin-top: -5px;
}
.management_system__nav
  .management_system__collapseset
  .management_system__collapse
  article {
  height: 160px;
  width: 100%;
  border-top: none;
  box-sizing: border-box;
  padding: 0px;
  visibility: hidden;
  max-height: 0px;
  opacity: 0;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}
.management_system__nav
  .management_system__collapseset
  .management_system__collapse.active
  article {
  background: #fff;
  visibility: visible;
  padding: 30px 20px;
  opacity: 1;
  max-height: 1000px;
  transition: max-height 1s ease-out, opacity 0.5s ease-out;
}

.management_system__nav
  .management_system__collapseset
  .management_system__collapse
  article
  p:nth-of-type(1) {
  font-size: 28px;
  font-weight: bold;
  color: rgba(21, 33, 61, 1);
  line-height: 24px;
}
.management_system__nav
  .management_system__collapseset
  .management_system__collapse
  article
  p:nth-of-type(2) {
  font-size: 24px;
  font-weight: bold;
  color: rgba(76, 90, 109, 1);
  line-height: 36px;
  padding-top: 20px;
}

.management_system__nav
  .management_system__collapseset
  .management_system__collapse.active {
  border-radius: 20px;
}
.management_system__nav
  .management_system__collapseset
  .management_system__collapse.disable
  header {
  color: #1a1a1a;
  opacity: 0.5;
  cursor: not-allowed;
}
.kernel {
  margin-top: 76px;
  display: flex;
  flex-wrap: wrap;
}
.kernel .kernel-panel {
  width: 50%;
  padding: 70px 24px 50px 24px;
  border: 1px solid rgba(225, 230, 240, 1);
}
.kernel .kernel-panel img {
  width: 96px;
  height: 96px;
  margin: 0 auto;
}
.kernel .kernel-panel p:nth-of-type(1) {
  font-size: 32px;
  font-weight: bold;
  color: rgba(21, 33, 61, 1);
  line-height: 24px;
  text-align: center;
  margin-top: 54px;
}
.kernel .kernel-panel p:nth-of-type(2) {
  font-size: 24px;
  font-weight: 500;
  color: rgba(21, 33, 61, 1);
  line-height: 36px;
  text-align: center;
  margin-top: 36px;
}
.reliable {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reliable .reliable-sort {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-bottom: 20px;
}
.reliable .reliable-sort.active p {
  color: #4570ff;
}
.reliable .reliable-sort:nth-of-type(2) {
  background: url(../img/management_system_bg01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.reliable .reliable-sort:nth-of-type(3) {
  background: url(../img/management_system_bg02.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.reliable .reliable-sort img {
  width: 62px;
  height: 62px;
}
.reliable .reliable-sort p {
  font-size: 28px;
  font-weight: bold;
  color: rgba(21, 33, 61, 1);
  line-height: 24px;
  margin-left: 20px;
}
.reliable-content {
  width: 100%;
  margin-top: 60px;
  padding: 0 23px;
}
.reliable-content p {
  font-size: 20px;
  font-weight: bold;
  color: rgba(76, 90, 109, 1);
  line-height: 36px;
  width: 100%;
  display: none;
}
.reliable-content p:nth-of-type(1) {
  display: block;
}
.reliable-code {
  width: 650px;
  height: 500px;
  margin: 50px auto;
  background: url(../img/management_system_icon21.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reliable-code img {
  margin-top: -10px;
  width: 400px;
  height: 400px;
}
.reliable-code p {
  font-size: 30px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  line-height: 24px;
}

/*----------案例页-----------*/

#case_shows01 {
  width: 100%;
  height: auto;
  padding-top: 98px;
}
