@font-face {
  font-family: "iconfont"; /* Project id 171808 */
  src: url("//at.alicdn.com/t/font_171808_gxh5zfss5oo.woff2?t=1648865951501")
      format("woff2"),
    url("//at.alicdn.com/t/font_171808_gxh5zfss5oo.woff?t=1648865951501")
      format("woff"),
    url("//at.alicdn.com/t/font_171808_gxh5zfss5oo.ttf?t=1648865951501")
      format("truetype");
}

/* 头部开始 */

body {
  font-family: "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans",
    Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei",
    SimSun, sans-serif;
}


.mb100{margin-bottom: 100px;

}
.header_tips {
  background: #f6f6f6;
}

.header_tips p {
  line-height: 36px;
}

.header_l a {
  
  display: flex;
  align-items: center;
  height: 80px;
  margin-top: 7px;
}

.header_l img {
  width: 80px;
  height: 50px;
  margin-right: 15px;
}

.header_l h1 {
  font-size: 26px;
  color: #333;
  display: inline-block;
}

.header_r nav ul li {
  float: left;
  width: 100px;
  font-size: 16px;
  text-align: center;
  position: relative;
  font-weight: 0;
}

.header_r nav ul li:hover > a {
  color: #1c60e8;
}

.header_r nav ul li > a {
  color: #666;
  line-height: 80px;
}

.header_r nav ul li .sub_nav {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 120px;
  transition: all 0.5s linear;
}

.header_r nav ul li .sub_nav::after {
  position: absolute;
  box-shadow: 0px 0px 5px 0px rgb(48 56 61 / 30%);
  top: -15px;
  left: 35px;
  width: 25px;
  height: 25px;
  content: "";
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
  z-index: -1;
}

.sub_nav_box {
  background: #fff;
  width: 800px;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 5px;
  position: relative;
  left: -110px;
  top: -12px;
  box-shadow: 0px 0px 5px 0px rgba(48, 56, 61, 0.3);
}

.sub_nav_title {
  text-align: left;
  color: #1c60e8;
  margin-bottom: 15px;
}

.sub_nav_des {
  font-size: 14px;
  text-align: left;
  padding-bottom: 25px;
  border-bottom: 1px dashed #666;
  line-height: 28px;
}

.sub_nav_list {
  margin-top: 25px;
}

.sub_nav_list a {
  float: left;
  width: 33.33%;
  text-align: left;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
}

.sub_nav_list a::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #1c60e8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sub_nav_list a:hover {
  color: #1c60e8;
}

.header_r nav ul li.current-menu-item {
  border-bottom: 2px solid #1c60e8;
}

.header_r nav ul li.current-menu-item > a {
  color: #1c60e8;
}

.header_r nav ul li.current-menu-parent > a {
  color: #1c60e8;
}

.header_r nav ul > li:hover .sub_nav {
  top: 80px;
  display: block;
}

/* 头部结束 */

/* banner star */
.banner img {
  max-height: 600px;
  width: 100%;
}

/* banner end */

/* product star */
.product {
  margin: 40px 0;
}

.product_title {
  text-align: center;
}

.product_title h3 {
  font-size: 24px !important;
  color: #333;
}

.product_title p {
  font-size: 16px;
  margin: 20px 0;
}

.product_title .title-detail1 {
  font-size: 16px;
  margin-bottom: 40px;
}


.product1 {
  background-size: cover;
  min-height: 850px;
  width: 100%;
  margin-bottom: 60px;
}

.product1_bg {
  background-image: url(../imgs//product1.jpg);
}

.product2_bg {
  background-image: url(../imgs//product2.jpg);
}

.product_introduce {
  background: #fff;
  width: 600px;
  margin-top: 10%;
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px rgb(48 56 61 / 30%);
}

.product_introduce_top {
  display: flex;
  align-items: center;
}

.product_introduce_top h4 {
  margin-left: 20px;
  font-size: 18px;
  color: #1c60e8;
}

.product_introduce_middle p {
  line-height: 28px;
  text-indent: 2em;
  margin: 40px 0;
}

.product_introduce_middle p:last-child {
  color: #1c60e8;
}

.product_introduce_bottom {
  margin: 40px 0;
}

.product_introduce_bottom span {
  width: 50%;
  float: left;
  margin: 10px 0;
}

.product_introduce_bottom span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1c60e8;
  margin-right: 15px;
  vertical-align: middle;
}

.product_introduce_bottom span:hover {
  color: #1c60e8;
}

.product_introduce_more {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.product_introduce_more a {
  width: 144px;
  height: 48px;
  text-align: center;
  display: inline-block;
  line-height: 48px;
  background: #1c60e8;
  border-radius: 35px;
  color: #fff;
}

.product_introduce_more a i {
  font-size: 14px;
}

/* product end */

/* 案列 star */
.case_title {
  text-align: center;
}

.case_title h3 {
  font-size: 20px;
  color: #000;
}

.case_title p {
  margin: 20px;
  font-size: 16px;
}

.case_list .direction-reveal__card {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.case_list .direction-reveal__card:nth-child(3n) {
  margin-right: 0;
}

.case_list .direction-reveal__card img {
  width: 100%;
  height: 245px;
}

.direction-reveal__title {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}

.direction-reveal__text {
  line-height: 28px;
  box-sizing: border-box;
}

.direction-reveal__overlay {
  width: 100%;
  box-sizing: border-box;
}

/* 案列 end */

/* 解决方案 star */

.solution {
  padding: 20px 0;
  background: #f5f5f5;
}

.solution h3 {
  margin-top: 40px;
}

/* 解决方案 end */

/* 了解更多 star  */

.learn_more {
  padding: 40px 0;
}

.learn_more_box {
  text-align: center;
}

.learn_more_box p {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  color: #1c60e8;
  margin-bottom: 30px;
}

.learn_more_box a {
  width: 144px;
  height: 48px;
  background: #1c60e8;
  color: #fff;
  display: inline-block;
  line-height: 48px;
  border-radius: 35px;
  font-size: 16px;
}

.learn_more_box a:hover {
  background: linear-gradient(-125deg, #1c60e8 0%, #1c60e8 100%);
  -webkit-box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
  box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
  transform: scale(0.95);
  box-shadow: 0 0px 0px rgba(32, 160, 255, 0.3);
  color: #fff !important;
}

/* 了解更多 end  */

/* 底部 star */
footer {
  background-color: #32394b;
  color: #fff;
  padding: 20px 0;
}

.footer_list {
  padding: 20px 0;
}

.footer_l p {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer_l {
  width: 60%;
  margin-right: 5%;
  margin-top: 20px;
}

.footer_m {
  width: 35%;
}

.footer_r {
  width: 40%;
}

.footer_l ul li a {
  color: #fff;
}

.footer_l ul li a:hover {
  color: #1c60e8;
}

.footer_l ul li {
  line-height: 28px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 700;
}

.footer_m p {
  font-size: 18px;
  margin-bottom: 25px;
}

.footer_m ul li {
  line-height: 50px;
  border-top: 1px solid #818996;
}

.footer_m ul li a {
  color: #fff;
}

.footer_m ul li:last-child {
  border-bottom: 1px solid #818996;
}

.footer_m ul li span {
  margin-left: 15px;
}

.footer_r p {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer_r .message .message_input input {
  float: left;
  width: 49%;
  box-sizing: border-box;
  margin-bottom: 4%;
  height: 40px;
  padding-left: 10px;
  outline: none;
  border-radius: 3px;
  border: none;
}

.footer_r .message .message_input input:nth-child(odd) {
  margin-right: 2%;
}

.footer_r .message .submit input {
  width: 100%;
  height: 40px;
  background-color: #1c60e8;
  color: #fff;
  border: none;
  border-radius: 3px;
}

.copyright {
  text-align: center;
}

.copyright span {
  margin-right: 15px;
}

.copyright a {
  color: #fff;
}

/* 底部 end */

/* 新闻页面 star */
.news_list {
  padding: 40px 0;
  background: #f7f7f7;
}

.news_list_l {
  width: 840px;
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
}

.news_list_l .small-result{
    position: absolute;
    right: 20px;
    top: 24px;
    display: inline-block;
}

.news_list_l .small-result b{
    
    color: #1c60e8;
}

.news_list_l h1 {
    
    padding: 20px 0;
    border-bottom: 1px solid #e8e9ec;
}


.news_img_box {
  width: 252px;
  height: 158px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 5px;
}
.synews_img_box {
  width: 252px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 5px;
}

.list_item img {
  width: 252px;
  height: 158px;
  transition: all 1s;
}

.list_item:last-child {
  border-bottom: none;
}

.list_item_content {
  width: 528px;
}

.list_item_content h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.list_item_content h3:hover {
  color: #1c60e8;
}

.list_item_content .article_des {
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0;
}

.author_info span {
  margin-right: 20px;
}

.news_list_r {
  width: 340px;
}

.list_item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(239, 239, 239, 0.8);
}

.list_item img:hover {
  transform: scale(1.2);
}

.news_list_r h4 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
}

.news_list_r h4::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 15px;
  margin-right: 15px;
  vertical-align: middle;
  background-color: #1c60e8;
}

.new_article {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.new_article ul li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(239, 239, 239, 0.8);
}

.new_article ul li:last-child {
  border-bottom: none;
}

.new_article_l {
  width: 100px;
  height: 66px;
  overflow: hidden;
  border-radius: 5px;
}

.new_article_l img {
  width: 100px;
  height: 66px;
  transition: all 2s;
}

.new_article_l img:hover {
  transform: scale(1.2);
}

.new_article_r {
  width: 168px;
}

.new_article_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.new_article_title:hover {
  color: #1c60e8;
}

.new_article_r .date_time {
  font-size: 12px;
  margin-top: 10px;
}

.new_case {
  margin-top: 20px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.new_case ul li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}

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

.new_case ul li .new_case_img {
  width: 100%;
  height: 95px;
  border-radius: 5px;
  overflow: hidden;
}

.new_case ul li .new_case_img img {
  width: 100%;
  height: 95px;
  transition: all 1s;
}

.new_case ul li img:hover {
  transform: scale(1.2);
}
.new_case ul li p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new_case ul li p:hover {
  color: #1c60e8;
}

.pagination {
  text-align: center;
  padding: 40px 0;
}

.pagination li {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #ccc;
  margin-right: 5px;
  transition: all 0.5s;
  color: #999;
}

.pagination li:hover {
  background-color: #1c60e8;
  border: 1px solid #1c60e8;
  color: #fff;
}

.pagination li:hover a {
  color: #fff;
}

.pagination .thisclass {
  background-color: #1c60e8;
  color: #fff;
  border: 1px solid #1c60e8;
}

.pagination li a {
  color: #999;
  cursor: pointer;
  display: inline-block;
}

/* 新闻页面 end */

/* 案例页面 star */
.case_list ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
  box-shadow: 0 5px 10px rgb(150 192 252 / 40%);
}

.case_list ul li:hover {
  background-color: #1c60e8;
  box-shadow: none;
}

.case_list ul li:hover .case_content {
  color: #fff;
}

.case_list ul li:hover .case_content p {
  color: #fff;
}

.case_list ul li .case_img {
  width: 100%;
  height: 248px;
  overflow: hidden;
}

.case_list ul li .case_img img {
  width: 100%;
  height: 248px;
  transition: all 1s;
}

.case_list ul li:hover .case_img img {
  transform: scale(1.2);
}

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

.case_content {
  padding: 10px;
  box-sizing: border-box;
}

.case_content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.case_content p {
  color: #222222;
  line-height: 24px;
}

/* 案例页面 end */

/* 关于我们 star*/
.about {
  margin: 40px 0;
}

.about h1 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
  color: #000;
}

.about_content p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
  margin: 20px 0;
}

.contact {
  margin: 40px 0;
}

.contact li {
  padding: 20px 0;
  float: left;
  width: 33.33%;
  text-align: center;
}

.contact li i {
  font-size: 40px;
}

.contact li p {
  margin-top: 20px;
}

#map_container {
  width: 100%;
  height: 600px;
}

/* 关于我们 end*/

/* 文章 star */
.article {
  background: #f7f7f7;
  padding: 80px 0;
}

.article_l {
  background: #fff;
  width: 840px;
  padding: 0 20px;
  box-sizing: border-box;
}

.article_l .mbx {
  height: 40px;
  border-bottom: 1px solid #f1f1f1;
  box-sizing: border-box;
  line-height: 40px;
  margin-bottom: 40px;
}

.mbx a {
  margin: 0 5px;
}

.tags {
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  height: 60px;
  line-height: 30px;
}

.tags a {
  padding: 3px 5px;
  background: #a9a9a9;
  color: #fff;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 12px;
}

.tags a:hover {
  background: #1c60e8;
}

.article_r {
  width: 340px;
}

.article h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
  line-height: 40px;
  word-wrap: break-word;
  text-align: left;
  width: 800px;
  font-weight: 700;
}

.article_info {
  text-align: center;
  margin-bottom: 20px;
  text-align: left;
  color: #80838a;
}

.article_info span {
  margin-right: 15px;
}

.article_info span:last-child {
  margin-right: 0;
}

.article_content p {
  font-size: 16px !important;
  margin: 20px 0 !important;
  line-height: 28px !important;
}

.article_content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 10px 100px;
}
.article_content .wp-video {
  width: 100% !important;
}

.article_content .wp-video-shortcode {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 10px 0;
}
.more_article {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.more_article p {
  width: 49%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.more_article p:last-child {
  text-align: right;
}

.more_article a:hover {
  color: #1c60e8;
}

.recommend_title {
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}

.recommend_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 20px;
  border-radius: 5px;
  background: #1c60e8;
}

.recommend h3 {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  margin-bottom: 20px;
}

.recommend h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 18px;
  vertical-align: middle;
  background-color: #1c60e8;
  margin-right: 15px;
}

.recommend_articles {
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}

.recommend_articles ul {
  padding: 10px 0;
}

.recommend_articles ul li {
  height: 30px;
}

