@charset "UTF-8";
.submenu_box {
  width: 860px;
  position: absolute;
  top: 88px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1750px) {
  .industrySolutions .submenu_box {
    right: -258px;
    /*width: 672px;*/
  }
}

@media screen and (max-width: 1200px) {
  .submenu_box {
    /*width: 672px;*/
  }
}

.aihom-hr {
  padding-top: 75px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.04)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.04) 100%);
}

.header_content_right .fl:hover > .submenu_box > .submenu {
  /*display:flex;*/
  opacity: 1;
  top: 0px;
}

.pc_header .submenu:hover {
  /*display:flex;*/
  opacity: 1;
  top: 0px;
}

.header_content_right .fl:hover > .submenu_box > .submenu > .link_box {
  /*display:flex;*/
  opacity: 1;
}

.pc_header .submenu:hover > .link_box {
  /*display:flex;*/
  opacity: 1;
}

.pc_header .submenu:hover > .link_box a:hover {
  color: #ff7019;
  text-decoration: underline;
}

.pc_header .submenu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  /*display:none;*/
  width: 100%;
  position: absolute;
  top: -888px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*right: -50px;*/
  max-width: 1020px;
  background: #fff;
  /* box-shadow: 0 0 2px 0 ; */
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  /*height: 0;*/
}

.submenu .link_box {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  width: 200px;
  padding: 10px 20px;
  background: #fff;
}

.submenu .link_box:not(:last-child) {
  border-right: 1px solid #f3f4f7;
}

.submenu .link_box:nth-child(4n) {
  border: 0;
}

.submenu .link_box .link_title {
  position: relative;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.25rem;
  color: #333;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.submenu .link_box .link_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2em;
  height: 1px;
  background: #ff7019;
}

.submenu .link_box ul > li {
  margin: 0.75rem 0;
  margin-right: 0px !important;
}

.submenu .link_box ul li a {
  color: #555;
  font-size: 14px;
}

.vertical_nav {
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  background-color: #4d5158;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 100;
}

@media screen and (min-width: 1065px) {
  .pc_header div.vertical_nav {
    right: -400px;
  }
}

.pc_header .nav_show {
  right: 0;
}

.vertical_nav .burger {
  position: fixed;
  right: 0;
  top: 0;
}

.cd-accordion-menu {
  max-width: 600px;
  background: #4d5158;
  /*box-shadow: 0 4px 40px #70ac76;*/
  font-size: 1rem;
}

.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}

.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}

.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 18px 18px 18px 64px;
  background: #4d5158;
  -webkit-box-shadow: inset 0 -1px #555960;
          box-shadow: inset 0 -1px #555960;
  color: #ffffff;
  font-size: 16px;
}

.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}

.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cd-accordion-menu label {
  cursor: pointer;
}

.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  background-image: url(../images/cd-icons.svg);
  background-repeat: no-repeat;
}

.cd-accordion-menu label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.cd-accordion-menu label::after {
  /* folder icons */
  left: 41px;
  background-position: -16px 0;
}

.cd-accordion-menu a::after {
  /* image icon */
  left: 36px;
  background: url(../images/cd-icons.svg) no-repeat -48px 0;
}

.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}

.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
  display: block;
}

.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  background: #35383d;
  -webkit-box-shadow: inset 0 -1px #41444a;
          box-shadow: inset 0 -1px #41444a;
  padding-left: 82px;
}

.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #3c3f45;
}

.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cd-accordion-menu ul label::before {
  left: 36px;
}

.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}

.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}

.cd-accordion-menu ul ul label::before {
  left: 54px;
}

.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}

.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}

.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}

.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}

.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.CompanyProfile {
  color: #333;
}

.CompanyProfile .content_list_img_c {
  width: 60%;
  margin: 0 auto;
  background: transparent;
}

.CompanyProfile .content_list_img_c img {
  display: block;
  width: 100%;
}

.CompanyProfile.IndexCase .IndexCase_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
}

.CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list {
  overflow: hidden;
  width: 33.3%;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  border: none;
  margin-bottom: 0;
  padding-top: 25px;
}

.CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list .ibox {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list .ibox .itext {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background: rgba(56, 123, 186, 0.5);
}

.CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list:hover a {
  bottom: 0;
}

.CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list:hover .ibox {
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}

.CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list:hover .content_list_title {
  margin-top: 0;
}

.CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list a {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
  background: #007db8;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list a:hover {
  background: #0070c0;
}

.CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list::after {
  display: none;
}

.CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list::before {
  display: none;
}

.CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(2) {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title {
  text-align: center;
  font-size: 18px;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.CompanyProfile.IndexService .IndexService_content .IndexService_content_title dt {
  padding-bottom: 30px;
}

.CompanyProfile.IndexService .IndexService_content .IndexService_content_title dd {
  height: 80px;
  background: url(../img/logo-b.png) center center no-repeat;
  background-size: 200px auto;
}

.CompanyProfile.IndexService .IndexService_content .IndexService_content_title {
  padding: 0;
}

.CompanyProfile.IndexService .IndexService_content {
  padding-bottom: 0;
}

.about .cp-address .row {
  overflow: hidden;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .cp-address .row .col-sm-6 {
  position: relative;
  border-top: 1px solid #eee;
  cursor: pointer;
}

.about .cp-address .row .col-sm-6:hover {
  background-color: #eee;
}

.about .cp-address .row .col-sm-6:nth-child(1) {
  border-right: 1px solid #eee;
}

.about .cp-address .row .col-sm-6:nth-child(3) {
  border-left: 1px solid #eee;
}

.about .cp-address .row .on {
  background: #0070c0;
  color: #fff;
  position: relative;
  overflow: auto;
}

.about .cp-address .row .on:hover {
  background: #0070c0;
}

.about .cp-address .row .box {
  padding: 30px 30px;
  line-height: 20px;
}

.about .culture_right_title {
  padding-right: 5%;
  padding-top: 30px;
  width: 90%;
  margin-left: 10%;
}

.about .culture_right_title .cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .culture_right_title .cc .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about .culture_right_title .cc .img img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.about .culture_right_title .cc .sap {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding-left: 10%;
  color: #666;
  font-size: 14px;
}

.about .culture_right_title .cc .sap .li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 18px;
}

.about .culture_right_title .cc .sap .li::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #666;
  left: 0;
  top: 4px;
}

.about .culture_right_title dd {
  font-size: 32px;
  color: #333333;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 45px;
}

.about .culture_right_title dd::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 34px;
  height: 2px;
  background: #000000;
  bottom: 0;
}

.about .tip_title {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  color: #FFC000;
  font-size: 38px;
  font-weight: bold;
}

.about .ServiceApp_application .ServiceApp_application_right .application_right_bottom .right_bottom_list img {
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.05);
  width: 80%;
  margin: 0 auto;
}

.about .ServiceApp_application .IndexService_content {
  background: #fff;
}

.about .ServiceApp_application .IndexService_content .ServiceApp_application_right .rbox {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  border: 1px solid #eee;
  border-radius: 20px;
}

.about .ServiceApp_application .ServiceApp_application_left {
  background: #fff;
}

.about .ServiceApp_application .ServiceApp_application_right .application_right_top {
  padding-bottom: 0;
  margin-bottom: 15px;
}

.about text {
  font-family: SimHei;
  /*定义字体*/
  font-size: 16px;
  /*定义文字大小*/
  fill: #0070c0;
  /*定义文字填充颜色*/
}

.about .address {
  cursor: pointer;
}

.about #mc_f1s4_svg .st0 {
  fill: #ECEFF3;
}

.about #mc_f1s4_svg .st1 {
  fill: #ECEFF3;
}

.about #mc_f1s4_svg .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ABBDD4;
  stroke: #fff;
  stroke-width: 0.3402;
  stroke-miterlimit: 22.9256;
}

.about #mc_f1s4_svg .st3 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #ABBDD4;
}

.about #mc_f1s4_svg .st4 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #E3E5ED;
  stroke: #E3E5ED;
  stroke-miterlimit: 10;
}

.about #mc_f1s4_svg .st5 {
  fill: #ABBDD4;
}

.about #mc_f1s4_svg .st6 {
  fill: none;
  stroke: #ABBDD4;
  stroke-width: 1.4;
  stroke-miterlimit: 22.9256;
}

.about #mc_f1s4_svg .st7 {
  fill: #ABBDD4;
  stroke: #fff;
  stroke-width: 0.216;
  stroke-miterlimit: 22.9256;
}

.about #mc_f1s4_svg .st8 {
  fill: #ABBDD4;
  stroke: #009844;
  stroke-width: 0.216;
  stroke-miterlimit: 22.9256;
}

.about #mc_f1s4_svg .st9 {
  opacity: 0.3;
}

.about #mc_f1s4_svg .st10 {
  fill: none;
  stroke: #0061BF;
  stroke-width: 0.75;
  stroke-miterlimit: 10;
}

.about #mc_f1s4_svg .st11 {
  opacity: 0.7;
  fill: #0070c0;
}

.about #mc_f1s4_svg .st12 {
  fill: #0070c0;
}

.about #mc_f1s4_svg .st13 {
  opacity: 0.2;
  fill: #fff;
}

.about .mc_f1s4_r {
  width: 850px;
  max-width: 100%;
  margin-top: -60px;
}

