*,
html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Source Han Sans CN Regular";
}

.header {
  /* background: rgba(0, 0, 0, 0.8); */
  background: rgba(255, 255, 255, 1);
  border-color: #ffffff !important;
  position: fixed;
  width: 100vw;
}
.header-box {
  max-width: 1400px;
  color: #ffffff;
  margin: 0 auto;
}

.header-log-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.header-log-box img {
  width: 30px;
  height: 30px;
}
.header .navbar-nav > li > a {
  line-height: 30px;
  color: #222222;
}
.header .navbar-nav > li > a:hover {
  color: #2277da;
}
.header.navbar-inverse .navbar-nav > .active > a {
  color: #2277da;
  background-color: #ffffff;
}
.header.navbar-inverse .navbar-nav > .open > a,
.header.navbar-inverse .navbar-nav > .open > a:focus,
.header.navbar-inverse .navbar-nav > .open > a:hover .header-toast-title {
  /* color: #ffffff; */
  color: #2277da;
  background-color: #ffffff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #222222;
}
.navbar-inverse .navbar-brand:hover {
  color: #222222;
}
.navbar-inverse .navbar-brand {
  color: #222222;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:focus {
  color: #222222;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #2277da;
}
/* 头部banner */
.jumbotron {
  height: 780px;
  background: url("../img/index/indexbanner.png") no-repeat top center;
  background-size: auto 100%;
  padding-top: 300px;
  margin: 0;
  position: relative;
}
.banner-title-box {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.banner-title-center {
  font-size: 45px;
  /* font-family: Source Han Sans CN; */
  font-weight: 800;
  color: #ffffff;
  line-height: 75px;
  text-shadow: 0px 4px 0px rgba(16, 26, 70, 0.85);
  margin-bottom: 50px;
}
.banner-title-more a {
  height: 14px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 800;
  color: #ffffff;
  line-height: 75px;
  text-shadow: 0px 2px 0px rgba(16, 26, 70, 0.85);
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding-bottom: 5px;
}
.dropdown-menu {
  border-radius: 10px;
}
.pc-menu {
  padding: 10px;
  min-width: 300px;
}
.pc-menu li {
  width: 120px;
  float: left;
  overflow: hidden;
  padding: 10px 0 0px 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}
.pc-menu li a,
.pc-menu-title span {
  color: #222222 !important;
}
.pc-menu li a:hover {
  color: #2277da;
}
.pc-menu-title {
  padding: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #cccccc;
}
.pc-menu-title span {
  color: #222222;
}
.pc-menu::after {
  content: "";
  display: block;
  clear: both;
}
/* banner下方文字 */
.center-text {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
  height: 60px;
  background: #025393;
  opacity: 0.8;
  text-align: center;
  overflow: hidden;
}
.dom-bottom {
  height: 20px;
}
.dom-modular {
  max-width: 1200px;
  padding: 20px 0px;
  margin: 0 auto;
}
.row {
  margin: 0px;
}
/* 轮播 */
.carousel {
  padding: 20px 0;
}
.carousel-control-box {
  position: relative;
  width: 140px;
  margin: 0 auto;
}
.carousel-control-box i {
  font-size: 20px;
  color: #222222;
}
.carousel-control-box .carousel-control:focus,
.carousel-control-box .carousel-control:hover {
  color: #2878ff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control-box i:hover {
  color: #2878ff;
}
.carousel-number {
  text-align: center;
}
.carousel-control-box .carousel-control.right,
.carousel-control-box .carousel-control.left {
  background: none;
  display: flex;
  align-items: center;
}
.current,
.total {
  color: #222222;
}
.case {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case li {
  float: left;
  width: 374px;
  height: 302px;
  position: relative;
  background-size: 100%;
  transition: all 0.5s;
  background-position: center;
}
.case li:hover {
  background-size: 120%;
}
.case li span {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 50px;
  background: #222222;
  opacity: 0.8;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case li p {
  /* position: absolute; */
  /* bottom: 0px; */
  /* left: 0; */
  /* right: 0; */
  /* height: 68px; */
  /* background: #222222; */
  opacity: 0.8;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  /* padding: 14px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case li p.phone {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 50px;
  background: #222222;
  opacity: 0.8;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 14px;
  display: -webkit-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dom-title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 40px;
}
.dom-title-box span {
  border-bottom: 2px solid #222222;
}
.dom-title-box .big {
  font-size: 36px;
  font-weight: bold;
  color: #222222;
  font-style: normal;
}
.dom-title-box .small {
  font-size: 20px;
  font-family: Arial;
  font-weight: bold;
  color: #222222;
}
.carousel_pu {
  padding-top: 40px;
}
.li_opcity {
  opacity: 1;
}
.hiden_all {
  display: none;
}
.carousel-pc-box-bt .carousel-control {
  top: 50%;
  height: 38px;
  width: 38px;
  margin-top: -19px;
  border-radius: 50px;
  background-color: #cccccc;
  background-image: initial;
}
.carousel-pc-box-bt .carousel-control span {
  color: #cccccc;
}
.carousel-pc-box-bt .carousel-control .glyphicon-chevron-right {
  margin-right: -7px;
}
.carousel-pc-box-bt .carousel-control .glyphicon-chevron-left {
  margin-left: -6px;
}
.foot_box {
  /* background: #000000; */
  background: rgba(0, 0, 0, 0.8);

  /* opacity: 0.8; */
  height: 60px;
}
.foot_center {
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot_center > div {
  display: flex;
  align-items: center;
}
.foot_center > div > p {
  margin-bottom: 0px;
  margin-right: 100px;
  color: #ffffff;
}
.official-account {
  position: relative;
  cursor: pointer;
}
.official-account i {
  height: 120px;
  width: 120px;
  position: absolute;
  left: -23px;
  bottom: 23px;
  display: block;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.official-account img {
  height: 100%;
  width: 100%;
}
.official-account .transition_official {
  opacity: 1;
  visibility: visible;
  /* height: 120px; */
}
.no-gutter [class*="col-"] {
  margin-right: 5px;
  margin-left: 5px;
}

#moveTopBanner {
  position: relative;
  height: auto;
  padding: 0px;
}
#moveTopBanner img {
  width: 100%;
  height: auto;
}
#moveTopBanner .newbannerbox {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%);
}
#moveTopBanner .newbannerbox div {
  margin: 0px;
}
#pcTopBanner {
  position: relative;
  height: auto;
  padding: 0px;
}
#pcTopBanner img {
  width: 100%;
  height: auto;
}
#pcTopBanner .newbannerbox {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#pcTopBanner .newbannerbox div {
  margin: 0px;
}
#navbarPosition {
  height: 60px;
}