.recommend_articles ul li a {
  display: inline-block;
  width: 100%;
  line-height: 30px;
  height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.recommend_tags {
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 20px;
}

.tags_box {
  padding: 10px 0;
}

.tags_box a {
  padding: 3px 10px;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}

.tags_box a:hover {
  background: #1c60e8;
  color: #fff;
  border: 1px solid #1c60e8;
}

.recommend_articles ul li a:hover {
  color: #1c60e8;
}

.recommend ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.recommend ul li:hover img {
  transform: scale(1.2);
}

.recommend_img {
  position: relative;
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-radius: 5px;
}

.recommend_img span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.recommend_img img {
  width: 100%;
  height: 170px;
  transition: all 1s;
}

/* 文章 end */

/* 办公室导航页面 star */
.banner-container {
  height: 300px;
  position: relative;
}

.banner-container img {
  height: 100%;
  width: 100%;
}

.banner-container .banner-info-box {
  position: absolute;
  top: 50%;
  left: 272px;
  transform: translateY(-50%);
  width: 518px;
  height: 233px;
  background-color: #1c60e8;
  opacity: 0.7;
  padding: 60px 72px 10px 16px;
  box-sizing: border-box;
}

.banner-container .banner-info-box .banner-info-title {
  font-size: 32px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 24px;
}

.banner-container .banner-info-box .banner-info-content {
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}

.nav-box {
  height: 44px;
  line-height: 44px;
  background-color: #f6f6f6;
  color: #999;
}

.nav-box .icon-icon_home {
  margin: 0 2px;
  font-size: 26px;
  vertical-align: bottom;
  color: #999;
}

.nav-box .nav-info {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
}

.title-box {
  /* margin: 60px 0px 30px 0px;
  text-align: center; */
}

.title-box .title-icon {
  width: 282px;
  height: auto;
  display: inline-block;
  vertical-align: super;
}

.title-box .title-content {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #333;
  display: inline-block;
  margin: 0 60px;
}

.title-box .title-content-en {
  font-size: 16px!important;
  color: #666666;
  margin-top: 34px;
  font-weight: normal;
}

.smart-navigation-system .meeting-article-box {
  margin-top: 100px;
}

.smart-navigation-system .meeting-article-box .meeting-article-img {
  width: 664px;
  height: 510px;
  object-fit: cover;
  object-position: -20px 0;
  display: inline-block;
  border-radius: 50px 0px 50px 0px;
}

.smart-navigation-system .meeting-article-box .meeting-article-content {
  width: 494px;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #666666;
  float: right;
}

.tip-box {
  margin-bottom: 14px;
}

.tip-box .tip-icon {
  width: 8px;
  height: 29px;
  background-color: #1c60e8;
  margin-right: 22px;
  margin-top: 134px;
  display: inline-block;
  vertical-align: bottom;
}

.tip-box .tip-title {
  font-size: 23px;
  letter-spacing: 2px;
  color: #333333;
  display: inline-block;
}

.smart-navigation-system .sort-container {
  width: 452px;
}

.smart-navigation-system .sort-container .sort-item-box .sort-item-title-box {
  margin: 27px 0 19px 0;
}

.smart-navigation-system .sort-container .sort-item-box .sort-item-icon {
  width: 38px;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
}

.smart-navigation-system .sort-container .sort-item-box .sort-item-title {
  font-size: 17px;
  letter-spacing: 1px;
  color: #333333;
  display: inline-block;
  margin-left: 4px;
  line-height: 38px;
}

.smart-navigation-system .sort-container .sort-item-box .sort-item-content {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  width: 404px;
  margin-left: 48px;
}

.smart-navigation-system .tip-main .tip-main-img {
  float: right;
  width: 630px;
  height: 434px;
}

.system-function-introduction {
  overflow: hidden;
}

.system-function-introduction .nav-item {
  width: 50px;
  height: 10px;
  background-color: #999999;
  display: inline-block;
  cursor: pointer;
}

.system-function-introduction .active {
  background-color: #1c60e8;
}

.system-function-introduction .custom-pagination {
  text-align: center;
  margin-top: 60px;
}

.system-function-introduction .nav-item:nth-of-type(n + 2) {
  margin-left: 36px;
}

.system-function-introduction .swiper-container {
  margin-top: 105px;
}

.system-function-introduction .swiper-item-box {
  background-color: #fff;
  height: 520px;
  position: relative;
  box-shadow: 0px 5px 32px 4px rgba(0, 0, 0, 0.13);
}

.system-function-introduction .swiper-item-img {
  width: 474px;
  height: 100%;
}

.system-function-introduction .swiper-item-card {
  background-color: #1c60e8;
  width: 463px;
  height: 255px;
  position: absolute;
  top: 89px;
  left: 50px;
}

.system-function-introduction .swiper-item-card-title {
  margin: 68px 0 27px 35px;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #ffffff;
}

.system-function-introduction .swiper-item-card-content {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0 12px 10px 35px;
  font-weight: 400;
}

.system-function-introduction .swiper-item-sort {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 650px;
}

.system-function-introduction .swiper-item-sort .item-box-left {
  display: inline-block;
  margin-right: 72px;
  margin-bottom: 56px;
}

.system-function-introduction .swiper-item-sort .item-box {
  display: inline-block;
  vertical-align: top;
}

.system-function-introduction .swiper-item-sort .item-img {
  width: 50px;
  height: auto;
  display: inline-block;
}

.system-function-introduction .swiper-item-sort .item-detail-box {
  display: inline-block;
  margin-left: 16px;
}

.system-function-introduction .swiper-item-sort .item-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #666666;
  margin-bottom: 18px;
  line-height: 50px;
}

.system-function-introduction .swiper-item-sort .item-content {
  font-size: 12px;
  letter-spacing: 1px;
  color: #666666;
  width: 212px;
}

.intelligent-passenger-flow {
  background-image: url("../imgs/meetingSwiper2.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  margin-top: 100px;
  color: #ffffff;
  text-align: center;
}

.intelligent-passenger-flow .title-box {
  text-align: center;
  font-size: 32px;
  letter-spacing: 2px;
  padding-top: 82px;
}

.intelligent-passenger-flow .detail-box {
  font-size: 24px;
  letter-spacing: 1px;
  padding: 46px 0 90px 0;
  text-align: center;
  line-height: 44px;
}

.intelligent-passenger-flow .item-box {
  width: 329px;
  height: 290px;
  background-color: #ffffff;
  text-align: center;
  padding: 0 42px;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 60px;
}

.intelligent-passenger-flow .item-box:nth-of-type(1) {
  float: left;
}

.intelligent-passenger-flow .item-box:nth-of-type(3) {
  float: right;
}

.intelligent-passenger-flow .item-box:nth-of-type(4) {
  margin-right: 80px;
}

.intelligent-passenger-flow .item-box:nth-of-type(5) {
  margin-left: 80px;
}

.intelligent-passenger-flow .item-icon {
  width: 45px;
  height: auto;
  margin-top: 34px;
}

.intelligent-passenger-flow .item-title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #666666;
  margin: 20px 0;
}

.intelligent-passenger-flow .item-gap {
  width: 30px;
  height: 5px;
  background-color: #1c60e8;
  display: inline-block;
  margin-bottom: 16px;
}

.intelligent-passenger-flow .item-container {
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
}

.smart-mall {
  text-align: center;
}

.smart-mall .title-detail {
  font-size: 20px;
  letter-spacing: 1px;
  color: #666666;
  text-align: center;
  margin-top: 56px;
  line-height: 34px;
}

.smart-mall .item-container {
  width: 24.7%;
  display: inline-block;
  text-align: center;
  margin-top: 70px;
}

.smart-mall .item-fl {
  float: left;
}

.smart-mall .item-fr {
  float: right;
}

.smart-mall .item-box {
  display: inline-block;
  width: 250px;
  height: 600px;
  background-color: #ffffff;
  box-shadow: 0px 5px 32px 4px rgba(0, 0, 0, 0.13);
  text-align: center;
  position: relative;
}

.smart-mall .item-img {
  width: 80px;
  height: auto;
  display: inline-block;
  margin: 40px 0 28px 0;
}

.smart-mall .item-title {
  font-size: 28px;
  letter-spacing: 2px;
  color: #666666;
  margin-bottom: 18px;
}

.smart-mall .item-gap {
  width: 50px;
  height: 5px;
  background-color: #1c60e8;
  margin-bottom: 30px;
  display: inline-block;
}

.smart-mall .item-detail {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #666666;
}

.smart-mall .item-bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.more-legends .img-box-left {
  width: 646px;
  height: auto;
  margin-top: 68px;
  float: left;
}

.more-legends .article-box-right {
  width: 492px;
  float: right;
}

.more-legends .article-title {
  font-size: 23px;
  letter-spacing: 2px;
  color: #666666;
  margin-top: 140px;
}

.more-legends .articel-content {
  font-size: 17px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 34px;
}

.more-legends .article-box-left {
  width: 586px;
  float: left;
}

.more-legends .img-box-right {
  width: 538px;
  height: auto;
  margin-top: 68px;
  float: right;
}

.case-show {
  text-align: center;
}

.img-box-wrap {
  margin-top: 50px;
}

.case-show .img-box {
  width: 312px;
  height: 234px;
  display: inline-block;
  margin-bottom: 50px;
}

/* 办公室导航页面 end */

/* 信发页面 star */
.dms_banner {
  background-image: url(../imgs/dms_banner.jpg);
  background-size: cover;
  height: 300px;
  width: 100%;
}

.dms_desc {
  background-color: #fcfcfc;
  padding: 20px;
  margin-top: 40px;
  box-sizing: border-box;
}

.dms_desc p {
  margin: 15px 0;
  line-height: 32px;
  font-size: 16px;
}

.dms_sys img {
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.dms_application_des {
  text-align: center;
  font-size: 16px;
  margin-top: 40px;
}

.dms_application_list {
  margin-top: 40px;
}

.dms_application_list ul li {
  position: relative;
  float: left;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
}

/* .dms_application_list ul li:hover .dms_application_item {
  opacity: 1;
} */

.dms_application_list ul li > img {
  width: 100%;
  height: 210px;
}

.dms_application_list ul li:nth-child(4n) {
  margin-right: 0;
}

.dms_application_item {
  position: absolute;
  width: 100%;
  height: 210px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  /* opacity: 0; */
  transition: all 1s;
}

.dms_application_item img {
  width: 55px;
  height: 55px;
  margin-top: 40px;
}

.dms_application_item_title {
  font-size: 16px;
  margin: 15px 0;
}

.dms_application_item p:last-child {
  margin-top: 5px;
}

.dms_system_verview_content {
  margin-top: 40px;
  background-color: #fbfbfb;
  padding: 40px 0;
}

.dms_system_verview_l {
  width: 750px;
}

.dms_system_verview_l img {
  width: 100%;
}

.dms_system_verview_r {
  width: 400px;
}

.dms_system_info {
  font-size: 16px;
}

.dms_system_info p {
  margin-bottom: 10px;
  line-height: 28px;
}

.dms_system_verview_r ul li {
  overflow: hidden;
  border: 1px solid #e9e9e9;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 3px;
}

.dms_system_verview_r ul li:last-child {
  margin-bottom: 0;
}

.dms_system_verview_r ul li img {
  margin-right: 15px;
  width: 92px;
  height: 54px;
}

.dms_system_lc p:first-child {
  font-size: 16px;
  margin-bottom: 5px;
  color: #1c60e8;
}

.dms_flow_chart_box {
  margin: 80px 0 40px 0;
  /* padding: 0 40px; */
  /* margin: 300px 0 200px 0; */
  position: relative;
}

.dms_flow_chart_box ul li {
  float: left;
  margin-right: 301px;
  position: relative;
}

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

.dms_flow_chart_box ul li .dms_flow_chart_wrap {
  width: 50px;
  height: 50px;
  border: 2px solid #afb8c1;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
}

.dms_flow_chart_box ul li .dms_flow_chart_number {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #afb8c1;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}

.dms_flow_chart_line {
  width: 1120px;
  height: 10px;
  background-color: #f1f2f4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 22px;
  z-index: -1;
}

.dms_flow_chart_item {
  position: absolute;
  width: 140px;
  height: 140px;
  left: 50%;
  transform: translateX(-50%);
  top: -170px;
  background-color: #aeb7c0;
  border-radius: 50%;
  text-align: center;
}

.dms_flow_chart_item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #aeb7c0;
}

.dms_flow_chart_item span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 35px;
  padding: 30px 10px 0 10px;
  line-height: 24px;
}

.dms_flow_chart_box ul li p {
  width: 160px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #a3acb3;
  font-size: 16px;
  border-radius: 10px;
  background-color: #f8f9fd;
  margin-left: -15px;
  position: absolute;
  left: -38px;
  top: 66px;
  box-sizing: border-box;
}

.dms_flow_chart_box ul li.dms_flow_chart_active .dms_flow_chart_item {
  background-color: #01aef0;
}

.dms_flow_chart_active .dms_flow_chart_item::before {
  border-top-color: #01aef0;
}

.dms_flow_chart_box ul li.dms_flow_chart_active .dms_flow_chart_number {
  background-color: #01aef0;
}

.dms_flow_chart_box ul li.dms_flow_chart_active .dms_flow_chart_wrap {
  border-color: #01aef0;
}

.dms_flow_chart_box ul li.dms_flow_chart_active p {
  border-color: #01aef0;
  color: #01aef0;
}

.dms_function_content {
  background-image: url(../imgs/dms_function.png);
  background-size: cover;
  height: 900px;
  margin: 40px 0 0 0;
  overflow: hidden;
}

.dms_function_content ul {
  margin-top: 50px;
}

.dms_function_content ul li {
  float: left;
  color: #fff;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
  text-align: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 15px;
  height: 371px;
  background-image: url(../imgs/dms9.png);
  background-size: 100% 100%;
}

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