.about #mc_f1s4_maker .st11 {
  -webkit-animation: makerBling1 2s infinite .2s;
          animation: makerBling1 2s infinite .2s;
}

@-webkit-keyframes makerBling1 {
  0% {
    r: 8;
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    r: 64;
    opacity: 0;
  }
}

@keyframes makerBling1 {
  0% {
    r: 8;
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    r: 64;
    opacity: 0;
  }
}

@-webkit-keyframes animation-line {
  0% {
    stroke-dashoffset: 400px;
  }
  14.28571% {
    stroke-dashoffset: 0px;
  }
  61.42857% {
    stroke-dashoffset: 0px;
  }
  85.71429% {
    stroke-dashoffset: -400px;
  }
  to {
    stroke-dashoffset: -400px;
  }
}

@keyframes animation-line {
  0% {
    stroke-dashoffset: 400px;
  }
  14.28571% {
    stroke-dashoffset: 0px;
  }
  61.42857% {
    stroke-dashoffset: 0px;
  }
  85.71429% {
    stroke-dashoffset: -400px;
  }
  to {
    stroke-dashoffset: -400px;
  }
}

.about #mc_f1s4_line .st10 {
  stroke-dashoffset: 400px;
  stroke-dasharray: 400px;
  -webkit-animation: animation-line 10.04s ease-in forwards infinite;
          animation: animation-line 10.04s ease-in forwards infinite;
}

.index_banner, .swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.index_banner .swiper-slide, .swiper .swiper-slide {
  width: 100%;
  position: relative;
}

.index_banner .swiper-slide .bgimg, .swiper .swiper-slide .bgimg {
  width: 100%;
  display: block;
}

.index_banner .swiper-slide .container, .swiper .swiper-slide .container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.index_banner .swiper-slide .container .IndexService_content, .swiper .swiper-slide .container .IndexService_content {
  height: 100%;
  padding: 0;
}

.index_banner .swiper-slide .container .row, .swiper .swiper-slide .container .row {
  height: 100%;
  position: relative;
}

.index_banner .swiper-slide .container .row .txt_title, .swiper .swiper-slide .container .row .txt_title {
  position: absolute;
  font-size: 32px;
  color: #fff;
  bottom: 100px;
  font-weight: bold;
  line-height: 2;
}

.internet .ServiceBanner {
  position: relative;
}

.internet .bannerbox {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(68, 144, 196, 0.4);
}

.internet .bannerbox dd {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

.internet .bannerbox dt {
  font-size: 20px;
  font-weight: bold;
}

.internet .hl .IndexService_content {
  padding-bottom: 0;
}

.internet .hl img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.internet .fjj {
  padding-bottom: 55px;
}

.internet .fjj .IndexCase_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
}

.internet .fjj .IndexCase_content .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* 子元素横向排列 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 相对父元素水平居中 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.internet .fjj .IndexCase_content .left img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.internet .fjj .IndexCase_content .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* 子元素横向排列 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 相对父元素水平居中 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.internet .fjj .IndexCase_content .right .a {
  width: 86%;
}

.internet .fjj .IndexCase_content .right .li {
  margin: 0 auto;
  color: #2970BA;
  margin-bottom: 20px;
  font-size: 15px;
}

.internet .fjj .IndexCase_content .right .li span {
  color: #FFC000;
}

.internet .acip {
  padding-bottom: 55px;
  background: #112436;
}

.internet .acip .IndexCase_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
}

.internet .acip .IndexCase_content .IndexService_content_title dd {
  color: #fff;
}

.internet .acip .IndexCase_content .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* 子元素横向排列 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 相对父元素水平居中 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.internet .acip .IndexCase_content .left img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.internet .acip .IndexCase_content .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* 子元素横向排列 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 相对父元素水平居中 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.internet .acip .IndexCase_content .right .a {
  width: 86%;
}

.internet .acip .IndexCase_content .right .li {
  margin: 0 auto;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}

.internet .acip .IndexCase_content .right .li::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fff;
  left: 0;
  top: 5px;
}

.internet .it {
  padding-bottom: 55px;
  background: #fff;
}

.internet .it .IndexService_content img {
  display: block;
  width: 100%;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  display: block;
  clear: both;
  height: 0;
  content: ' ';
}

.clearfix::before {
  display: table;
  content: " ";
}

.right-mm {
  z-index: 99;
  position: fixed;
  right: 0;
  top: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(35, 24, 21, 0.06);
          box-shadow: 0px 0px 15px 0px rgba(35, 24, 21, 0.06);
  font-size: 10px;
  -webkit-transition: all .36s ease-in-out;
  transition: all .36s ease-in-out;
}