.system_img_box {
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.system_img_box img {
  max-height: 340px;
  width: auto;
  max-width: 100%;
}
.disaster-img-title {
  text-align: center;
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  color: #222222;
}
.ones-text-disaster {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #555555;
  opacity: 0.8;
  line-height: 28px;
  text-indent: 25px;
}
.subtitle-text-disaster {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #222222;
  line-height: 75px;
}
.ones-textul-disaster {
  padding-left: 25px;
}
.ones-textul-disaster li {
  color: #555555;
  line-height: 28px;
  opacity: 0.8;
}
.ones-textul-disaster li::before {
  content: "";
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #555555;
  float: left;
  margin-right: 15px;
  line-height: 28px;
  transform: translateY(10px);
}
.ones-textul-disaster .li-disa {
  text-indent: 25px;
}
.ones-textul-disaster .li-disa::before {
  content: "";
  transform: translate(25px, 6px);
}
.disaster .produce_pc_left {
  display: flex;
  float: initial;
  justify-content: space-between;
  width: 100%;
  height: 56px;
}
.disaster .produce_pc_left .item {
  width: 400px;
  height: 56px;
  line-height: 56px;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #eeeeee;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  padding: 0px;
  border-radius: 0px;
  margin: 0px;
}
.disaster .produce_pc_left .active {
  height: 56px;
  line-height: 47px;
  border-top: 6px solid #2277da;
  box-sizing: border-box;
}
.disaster .produce_pc_right {
  width: 100%;
  height: initial;
  float: initial;
  border-radius: 0px;
}
.disaster .produce_pc_right .item {
  padding: 40px;
}
.disaster .produce_pc_right .active {
  display: block !important;
}
.disaster .produce_pc_right .item_2 div {
  height: initial;
}
.disaster .ones-text-disaster {
  text-indent: 0px;
}
.disaster .ones-textul-disaster {
  padding-left: 0px;
}
.detia-a {
  max-width: 1200px;
  margin: 0 auto;
}
.detia-a a {
  margin-bottom: 5px;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #1c2437;
  text-decoration: none;
}
.cloudos2item {
  position: relative;
  display: flex;
  padding: 15px 10px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
}
.cloudos2item .cld-1 {
  margin-right: 10px;
}
.cloudos2item .cld-1 div {
  width: 50px;
  height: 50px;
}
.cloudos2item img {
  width: 48px;
  height: 48px;
}
.cloudos2item p {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #222222;
  line-height: 30px;
  margin: 0px;
}
.cloudos2item span {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}
.cloud-row {
  padding: 20px;
}
.text-fxbt {
  padding-top: 30px;
  font-size: 18px;
  font-family: Adobe Heiti Std R;
  font-weight: normal;
  color: #222222;
  text-align: center;
}
.line-cloud-fx {
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #555555;
  line-height: 34px;
  margin-bottom: 0px;
}
.text-img-fx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-img-fx img {
  max-height: 350px;
  width: auto;
  max-width: 100%;
}
.text-line-mold .title {
  background: #eeeeee;
  width: 100% !important;
  padding-left: 40px !important;
}
.text-line-mold .title i {
  font-size: 20px;
  font-family: DIN-Bold;
  font-weight: bold;
  color: #2277da;
  border: none !important;
  top: 52% !important;
  left: 10px !important;
}
.title_search_tab_box {
  border-bottom: 1px solid #e6e6e6;
  margin: 40px 0;
}
.title_search_tab {
  width: 60%;
  background: #ffffff;
  margin: 0 auto;
}
.title_search_tab ul {
  display: flex;
}
.title_search_tab ul li {
  flex: 1;
  cursor: pointer;
}
.title_search_tab ul li div {
  font-size: 20px;
  color: #222222;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #ffffff;
}
.title_search_tab ul li.active div {
  background: url(/img/cloudos/altertabbot.png) no-repeat center 35px;
  color: #2277da;
}
.title_search_center_box .item {
  display: none;
}
.title_search_center_box div.active {
  display: block;
}
.fubiaoti {
  font-size: 18px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #222222;
  line-height: 75px;
}
.funeir {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.ones-uline-disaster {
  padding-left: 25px;
}
.ones-uline-disaster li {
  color: #222222;
  line-height: 28px;
  opacity: 0.8;
}
.ones-uline-disaster li::before {
  content: "";
  display: flex;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #222222;
  float: left;
  margin-right: 15px;
  line-height: 28px;
  transform: translateY(6px);
}
.ones-uline-disaster li .uline-title {
  font-weight: bold;
}
.ones-uline-disaster li .uline-center {
  color: #555555;
}
.ones-uline-disaster .li-disa {
  text-indent: 25px;
}
.ones-uline-disaster .li-disa::before {
  content: "";
  transform: translate(25px, 6px);
}
.intelligence {
  width: 100%;
  height: auto;
  background: url(/img/cloudos/intelligencebg.jpg) no-repeat left top;
  background-size: 100% 100%;
  display: flex;
  position: relative;
}
.alter5cloudos .rowclo {
  position: relative;
}
.alter5cloudos .rowclo::after {
  content: "";
  display: block;
  clear: both;
}
.alter5cloudos .leftclo {
  height: 100%;
  width: 33.66666667%;
  background-color: #34394c;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
}
.alter5cloudos .rightclo {
  height: 100%;
  width: 66.33333333%;
  float: right;
}
.alter5cloudos .rightclo::after {
  content: "";
  display: block;
  clear: both;
}
.alter5cloudos #producepcleft {
  padding-top: 10px;
  float: right;
  max-width: 340px;
  width: 100%;
}
.alter5cloudos #producepcleft .item {
  padding-left: 10px;
  width: 100%;
  line-height: 58px;
  cursor: pointer;
  margin-bottom: 10px;
  color: #ffffff;
  height: 58px;
}
.alter5cloudos #producepcleft .item.active {
  background: #2277da;
  box-shadow: 1px 3px 10px 0px rgba(0, 27, 141, 0.11);
}
.alter5cloudos #producepcright,
.alter5cloudos .produce_pc_right_ee {
  float: none;
  height: auto;
  max-width: 860px;
  padding: 20px;
}
.alter5cloudos #producepcright .item_1 img,
.alter5cloudos .produce_pc_right_ee .item_1 img,
.alter5cloudos #producepcright .item_2 img,
.alter5cloudos .produce_pc_right_ee .item_2 img,
.alter5cloudos #producepcright .item_3 img,
.alter5cloudos .produce_pc_right_ee .item_3 img,
.alter5cloudos #producepcright .item_4 img,
.alter5cloudos .produce_pc_right_ee .item_4 img,
.alter5cloudos #producepcright .item_5 img,
.alter5cloudos .produce_pc_right_ee .item_5 img {
  width: auto;
}
.alter5cloudos #producepcright .cloudo-head,
.alter5cloudos .produce_pc_right_ee .cloudo-head {
  font-size: 18px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #fffefe;
  line-height: 40px;
  margin-bottom: 10px;
}
.alter5cloudos #producepcright .cloudo-fu-head,
.alter5cloudos .produce_pc_right_ee .cloudo-fu-head {
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #fffefe;
  line-height: 40px;
  opacity: 0.8;
}
.alter5cloudos #producepcright .cloudoq-c,
.alter5cloudos .produce_pc_right_ee .cloudoq-c {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #fffefe;
  line-height: 28px;
  opacity: 0.6;
  padding: 0px;
  text-align: left;
}
.cloud-btm-u {
  background-color: #ffffff;
  padding: 20px 20px;
}
.cloud-btm-u .row div {
  padding-left: 40px;
}
.cloud-btm-u ul li {
  list-style: disc;
  font-size: 14px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  color: #555555;
  line-height: 28px;
}
#andshowlun {
  display: none;
}
#andshowlun .item {
  padding-bottom: 20px;
}
#pcshowlun {
  display: block;
}