.dms_function_content ul li img {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.dms_function_tit {
  font-size: 16px;
  line-height: 32px;
}

.dms_function_subtit {
  font-style: 16px;
  line-height: 32px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.dms_function_des {
  margin: 20px 0;
  line-height: 28px;
}

.dms_terminal_content {
  padding: 40px 0;
  background-color: #fcfcfc;
  text-align: center;
  margin: 40px 0;
}

.dms_terminal_content p {
  text-align: left;
  line-height: 32px;
  font-size: 16px;
  margin: 20px 0;
}

.dms_terminal_content img {
  max-width: 100%;
  margin: 20px 0;
}

.dms_case_list ul {
  margin: 60px 0 40px 0;
}

.dms_case_list ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

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

.dms_case_list ul li img {
  width: 100%;
  height: 288px;
}

/* 信发页面 end */

/* 智慧阅报屏页面 star */
.newspaper_reading_system_banner {
  background-image: url(../imgs/newspaper_banner.jpg);
  background-size: cover;
  height: 300px;
}

.newspaper_system_content {
  margin: 40px 0;
  background-color: #fcfcfc;
  padding: 20px 0;
}

.newspaper_system_des {
  font-size: 16px;
  line-height: 32px;
}

.newspaper_system_info {
  margin: 40px 0;
}

.newspaper_system_info img {
  width: 750px;
  height: 570px;
}

.newspaper_system_info ul {
  width: 400px;
  margin-top: 100px;
}

.newspaper_system_info ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 0 30px 0;
}

.newspaper_system_info ul li p {
  margin: 10px 0;
}

.newspaper_system_info ul li p:first-child {
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}

.newspaper_system_info ul li:nth-child(1) {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.newspaper_system_info ul li:nth-child(2) {
  border-bottom: 1px solid #000;
}

.newspaper_system_info ul li:nth-child(3) {
  border-right: 1px solid #000;
}

.newspaper_scene_content {
  padding: 40px 0;
  background-color: #f8f8f8;
  margin: 40px 0;
}

.newspaper_scene_content img {
  max-width: 100%;
}

.newspaper_paperless_des {
  font-size: 16px;
  text-align: center;
  margin: 40px 0;
}

.newspaper_paperless_des span {
  color: #1c60e8;
}

.newspaper_paperless_list {
  background-image: url(../imgs/newspaper_paperless_list.jpg);
  background-size: cover;
  height: 616px;
  overflow: hidden;
}

.newspaper_paperless_list ul {
  margin-top: 58px;
}

.newspaper_paperless_list ul li {
  float: left;
  width: 23.5%;
  margin-right: 2%;
  position: relative;
}

.newspaper_paperless_list ul li:hover .newspaper_paperless_item {
  display: block;
}

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

.newspaper_paperless_list ul li > img {
  width: 100%;
  height: 500px;
}

.newspaper_paperless_item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
}

.newspaper_paperless_item img {
  width: 100px;
  height: 100px;
  margin-top: 100px;
}

.newspaper_paperless_item div {
  margin: 20px 0;
  font-size: 16px;
  letter-spacing: 5px;
}

.newspaper_paperless_item p {
  line-height: 28px;
}

.newspaper_simple_content {
  background-color: #f8f8f8;
  padding: 40px 0;
  margin: 40px 0 0 0;
}

.newspaper_simple_content img {
  max-width: 100%;
}

.newspaper_stable {
  background-image: url(../imgs/newspaper_stable.png);
  background-size: cover;
  height: 960px;
  overflow: hidden;
}

.newspaper_stable_title {
  text-align: center;
  color: #fff;
  margin-top: 120px;
}

.newspaper_stable_title p:nth-child(1) {
  font-size: 28px;
}

.newspaper_stable_title p:nth-child(2) {
  font-size: 34px;
  margin: 30px 0;
}

.newspaper_stable_title p:nth-child(3) {
  font-size: 24px;
  margin-bottom: 30px;
}

.newspaper_stable_title p:nth-child(4) {
  font-size: 20px;
}

.newspaper_stable ul {
  text-align: center;
  margin-top: 160px;
  margin-bottom: 100px;
}

.newspaper_stable ul li {
  display: inline-block;
  width: 120px;
  text-align: center;
  margin-right: 120px;
  color: #fff;
}

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

.newspaper_stable ul li div {
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #fff;
  width: 100%;
}

.newspaper_stable ul li img {
  width: 100%;
  height: 88px;
}

.newspaper_stable ul li p {
  margin-top: 30px;
}

.newspaper_stable_wh {
  text-align: center;
  color: #fff;
  margin-top: 80px;
  font-size: 18px;
}

.newspaper_design_content {
  background-color: #1c60e8;
  height: 403px;
  margin: 40px 0;
  color: #fff;
  text-align: center;
  padding: 40px 0;
  box-sizing: border-box;
}

.newspaper_design_content ul {
  margin-top: 40px;
}

.newspaper_design_content ul li {
  width: 20%;
  text-align: center;
  float: left;
}

.newspaper_design_content ul li p {
  margin-top: 20px;
}

.newspaper_design_des {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.newspaper_experience_content {
  margin: 80px 0;
}

.newspaper_experience_content img {
  max-width: 100%;
}

/* 智慧阅报屏页面 end */

/* 排队叫号页面 star */
.queuing_banner {
  position: relative;
  height: 300px;
}

.queuing_banner img {
  height: 300px;
  display: block;
  margin: 0 auto;
}

.queuing_box {
  position: absolute;
  left: 50%;
  top: 0;
  height: 300px;
  width: 1200px;
  transform: translateX(-50%);
}

.queuing_box .abstract {
   font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


.queuing_banner_content {
  width: 518px;
  height: 233px;
  background-color: #1c60e8;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 30px;
  opacity: 0.9;
}

.queuing_banner_content h1 {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.queuing_banner_content h2 {
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.queuing_banner_content p {
  font-size: 16px;
  line-height: 32px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.queuing_sys_des {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  margin: 40px 0;
}

.queuing_sys_content {
  margin: 40px 0;
  position: relative;
}

.queuing_sys_content img {
  max-width: 100%;
}

.queuing_sys_content ul {
  position: absolute;
  right: 80px;
  top: 50%;
  color: #fff;
  font-size: 20px;
  transform: translateY(-50%);
}

.queuing_sys_content ul li {
  margin: 40px 0;
}

.queuing_sys_content ul li img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 20px;
}

.queuing_ter_content {
  margin: 40px 0;
}

.queuing_ter_content li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

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

.queuing_ter_top {
  background-color: #f5f5f5;
  text-align: center;
  width: 100%;
  height: 350px;
  border-radius: 20px 20px 0 0;
}

.queuing_ter_top img {
  width: 300px;
  margin-top: 70px;
}

.queuing_ter_top1 img {
  width: 90px;
  margin-top: 52px;
}

.queuing_ter_bot {
  background-color: #1c60e8;
  color: #fff;
  padding: 0 15px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
  height: 486px;
}

.queuing_ter_bot p {
  margin: 15px 0;
  line-height: 28px;
}

.queuing_summary_content {
  background-color: #fcfcfc;
  padding: 40px 0;
  margin: 40px 0;
  text-align: center;
}

.queuing_summary_conte img {
  max-width: 100%;
}

.queuing_classic_content {
  padding: 40px 0;
  margin: 40px 0;
}

.queuing_classic_box {
  text-align: center;
}

.queuing_classic_box img {
  max-width: 100%;
}

.queuing_service_content {
  background-image: url(../imgs/queuing_service.png);
  background-size: cover;
  height: 775px;
  margin: 40px 0;
}

.queuing_service_content ul li {
  float: left;
  width: 20%;
  color: #fff;
  text-align: center;
  margin: 150px 0 0px 0;
  font-size: 18px;
}

.queuing_service_content ul li img {
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
}

.queuing_hall_list {
  margin: 40px 0;
}

.queuing_hall_list li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
  font-size: 16px;
}

.queuing_hall_list li p {
  margin-top: 10px;
}

.queuing_hall_list li:nth-child(3n) {
  margin-right: 0;
}

.queuing_hall_list li img {
  width: 100%;
  height: 275px;
}

/* 排队叫号页面 end*/

/* 水牌素材 star */
.electronic-water-brand-system {
  text-align: center;
}

.electronic-water-brand-system .detail-box {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 32.5px;
}

.electronic-water-brand-system .article-box {
  position: relative;
  margin-top: 26px;
}

.electronic-water-brand-system .img-box {
  width: 1200px;
  height: auto;
}

.electronic-water-brand-system .item-container {
  position: absolute;
  right: 35px;
  top: 0;
}

.electronic-water-brand-system .item-box {
  margin-top: 40px;
}

.electronic-water-brand-system .item-icon {
  width: 59px;
  height: auto;
  margin: 40px 17px 0 0;
}

.electronic-water-brand-system .item-info-box {
  display: inline-block;
  width: 316px;
  color: #ffffff;
  text-align: left;
}

.electronic-water-brand-system .item-title {
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 1px;
}

.electronic-water-brand-system .item-gap {
  width: 51px;
  height: 1px;
  background-color: #ffffff;
  margin: 13px 0;
}

.electronic-water-brand-system .item-content {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.hotel-guesthouse-restaurant,
.welcome-house,
.content-free,
.face-and-function,
.air-quality {
  text-align: center;
}

.hotel-guesthouse-restaurant .detail-box,
.welcome-house .detail-box,
.content-free .detail-box,
.face-and-function .detail-box,
.air-quality .detail-box {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 32.5px;
}

.hotel-guesthouse-restaurant .img-box,
.welcome-house .img-box,
.content-free .img-box,
.air-quality .img-box {
  width: 100%;
  height: auto;
  margin-top: 63px;
}

.content-free .article-box {
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px dashed #999;
  text-align: left;
}

.face-and-function .img-content {
  margin-top: 63px;
  background-color: #f8f8f8;
}

.face-and-function .img-box {
  width: 1200px;
  height: auto;
}

.air-quality {
  padding-bottom: 70px;
}

/* 水牌素材 end */

/* 大数据 star */
.banner-container .banner-box {
  position: absolute;
  top: 56px;
  left: 352px;
}

.banner-container .banner-box-summary {
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
}

.banner-container .banner-box-title {
  font-size: 48px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 16px;
}

.banner-container .banner-box-special {
  font-size: 30px;
  letter-spacing: 2px;
  color: #0090db;
  padding: 10px 15px 10px 10px;
  background-color: #fff;
  opacity: 0.7;
  margin-top: 19px;
}

.banner-container .banner-box-tip {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 12px;
}

.big-data-display-system .title-detail {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin-top: 74px;
}

.big-data-display-system .subtitle-box {
  font-size: 24px;
  color: #333333;
  margin-top: 78px;
  text-align: center;
}

.big-data-display-system .article-box {
  margin-top: 113px;
}

.big-data-display-system .tab-title {
  width: 515px;
  text-align: center;
  float: right;
  margin-right: 60px;
  box-sizing: border-box;
  position: relative;
}

.big-data-display-system .tab-title .fl {
  margin-left: 19px;
}

.big-data-display-system .tab-title .fr {
  margin-right: 19px;
}

.big-data-display-system .tab-border-bottom {
  height: 2px;
  background-color: rgba(153, 153, 153, 0.4);
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.big-data-display-system .tab-item {
  font-size: 17px;
  font-weight: 700;
  color: #666666;
  display: inline-block;
  padding-bottom: 10px;
  cursor: pointer;
}

.big-data-display-system .tab-active {
  color: #1c60e8;
  border-bottom: 2px solid #1c60e8;
}

.big-data-display-system .tab-item-img {
  width: 550px;
  height: 309px;
  margin: 80px 0 0 0;
}

.big-data-display-system .tab-item-article {
  float: right;
  margin-right: 60px;
  width: 515px;
}

.big-data-display-system .tab-item-article-title {
  margin-top: 33px;
  font-size: 17px;
  color: #333333;
}

.big-data-display-system .tab-item-article-content {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
  line-height: 32px;
  font-weight: normal;
}

.application-scenarios .tab-title {
  text-align: center;
  margin-right: 60px;
  box-sizing: border-box;
  position: relative;
  margin-top: 98px;
}

.application-scenarios .tab-border-bottom {
  height: 2px;
  background-color: rgba(153, 153, 153, 0.4);
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.application-scenarios .tab-item {
  font-size: 24px;
  font-weight: 700;
  color: #666666;
  display: inline-block;
  padding-bottom: 10px;
  cursor: pointer;
}

.application-scenarios .tab-item:nth-of-type(n + 2) {
  margin-left: 102px;
}

.application-scenarios .tab-item .iconfont {
  font-size: 26px;
  vertical-align: bottom;
  margin-right: 10px;
}

.application-scenarios .tab-active {
  color: #1c60e8;
  border-bottom: 2px solid #1c60e8;
}

.application-scenarios .tab-item-box {
  margin: 84px 0 0 56px;
}

.application-scenarios .article-title {
  font-size: 17px;
  color: #333333;
}

.application-scenarios .article-content-box {
  margin-top: 27px;
}

.application-scenarios .tab-item-article {
  float: left;
}

.application-scenarios .article-icon {
  margin: 4px 8px 0 0;
  display: inline-block;
  width: 24px;
  height: auto;
}

.application-scenarios .article-content {
  font-size: 14.5px;
  line-height: 26px;
  font-weight: bold;
  color: #666666;
  width: 372px;
  display: inline-block;
}

.application-scenarios .article-title-two {
  font-size: 17px;
  color: #333333;
  margin-top: 31px;
}

.application-scenarios .article-content-two {
  font-size: 14.5px;
  font-weight: bold;
  color: #666666;
  margin-top: 27px;
  display: inline-block;
}

.application-scenarios .tab-item-img {
  float: right;
  margin-right: 28px;
  width: 597px;
  height: 339px;
}

.product-features .main-box {
  height: 394px;
  background-color: #f2f2f2;
  margin-top: 70px;
}

.product-features .item-box {
  width: 300px;
  text-align: center;
  padding: 0 24px;
  box-sizing: border-box;
  display: inline-block;
}

.product-features .item-img {
  width: auto;
  height: 54px;
  margin-top: 67px;
}

.product-features .item-title {
  font-size: 17px;
  color: #333333;
  margin-top: 24.5px;
}

.product-features .item-content {
  font-size: 14.5px;
  line-height: 25px;
  color: #333333;
  margin-top: 45px;
  text-align: left;
}

.our-strengths .main-box {
  background-image: url("../imgs/dataShowBackground.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  margin-top: 66px;
  position: relative;
}

.our-strengths .part-title {
  font-size: 32px;
  color: #ffffff;
  padding-top: 62px;
}

.our-strengths .part-overflow {
  width: 527px;
  height: 30px;
  background-color: #1c60e8;
  border-radius: 10px;
  display: inline-block;
  opacity: 0.8;
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
}

.our-strengths .part-subtitle {
  font-size: 24px;
  color: #ffffff;
  margin-top: 50px;
}

.our-strengths .item-container {
  width: 300px;
  padding: 72px 41px 130px 41px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

/* .our-strengths .item-box {
  background-color: #0058da;
  opacity: 0.9;
  height: 330px;
  padding: 0 17px;
  color: #ffffff;
  text-align: left;
} */

.our-strengths .item-tip {
  font-size: 17px;
  padding-top: 10px;
}

.our-strengths .item-gap {
  width: 10px;
  height: 3px;
  background-color: #ffffff;
  margin-top: 10px;
}

.our-strengths .item-title {
  font-size: 15px;
  line-height: 30px;
  color: #ff9d00;
}

.our-strengths .item-content {
  font-size: 12px;
  line-height: 17px;
}

.more-advantages .main-container {
  background-color: #f2f2f2;
  margin-top: 70px;
  padding: 60px 0 14px 0;
  box-sizing: border-box;
}

.more-advantages .main-box {
  text-align: center;
}

.more-advantages .item-box {
  width: 372px;
  height: 200px;
  background-color: #1c60e8;
  display: inline-block;
  color: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 46px;
}

.more-advantages .item-title {
  font-size: 17px;
  margin-top: 29px;
}

.more-advantages .item-gap {
  width: 72px;
  height: 3px;
  background-color: #ffffff;
  margin-top: 14px;
}

.more-advantages .item-content {
  font-size: 14.5px;
  line-height: 25px;
  color: #ffffff;
  margin-top: 18px;
}

.rendering-style-display .main-container {
  background-color: #f2f2f2;
  margin-top: 70px;
  padding-top: 40px;
  box-sizing: border-box;
}

.rendering-style-display .main-box {
  text-align: center;
}

.rendering-style-display .content-box {
  font-size: 14.5px;
  color: #666666;
  line-height: 25px;
  text-align: left;
  margin-bottom: 48px;
}

.rendering-style-display .item-img {
  width: 381px;
  height: 242px;
  border-radius: 7px;
  margin-bottom: 27px;
}

.case-presentation {
  background-color: #f2f2f2;
}

.case-presentation .title-box {
  margin-top: 0;
  padding-top: 62px;
}

.case-presentation .main-box {
  text-align: center;
}

.case-presentation .item-box {
  margin-top: 43px;
  display: inline-block;
}

.case-presentation .item-img {
  width: 312px;
  height: 202px;
  box-shadow: 0px 8px 29px 3px rgba(0, 0, 0, 0.26);
}

.case-presentation .item-title {
  font-size: 18px;
  color: #666666;
  padding: 17px 0;
}

/* 大数据 end */

/* 红酒 star */
.wine-vending-system {
  text-align: center;
}

.wine-vending-system .detail-box {
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 1px;
  color: #666666;
  text-align: center;
  margin-top: 46px;
}

.wine-vending-system .article-box {
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.28);
  border-radius: 36px 0px 36px 0px;
  margin-top: 46px;
  text-align: center;
  display: inline-block;
  background-color: #1c60e8;
}

.wine-vending-system .img-box {
  width: 600px;
  height: auto;
  border-top-left-radius: 36px;
  background-color: #fff;
}

.wine-vending-system .content-box {
  width: 600px;
  padding: 88px 37px 10px 30px;
  color: #ffffff;
  display: inline-block;
  text-align: left;
  height: 100%;
}

.wine-vending-system .content-box p {
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 1px;
}

.solve-troubles {
  text-align: center;
}

.solve-troubles .detail-box {
  font-size: 18px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 58px;
}

.solve-troubles .img-box {
  width: 1200px;
  height: auto;
  margin-top: 67px;
}

.applicable-enviroment {
  text-align: center;
}

.applicable-enviroment .detail-box {
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 1px;
  color: #666666;
  margin: 42px 0 38px 0;
}

.applicable-enviroment .item-box {
  display: inline-block;
  position: relative;
  margin-top: 51px;
}

.applicable-enviroment .itme-img {
  width: 382px;
  height: 247px;
}

.applicable-enviroment .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 382px;
  height: 45px;
  line-height: 45px;
  background-color: #000000;
  opacity: 0.7;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #ffffff;
}

.wind-testing {
  text-align: center;
}

.wind-testing .detail-box {
  font-size: 18px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 58px;
}

.wind-testing .img-box {
  width: 1200px;
  height: auto;
  margin-top: 67px;
}

.live-delivery .title-box {
  padding-bottom: 62px;
}

.live-delivery .img-container {
  background-image: url("../imgs/windVendingBackground.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  padding: 144px 0;
  position: relative;
}

.live-delivery .img-container::after {
  background-color: #00102d;
  opacity: 0.65;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.live-delivery .img-box {
  text-align: center;
  z-index: 2;
  position: relative;
}

.live-delivery .item-img {
  width: 390px;
  height: 259px;
}

.client-demo {
  text-align: center;
}

.client-demo .detail-box {
  font-size: 18px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 58px;
}

.client-demo .item-box {
  display: inline-block;
  margin-top: 68px;
}

.client-demo .item-img {
  width: 367px;
  height: 585px;
}

.client-demo .item-title {
  font-size: 14.5px;
  color: #666666;
}

.product-features {
  text-align: center;
  padding-bottom: 137px;
}

.product-features .item-box {
  display: inline-block;
  width: 600px;
  margin-top: 69px;
  padding: 0 50px;
  box-sizing: border-box;
  vertical-align: top;
}

.product-features .item-img {
  width: 366px;
  height: 278px;
  border-radius: 36px;
  border: solid 1px #ffffff;
}

.product-features .item-title {
  font-size: 23px;
  letter-spacing: 2px;
  color: #666666;
  margin-top: 46px;
}

.product-features .item-content {
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 38px;
}

/* 红酒 end */

/* 工位预定 star */
.station-reservation-system .article-img {
  width: 664px;
  height: 510px;
  border-radius: 50px 0px 50px 0px;
  margin-top: 71.5px;
}

.station-reservation-system .article-box {
  width: 491px;
  font-size: 17px;
  line-height: 43.5px;
  letter-spacing: 1px;
  color: #666666;
  float: right;
  margin-top: 133px;
}

.station-reservation-system .tip-box {
  margin-bottom: 14px;
}

.station-reservation-system .tip-box .tip-icon {
  width: 8px;
  height: 29px;
  background-color: #1c60e8;
  margin-right: 22px;
  margin-top: 100px;
  display: inline-block;
  vertical-align: bottom;
}

.station-reservation-system .tip-box .tip-title {
  font-size: 23px;
  letter-spacing: 2px;
  color: #333333;
  display: inline-block;
}

.station-reservation-system .sort-container {
  width: 452px;
}

.station-reservation-system
  .sort-container
  .sort-item-box
  .sort-item-title-box {
  margin: 27px 0 19px 0;
}

.station-reservation-system .sort-container .sort-item-box .sort-item-icon {
  width: 38px;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
}

.station-reservation-system .sort-container .sort-item-box .sort-item-title {
  font-size: 17px;
  letter-spacing: 1px;
  color: #333333;
  display: inline-block;
  margin-left: 4px;
  line-height: 38px;
}

.station-reservation-system .sort-container .sort-item-box .sort-item-content {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  width: 404px;
  margin-left: 48px;
}

.station-reservation-system .tip-main .tip-main-img {
  float: right;
  width: 630px;
  height: 434px;
}

.terminal-diversified-reservation {
  text-align: center;
}

.terminal-diversified-reservation .item-box {
  width: 376px;
  box-shadow: 0px 10px 9px 2px rgba(0, 0, 0, 0.21);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 88px;
}

.terminal-diversified-reservation .item-title {
  font-size: 16px;
  color: #333333;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.terminal-diversified-reservation .item-img-box {
  height: 294px;
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
}

.terminal-diversified-reservation .item-img {
  height: 100%;
  width: 100%;
}

.terminal-diversified-reservation .item-img-special {
  width: 280.5px;
  height: 241px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.terminal-diversified-reservation .item-img-bottom {
  bottom: 14px;
}

.terminal-diversified-reservation .item-content {
  height: 220px;
  padding: 37px 32.5px 79.5px 26px;
  text-align: left;
  font-size: 13px;
  line-height: 23px;
  color: #ffffff;
  background-color: #1c60e8;
}

.terminal-diversified-reservation .item-content-subtitle {
  color: #ff9d00;
}

.station-reservation-screen .mian-box {
  margin-top: 85px;
  position: relative;
}

.station-reservation-screen .img-outside {
  width: 100%;
  height: auto;
}

.station-reservation-screen .img-inside {
  width: 472px;
  height: 204px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-120%, -50%);
}

.station-reservation-screen .article-box {
  top: 50%;
  right: 50%;
  transform: translate(120%, -50%);
  position: absolute;
}

.station-reservation-screen .article-gap {
  width: 80px;
  height: 8px;
  background-color: #1c60e8;
}

.station-reservation-screen .article-content {
  width: 520px;
  font-size: 17px;
  line-height: 30px;
  color: #666666;
  margin-top: 26px;
}

.software-function {
  text-align: center;
}

.software-function .article-box {
  background-image: url("../imgs/seatReservationArticle3.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  padding-top: 230px;
  padding-bottom: 68px;
  text-align: left;
}

.software-function .checkbox-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #ffffff;
  margin-right: 14px;
  vertical-align: bottom;
}

.software-function .article-item-box {
  padding-bottom: 34px;
}

.software-function .article-content {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  display: inline-block;
}

.software-function .img-box {
  transform: translateY(-50%);
}

.software-function .circle-outside {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background-color: #f5f5f5;
  box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.13);
  display: inline-block;
  position: relative;
  transform: translateY(-50%);
}

.software-function .circle-inside {
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background-color: #f5f5f5;
  box-shadow: 0px 2px 9px 2px rgba(0, 0, 0, 0.13);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.software-function .img-box {
  width: 43px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our-strengths {
  text-align: center;
}

.our-strengths .item-box {
  margin-top: 90px;
  width: 384px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 0 60px;
  box-sizing: border-box;
}

.our-strengths .item-icon-box {
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  display: inline-block;
  background-color: #1c60e8;
}

.our-strengths .iconfont {
  font-size: 50px;
  color: #fff;
}

.our-strengths .item-title {
  font-size: 20px;
  color: #000;
  margin: 24px 0;
}

.our-strengths .item-content {
  font-size: 18px;
  line-height: 34px;
  text-align: left;
}

.powerful-extension-function {
  text-align: center;
  padding-bottom: 56px;
}

.powerful-extension-function .item-box {
  width: 387px;
  margin-top: 56px;
  display: inline-block;
  vertical-align: top;
}

.powerful-extension-function .item-img {
  width: 100%;
  height: 262px;
}

.powerful-extension-function .item-title {
  font-size: 17px;
  color: #000;
  margin-top: 30px;
  text-align: left;
}

.powerful-extension-function .item-content {
  font-size: 18px;
  line-height: 34px;
  text-align: left;
}

/* 工位预定 end */

/* 大数据 satr */
.big-data-display-system .title-detail {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  margin-top: 74px;
}

.big-data-display-system .subtitle-box {
  font-size: 24px;
  color: #333333;
  margin-top: 78px;
  text-align: center;
}

.big-data-display-system .article-box {
  margin-top: 113px;
}

.big-data-display-system .tab-title {
  width: 515px;
  text-align: center;
  float: right;
  margin-right: 60px;
  box-sizing: border-box;
  position: relative;
}

.big-data-display-system .tab-border-bottom {
  height: 2px;
  background-color: rgba(153, 153, 153, 0.4);
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.big-data-display-system .tab-item {
  font-size: 17px;
  font-weight: 700;
  color: #666666;
  display: inline-block;
  padding-bottom: 10px;
  cursor: pointer;
}

.big-data-display-system .tab-active {
  color: #1c60e8;
  border-bottom: 2px solid #1c60e8;
}

.big-data-display-system .tab-item-article {
  float: right;
  margin-right: 60px;
  width: 515px;
}

.big-data-display-system .tab-item-article-title {
  margin-top: 33px;
  font-size: 20px;
  color: #333333;
}

.application-scenarios .tab-title {
  text-align: center;
  margin-right: 60px;
  box-sizing: border-box;
  position: relative;
  margin-top: 98px;
}

.application-scenarios .tab-border-bottom {
  height: 2px;
  background-color: rgba(153, 153, 153, 0.4);
  position: absolute;
  width: 100%;
  bottom: 0px;
}

.application-scenarios .tab-item {
  font-size: 24px;
  font-weight: 700;
  color: #666666;
  display: inline-block;
  padding-bottom: 10px;
  cursor: pointer;
}

.application-scenarios .tab-item:nth-of-type(n + 2) {
  margin-left: 102px;
}

.application-scenarios .tab-item .iconfont {
  font-size: 26px;
  vertical-align: bottom;
  margin-right: 10px;
}

.application-scenarios .tab-active {
  color: #1c60e8;
  border-bottom: 2px solid #1c60e8;
}

.application-scenarios .article-title {
  font-size: 17px;
  color: #333333;
}

.application-scenarios .article-content-box {
  margin-top: 27px;
}

.application-scenarios .tab-item-article {
  float: left;
}

.application-scenarios .article-icon {
  margin: 4px 8px 0 0;
  display: inline-block;
  width: 24px;
  height: auto;
}

.application-scenarios .article-content {
  font-size: 14.5px;
  line-height: 26px;
  font-weight: bold;
  color: #666666;
  width: 372px;
  display: inline-block;
}

.application-scenarios .article-title-two {
  font-size: 17px;
  color: #333333;
  margin-top: 31px;
}

.application-scenarios .tab-item-img {
  float: right;
  margin-right: 28px;
  width: 597px;
  height: 339px;
}

.big-product-features .main-box {
  height: 394px;
  background-color: #f2f2f2;
  margin-top: 70px;
}

.big-product-features .item-box {
  width: 300px;
  text-align: center;
  padding: 0 24px;
  box-sizing: border-box;
  display: inline-block;
}

.big-product-features .item-img {
  width: auto;
  height: 54px;
  margin-top: 67px;
}

.big-product-features .item-title {
  font-size: 17px;
  color: #333333;
  margin-top: 24.5px;
}

.big-product-features .item-content {
  font-size: 14.5px;
  line-height: 25px;
  color: #333333;
  margin-top: 45px;
  text-align: left;
}

.big-our-strengths .main-box {
  background-image: url("../imgs/dataShowBackground.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  margin-top: 66px;
  position: relative;
}

.big-our-strengths .part-title {
  font-size: 32px;
  color: #ffffff;
  padding-top: 62px;
}

.big-our-strengths .part-overflow {
  width: 527px;
  height: 30px;
  background-color: #1c60e8;
  border-radius: 10px;
  display: inline-block;
  opacity: 0.8;
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
}

.big-our-strengths .part-subtitle {
  font-size: 24px;
  color: #ffffff;
  margin-top: 50px;
}

.big-our-strengths .item-container {
  width: 300px;
  padding: 72px 41px 130px 41px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.big-our-strengths .item-box {
  background-color: #0058da;
  opacity: 0.9;
  height: 330px;
  padding: 0 17px;
  color: #ffffff;
  text-align: left;
}

.big-our-strengths .item-tip {
  font-size: 17px;
  padding-top: 10px;
}

.big-our-strengths .item-gap {
  width: 10px;
  height: 3px;
  background-color: #ffffff;
  margin-top: 10px;
}

.big-our-strengths .item-title {
  font-size: 15px;
  line-height: 30px;
  color: #ff9d00;
}

.big-our-strengths .item-content {
  font-size: 12px;
  line-height: 17px;
}

.more-advantages .main-box {
  text-align: center;
}

.more-advantages .item-box {
  width: 372px;
  height: 200px;
  background-color: #1c60e8;
  display: inline-block;
  color: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 46px;
}

.more-advantages .item-title {
  font-size: 17px;
  margin-top: 29px;
}

.more-advantages .item-gap {
  width: 72px;
  height: 3px;
  background-color: #ffffff;
  margin-top: 14px;
}

.more-advantages .item-content {
  font-size: 14.5px;
  line-height: 25px;
  color: #ffffff;
  margin-top: 18px;
}

.rendering-style-display .main-container {
  background-color: #f2f2f2;
  margin-top: 70px;
  padding-top: 40px;
  box-sizing: border-box;
}

.rendering-style-display .main-box {
  text-align: center;
}

.rendering-style-display .content-box {
  font-size: 14.5px;
  color: #666666;
  line-height: 25px;
  text-align: left;
  margin-bottom: 48px;
}

.rendering-style-display .item-img {
  width: 381px;
  height: 242px;
  border-radius: 7px;
  margin-bottom: 27px;
}

.case-presentation {
  background-color: #f2f2f2;
}

.case-presentation .title-box {
  margin-top: 0;
  padding-top: 62px;
}

.case-presentation .main-box {
  text-align: center;
}

.case-presentation .item-box {
  margin-top: 43px;
  display: inline-block;
}

.case-presentation .item-img {
  width: 312px;
  height: 202px;
  box-shadow: 0px 8px 29px 3px rgba(0, 0, 0, 0.26);
}

.case-presentation .item-title {
  font-size: 18px;
  color: #666666;
  padding: 17px 0;
}

/* 大数据 end */

/* 多媒体播放终端 star */

.dmtbfzd_model1 h3 {
  text-align: center;
  font-size: 20px;
  color: #212121;
  margin: 40px 0;
}

.dmtbfzd_model1 img {
  width: 100%;
  max-width: 100%;
}

.dmtbfzd_model1 p {
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
}

.dmtbfzd_case {
  background-color: #f5f5f5;
  margin-top: 40px;
}

.dmtbfzd_case h3 {
  text-align: center;
  padding: 40px 0;
  font-size: 20px;
  color: #212121;
}

.dmtbfzd_case ul {
  padding-bottom: 40px;
}

.dmtbfzd_case ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  overflow: hidden;
  height: 260px;
}

.dmtbfzd_case ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.dmtbfzd_case ul li img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.dmtbfzd_case ul li:hover img {
  transform: scale(1.2);
}

.dmtbfzd_case ul li:hover {
  border: 4px solid #1c60e8;
}

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

/* 多媒体播放终端 end */

/* 解决方案 star*/
.solution-container {
  text-align: center;
  /* margin-top: 30px; */
  margin-bottom: 30px;
}

.solution-container .transition {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.solution-container .item-box {
  float: left;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  width: 32%;
  margin-right: 2%;
}

.solution-container .item-box a {
  display: inline-block;
  width: 100%;
}

.solution-container .item-box:nth-child(3n) {
  margin-right: 0;
}

.solution-container .item-box::after {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.solution-container .item-img {
  width: 100%;
  height: 218px;
}

.solution-container .item-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-top: 76px;
  z-index: 3;
}

.solution-container .item-title {
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
  box-sizing: border-box;
}

.solution-container .item-gap {
  width: 34px;
  height: 1px;
  background-color: #fff;
  margin: 10px auto;
}

.solution-container .item-info {
  font-size: 12px;
}

.solution-container .item-tip {
  position: absolute;
  width: 100%;
  height: 0px;
  background-color: #1c60e8;
  opacity: 0.95;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  z-index: 2;
  /* padding: 0 10px;
  box-sizing: border-box; */
}

.solution-container .item-active::after {
  display: none;
}

.solution-container .item-active .item-txt {
  top: 65px;
}

.solution-container .item-active .item-tip {
  height: 24px;
  padding-top: 66px;
}

/* 解决方案 end*/

.conference-reservation-system {
  position: relative;
  min-width: 1200px;
}

.conference-reservation-system .title-detail {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  margin-top: 74px;
  line-height: 40px;
}

.conference-reservation-system .article-icon {
  margin-top: 76px;
  width: 100%;
}

.webPresentation {
  min-width: 1200px;
  position: relative;
}

.webPresentation .text-detail {
  width: 1200px;
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  line-height: 55px;
}

.conference-reservation-system .processShow {
  margin-top: 86px;
}

.conference-reservation-system .processShow img {
  width: 100%;
}

.conference-reservation-system .coreFunction {
  min-width: 1200px;
  margin-top: 86px;
  position: relative;
}

.conference-reservation-system .coreFunction .title {
  position: absolute;
  left: 50%;
  top: 6%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.conference-reservation-system .coreFunction .text {
  position: absolute;
  left: 50%;
  top: 14%;
  transform: translate(-50%, -50%);
  width: 1200px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
}

.conference-reservation-system .coreFunction .coreIcon {
  position: absolute;
  left: 0;
  top: 0;
}

.conference-reservation-system .coreFunction img {
  width: 100%;
}

.conference-reservation-system .mobileDemo {
  min-width: 1200px;
  margin-top: 86px;
}

.conference-reservation-system .mobileDemo img {
  width: 100%;
}

.conference-reservation-system .systemIntegrating {
  min-width: 1200px;
}

.conference-reservation-system .systemIntegrating img {
  width: 100%;
}

.fontWhite {
  color: #ffffff !important;
}

.conference-reservation-system .thirdpartyTitle {
  min-width: 1000px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.conference-reservation-system .thirdpartyTitle {
  color: #ffffff;
}

.conference-reservation-system .thirdpartyTitle .thirdpartyText {
  margin-top: 4%;
  font-size: 18px;
}

.conference-reservation-system .managingConference {
  background: url("../imgs/conferenceManagerBg.png");
  background-position: center 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  height: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
}

.conference-reservation-system .managingConference .manageBox {
  width: 30%;
  height: 320px;
  margin-top: 100px;
  background-color: #fcfcfc;
  box-shadow: 0px 7px 28px 2px rgba(0, 0, 0, 0.19);
  text-align: center;
}

.conference-reservation-system .managingConference .manageBox img {
  width: 35%;
  transform: translateY(-50%);
}

.conference-reservation-system .managingConference .manageBox .title {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-top: -35px;
}

.conference-reservation-system .managingConference .manageBox .bottomline {
  width: 50px;
  height: 5px;
  background-color: #000000;
  border-radius: 3px;
  margin: 25px auto 0 auto;
}

.conference-reservation-system .managingConference .manageBox .text {
  width: 88%;
  margin: 40px auto 0 auto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
}

.conference-reservation-system .display-box {
  display: flex;
  width: 100%;
  height: 600px;
  margin-top: 86px;
  background-color: #ffffff;
  box-shadow: 0px 5px 32px 4px rgba(0, 0, 0, 0.13);
}

.conference-reservation-system .display-box .leftContainer {
  width: 40%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.conference-reservation-system .display-box .leftContainer img {
  height: 100%;
}

.conference-reservation-system .display-box .leftContainer .title {
  position: absolute;
  left: 22%;
  top: 170px;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #666666;
}

.conference-reservation-system .display-box .leftContainer .text {
  position: absolute;
  left: 22%;
  top: 240px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #666666;
}

.conference-reservation-system .display-box .rightContainer {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
}

.conference-reservation-system .display-box .box-item {
  width: 45%;
  height: 135px;
  display: flex;
  margin-top: 40px;
}

.conference-reservation-system .display-box .box-item .icon {
  width: 25%;
  margin-right: 3%;
}

.conference-reservation-system .display-box .box-item .icon img {
  width: 100%;
}

.conference-reservation-system .display-box .contentBox {
  width: 72%;
}

.conference-reservation-system .display-box .contentBox .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #666666;
}

.conference-reservation-system .display-box .contentBox .text {
  margin-top: 14px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #666666;
}

.conference-reservation-system .ScalabilityBox {
  background-color: #1c60e8;
  margin-top: 60px;
  height: 960px;
}

.conference-reservation-system .ScalabilityBox .listContainer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.conference-reservation-system .ScalabilityBox .listContainer .list-item {
  width: 42%;
  text-align: center;
  margin-top: 80px;
}

.conference-reservation-system
  .ScalabilityBox
  .listContainer
  .list-item
  .title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
}

.conference-reservation-system .ScalabilityBox .listContainer .list-item .text {
  margin-top: 14px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #ffffff;
}

.conference-reservation-system .screenContentBox {
  margin-top: 86px;
  display: flex;
  justify-content: space-between;
}

.conference-reservation-system .screenContentBox .box-left {
  width: 45%;
}

.conference-reservation-system .screenContentBox .box-left .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #333333;
  padding-left: 34px;
  border-left: 8px solid #1c60e8;
  line-height: 40px;
}

.conference-reservation-system .screenContentBox .box-left .text {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 60px;
}

.conference-reservation-system .screenContentBox .box-right {
  width: 50%;
}

.conference-reservation-system .screenContentBox .box-right img {
  width: 100%;
}

.conference-reservation-system .screenGrayBox {
  background-color: #f0f0f0;
  height: 800px;
}

.conference-reservation-system .screenGrayBox .container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}

.conference-reservation-system .screenGrayBox .screenImg {
  display: flex;
  justify-content: space-around;
}

.conference-reservation-system .screenGrayBox .screenImg img {
  width: 45%;
}

.conference-reservation-system .screenGrayBox .container .title {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #333333;
  padding-left: 34px;
  border-left: 8px solid #1c60e8;
  line-height: 40px;
  margin-top: 80px;
}

.conference-reservation-system .screenGrayBox .container .text {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 60px;
}

.image-center {
  min-width: 1200px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.znljx--item {
  text-align: left;
  padding: 40px 80px;
  margin: 40px 0;
  background-color: #eeeeee;
}

.znljx--item .item-image {
  width: 238px;
  height: 200px;
}

.znljx--item .item-text {
  max-width: 700px;
  padding: 30px;
}

.znljx--item h3 {
  font-size: 22px;
}

.znljx--item p {
  line-height: 2;
}

.znljx--addition {
  width: 50%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px;
}

.znljx--addition--item {
  width: 50%;
  box-sizing: border-box;
  padding: 5px 20px;
}

.znljx--addition--item--text {
  padding: 15px;
  font-size: 18px;
  background-color: rgb(29, 174, 29);
  color: #ffffff;
  text-align: center;
}

.banner-class {
  color: #ffffff;
  position: relative;
  text-align: center;
}

.banner-class .img-box {
  width: 100%;
  height: auto;
}

.banner-class .item-container {
  opacity: 0.9;
  background-color: #1c60e8;
  padding: 19px 0 48.5px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 9;
}

.banner-class .item-box {
  display: inline-block;
  vertical-align: top;
}

.banner-class .item-icon-box {
  width: 89px;
  height: 89px;
  line-height: 89px;
  border-radius: 50%;
  border: solid 1px #ffffff;
  display: inline-block;
}

.banner-class .item-icon {
  width: auto;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}

.banner-class .item-title {
  margin-top: 26px;
  font-size: 23px;
}

.banner-class .item-list {
  margin-top: 7px;
}

.banner-class .item-list li {
  margin-top: 16px;
  text-align: left;
}

.banner-class .item-list li a {
  color: #fff;
}

.banner-class .item-list li p {
  display: inline-block;
  margin-left: 7px;
  font-size: 14.5px;
}

.banner-class .item-list-icon {
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #ffffff;
}

.banner-class .itme-gap {
  width: 1px;
  height: 113px;
  display: inline-block;
  background-color: #fff;
  margin: 113px 86px 0 33px;
  vertical-align: top;
}

.home-item-box {
  text-align: center;
}

.home-item-box .home-item-title {
  font-size: 35px;
  color: #333333;
}

.home-item-box .home-itme-color {
  color: #1c60e8;
}

.home-item-box .home-item-gap {
  width: 72px;
  height: 1px;
  background-color: #1c60e8;
  margin-top: 15px;
  display: inline-block;
}

.home-item-box .home-item-subtitle {
  font-size: 12px;
  color: #999999;
  margin-top: 15px;
}

.product-demonstration {
  padding-top: 170px;
  text-align: center;
  margin-top: 80px;
}

.product-demonstration .part-info {
  font-size: 17px;
  line-height: 23px;
  margin-top: 30px;
  margin-bottom: 57px;
  color: #333333;
}

.uplussoft-multimedia-information-release .item-box,
.product-demonstration .item-box {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.uplussoft-multimedia-information-release .item-img,
.product-demonstration .item-img {
  width: 100%;
  max-height: 630px;
  height: auto;
}

.uplussoft-multimedia-information-release .item-info-container,
.product-demonstration .item-info-container {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -600px;
}

.product-demonstration .item-info-img-2 {
  width: 400px;
}

.product-demonstration .item-info-img-3 {
  width: 400px;
}

.uplussoft-multimedia-information-release .item-info-box,
.product-demonstration .item-info-box {
  background-color: #ffffff;
  color: #fff;
  box-shadow: 0px 9px 9px 0px rgba(192, 219, 244, 0.5);
  border-radius: 15px;
  padding: 22px 28px;
  box-sizing: border-box;
  width: 472px;
  text-align: left;
}

.uplussoft-multimedia-information-release .item-title-icon,
.product-demonstration .item-title-icon {
  width: 5px;
  height: 28px;
  background-color: #1c60e8;
  border-radius: 3px;
  display: inline-block;
  vertical-align: bottom;
}

.uplussoft-multimedia-information-release .item-title,
.product-demonstration .item-title {
  font-size: 22px;
  color: #333333;
  margin-left: 11px;
  display: inline-block;
}

.uplussoft-multimedia-information-release .item-info,
.product-demonstration .item-info {
  font-size: 17px;
  line-height: 28px;
  color: #666666;
  margin-top: 18px;
}

.item-btn-box {
  margin-top: 12px;
  text-align: center;
  color: #fff;
}

.item-btn {
  background-color: #1c60e8;
  box-shadow: 0px 11px 12px 1px rgba(98, 248, 59, 0.49);
  border-radius: 19px;
  padding: 12px 20px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

.item-btn:hover {
  background: linear-gradient(-125deg, #1c60e8 0%, #1c60e8 100%);
  -webkit-box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
  box-shadow: 0 8px 10px rgba(32, 160, 255, 0.3);
  transform: scale(0.95);
  box-shadow: 0 0px 0px rgba(32, 160, 255, 0.3);
  color: #fff !important;
}

.item-btn .iconfont {
  margin-left: 5px;
}

.uplussoft-multimedia-information-release {
  text-align: center;
  background-color: #fcfcfc;
  padding-top: 40px;
  margin-top: 45px;
}

.uplussoft-multimedia-information-release .item-info-img-5 {
  width: 500px;
  right: 0;
}

.uplussoft-multimedia-information-release .part-info {
  font-size: 17px;
  color: #333333;
  margin: 20px 0 24px 0;
  display: inline-block;
}

.uplussoft-multimedia-information-release .buy-img {
  width: 1200px;
  height: auto;
  margin-top: 64px;
}

.uplussoft-multimedia-information-release .buy-img-1 {
  width: 594px;
  height: 442px;
}

.uplussoft-multimedia-information-release .buy-img-2 {
  width: 558px;
  height: 328px;
  margin-top: 48px;
}

.uplussoft-multimedia-information-release .buy-btn {
  color: #fff;
  padding: 46px 0;
}

.case-display {
  margin-top: 72px;
  text-align: center;
}

.case-display .part-info {
  margin-top: 20px;
  font-size: 17px;
  color: #333333;
}

.case-display .mian-box {
  background-image: url("../imgs/homeBackground1.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  margin-top: 36px;
}

.case-display .item-container {
  width: 300px;
  text-align: center;
  display: inline-block;
  padding: 68px 0;
}

.case-display .item-box {
  width: 290px;
  height: 380.5px;
  background-color: #ffffff;
  border-radius: 26px;
  display: inline-block;
}

.case-display .item-box:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.case-display .item-img {
  width: 290px;
  height: 224.5px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.case-display .item-title {
  font-size: 14.5px;
  color: #333333;
  margin-top: 33px;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case-display .item-gap {
  width: 44px;
  height: 2px;
  background-color: #1c60e8;
  display: inline-block;
  margin-top: 13.5px;
}

.case-display .item-info {
  font-size: 14.5px;
  color: #333333;
  margin-top: 13.5px;
  padding: 0 10px;
}

.case-display .item-btn-box {
  margin-top: 36px;
}

.honorary-certificate {
  text-align: center;
  margin-top: 72px;
  padding-top: 52px;
  background-color: #fcfcfc;
}

.honorary-certificate .part-info {
  margin-top: 20px;
  font-size: 17px;
  color: #333333;
}

.honorary-certificate .mySwiper {
  padding: 56px 72px 50px 72px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.honorary-certificate .mySwiper {
  text-align: center;
}

.honorary-certificate .item-img {
  width: 191px;
  height: 257px;
}
.honorary-certificate .item-img:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.honorary-certificate .swiper-button-prev,
.honorary-certificate .swiper-button-next {
  width: 72px;
  height: 300px;
  background-color: #fcfcfc;
  top: 85px;
}

.honorary-certificate .swiper-button-prev::after,
.honorary-certificate .swiper-button-next::after {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 1px 11px 2px rgba(0, 0, 1, 0.05);
  font-size: 15px;
  color: #1c60e8;
  vertical-align: middle;
}

.honorary-certificate .swiper-button-prev {
  left: 0;
}

.honorary-certificate .swiper-button-next {
  right: 0;
}

.the-latest-information {
  text-align: center;
  margin-top: 96px;
}

.the-latest-information .part-info {
  margin: 28px 0 59px 0;
  font-size: 17px;
  color: #333333;
  display: inline-block;
}

.the-latest-information .item-container {
  margin-top: 25px;
  text-align: left;
}

.the-latest-information .item-box {
  background-color: #ffffff;
  border: solid 1px rgba(226, 226, 226, 0.55);
  color: #999999;
  float: left;
  margin-bottom: 59px;
}

.the-latest-information .item-box:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.the-latest-information .item-box:nth-child(odd) {
  margin-right: 59px;
}

.the-latest-information .item-img {
  width: 100%;
  height: 158px;
  transition: all 1s;
}

.the-latest-information .item-img:hover {
  transform: scale(1.2);
  overflow: hidden;
}

.the-latest-information .item-right-box {
  display: inline-block;
  padding: 20px 10px -2px 12px;
  box-sizing: border-box;
  width: 295px;
  height: 158px;
  text-align: left;
  position: relative;
}

.the-latest-information .item-title {
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
  margin-right: 5px;
}

.the-latest-information .item-title:hover {
  color: #1c60e8;
}

.the-latest-information .item-gap {
  width: 36px;
  height: 2px;
  background-color: #1c60e8;
  margin-top: 13px;
}

.the-latest-information .item-info {
  font-size: 12px;
  margin-top: 10px;
  line-height: 20px;
  margin-right: 10px;
}

.the-latest-information .item-time {
  font-size: 12px;
  position: absolute;
  bottom: 11px;
  right: 10px;
}

.the-latest-information .item-time .iconfont {
  margin-right: 10px;
  font-size: 12px;
}

.the-latest-information .item-btn-box {
  margin: 87px 0 127px 0;
}

.conference-room-reservation-system {
  text-align: center;
}

.conference-room-reservation-system .subtitle-box {
  font-size: 17.5px;
  line-height: 27.5px;
  letter-spacing: 1px;
  color: #333333;
  font-weight: normal;
  margin-top: 62px;
}

.conference-room-reservation-system .main-box {
  position: relative;
  height: 394px;
  margin-top: 274px;
  background-image: url("../imgs/meetingReservationArticle1.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}

.conference-room-reservation-system .img-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.conference-room-reservation-system .item-box {
  position: relative;
  display: inline-block;
}

.conference-room-reservation-system .item-img {
  height: 336px;
  width: auto;
}

.conference-room-reservation-system .itme-title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 17.5px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #ffffff;
}

.conference-room-reservation-system .info-box {
  font-size: 17.5px;
  line-height: 44px;
  letter-spacing: 1px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.conference-room-reservation-system-usage-process .img-box {
  width: 100%;
  height: auto;
  margin-top: 64px;
}

.conference-room-reservation-system-core-functions .main-box {
  background-image: url("../imgs/meetingReservationArticle3.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  margin-top: 98px;
  padding-bottom: 130px;
}

.conference-room-reservation-system-core-functions {
  text-align: center;
  color: #ffffff;
}

.conference-room-reservation-system-core-functions .main-title {
  font-size: 30px;
  padding-top: 70px;
}

.conference-room-reservation-system-core-functions .main-info {
  font-size: 20px;
  line-height: 35px;
  margin-top: 40px;
}

.conference-room-reservation-system-core-functions .item-box {
  width: 600px;
  display: inline-block;
  margin-top: 73px;
}

.conference-room-reservation-system-core-functions .item-info {
  font-size: 17.5px;
  padding: 13px 34.5px;
  background-color: #1c60e8;
  display: inline-block;
}

.conference-room-reservation-system-core-functions .img-box {
  width: 1200px;
  height: auto;
  margin-top: 70px;
}

.mobile-terminal-reservation-indication {
  text-align: center;
  color: #666666;
}

.mobile-terminal-reservation-indication .main-info {
  font-size: 17.5px;
  line-height: 30.5px;
  margin-top: 54px;
}

.mobile-terminal-reservation-indication .item-box {
  display: inline-block;
  margin-top: 59px;
  z-index: 9;
  position: relative;
}

.mobile-terminal-reservation-indication .item-img {
  width: 368px;
  height: 585px;
}

.mobile-terminal-reservation-indication .item-title {
  font-size: 14.5px;
}

.mobile-terminal-reservation-indication .main-content {
  padding-bottom: 36px;
  position: relative;
}

.mobile-terminal-reservation-indication .main-background {
  width: 100%;
  height: 248px;
  background-color: #fcfcfc;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.third-party-office-system-reservation {
  background-image: url("../imgs/meetingReservationArticle5.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  height: 900px;
  color: #ffffff;
  text-align: center;
}

.third-party-office-system-reservation .title-box {
  padding-top: 28px;
  margin-top: 0;
}

.third-party-office-system-reservation .title-content {
  color: #ffffff;
}

.third-party-office-system-reservation .title-content-en {
  color: #ffffff;
}

.third-party-office-system-reservation .main-info {
  font-size: 17.5px;
  line-height: 30.5px;
  margin-top: 22px;
}

.meeting-rooms-efficient-management .mian-box {
  background-image: url("../imgs/meetingReservationArticle6.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  margin-top: 115px;
  text-align: center;
}

.meeting-rooms-efficient-management .item-box {
  display: inline-block;
  background-image: url("../imgs/meetingReservationArticle6-0.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  width: 374px;
  height: 330px;
  position: relative;
  padding: 0 24px;
  box-sizing: border-box;
}

.meeting-rooms-efficient-management .item-img {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.meeting-rooms-efficient-management .item-title {
  font-size: 17.5px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 97px;
}

.meeting-rooms-efficient-management .item-gap {
  display: inline-block;
  width: 36px;
  height: 4px;
  background-color: #000000;
  border-radius: 2px;
  margin-top: 22px;
}

.meeting-rooms-efficient-management .item-info {
  font-size: 14.5px;
  line-height: 25.5px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 32.5px;
  width: 100%;
}

.meeting-rooms-efficient-management .item-content-line {
  width: 826px;
  margin: 0 auto;
  margin-top: 126px;
  padding-bottom: 145px;
}

.part-function-display .title-box {
  margin-top: 0;
}

.part-function-display .main-box {
  height: 519px;
  background-color: #ffffff;
  box-shadow: 0px 4px 23px 3px rgba(0, 0, 0, 0.13);
  margin-top: 75px;
}

.part-function-display .left-box {
  display: inline-block;
  background-image: url("../imgs/meetingReservationArticle7.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  width: 474px;
  height: 519px;
  position: relative;
}

.part-function-display .left-info-box {
  background-image: url("../imgs/meetingReservationArticle7-1.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  position: absolute;
  padding: 68px 40px 97px 35px;
  width: 424px;
  box-sizing: border-box;
  right: 0;
  top: 89px;
}

.part-function-display .left-info-title {
  font-size: 23px;
  letter-spacing: 2px;
  color: #666666;
}

.part-function-display .left-info-detail {
  font-size: 14.5px;
  line-height: 25.5px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 27.5px;
}

.part-function-display .right-box {
  float: right;
  width: 726px;
  padding-top: 100px;
}

.part-function-display .item-box {
  display: inline-block;
  width: 275px;
  margin: 26px 0 0 68px;
  vertical-align: top;
}

.part-function-display .item-img {
  width: 48.5px;
  height: auto;
  float: left;
}

.part-function-display .item-info {
  width: 217px;
  float: right;
  color: #666666;
}

.part-function-display .item-info-title {
  font-size: 17.5px;
  letter-spacing: 1px;
  line-height: 48px;
}

.part-function-display .item-info-detail {
  font-size: 12px;
  line-height: 17.5px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 17.5px;
}

.professional-conference-display-equipment .main-box {
  margin-top: 82px;
}

.professional-conference-display-equipment .info-box {
  display: inline-block;
  margin-top: 50px;
}

.professional-conference-display-equipment .info-title-tip {
  width: 6px;
  height: 29px;
  background-color: #1c60e8;
  display: inline-block;
  vertical-align: bottom;
}

.professional-conference-display-equipment .info-title {
  display: inline-block;
  font-size: 23px;
  letter-spacing: 2px;
  color: #333333;
  margin-left: 19px;
}

.professional-conference-display-equipment .info-detail {
  width: 473px;
  font-size: 17.5px;
  line-height: 30.5px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 40px;
}

.professional-conference-display-equipment .info-img {
  width: 100%px;
  height: 421px;
}

.professional-conference-display-equipment .main-img-box {
  background-color: #f0f0f0;
  position: relative;
  height: 588px;
}

.professional-conference-display-equipment .main-img-background {
  position: absolute;
  background-color: #fff;
  height: 218px;
  width: 1200px;
  left: 50%;
  transform: translateX(-50%);
}

.professional-conference-display-equipment .smaller-width {
  position: absolute;
  width: 1147px;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
}

.professional-conference-display-equipment .main-item-img {
  width: 544px;
  height: 336px;
}

.professional-conference-display-equipment .smaller-width .info-box {
  margin-top: 27px;
}

.professional-conference-display-equipment .smaller-width .info-detail {
  color: #666666;
  margin-top: 36px;
  width: 100%;
}

.conference-reservation-system-powerful-scalability .main-info {
  width: 1028px;
  font-size: 14.5px;
  line-height: 25.5px;
  color: #666666;
  margin: 0 auto;
  text-align: center;
  margin-top: 38px;
}

.conference-reservation-system-powerful-scalability .mian-box {
  background-color: #1c60e8;
  padding-bottom: 62px;
  margin-top: 36px;
}

.conference-reservation-system-powerful-scalability .itme-box {
  display: inline-block;
  width: 522px;
  height: 239px;
  text-align: center;
  color: #ffffff;
  margin-top: 78px;
  vertical-align: top;
}

.conference-reservation-system-powerful-scalability .item-img {
  width: 95.5px;
  height: 95.5px;
  border-radius: 50%;
}

.conference-reservation-system-powerful-scalability .item-title {
  margin-top: 16px;
  font-size: 22px;
}

.conference-reservation-system-powerful-scalability .item-info {
  font-size: 17.5px;
  line-height: 35px;
  margin-top: 10px;
}

.backtop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 60px;
  z-index: 9999;
}

.backtop li {
  position: relative;
  margin-bottom: 10px;
  float: right;
  transition: all 0.35s;
}

.backtop li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  border-radius: 500px;
  -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 30%);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  color: #fff;
}

.backtop li a i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  float: left;
}

.backtop li a span {
  display: block;
  height: 60px;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  text-align: left;
  overflow: hidden;
  opacity: 0;
  transition: all 0.35s;
  white-space: nowrap;
}

.backtop li:nth-child(1) a {
  background: linear-gradient(47deg, #243949 0%, #517fa4 100%);
  transition: width 0.5s;
}

.backtop li:nth-child(2) a {
  background: linear-gradient(47deg, #43cd00 0%, #30ec26 100%);
}

.backtop li:nth-child(3) a {
  background: linear-gradient(47deg, #105fc5 0%, #54cfff 100%);
}

.backtop li:nth-child(1):hover span {
  opacity: 1;
}

.backtop li:nth-child(1):hover a {
  width: 240px;
  animation: none;
}

.gotop i:hover {
  animation: backTopAnimate 1s;
}

@keyframes breathing {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(0.9);
  }
}

@keyframes rota {
  0% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(10deg);
  }
}

@keyframes backTopAnimate {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

/* 访客管理系统 */
.visitor_box {
  margin-top: 40px;
}

.visitor_box h2 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 40px;
  color: #1c60e8;
}

.visitor_box p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 32px;
  margin: 20px 0;
}

.visitor_box img {
  max-width: 100%;
  margin: 20px 0;
}

.visitor_box .item-box {
  position: relative;
  width: 100%;
}

.visitor_box .item-box img {
  max-width: 100%;
  margin: 20px 0;
  width: 100%;
  max-height: 630px;
  height: auto;
  box-shadow: 0px 3px 5px 2px #ebeef5;
  border-radius: 10px;
}

.visitor_box .item-info-container1 {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -500px;
}

.visitor_box .item-info-box,
.product-demonstration .item-info-box {
  background-color: #ffffff;
  color: #fff;
  box-shadow: 0px 9px 9px 0px rgba(192, 219, 244, 0.5);
  border-radius: 15px;
  padding: 22px 28px;
  box-sizing: border-box;
  width: 472px;
  text-align: left;
}

.visitor_box .item-title-icon1 {
  width: 50px;
  height: 2px;
  background-color: #1c60e8;
  border-radius: 3px;
  margin-top: 10px;
}

.visitor_box .item-title,
.product-demonstration .item-title {
  font-size: 22px;
  color: #333333;
  display: inline-block;
}

.visitor_box .item-info,
.product-demonstration .item-info {
  font-size: 17px;
  line-height: 28px;
  color: #666666;
  margin-top: 18px;
  text-indent: 0em;
}

.visitor_box .terminal-diversified-reservation .item-box {
  width: 376px;
  box-shadow: 0px 10px 9px 2px rgba(0, 0, 0, 0.21);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 88px;
}

.visitor_box .terminal-diversified-reservation .item-title {
  font-size: 16px;
  color: #333333;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.visitor_box .terminal-diversified-reservation .item-img-box {
  height: 294px;
  width: 100%;
  background-color: #f6f6f6;
  position: relative;
}

.visitor_box .terminal-diversified-reservation .item-img {
  height: 100%;
  width: 100%;
}

.visitor_box .terminal-diversified-reservation .item-img-special {
  width: 280.5px;
  height: 241px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.visitor_box .terminal-diversified-reservation .item-img-bottom {
  bottom: 14px;
}

.visitor_box .terminal-diversified-reservation .item-content {
  height: 126px;
  padding: 37px 32.5px 79.5px 26px;
  text-align: left;
  font-size: 13px;
  line-height: 23px;
  color: #ffffff;
  background-color: #1c60e8;
}

.visitor_box .terminal-diversified-reservation .item-content-subtitle {
  color: #ff9d00;
}

.visitor_box .visitor_smbox1 .clearfix li {
  float: left;
  width: 339px;
  margin-right: 81px;
}
.visitor_box .visitor_smbox1 .clearfix li:last-child {
  margin-right: 0;
}
.visitor_box .visitor_smbox1 .clearfix li p {
  text-indent: 0em;
  font-size: 14px;
}

.visitor_box .liucheng {
  margin: 80px 0;
}

.visitor_box2 h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 80px;
  color: #1c60e8;
}

.visitor_box2 ul li {
  float: left;
  width: 50%;
  height: 358px;
}

.visitor_box2 ul li div h3 {
  font-size: 20px;

  color: #333333;
  margin-bottom: 40px;
}

.visitor_box2 ul li div h3:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #1c60e8;
  margin-top: 30px;
}

.visitor_box2 ul li div {
  padding: 80px 0 0 40px;
  box-sizing: border-box;
}

.visitor_box2 ul li div p {
  font-size: 16px;
  line-height: 45px;
}

.visitor_box2 ul li img {
  width: 100%;
  height: 358px;
}

.visitor_box3 {
  padding-bottom: 60px;
}

.visitor_box3 h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 80px;
  margin-top: 80px;
  color: #1c60e8;
}

.visitor_quick {
  position: relative;
}

.visitor_quick img {
  max-width: 100%;
  height: 664px;
}

.visitor_quick div {
  position: absolute;
  width: 270px;
}

.visitor_quick div h3 {
  font-size: 20px;
  color: #1c60e8;
  margin-bottom: 20px;
}

.visitor_quick div p {
  font-size: 16px;
  line-height: 32px;
}

.visitor_quick .item1 {
  left: 110px;
  top: 0;
}

.visitor_quick .item2 {
  right: 65px;
  top: 45px;
}

.visitor_quick .item3 {
  left: -10px;
  top: 278px;
}

.visitor_quick .item4 {
  right: -5px;
  top: 232px;
}

.visitor_quick .item5 {
  right: 110px;
  top: 492px;
}

/* 智能柜管理系统 */
.article-title {
  color: #1c60e8;
  font-size: 54px;
}

.article-img {
  width: 100%;
  height: auto;
}

.article-info {
  color: #666666;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  text-indent: 2em;
}

.smart-cabinet-mgr-system {
  text-align: center;
}

.smart-cabinet-mgr-system .article-title {
  margin-top: 100px;
}

.smart-cabinet-mgr-system .article-info {
  margin-top: 46px;
}

.smart-cabinet-mgr-system .article-img {
  margin-top: 48px;
}

.core-value-embodiment {
  text-align: center;
}

.core-value-embodiment .article-title {
  margin-top: 136px;
}

.core-value-embodiment .item-container {
  margin-top: 76px;
  color: #666666;
}

.core-value-embodiment .item-box {
  display: inline-block;
  width: 210px;
}

.core-value-embodiment .item-img {
  width: 110px;
  height: 110px;
}

.core-value-embodiment .item-title {
  font-size: 26px;
  margin-top: 54px;
}

.core-value-embodiment .item-info {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  text-indent: 2em;
  margin-top: 28px;
  text-align: left;
}

.core-value-embodiment .article-img {
  margin-top: 150px;
}

.core-value-embodiment .main-box {
  padding: 10px 10px 50px;
  background-color: #1c60e8;
  color: #fff;
  margin-top: 154px;
}

.core-value-embodiment .main-title {
  font-size: 48px;
  margin-bottom: 48px;
}

.core-value-embodiment .main-info-box {
  padding: 0 200px 0 234px;
  box-sizing: border-box;
  text-align: left;
}

.core-value-embodiment .main-info {
  font-size: 16px;
  line-height: 32px;
}

.our-advantage {
  text-align: center;
}

.our-advantage .article-title {
  margin: 140px 0 36px 0;
}

.our-advantage .item-container {
  margin-top: 50px;
}

.our-advantage .item-box {
  width: 240px;
  display: inline-block;
}

.our-advantage .item-img {
  width: 110px;
  height: 110px;
}

.our-advantage .item-title {
  color: #3c3c3c;
  font-size: 18px;
  margin-top: 30px;
}

.our-advantage .item-info {
  color: #666666;
  line-height: 32px;
  font-size: 16px;
  margin-top: 24px;
}

.our-advantage .article-img {
  margin-top: 170px;
}

.professional-team-perfect-service {
  text-align: center;
}

.professional-team-perfect-service .article-title {
  margin-top: 150px;
}

.professional-team-perfect-service .article-info {
  margin-top: 40px;
}

.professional-team-perfect-service .article-img {
  margin: 48px 0 110px 0;
}

/* 智能柜管理系统 end */

.article_content pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

/* 移动端代码 */
.mob_nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100vh;
  overflow-y: scroll;
  background: #1c60e8;
  z-index: 999;
}

.mob_nav ul li {
  line-height: 40px;
  padding: 0 20px;
}

.mob_nav ul li a {
  color: #fff;
}

.mob_nav ul li .sub_nav {
  display: none;
}

.mob_nav ul li .sub_nav .sub_nav_box {
  width: auto;
  position: static;
}

.mob_header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.13);
}

.mob_header_top_l a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mob_header_top_l h1 {
  font-size: 20px;
}

.mob_header_top_l img {
  width: 60px;
  margin-right: 15px;
}

.mob_header_top_r img {
  width: 35px;
}

.html_el {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.dzbp {
  padding: 0 20px;
  box-sizing: border-box;
}

.dzbp h3 {
  font-size: 24px;
  text-align: center;
  color: #333;
  margin: 40px 0;
}

.dzbp img {
  max-width: 100%;
}

.dzbp p {
  font-size: 16px;
  line-height: 28px;
}

.zhuban_info img {
  max-width: 100%;
  height: auto;
}

.dms_flow {
  margin: 40px 0;
}

.dms_flow_bg {
  position: relative;
}

.dms_flow_bg img {
  width: 100%;
}

.dms_flow_tit {
  position: absolute;
  left: 0;
  top: 120px;
  font-size: 16px;
  padding: 0 60px;
  box-sizing: border-box;
  line-height: 32px;
}

.dms_flow_m {
  position: absolute;
  width: 273px;
}

.dms_flow_m p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}

.dms_flow_m.m1 {
  left: 15px;
  top: 310px;
}

.dms_flow_m.m2 {
  left: 460px;
  top: 310px;
}

.dms_flow_m.m3 {
  left: 900px;
  top: 310px;
}

.dms_flow_m.m4 {
  left: 15px;
  top: 540px;
}

.dms_flow_m.m5 {
  left: 460px;
  top: 540px;
}

.dms_flow_m.m6 {
  left: 900px;
  top: 540px;
}

.dms_yd_title h3 {
  font-size: 32px;
  letter-spacing: 2px;
  color: #333;
  display: inline-block;
  margin: 0 60px;
}

.dms_yd_content {
  margin-top: 60px;
}


.dms_yd_content_l img {
  width: 980px;
  box-shadow: 0px 0px 5px 0px rgb(48 56 61 / 30%);
}
.dms_yd_content_l .box-hyydleft{
    width: 20%;
    position: absolute;
    margin-left: 26px;
    margin-top: 7%;
  }
.dms_yd_content_l .box-hyydleft b{
	
	font-size: 28px;
    color: #1c60e8;
    margin-bottom: 20px;
    display: inline-block;
}

.dms_yd_content_l .box-hyydleft b::after{
	
	content: "";
    width: 40%;
    height: 5px;
    background-color: #1c60e8;
    display: block;
    margin-top: 20px;
	
}

.dms_yd_content_l .box-hyydleft p{
    line-height: 30px;
    padding: 0 15px 0 0;
	width:90%;
  }
.dms_yd_content_r {
  width: 200px;
  text-align: center;
}

.dms_yd_content_r li {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  margin-bottom: 20px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0px 0px 5px 0px rgb(48 56 61 / 30%);
}

.box-hyydleft-outlook{
	 
	position: absolute;
    width: 36%;
    margin-top: 8%;
    padding: 45px;
 }
 
 .box-hyydleft-outlook b{
	 
	font-size: 28px;
    color: #1c60e8;
    margin-bottom: 20px;
    display: inline-block;
	 
 }
 .box-hyydleft-outlook b::after{
	
	content: "";
    width: 40%;
    height: 5px;
    background-color: #1c60e8;
    display: block;
    margin-top: 20px;
	
}
 .box-hyydleft-outlook p{
	 
	line-height: 30px;
    padding: 0 15px 0 0;
	width:90%;
	 
 }

.dms_yd_content_r .active {
  background-color: #1c60e8;
  color: #fff;
}

.dms_outlook .outlook {
  max-width: 100%;
  height: auto;
  margin: 40px 0;
}


/* 常用 */
.mg0 {
  margin: 0px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mglf-100 {
  margin-left: -100px !important;
}
.mglf-0 {
  margin-left: 0px !important;
}
.mglf-500 {
  margin-left: -500px !important;
}

.bg {
  background-color: #f6f6f6;
}

.txct {
  text-align: center;
}
.mgbt {
  margin-bottom: 20px;
}

.mgbt10 {
  margin-bottom: 1px;
}

.sgt {
  border-left: 4px solid #fff;
  padding: 0px 10px;
}
.logo {
  font-size: 32px;
  font-weight: 700;
}

.bs {
  color: #fff;
  font-weight: 700;
}

.bs:hover {
  color: #1c60e8;
}
.m .mgt8 {
  margin-top: 8px;
}

.box-shadowyy {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.21);
}

/* 当浏览器宽度小于768px的时候 */
@media screen and (max-width: 768px) {
  .backtop {
    /* display: none; */
  }
  .logo {
    font-size: 24px;
    font-weight: 700;
  }
  
  

  .mob_header_top_l img {
    width: 48px;
    margin-right: 15px;
  }

  .synews_img_box {
    width: auto;
    overflow: hidden;
    margin-right: 0px;
    border-radius: 5px;
  }
  .queuing_banner_content h2 {
    font-size: 24px;
  }
  .queuing_banner {
    height: auto;
    margin-top: 80px;
  }

  .queuing_banner img {
    height: auto;
  }

  .queuing_box {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    margin-left: 50%;
    margin-right: 50%;
    left: 0;
    width: auto;
    height: auto;
  }

  .queuing_banner_content {
    width: 331px;
    height: 230px;
    background-color: #1c60e8;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 30px;
    opacity: 0.9;
  }
  
  .news_list_l h1{
      
     padding: 20px 0;
    margin-top: 100px;
    text-align: center;
    background-color: #f6f6f6;
    border-radius: 5px;
  }
  
  .news_list_l .small-result{
      
    position: initial;  
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }

  .header_tips {
    display: none;
  }

  .header_box {
    display: none;
  }

  .baseWidth {
    width: 100%;
  }

  .mob_header {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
  }

  .about {
    margin: 20px 0;
    padding: 0 20px;
  }

  #map_container {
    height: 300px;
  }

  .contact li {
    width: 100%;
  }

  .learn_more_box p {
    font-size: 24px;
  }

  .learn_more_box a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .footer_list {
    padding: 0 20px !important;
    box-sizing: border-box;
  }

  .footer_l {
    display: none;
  }

  .footer_m {
    width: 100%;
  }

  .footer_r {
    width: 100%;
    margin-top: 40px;
  }

  .copyright {
    margin-top: 40px;
  }

  .copyright span {
    display: block;
    margin-bottom: 10px;
  }

  .sub_nav_title {
    display: none;
  }

  .sub_nav_des {
    display: none;
  }

  .sub_nav_box {
    background: #1c60e8;
    padding: 10px;
    box-shadow: none;
  }

  .sub_nav_list a::before {
    display: none;
  }

  .sub_nav_list {
    margin-top: 0;
    border-bottom: 1px solid #fff;
  }

  .sub_nav_list a {
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }

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

  .mob_nav ul li.menu-item-has-children::before {
    content: "\e68a";
    float: right;
    color: #fff;
    font-size: 16px;
    font-family: "黑体";
    font-family: "iconfont" !important;
  }

  .news_list_l {
    width: 100%;
  }

  .news_list_r {
    display: none;
  }

  .news_img_box {
    width: 100%;
    height: 200px;
    box-shadow: 0px 9px 9px 0px rgba(192, 219, 244, 0.5);
    border-radius: 15px;
  }

  .news_list {
    padding: 0;
  }

  .list_item img {
    width: 100%;
    height: 200px;
  }

  .list_item_content {
    width: 100%;
  }

  .list_item_content h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
  }

  .list_item_content .article_des {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 12px;
  }

  .article {
    padding: 0;
  }

  .article_l {
    width: 100%;
  }

  .article_r {
    width: 100%;
    display: none;
  }

  .article h1 {
    font-size: 20px;
    color: #333;
    width: auto;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.5;
    font-family: PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif !important;
    text-align: left;
  }

  .article_info {
    font-size: 12px;
    color: #80838a;
  }
  .article_l .mbx {

  line-height: 0px;

}
  .author_info {
    font-size: 12px;
    color: #999999;
  }
  .tags {
    height: auto;
    line-height: normal;
  }

  .tags a {
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 30px;
  }

  .recommend ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .recommend_img {
    height: 190px;
  }

  .recommend_img img {
    height: 190px;
  }

  .case_list {
    padding: 20px;
  }

  .case_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .solution-container .item-box {
    width: 100%;
  }

  .solution-container {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .article-icon {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .product_title {
    width: 100% !important;
    min-width: 100% !important;
    margin-top: 20px !important;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .image-center {
    width: 100% !important;
    min-width: 100%;
  }

  .title-box {
    /* margin: 40px 0; */
  }

  .znljx-www {
    width: 100% !important;
    min-width: 100% !important;
  }

  .znljx--addition {
    width: 100%;
    padding: 0 !important;
  }

  .znljx--addition--item--text {
    font-size: 12px;
    padding: 10px;
  }

  .znljx--addition--item {
    margin-top: 15px;
    padding: 0px 20px;
  }

  .znljx--item {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .znljx--item .item-image {
    float: none;
    margin-top: 20px;
  }

  .dms_case_list {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .dms_case_list ul {
    padding-bottom: 0 !important;
  }

  .dms_case_list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .dms_case_list ul li img {
    height: 198px;
  }

  .title-box .title-content-en {
    margin-top: 20;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .dms_yd_content_l {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 15px;
  }
  


  .dms_yd_content_l img {
    width: 100%;
  }
  
  .dms_yd_content_l .box-hyydleft{
	 width: 92%;
    position: absolute;
    padding: 10px;
    margin: 0;
	height:280px;
    background-color: #333333c2;
  }
  .dms_yd_content_l .box-hyydleft b{
	
	font-size: 24px;
    color: #1c60e8;
    margin-bottom: 20px;
    display: inline-block;
}
.dms_yd_content_l .box-hyydleft b::after{
	
	content: "";
    width: 40%;
    height: 5px;
    background-color: #1c60e8;
    display: block;
    margin-top: 20px;
    margin-left: 5px;
	
}
 .dms_yd_content_l .box-hyydleft p{
	  
	color:#fff;
	font-size:12px;
	width:100%;
  }

.dms_outlook .outlook {
    max-width: 100%;
    height: auto;
    margin: 40px 0;
    padding: 10px 20px;
}	
.box-hyydleft-outlook{
	 
	width: 92%;
    position: absolute;
    padding: 10px;
    margin: 0;
    background-color: #333333c2;
	margin-left: 4%;
 }
 
 .box-hyydleft-outlook b{
	 
	font-size: 24px;
    color: #1c60e8;
    margin-bottom: 20px;
    display: inline-block;
	 
 }
 .box-hyydleft-outlook b::after{
	
	content: "";
    width: 40%;
    height: 5px;
    background-color: #1c60e8;
    display: block;
    margin-top: 20px;
    margin-left: 5px;
	
}
 .box-hyydleft-outlook p{
	 
	color:#fff;
	font-size:12px;
	width:100%;
	 
 }

  .dms_yd_content_r {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
    box-sizing: border-box;
	margin-top: 63px;
  }

  .dms_yd_content_r li {
    width: 48%;
    float: left;
  }
  .dms_yd_content_r li:nth-child(odd) {
    margin-right: 4%;
  }

  .dms_yd_content {
    margin-top: 0;
  }

  .dms_desc {
    margin-top: 0;
  }

  .dms_sys img {
    width: 100%;
  }

  .dms_application_des {
    padding: 0 20px;
  }

  .dms_application_list ul {
    padding: 0 20px;
  }

  .dms_application_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .title-box .title-content {
    margin: 0 20px;
    font-size: 24px;
  }

  .dms_system_verview_content {
    margin: 0;
    padding: 0;
  }

  .dms_system_verview_l {
    width: 100%;
    margin: 20px 0;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .dms_system_verview_r {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .dms_flow_chart {
    margin-top: 40px;
  }

  .dms_flow_chart_box img {
    width: 100%;
  }

  .dms_function_content {
    padding: 0 20px;
  }

  .dms_function_content ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .dms_function_content {
    height: auto;
  }

  .dms_terminal_content {
    padding: 0 20px;
  }

  .visitor_box {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .visitor_box2 {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .visitor_box2 ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .visitor_box2 ul li img {
    height: 200px;
  }

  .visitor_box2 ul li div {
    padding: 0;
  }

  .visitor_box2 ul li div h3 {
    margin-bottom: 20px;
  }

  .visitor_quick img {
    height: auto;
  }

  .visitor_quick div {
    position: static;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }

  .visitor_box .item-info-container1 {
    position: static;
    left: 0;
    width: 100%;
    margin: 0;
    display: inline-block;
    margin-left: none;
  }

  .visitor_box .item-info-box,
  .product-demonstration .item-info-box {
    width: 100%;
    margin-top: 40px;
  }

  .visitor_box .visitor_smbox1 .clearfix li {
    float: left;
    width: 100%;
  }
  .smart-cabinet-mgr-system .article-title {
    margin-top: 20px;
    font-size: 24px;
  }

  .smart-cabinet-mgr-system .article-info {
    margin-top: 20px;
    padding: 0 20px;
  }

  .smart-cabinet-mgr-system .article-img {
    margin-top: 20px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .core-value-embodiment .article-title {
    margin-top: 40px;
    font-size: 24px;
    margin-bottom: 40px;
  }

  .core-value-embodiment .item-container {
    margin-top: 20px;
  }

  .core-value-embodiment .item-container {
    padding: 0 20px;
  }

  .core-value-embodiment .item-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .core-value-embodiment .item-title {
    font-size: 20px;
    margin: 20px 0;
  }

  .core-value-embodiment .article-img {
    margin-top: 40px;
  }

  .core-value-embodiment .main-box {
    margin-top: 40px;
  }

  .core-value-embodiment .main-title {
    font-size: 24px;
  }

  .core-value-embodiment .main-info-box {
    padding: 0 20px;
  }

  .our-advantage .article-title {
    margin-top: 40px;
    font-size: 24px;
  }

  .our-advantage .item-box {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .our-advantage .article-img {
    margin-top: 40px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .professional-team-perfect-service .article-title {
    margin-top: 40px;
    font-size: 24px;
  }

  .professional-team-perfect-service .article-info {
    padding: 0 20px;
  }

  .professional-team-perfect-service .article-img {
    margin: 20px 0;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .dmtbfzd_model1 {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .product_title .fl h3 {
    font-size: 16px !important;
  }

  .product_title .fr h3 {
    font-size: 16px !important;
  }

  .conference-room-reservation-system .item-img {
    width: 100%;
    height: auto;
  }

  .conference-room-reservation-system .main-box {
    position: static;
    margin-top: 0;
    background: none;
    height: auto;
  }

  .conference-room-reservation-system .img-content {
    position: static;
    left: 0;
    transform: none;
  }

  .conference-room-reservation-system .item-box {
    display: block;
    float: none;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 20px 0;
  }

  .conference-room-reservation-system .subtitle-box {
    position: static;
    top: 0;
    left: 0;
    transform: none;
    font-size: 16px;
    margin-top: 40px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .conference-room-reservation-system .itme-title {
    position: static;
    left: 0;
    transform: none;
    font-size: 16px;
    color: #333;
  }

  .conference-room-reservation-system .info-box {
    position: static;
    left: 0;
    top: 0;
    transform: none;
    color: #333;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
  }

  .conference-room-reservation-system-core-functions .img-box {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .meeting-rooms-efficient-management .item-content-line {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .part-function-display .left-box {
    width: 100%;
  }

  .professional-conference-display-equipment .info-detail {
    width: 100%;
  }

  .professional-conference-display-equipment .main-img-background {
    width: 100%;
    position: static;
    left: 0;
    transform: none;
    height: auto;
  }

  .professional-conference-display-equipment .smaller-width {
    width: 100%;
    position: static;
    left: 0;
    transform: none;
  }

  .professional-conference-display-equipment .info-img {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }

  .professional-conference-display-equipment .main-item-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .conference-reservation-system-powerful-scalability .main-info {
    width: 100%;
    font-size: 16px;
  }

  .conference-room-reservation-system-core-functions .item-box {
    width: 100%;
    margin-top: 40px;
  }

  .mobile-terminal-reservation-indication .item-img {
    width: 100%;
    height: auto;
  }

  .meeting-rooms-efficient-management .item-box {
    width: 100%;
    margin-bottom: 100px;
  }

  .part-function-display .left-info-box {
    width: 100%;
    top: 0;
  }

  .part-function-display .right-box {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .part-function-display .item-box {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }

  .part-function-display .item-info {
    width: calc(100% - 70px);
  }

  .conference-reservation-system-powerful-scalability .itme-box {
    width: 100%;
    height: auto;
    background: #1c60e8;
    margin-top: 0;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }

  .conference-room-reservation-system-usage-process .img-box {
    margin-top: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .conference-room-reservation-system-core-functions .main-box {
    margin-top: 0;
  }

  .conference-room-reservation-system-core-functions .main-info {
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .mobile-terminal-reservation-indication {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .mobile-terminal-reservation-indication .main-info {
    font-size: 16px;
  }

  .third-party-office-system-reservation {
    background: none;
    color: #333;
    height: auto;
  }

  .third-party-office-system-reservation .bg_dsf {
    display: block;
    max-width: 100%;
  }

  .third-party-office-system-reservation .main-info {
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .third-party-office-system-reservation .title-content {
    color: #333;
  }

  .third-party-office-system-reservation .title-content-en {
    color: #333;
  }

  .professional-conference-display-equipment .main-box {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 0;
  }

  .professional-conference-display-equipment .main-img-box {
    width: 100%;
    height: auto;
    background: none;
  }

  .conference-reservation-system-powerful-scalability {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .conference-reservation-system-powerful-scalability .mian-box {
    background: none;
  }

  .big-data-display-system .tab-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .big-data-display-system .tab-item-img {
    width: 100%;
    margin: 0;
    height: auto;
  }

  .big-data-display-system .tab-item-article {
    width: 100%;
    margin-right: 0;
  }

  .application-scenarios .tab-item {
    float: left;
    margin-left: 0 !important;
  }

  .application-scenarios .tab-item-img {
    width: 100%;
    height: auto;
    margin: 20px 0;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .big-our-strengths .item-container {
    width: 100%;
    padding: 30px;
  }

  .more-advantages .item-box {
    width: 100%;
  }

  .rendering-style-display .item-img {
    width: 100%;
    height: auto;
  }

  .big-our-strengths .part-overflow {
    width: 100%;
  }

  .application-scenarios .tab-item-article {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
  }

  .application-scenarios .article-content {
    width: calc(100% - 40px);
    font-weight: normal;
  }

  .application-scenarios .article-icon {
    width: 24px !important;
  }

  .big-data-display-system {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .big-data-display-system .title-detail {
    font-size: 16px;
    margin-top: 0;
    line-height: 32px;
  }

  .big-data-display-system .article-box {
    margin-top: 50px;
  }

  .big-data-display-system .tab-item {
    margin-left: 0 !important;
    font-size: 16px;
    font-weight: normal;
  }

  .big-data-display-system .tab-title .fr {
    margin-right: 0;
  }

  .application-scenarios .tab-title {
    display: none;
  }

  .application-scenarios .tab-item-box {
    margin: 0;
  }

  .application-scenarios .article-content-two {
    font-weight: normal;
  }

  .big-product-features .main-box {
    height: auto;
    padding-bottom: 40px;
  }

  .big-our-strengths .part-title {
    font-size: 22px;
  }

  .big-our-strengths .part-subtitle {
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .more-advantages .main-container {
    padding: 20px;
  }

  .rendering-style-display .main-container {
    padding: 20px;
  }

  .case-presentation .item-box {
    width: 100%;
  }

  .station-reservation-system .article-img {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-top: 20px;
  }

  .station-reservation-system .article-box {
    width: 100%;
    margin-top: 20px;
  }

  .station-reservation-system .tip-main .tip-main-img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .station-reservation-system .sort-container {
    width: 100%;
  }

  .station-reservation-system
    .sort-container
    .sort-item-box
    .sort-item-content {
    width: calc(100% - 48px);
    font-size: 14px;
    line-height: 28px;
  }

  .station-reservation-screen {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .station-reservation-screen .img-outside {
    display: none;
  }

  .station-reservation-screen .img-inside {
    width: 100%;
    height: auto;
    position: static;
    top: 0;
    left: 0;
    transform: none;
  }

  .station-reservation-screen .article-box {
    position: static;
    top: 0;
    right: 0;
    transform: none;
    margin-top: 20px;
  }

  .station-reservation-screen .article-content {
    width: 100%;
    font-size: 16px;
  }

  .station-reservation-system {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .station-reservation-system .article-box {
    line-height: 32px;
    font-size: 16px;
  }

  .station-reservation-system .tip-box .tip-icon {
    margin-top: 40px;
  }

  .terminal-diversified-reservation .item-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .terminal-diversified-reservation {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .terminal-diversified-reservation .item-content {
    font-size: 16px;
    height: auto;
    padding: 20px;
    line-height: 32px;
  }

  .station-reservation-screen .mian-box {
    margin-top: 0;
  }

  .software-function {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .software-function .article-item-box {
    overflow: hidden;
  }

  .software-function .article-box {
    background: none;
    padding-top: 0;
  }

  .software-function .checkbox-icon {
    background-color: #1c60e8;
    float: left;
  }

  .software-function .article-content {
    float: right;
    color: #333;
    width: calc(100% - 40px);
  }

  .our-strengths .item-box {
    width: 100%;
  }

  .powerful-extension-function {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .powerful-extension-function .item-box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .powerful-extension-function .item-img {
    width: 100%;
    height: auto;
  }

  .newspaper_reading_system {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .newspaper_system_info img {
    width: 100%;
    height: auto;
  }

  .newspaper_system_info ul {
    width: 100%;
  }

  .newspaper_paperless {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .newspaper_paperless_list ul {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 0;
  }

  .newspaper_paperless_list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .newspaper_paperless_list ul li > img {
    height: auto;
  }

  .newspaper_paperless_list {
    height: auto;
    background: none;
  }

  .newspaper_stable ul {
    margin-top: 40px;
  }

  .newspaper_stable {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .newspaper_stable ul li {
    float: left;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .newspaper_stable ul li:nth-child(odd) {
    margin-right: 40px;
    margin-left: 25px;
  }

  .newspaper_stable_title {
    margin-top: 40px;
  }

  .newspaper_design_content ul li {
    width: 50%;
    margin-bottom: 40px;
  }

  .newspaper_design_content {
    padding: 20px;
    box-sizing: border-box;
    height: auto;
  }

  .newspaper_experience {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .smart-navigation-system .meeting-article-box .meeting-article-img {
    width: 100%;
    height: auto;
    border-radius: 0;
    object-position: 0;
    margin-bottom: 20px;
  }

  .smart-navigation-system .meeting-article-box {
    margin-top: 40px;
  }

  .smart-navigation-system .meeting-article-box .meeting-article-content {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
  }

  .tip-box .tip-icon {
    margin-top: 30px;
  }

  .smart-navigation-system {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .smart-navigation-system .tip-main .tip-main-img {
    width: 100%;
    height: auto;
  }

  .smart-navigation-system .sort-container {
    width: 100%;
  }

  .smart-navigation-system .sort-container .sort-item-box .sort-item-content {
    width: 100%;
    margin-left: 0;
    padding-left: 48px;
    box-sizing: border-box;
    font-size: 14px;
  }

  .system-function-introduction .swiper-container {
    margin-top: 0;
    /* padding: 0 20px;
    box-sizing: border-box; */
  }

  .system-function-introduction .swiper-item-img {
    width: 100%;
    height: auto;
  }

  .system-function-introduction .swiper-item-card {
    display: none;
  }

  .system-function-introduction .swiper-item-sort {
    width: 100%;
    position: static;
    top: 0;
    transform: none;
    right: 0;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 40px;
  }

  .system-function-introduction .swiper-item-box {
    height: auto;
  }

  .system-function-introduction .swiper-item-sort .item-box-left {
    margin-right: 0;
  }

  .system-function-introduction .swiper-item-sort .item-content {
    font-size: 14px;
    width: 100%;
  }

  .system-function-introduction .swiper-item-sort .item-img {
    float: left;
  }

  .system-function-introduction .swiper-item-sort .item-detail-box {
    float: right;
    width: calc(100% - 70px);
  }

  .intelligent-passenger-flow {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .intelligent-passenger-flow .item-box {
    width: 100%;
    margin-right: 0 !important;
  }

  .intelligent-passenger-flow .item-box:nth-of-type(5) {
    margin-left: 0;
  }

  .smart-mall .item-container {
    width: 100%;
    margin-bottom: 40px;
  }

  .smart-mall .item-box {
    width: 100%;
  }

  .smart-mall .item-bottom-img {
    position: static;
  }

  .smart-mall .item-detail {
    margin-bottom: 40px;
  }

  .more-legends .img-box-left {
    width: 100%;
  }

  .more-legends .article-box-right {
    width: 100%;
  }

  .more-legends {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .more-legends .article-box-left {
    width: 100%;
  }

  .more-legends .img-box-right {
    width: 100%;
  }

  .case-show .img-box {
    width: 100%;
    height: auto;
  }

  .case-show {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .more-legends .article-title {
    margin-top: 40px;
  }

  .wine-vending-system {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .wine-vending-system .article-box {
    border-radius: 0;
    width: 100%;
    background: none;
  }

  .wine-vending-system .img-box {
    width: 100%;
  }

  .wine-vending-system .content-box {
    width: 100%;
    padding: 0;
    color: #333;
    padding: 10px;
    box-sizing: border-box;
  }

  .solve-troubles {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .solve-troubles .detail-box {
    margin-top: 0;
  }

  .solve-troubles .img-box {
    width: 100%;
    margin-top: 20px;
  }

  .applicable-enviroment {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .applicable-enviroment .itme-img {
    width: 100%;
    height: auto;
  }

  .applicable-enviroment .item-title {
    width: 100%;
  }

  .wind-testing {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .wind-testing .img-box {
    width: 100%;
  }

  .live-delivery .title-box {
    padding-bottom: 0;
  }

  .live-delivery .img-container {
    padding: 0;
  }

  .live-delivery .item-img {
    width: 100%;
  }

  .client-demo {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .client-demo .item-img {
    width: 100%;
    height: auto;
  }

  .product-features {
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .product-features .item-box {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
  }

  .product-features .item-img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .queuing_sys {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .queuing_sys_content > img {
    display: none;
  }

  .queuing_sys_content ul {
    background: #1c60e8;
    position: static;
    left: 0;
    top: 0;
    transform: none;
    padding: 15px;
    box-sizing: border-box;
  }

  .queuing_ter_content li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .queuing_summary_content img {
    width: 100%;
  }

  .queuing_ter {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .queuing_summary {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .queuing_sys_des {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .queuing_classic {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .queuing_service_content {
    height: auto;
    margin: 0;
  }

  .queuing_service_content ul li {
    margin: 40px 0;
    width: 50%;
  }

  .queuing_hall_list li {
    width: 49%;
    margin-right: 0;
  }

  .queuing_hall_list {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .queuing_hall_list li:nth-child(odd) {
    margin-right: 2%;
  }

  .queuing_hall_list li img {
    height: 120px;
  }

  .queuing_hall_list li p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .item-container {
    display: none;
  }

  .product-demonstration {
    padding: 0;
    margin-top: 40px;
  }

  .product-demonstration .part-info {
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
  }

  .uplussoft-multimedia-information-release .item-info-container,
  .product-demonstration .item-info-container {
    position: static;
    left: 0;
    width: 100%;
    margin: 0;
    display: inline-block;
  }

  .item-info-img {
    display: none;
  }

  .item-info-container {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .uplussoft-multimedia-information-release .item-info,
  .product-demonstration .item-info {
    font-size: 14px;
  }

  .uplussoft-multimedia-information-release .item-info-box,
  .product-demonstration .item-info-box {
    width: 100%;
    margin-top: 40px;
  }

  .home-item-box .home-item-title {
    font-size: 24px;
  }

  .uplussoft-multimedia-information-release .part-info {
    font-size: 14px;
  }

  .uplussoft-multimedia-information-release .item-title-icon,
  .product-demonstration .item-title-icon {
    height: 23px;
    width: 2px;
  }

  .uplussoft-multimedia-information-release .item-title,
  .product-demonstration .item-title {
    font-size: 18px;
  }

  .case-display .part-info {
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
  }

  .case-display .mian-box {
    overflow: hidden;
  }

  .case-display .item-container {
    width: 100%;
    padding: 20px;
  }

  .case-display .item-box{
      width: 100%;
      
  }
  
  .case-display .item-img{
     width: 100%;
    height: 224.5px;
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
  .uplussoft-multimedia-information-release .buy-img {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    height: auto;
  }

  .uplussoft-multimedia-information-release .buy-img-1 {
    width: 100%;
    height: auto;
  }

  .uplussoft-multimedia-information-release .buy-img-2 {
    width: 100%;
    height: auto;
  }

  .honorary-certificate .part-info {
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .honorary-certificate .swiper-container {
    width: 100%;
    padding: 0;
  }

  .the-latest-information .part-info {
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
  }

  .the-latest-information .item-container {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .the-latest-information .item-box {
    margin-right: 0 !important;
    margin-bottom: 0;
    width: 100%;
    margin-bottom: 20px;

  }

  .the-latest-information .item-img {
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 20px;
  }

  .the-latest-information .item-right-box {
    width: 100%;
    padding: 10px !important;
  }

  .honorary-certificate {
    display: none;
  }
  .dms_flow {
    display: none;
  }

  /* .honorary-certificate .item-img {
    width: 100%;
    width: 100%;
  } */
}
.isFixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 0px 10px 0px rgb(48 56 61 / 30%);
}

.botNav .sub_nav {
  display: block;
}

.botNav .sub_nav .sub_nav_box {
  background: none;
  width: auto;
  position: static;
  padding: 10px;
}

.botNav .sub_nav .sub_nav_box .sub_nav_list {
  margin-top: 0;
}

.botNav .sub_nav .sub_nav_box .sub_nav_list a {
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 20px;
  font-weight: 300;
}

/*wenzhang*/
.article .entry-excerpt {
  background: #f6f6f6;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0;
  text-align: left;
  display: block !important;
  font-weight: 400;
  height: auto;
}

.article p {
  margin-bottom: 20px;
  line-height: 1.8;
  word-wrap: break-word;
  text-align: justify;
  font-size: 16px;
  color: #262626;
}

.applyBox {
  margin: 160px 0;
}

.applyBox .applyBoxL {
  width: 386px;
  overflow: hidden;
}

.applyBox .applyBoxR {
  width: 800px;
}

.applyBox .applyBoxL .swiper-slide img {
  width: 100%;
}

.applyTit {
  font-size: 30px;
  text-align: center;
}

.applyDes {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}

.applyForm {
  padding: 0 40px;
  box-sizing: border-box;
}

.applyForm .applyFormTitle {
  color: #1c60e8;
  font-size: 16px;
  margin-bottom: 15px;
}

.applyCompanyName {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.applyCompanyName input {
  height: 35px;
  width: 100%;
  /* outline: none; */
  box-sizing: border-box;
  padding-left: 20px;
}

.applyCompanyAdd {
  margin-bottom: 15px;
}
.applyCompanyAdd .applyCompanyAddL {
  width: 48%;
  display: flex;
  align-items: center;
}
.applyCompanyAdd .applyCompanyAddR {
  width: 48%;
  display: flex;
  align-items: center;
}
.applyCompanyAdd .applyCompanyAddL input {
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  padding-left: 20px;
}

.applyCompanyAdd .applyCompanyAddR select {
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  padding-left: 18px;
}

.userInfo {
  overflow: hidden;
}

.userInfo div {
  display: flex;
  width: 48%;
  margin-bottom: 15px;
  float: left;
}

.userInfo div:nth-child(odd) {
  margin-right: 4%;
}

.userInfo input {
  width: 100%;
  box-sizing: border-box;
  height: 35px;
  padding-left: 20px;
}

.applyButton {
  text-align: center;
  margin-top: 40px;
}

.applyButton input {
  width: 158px;
  height: 50px;
  box-sizing: border-box;
  background: #1c60e8;
  color: #fff;
  outline: none;
  border: none;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
}

.tipsFont {
  color: #de4b1e;
  display: inline-block;
  font-size: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .applyBox .applyBoxL {
    width: 100%;
  }
  .applyBox .applyBoxR {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 40px;
  }

  .applyForm {
    padding: 0;
    margin-top: 40px;
  }
  .applyCompanyAdd .applyCompanyAddL {
    width: 100%;
    margin-bottom: 15px;
  }
  .applyCompanyAdd .applyCompanyAddR {
    width: 100%;
  }
  .userInfo div {
    width: 100%;
    margin-right: 0;
  }
}

/* 无线投屏 */
.system-detail-container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 62px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.system-detail {
  width: 250px;
  margin-right: 168px;
}

.system-detail img{
  padding: 20px;
}

.system-detail-container .system-detail:nth-child(3n) {
  margin-right: 0px;
}

.system-detail-container .system-detail:nth-child(n + 4) {
  margin-top: 62px;
}


.system-detail h4 {
  margin: 0;
  letter-spacing: 1px;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
}

.system-detail p {
  width: 294px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}

.show-goods-container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 62px;
  display: flex;
  justify-content: space-between;
}

.function-container {
  margin: 0 auto;
  margin-top: 62px;
}
.function {
  display: flex;
}

.function > div {
  flex: 1;
}

.function h4 {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #333333;
  text-align: left;
  margin: 15px 0;
  position: relative;
}

.function h4::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #1c60e8;
}

.function .text-box {
  margin-top: 79px;
  padding-left: 50px;
  text-align: left;
}


.function .text-box h4 {
  font-weight: 700;
  font-size: 24px;

}
.function .text-box p {
  width: 483px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 40px;
}

.param-img-box {
  margin-bottom: 40px;
}

.param-img-box table {
  text-align: center;
  border-color: #F7F4F5;
}
.param-img-box table thead {
  background-color: #f0ecee;
  height: 40px;
  color: #000;
  font-size: 16px;
}
.param-img-box table tr {
  height: 40px;
}

/* 无线投屏相关的媒体查询适配 */
@media screen and (max-width: 768px) {
  .system-detail-container {
    display: block !important;
    width: 100% !important;
  }
  .system-detail-container .system-detail {
    width: 100%;
    margin: 20px 0 0 0 !important;
  }
  .system-detail h4{
      
      font-size: 20px;  
        
    }
  .system-detail p {
    width: 100% !important;
    font-size: 14px;
  }
   
  .show-goods-container {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
  }

  .show-goods-container .img-box {
    margin-top: 50px !important;
  }
  .show-goods-container .img-box img {
    width: 100% !important;
  }

  .function-container {
    width: 100% !important;
  }
  .function-container .function {
    display: block !important;
    margin-bottom: 62px !important;
  }

  .function .img-box img {
    width: 100% !important;
  }

  .function .text-box {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .function .text-box p {
    width: 100% !important;
    font-size: 14px;
  }
 
  .function .text-box h4 {
      font-weight: 700;
      font-size: 20px;
      text-align: center;
    
    }
  .function h4::after{
        
      right: 43%!important;
      left: initial;
    }    
  .param-img-box img {
    width: 100% !important;
    height: auto !important;
  }
  .product_title .title-detail1{
      font-size: 14px;
  }
  .param-img-box table{
      font-size: 12px;
  }
  
}