.right-mm.start {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-10px);
          transform: translateY(-50%) translateX(-10px);
}

.right-mm .main .li {
  width: 60px;
  height: 60px;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}

.right-mm .main .li:hover {
  background: #0070c0;
}

.right-mm .main .li:hover::before {
  display: none;
}

.right-mm .main .li:hover .lisbox .imgbox.qr {
  background: url(../img/right/qr-w.png) center center no-repeat;
  background-size: 100% auto;
}

.right-mm .main .li:hover .lisbox .imgbox.tel {
  background: url(../img/right/tel-w.png) center center no-repeat;
  background-size: 100% auto;
}

.right-mm .main .li:hover .lisbox .imgbox.lx {
  background: url(../img/right/lx-w.png) center center no-repeat;
  background-size: 100% auto;
}

.right-mm .main .li:hover .lisbox .imgbox.top {
  background: url(../img/right/top-w.png) center center no-repeat;
  background-size: 100% auto;
}

.right-mm .main .li:hover .mc_aside_zk {
  left: -130px;
  opacity: 1;
}

.right-mm .main .li:hover .mc_aside_zk_lx {
  left: -60px;
  opacity: 1;
}

.right-mm .main .li .lisbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .36s;
  transition: all .36s;
  width: 100%;
  z-index: 2;
  height: 100%;
}

.right-mm .main .li .lisbox .imgbox {
  width: 25px;
  height: 25px;
  -webkit-transition: all .36s ease-in-out;
  transition: all .36s ease-in-out;
}

.right-mm .main .li .lisbox .imgbox.qr {
  background: url(../img/right/qr.png) center center no-repeat;
  background-size: 100% auto;
}

.right-mm .main .li .lisbox .imgbox.tel {
  background: url(../img/right/tel.png) center center no-repeat;
  background-size: 100% auto;
}

.right-mm .main .li .lisbox .imgbox.lx {
  background: url(../img/right/lx.png) center center no-repeat;
  background-size: 100% auto;
}

.right-mm .main .li .lisbox .imgbox.top {
  background: url(../img/right/top.png) center center no-repeat;
  background-size: 100% auto;
}

.right-mm .main .li:not(:last-child):before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4.4em;
  height: 1px;
  background: #eeeeee;
}

.right-mm .main .li .mc_aside_zk_lx {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 10px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .36s;
  transition: all .36s;
  -webkit-box-shadow: 0px 4px 25.38px 1.62px rgba(48, 52, 60, 0.06);
          box-shadow: 0px 4px 25.38px 1.62px rgba(48, 52, 60, 0.06);
  background: #0070c0;
  text-align: center;
}

.right-mm .main .li .mc_aside_zk_lx .mc_aside_leave_box {
  width: 100px;
  line-height: 40px;
  font-size: 14px;
}

.right-mm .main .li .mc_aside_zk_lx .mc_aside_leave_box img {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.right-mm .main .li .mc_aside_zk {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 10px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all .36s;
  transition: all .36s;
  pointer-events: none;
  -webkit-box-shadow: 0px 4px 25.38px 1.62px rgba(48, 52, 60, 0.06);
          box-shadow: 0px 4px 25.38px 1.62px rgba(48, 52, 60, 0.06);
  background: #0070c0;
  text-align: center;
}

.right-mm .main .li .mc_aside_zk .mc_aside_title {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.right-mm .main .li .mc_aside_zk .mc_aside_telnum {
  width: 100px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}

.right-mm .main .li .mc_aside_zk .mc_aside_qrcode {
  width: 100px;
}

.right-mm .main .li .mc_aside_zk .mc_aside_qrcode img {
  display: block;
  width: 100%;
}

.mc_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.mc_modal .mc_modal_container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mc_modal .mc_modal_container .mc_modal_close {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: url(../img/right/close.png) center center no-repeat;
  background-size: 100% auto;
}

.mc_modal .mc_modal_container .mc_modal_content {
  width: 1000px;
  padding: 0;
  overflow: hidden;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 80px);
  overflow: auto;
  background: #fff;
  border-radius: 10px;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_top img {
  display: block;
  width: 100%;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_mleave_submitbtn {
  margin-top: 20px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  background: #0070c0;
  padding: 10px 50px;
  border-radius: 4px;
  cursor: pointer;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_mleave_privacy {
  font-size: 12px;
  color: #666;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_mleave_privacy a {
  color: #0070c0;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_mleave_r {
  width: 100%;
  font-size: 10px;
  padding: 2%;
  max-height: calc(100vh - 80px);
  overflow: auto;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_mleave_r .mc_mleaver_title {
  margin-bottom: 20px;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_mleave_r .mc_title24 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_mleave_r .mc_mleave_form {
  width: 100%;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_mleave_r .mc_mleave_form .mc_mleave_inputbox {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_mleave_r .mc_mleave_form .mc_mleave_formgroup2 {
  margin: 0 -6px;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_mleave_r .mc_mleave_form .mc_mleave_formgroup2 .mc_mleave_inputbox {
  float: left;
  width: 50%;
  padding: 0 6px;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_mleave_r .mc_mleave_form .mc_required::before {
  content: "*";
  color: #ff5000;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_mleave_r .mc_mleave_form textarea.mc_mleave_input {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.5;
  height: 100px;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_mleave_r .mc_mleave_form select {
  width: 100%;
  height: 44px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: #f8f8fa url("../img/right/down.png") right center no-repeat;
  background-size: 14px auto;
  padding-right: 16px;
}

.mc_modal .mc_modal_container .mc_modal_content .mc_mleave_r .mc_mleave_form .mc_mleave_input {
  width: 100%;
  height: 44px;
  background: #f8f8fa;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
}

.aihom-footer {
  background: #222 !important;
}

.aihom-footer .content {
  background-size: 10% auto;
}

.aihom-footer .content .IndexService_content {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aihom-footer .content .IndexService_content .logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aihom-footer .content .IndexService_content .logo img {
  width: 80%;
}

.aihom-footer .content .IndexService_content .text {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
}

.aihom-footer .content .IndexService_content .text .li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.aihom-footer .content .IndexService_content .text .li dd {
  font-size: 14px;
  margin-bottom: 26px;
}

.aihom-footer .content .IndexService_content .text .li a {
  display: block;
  font-size: 14px;
  color: #777;
  margin-bottom: 18px;
}

.aihom-footer .content .IndexService_content .text .li a:hover {
  color: #fff;
}

.aihom-footer .content .IndexService_content .qr {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aihom-footer .content .IndexService_content .qr .li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aihom-footer .content .IndexService_content .qr .li div p {
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: 12px;
}

.aihom-footer .content .IndexService_content .qr .li img {
  display: block;
  width: 100%;
}

.aihom-footer .content .IndexService_content .empty {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.aihom-footer .copyright {
  color: #777;
  padding: 24px 0px;
  text-align: center;
  border-top: 1px solid #313131;
  position: relative;
  font-size: 14px;
}

.aihom-footer .copyright a {
  color: #777;
  font-size: 14px;
}

.aihom-footer .copyright a:hover {
  color: #fff;
}

body .NewsDetails {
  background: #f6f6f6;
  position: relative;
}

body .NewsDetails .left-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: url(../img/news_bg_left.gif) right repeat-y;
}

body .NewsDetails .right-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: url(../img/news_bg_right.gif) left repeat-y;
}

.case .ibanner {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
  position: absolute;
}

.case .ibanner .IndexService_content {
  height: 100%;
  position: relative;
}

.case .ibanner .row .txt_title {
  position: absolute;
  left: 0;
  bottom: 0;
  position: absolute;
  font-size: 42px;
  color: #fff;
  bottom: 60px;
  font-weight: bold;
  line-height: 2;
}

.case .ibanner .row .txt_title span {
  font-size: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}

.new .details_banner {
  position: relative;
}

.new .new_title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.new .new_title span {
  font-size: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}

.aihom-banner {
  position: relative;
}

.aihom-banner img {
  display: block;
  width: 100%;
}

.aihom-banner .hbanner {
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(68, 144, 196, 0.4);
}

.aihom-banner .hbanner .txt_title dd {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

.aihom-banner .hbanner .txt_title dt {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.aihom-banner .aihom_title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.info_consultation .itt {
  background-color: #fff;
}

.info_consultation .itt .itbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_consultation .itt .itbox .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.info_consultation .itt .itbox .item:nth-child(1) {
  margin-right: 2%;
}

.info_consultation .itt .itbox .item:nth-child(2) {
  margin: 0 2%;
}

.info_consultation .itt .itbox .item:nth-child(3) {
  margin-left: 2%;
}

.info_consultation .itt .itbox .item ul {
  padding: 20px;
}

.info_consultation .itt .itbox .item ul li {
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
}

.info_consultation .itt .itbox .item ul li::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #333;
  left: 0;
  top: 10px;
}

.info_consultation .itt .itbox .item .top {
  width: 100%;
  position: relative;
}

.info_consultation .itt .itbox .item .top img {
  display: block;
  width: 100%;
}

.info_consultation .itt .itbox .item .top .h1 {
  position: absolute;
  left: 50%;
  color: #fff;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.info_consultation .qlc .IndexService_content .IndexService_content_title {
  padding: 0;
}

.info_consultation .qlc .IndexService_content .img img {
  display: block;
  width: 100%;
}

.info_consultation .qlc .IndexService_content .txt {
  margin-top: 20px;
  font-size: 20px;
  color: #333;
}

.info_consultation .qlc .IndexService_content .txt .li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.info_consultation .qlc .IndexService_content .txt .li::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #333;
  left: 0;
  top: 12px;
}

.info_consultation .zx .img img {
  display: block;
  width: 100%;
}

.info_consultation .bjhh {
  padding-bottom: 75px;
}

.info_consultation .bjhh .tt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 auto;
}

.info_consultation .bjhh .tt .left {
  margin-right: 5%;
}

.info_consultation .bjhh .tt .left img {
  width: 100%;
  margin: 0 auto;
}

.info_consultation .bjhh .tt .right {
  margin-left: 5%;
  font-size: 20px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* 子元素横向排列 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 相对父元素水平居中 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_consultation .bjhh .tt .right .li {
  margin-bottom: 20px;
}

.new .NewsDetails {
  padding: 55px 0;
}

.new .NewsDetails .IndexService_content {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.case .ibanner .row .ttop {
  left: 50% !important;
  top: 50% !important;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.case .CaseDetail_content {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.aihom_cloud .aihom_js .IndexService_content {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aihom_cloud .aihom_js .IndexService_content.ii {
  width: 80%;
  margin: 0 auto;
}

.aihom_cloud .aihom_js .IndexService_content .left img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.aihom_cloud .aihom_js .IndexService_content .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* 子元素横向排列 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 相对父元素水平居中 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aihom_cloud .aihom_js .IndexService_content .right .a {
  width: 86%;
}

.aihom_cloud .aihom_js .IndexService_content .right .li {
  margin: 0 auto;
  color: #333;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}

.aihom_cloud .aihom_js .IndexService_content .right .li::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #333;
  left: 0;
  top: 5px;
}

.aihom_cloud .aihom_img {
  padding-top: 75px;
}

.aihom_cloud .aihom_img img {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.aihom_cloud .aihom_jjfa .IndexService_content img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.aihom_cloud .App .atitle {
  font-size: 26px;
  text-align: center;
  line-height: 2;
  color: #000;
  margin-bottom: 30px;
}

.aihom_cloud .App .atitle span {
  color: #FFC000;
}

.aihom_cloud .App .atitle p {
  font-size: 18px;
  color: #333;
}

.aihom_cloud .App .li {
  margin-bottom: 80px;
}

.aihom_cloud .App img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.aihom_cloud .App .sc .dbox {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.aihom_cloud .App .sc .dbox .l img {
  display: block;
  width: 100%;
}

.aihom_cloud .App .sc .dbox .r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* 子元素横向排列 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 相对父元素水平居中 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aihom_cloud .App .sc .dbox .r h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.aihom_cloud .App .sc .dbox .r p {
  font-size: 16px;
  font-size: #555;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.aihom_cloud .App .sc .dbox .r p::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #555;
  left: 0;
  top: 8px;
}

.ueditor table.noBorderTable td,
.ueditor table.noBorderTable th,
.ueditor table.noBorderTable caption {
  border: 1px dashed #ddd !important;
}

.ueditor table.sortEnabled tr.firstRow th,
.ueditor table.sortEnabled tr.firstRow td {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../../themes/default/images/sortable.png);
}

.ueditor table.sortEnabled tr.firstRow th:hover,
.ueditor table.sortEnabled tr.firstRow td:hover {
  background-color: #EEE;
}

.ueditor table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}

.ueditor td,
.ueditor th {
  background: white;
  padding: 5px 10px;
  border: 1px solid #DDD;
}

.ueditor caption {
  border: 1px dashed #DDD;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}

.ueditor th {
  border-top: 1px solid #BBB;
  background: #F7F7F7;
}

.ueditor table tr.firstRow th {
  border-top: 2px solid #BBB;
  background: #F7F7F7;
}

.ueditor tr.ue-table-interlace-color-single td {
  background: #fcfcfc;
}

.ueditor tr.ue-table-interlace-color-double td {
  background: #f7faff;
}

.ueditor td p {
  margin: 0;
  padding: 0;
}

.ueditor table.noBorderTable td,
.ueditor table.noBorderTable th,
.ueditor table.noBorderTable caption {
  border: 1px dashed #ddd !important;
}

.ueditor table.sortEnabled tr.firstRow th,
.ueditor table.sortEnabled tr.firstRow td {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../../themes/default/images/sortable.png);
}

.ueditor table.sortEnabled tr.firstRow th:hover,
.ueditor table.sortEnabled tr.firstRow td:hover {
  background-color: #EEE;
}

.ueditor table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
}

.ueditor td,
.ueditor th {
  background: white;
  padding: 5px 10px;
  border: 1px solid #DDD;
}

.ueditor caption {
  border: 1px dashed #DDD;
  border-bottom: 0;
  padding: 3px;
  text-align: center;
}

.ueditor th {
  border-top: 1px solid #BBB;
  background: #F7F7F7;
}

.ueditor table tr.firstRow th {
  border-top: 2px solid #BBB;
  background: #F7F7F7;
}

.ueditor tr.ue-table-interlace-color-single td {
  background: #fcfcfc;
}

.ueditor tr.ue-table-interlace-color-double td {
  background: #f7faff;
}

.ueditor td p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .aihom_cloud .aihom_js .IndexService_content_title {
    font-size: 16px;
  }
  .aihom_cloud .aihom_js .IndexService_content {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .aihom_cloud .aihom_js .IndexService_content.ii {
    width: 100%;
    margin: 0 auto;
  }
  .aihom_cloud .aihom_js .IndexService_content .left img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .aihom_cloud .aihom_js .IndexService_content .right {
    margin-top: 20px;
  }
  .aihom_cloud .aihom_js .IndexService_content .right .a {
    width: 86%;
  }
  .aihom_cloud .aihom_js .IndexService_content .right .li {
    font-size: 14px;
    padding-left: 10px;
  }
  .aihom_cloud .aihom_js .IndexService_content .right .li::after {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  .aihom_cloud .aihom_img {
    padding-top: 25px;
  }
  .aihom_cloud .aihom_jjfa .IndexService_content img {
    display: block;
    width: 100%;
  }
  .aihom_cloud .App .atitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .aihom_cloud .App .atitle span {
    color: #FFC000;
  }
  .aihom_cloud .App .atitle p {
    font-size: 12px;
    color: #333;
  }
  .aihom_cloud .App .li {
    margin-bottom: 40px;
  }
  .aihom_cloud .App img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .aihom_cloud .App .sc .dbox {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
  }
  .aihom_cloud .App .sc .dbox .l img {
    display: block;
    width: 100%;
  }
  .aihom_cloud .App .sc .dbox .r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /* 子元素横向排列 */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* 相对父元素水平居中 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aihom_cloud .App .sc .dbox .r h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
  }
  .aihom_cloud .App .sc .dbox .r p {
    font-size: 12px;
    font-size: #555;
    margin-bottom: 10px;
    padding-left: 10px;
    position: relative;
  }
  .aihom_cloud .App .sc .dbox .r p::after {
    width: 6px;
    height: 6px;
    top: 8px;
  }
  .aihom-hr {
    padding-top: 25px;
  }
  .aihom-banner .hbanner .txt_title dd {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .aihom-banner .hbanner .txt_title dt {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  .info_consultation .itt {
    background-color: #fff;
  }
  .info_consultation .itt .itbox {
    width: 100%;
    display: block;
  }
  .info_consultation .itt .itbox .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .info_consultation .itt .itbox .item ul {
    list-style: disc;
  }
  .info_consultation .qlc .IndexService_content .IndexService_content_title {
    padding: 0;
  }
  .info_consultation .qlc .IndexService_content .img img {
    display: block;
    width: 100%;
  }
  .info_consultation .qlc .IndexService_content .txt {
    margin-top: 14px;
    font-size: 14px;
    color: #333;
  }
  .info_consultation .qlc .IndexService_content .txt .li {
    margin-bottom: 10px;
  }
  .info_consultation .zx .img img {
    display: block;
    width: 100%;
  }
  .info_consultation .bjhh .tt {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .info_consultation .bjhh .tt .left {
    margin-right: 0 img;
    margin-right-width: 100%;
    margin-right-margin: 0 auto;
  }
  .info_consultation .bjhh .tt .right {
    margin-left: 0;
    padding-top: 20px;
    font-size: 16px;
    padding: 0 20px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /* 子元素横向排列 */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* 相对父元素水平居中 */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info_consultation .bjhh .tt .right .li {
    margin-bottom: 20px;
  }
  .CompanyProfile.IndexCase .IndexCase_content {
    display: block;
  }
  .CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list {
    width: 100%;
    padding-bottom: 50px;
  }
  .CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list:nth-child(2) {
    border: none;
  }
  .CompanyProfile.IndexCase .IndexCase_content .IndexCase_content_list .content_list_title {
    font-size: 12px;
    padding: 0 10px;
  }
  .index_banner, .swiper {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .index_banner .swiper-slide, .swiper .swiper-slide {
    width: 100%;
    position: relative;
  }
  .index_banner .swiper-slide .bgimg, .swiper .swiper-slide .bgimg {
    width: 100%;
    display: block;
  }
  .index_banner .swiper-slide .container, .swiper .swiper-slide .container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
  }
  .index_banner .swiper-slide .container .IndexService_content, .swiper .swiper-slide .container .IndexService_content {
    height: 100%;
  }
  .index_banner .swiper-slide .container .row, .swiper .swiper-slide .container .row {
    height: 100%;
    position: relative;
  }
  .index_banner .swiper-slide .container .row .txt_title, .swiper .swiper-slide .container .row .txt_title {
    position: absolute;
    font-size: 14px;
    color: #fff;
    bottom: 20px;
  }
  .internet .bannerbox dd {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .internet .bannerbox dt {
    font-size: 14px;
    font-weight: bold;
  }
  .internet .hl {
    background: #112436;
  }
  .internet .hl img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .internet .fjj {
    padding-bottom: 55px;
  }
  .internet .fjj .IndexCase_content {
    display: block;
    width: 100%;
  }
  .internet .fjj .IndexCase_content .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .internet .fjj .IndexCase_content .left img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .internet .fjj .IndexCase_content .right {
    margin-top: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .internet .fjj .IndexCase_content .right .li {
    width: 90%;
    margin: 0 auto;
    color: #2970BA;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .internet .fjj .IndexCase_content .right .li span {
    color: #FFC000;
  }
  .internet .acip {
    padding-bottom: 55px;
    background: #112436;
  }
  .internet .acip .IndexCase_content {
    display: block;
    width: 100%;
  }
  .internet .acip .IndexCase_content .IndexService_content_title dd {
    color: #fff;
  }
  .internet .acip .IndexCase_content .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .internet .acip .IndexCase_content .left img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .internet .acip .IndexCase_content .right {
    margin-top: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .internet .acip .IndexCase_content .right .li {
    width: 90%;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
  }
  .internet .acip .IndexCase_content .right .li::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    left: 0;
    top: 10px;
  }
  .aihom-footer {
    background: #222 !important;
  }
  .aihom-footer .content .IndexService_content {
    padding: 30px 0;
    display: block;
  }
  .aihom-footer .content .IndexService_content .logo {
    display: block;
  }
  .aihom-footer .content .IndexService_content .logo img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .aihom-footer .content .IndexService_content .text {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
  .aihom-footer .content .IndexService_content .text .li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .aihom-footer .content .IndexService_content .text .li dd {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .aihom-footer .content .IndexService_content .text .li a {
    display: block;
    font-size: 12px;
    color: #777;
    margin-bottom: 10px;
  }
  .aihom-footer .content .IndexService_content .text .li a:hover {
    color: #fff;
  }
  .aihom-footer .content .IndexService_content .qr {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aihom-footer .content .IndexService_content .qr .li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aihom-footer .content .IndexService_content .qr .li div p {
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-top: 12px;
  }
  .aihom-footer .content .IndexService_content .qr .li img {
    display: block;
    width: 100%;
  }
  .aihom-footer .content .IndexService_content .empty {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .aihom-footer .copyright {
    color: #777;
    padding: 24px 0px;
    text-align: center;
    border-top: 1px solid #313131;
    position: relative;
    font-size: 14px;
  }
  .case .ibanner .row .txt_title {
    font-size: 16px;
    color: #fff;
    left: 0;
    bottom: 20px;
    font-weight: bold;
    line-height: 2;
  }
  .case .ibanner .row .txt_title span {
    font-size: 14px;
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
  }
  .new .details_banner {
    position: relative;
  }
  .new .new_title {
    font-size: 16px;
  }
  .new .new_title span {
    font-size: 14px;
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
  }
  .about .cp-address .row {
    display: block;
  }
  .ueditor table td, .ueditor table th {
    display: block;
    width: 100%;
  }
  .ueditor .NewsDetails_content h2, .ueditor .CaseDetail_content h2 {
    line-height: 1.5 !important;
    font-size: 18px !important;
  }
  .ueditor .NewsDetails_content h2 span, .ueditor .CaseDetail_content h2 span {
    font-size: 18px !important;
  }
  .ueditor .NewsDetails_content h5, .ueditor .CaseDetail_content h5 {
    line-height: 1.5 !important;
    font-size: 16px !important;
  }
  .ueditor .NewsDetails_content h5 span, .ueditor .CaseDetail_content h5 span {
    font-size: 16px !important;
  }
  .ueditor .NewsDetails_content p, .ueditor .CaseDetail_content p {
    line-height: 1.5 !important;
    font-size: 14px !important;
  }
  .ueditor .NewsDetails_content p span, .ueditor .CaseDetail_content p span {
    font-size: 14px !important;
  }
}
/*# sourceMappingURL=header.css.map */