.width1190 {
  width: 1190px;
  height: 100%;
  margin: 0 auto;
}

body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  color: #202020;
}

span {
  display: inline-block;
}

/* 浮动相关 */
.f-clear {
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fclearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* 单行打点 */
.line-clamp {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 两行打点 */
.line-clamp-2,
.line-clamp-3,
.line-clamp-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 三行打点 */
.line-clamp-3 {
  -webkit-line-clamp: 3;
}

a {
  display: inline-block;
  text-decoration: none !important;
  color: #ffffff;
}
a:hover {
  text-decoration: none !important;
}
a:hover .a_span {
  color: #1046b4 !important;
}
a:hover .a_span_keys {
  color: rgb(209, 7, 7) !important;
}
.achievements_bg_box a:hover .a_span,
.achievements_second_box a:hover .a_span,
.university_box a:hover .a_span {
  color: rgb(8,108,84) !important;
}

.innovation_box a:hover .a_span,
.innovation_secondary_box a:hover .a_span {
  color: rgb(78,136,140) !important;
}
.forum_box a:hover .a_span {
  color: #0250A9 !important;
}
.a_span_out:hover a {
  color: #1046b4 !important;
}
.university_box .a_span_out:hover a {
  color: rgb(8,108,84) !important;
}
ul {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none !important;;
}
input {
	background: none;
	outline: none;
	border: none;
}
input:focus {
	border: none;
}
button {
  border: 0;
  background-color: transparent;
  outline: none;
}
.theme_color {
  color: rgb(16,70,180);
}
.theme_bg_color {
  background-color: rgb(16,70,180);
}
.cloud_color {
  color: #175DAD;
}
.cloud_bg_color {
  background-color: #175DAD;
}
.about_color {
  color: #0250a9;
}
.about_bg_color {
  background-color: #0250a9;
}
.cloud_bg_color {
  background-color: #175DAD;
}
.cloud_bg_box .achievements_color {
  color: #175DAD;
}
.expertLib_color {
  color: #0250A9;
}
.expertLib_bg_color {
  background-color: #0250A9;
}
.achievements_color {
  color: rgb(8,108,84);
}
.achievements_bg_color {
  background-color: rgb(8,108,84);
}

.header-list-link-a .header-list-link{
  color: #1663E6 !important;
}
.innovation_color {
  color: rgb(78,136,140);
}
.innovation_bg_color {
  background-color: rgb(78,136,140);
}
.news_color {
  color: #1046b4;
}
.news_bg_color {
  color: #1046b4;
}
.search_color {
  color: #1046b4;
}
.search_bg_color {
  background-color: #1046b4;
}
.university_lib_color {
  color: #1046b4;
}
.university_lib_bg_color {
  background-color: #1046b4;
}
.vip_serve_color {
  color: #0250a9;
}
.vip_serve_bg_color {
  background-color: #0250a9;
}
.vip_high_color {
  color: #e2af5c;
}

/* 底部通用 */
.currency_bottom_color {
  background-color: #3a3a3a !important;
}
.cnzz {
  height: 0 !important;
}
.cnzz a {
  display: none !important;
}
/* 展厅直达通用 */
.content_top .currency_hall_line {
  border: 1px solid rgb(245,245,245) !important;
}
.content_top .currency_hall_go:hover .currency_hall_line {
  border-bottom: transparent !important;
}
.currency_hall_text {
  color: #999999 !important;
}

/* 文章详情 */
article {
  font-size: 16px !important;
  font-weight: normal !important;
  color: #666666 !important;
}
.school_dec_list p,
article p,
article div {
  font-size: 16px !important;
  font-weight: normal !important;
  color: #666666 !important;
  line-height: 30px !important;
  margin-bottom: 15px !important;
}

article p,
article div {
  word-break: break-word;
  text-align: justify;
}

article .video-js p,
article .video-js div {
  word-break: normal;
  text-align: justify;
  font-size: 0.9em !important;
  line-height: 1 !important;
}
article img {
  max-width: 1190px;
}
.enterprise_bg_box article img {
  max-width: 100% !important;
}
article a {
  color: #1046b4;
}
article span,
article a {
  display: inline;
}
article center p,
article center div{
  text-align: center;
}
article table {
  border-collapse: collapse;
  border: #666666;
}
.article_es p {
  line-height: 24px !important;
}
article br {
  display: block;
  content: "";
  height: 15px;
  /* 强行兼容ie写的 警告不用管 */
  vertical-align: top;
  line-height: 280%;
}
.enterprise_dec {
  font-size: 16px !important;
  font-weight: normal !important;
  color: #666666 !important;
  line-height: 30px !important;
}

.key_spans {
  /* font-weight: normal; */
  font-weight: normal !important;
}
.key_star_box span {
  margin-top: 2px;
}
.university_detail_box .key_star_box span {
  margin-top: 0;
}
.university_detail_box .key_star_box {
  margin-left: 40px;
}
.key_spans span {
  margin: 0 5px;
}
.key_spans ~ a span,
.key_spans ~ span {
  margin: 0 5px;
}

.label_btn_box {
  margin: 20px auto 0;
  text-align: center;
}
.label_btn_box .label_btn,
.label_btn_box .label_p_btn {
  display: inline-block;
}
.label_btn_box .label_p_btn {
  margin-left: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 12px !important;
  border: 1px solid #999999;
  color: #999999 !important;
  cursor: pointer;
}
.label_btn_box .label_next {
  margin-left: 10px;
}
.label_btn_box .label_active {
  background-color: #1046b4;
  border: 1px solid #1046b4;
  color: #ffffff !important;
}
.label_btn_box .label_p_btn:hover {
  background-color: #1046b4;
  border: 1px solid #1046b4;
  color: #ffffff !important;
}
.label_btn_box .label_btn {
  width: 58px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 12px !important;
  border: 1px solid #999999;
  color: #999999 !important;
  cursor: pointer;
}
.label_btn_box .label_btn:hover {
  background-color: #1046b4;
  border: 1px solid #1046b4;
  color: #ffffff !important;
}
.label_btn_box .label_blank {
  background-color: #b1b1b1;
  border: 1px solid #b1b1b1;
  color: #ededed !important;
  cursor: auto;
}
.label_btn_box .label_blank:hover {
  background-color: #b1b1b1;
  border: 1px solid #b1b1b1;
  color: #ededed !important;
}

.heec_img {
  cursor: pointer;
}

/* 隐藏提示 */
.expert_tip_r {
  position: relative;
}
.expert_tip_a {
  position: absolute;
  z-index: 999999;
  display: none;
  width: 275px !important;
  height: 54px !important;
}
.expert_tip_a img {
  width: 275px !important;
  height: 54px !important;
}

.people_tip_r {
  position: relative;
}
.people_tip_a {
  position: absolute;
  z-index: 999999;
  display: none;
  width: 275px !important;
  height: 54px !important;
}
.people_tip_a img {
  width: 275px !important;
  height: 54px !important;
}

.cloud_tip_r {
  position: relative;
}
.cloud_tip_a {
  position: absolute;
  z-index: 999999;
  display: none;
  width: 275px !important;
  height: 54px !important;
}
.cloud_tip_a img {
  width: 275px !important;
  height: 54px !important;
}
.index_showroom .cloud_tip_a {
  top: -70px;
  left: -95px;
}

.index_content .content_bottom .expert_tip_a {
  top: 116px;
  left: 168px;
}
.index_achievements .achievements_top_box .expert_tip_a {
  top: 122px;
  left: 202px;
}
.index_achievements .achievements_bottom_title .expert_tip_a {
  top: 212px;
  left: 118px;
}
.index_innovation .expert_tip_a {
  top: 136px;
  left: 155px;
}
.innovation_content_box .expert_tip_a {
  top: 52px;
  left: 752px;
}
.innovation_secondary_box .expert_tip_a {
  top: 58px;
  left: 94px;
}
.center_list .expert_tip_a {
  top: 48px;
  left: 456px;
}

.index_content .content_bottom .people_tip_a {
  top: 116px;
  left: 661px;
}
.center_list .people_tip_a {
  top: 48px;
  left: 526px;
}

/* 超出隐藏显示省略号 */
.over_hide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.over_hide2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

/* 取消input number箭头样式 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}

/* 定位 */
.positionR {
  position: relative;
}
.positionA {
  position: absolute;
}
.positionF {
  position: fixed;
}

/* margin */
.mv-20 {
  margin: 20px 0;
}
.mh-20 {
  margin: 0 20px;
}
.mh-10 {
  margin: 0 10px;
}
.mh-5 {
  margin: 0 5px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}

/* flex */
.flexCenter {
  -js-display:flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexEvenlyY {
  -js-display:flex;
  display: flex;
  flex-direction: column;
  /* justify-content: space-evenly; */
  justify-content: space-between;
  align-items: center;
}
.flexEvenlyYleft {
  -js-display:flex;
  display: flex;
  flex-direction: column;
  /* justify-content: space-evenly; */
  justify-content: space-between;
}
.flexBetweenY {
  -js-display:flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.flexBetweenYleft {
  -js-display:flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flexBetween {
  -js-display:flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexEvenly {
  -js-display:flex;
  display: flex;
  /* justify-content: space-evenly; */
  justify-content: space-between;
  align-items: center;
}

.center_title {
  width: 130px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #202020;
  margin: 0 auto;
}
.index_achievements .center_title {
  width: 180px;
}
.arrow {
  width: 20px;
  height: 36px;
}
.img_circular {
  border-radius: 50%;
}
.icon_box2,
.icon_box3 {
  cursor: pointer;
}

/* 顶部 */
.tops {
  height: 36px;
  min-width: 1440px;
  /* min-width: 1190px; */
  font-size: 12px;
  color: #666666;
  background-color: rgb(245,245,245);
}
.tops .width1190 .top-l {
  -js-display:flex;
  display: flex;
  align-items: center;
}
.tops .width1190 .top-l img {
  margin-bottom: 2px;
}
.tops a {
  color: #666666;
  height: 14px;
}
.tops .width1190 .top-r {
  -js-display:flex;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.tops .width1190 .top-r span {
  font-size: 12px;
  color: #666666;
  /* height: 14px;
  line-height: 14px; */
}
.tops .width1190 .top-r .k_tel {
  margin-left: 8px;
}
.tops .width1190 .top-r .m_span {
  margin-top: -2px;
}
.tops .width1190 .top-r .top_r_msg {
  height: 18px;
}
.tops .width1190 .top-r .vip_span {
  margin-right: 30px;
}
.auth_span_hide {
  display: none;
}

/* 主体内容 */
.content {
  width: 100%;
  min-width: 1190px;
  background-color: #ffffff;
}
.content_top {
  height: 136px;
  min-width: 1190px;
}
.content .logoBox {
  /* -js-display:flex;
  display: flex;
  align-items: center; */
  display: flex;
  align-items: center;
  float: left;
  width: 435px;
}
.enterprise_bg_box .content .logoBox {
  display: flex;
  align-items: center;
  width: 650px;
}
.search_box .content .logoBox {
  display: flex;
  align-items: center;
  width: 235px;
}
.content_top .logoBox a {
  float: left;
}
.content_top .logoBox a img {
  width: 110px;
  height: 36px;
  margin-top: 5px;
}
.content_top .logoBox .line {
  width: 1px;
  height: 16px;
  color: rgb(245,245,245);
  margin: 15px 10px 0;
  padding-bottom: 10px;
  float: left;
}
.content_top .logoBox .title {
  width: 270px;
  /* margin-top: 22px;
  padding-bottom: 5px; */
  /* margin-top: 13px; */
  font-size: 22px;
  color: #333333;
  float: left;
}
.search_box .content_top .logoBox .title {
  width: 50px;
}

.content_top .rightBox {
  width: 754px;
  /* float: left; */
  float: right;
}
.content_top .rightBox .inuptBox {
  width: 502px;
  height: 36px;
  border: 2px solid rgb(8,108,84);
  /* border: 2px solid #002147; */
  /* height: 40px; */
}
.content_top .rightBox input {
  width: 502px;
  height: 36px;
  padding-left: 20px;
}
/* .content_top .inuptBox a {
  top: -2px;
  right: -98px;
} */
.content_top .search {
  top: -2px;
  right: -98px;
  cursor: pointer;

  padding: 0 18px;
  width: 62px;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
}
.content_top .search img {
  width: 21px;
  height: 21px;
}
.content_top .hotText {
  left: -2px;
  bottom: -25px;
  font-size: 12px;
  color: #999999;
}
.content_top .hotText a {
  color: #999999;
}
.content_top .hotText span {
  margin-right: 5px;
}

.content_top .goRoomA {
  width: 116px;
  height: 40px;
}
.content_top .goRoom {
  width: 116px;
  height: 40px;
  border: 1px solid rgb(245,245,245);
  font-size: 14px;
  cursor: pointer;
}
.content_top .goRoom .infoBox {
  width: 76px;
  height: 40px;
  position: relative;
}
.content_top .goRoom img {
  width: 14px;
  height: 14px;
}
.content_top .goRoomA:hover .goRoom {
  border-bottom: transparent;
}
.content_top .goRoomA:hover .infoBox::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 76px;
  height: .5px;
  background-color: #ededed;
  /* border-bottom: 1px solid #ededed; */
}
.content_top .goRoomA:hover .goRoomList {
  /* -js-display:flex;
  display: flex; */
  display: block;
}
.content_top .goRoomList {
  display: none;
  padding: 0 20px;
  width: 76px;
  /* flex-direction: column;
  justify-content: space-evenly; */
  font-size: 12px;
  color: #999999;
  background-color: #ffffff;
  border-left: 1px solid rgb(245,245,245);
  border-right: 1px solid rgb(245,245,245);
  border-bottom: 1px solid rgb(245,245,245);
  z-index: 9999;
}
.content_top .goRoomList span {
  display: block;
  margin: 20px 0 0;
  font-size: 12px;
  color: #999999;
}
.content_top .goRoomList a:last-child span{
  margin-bottom: 20px;
}
.content_top .goRoomList span:hover {
  color:rgb(8,108,84);
  font-weight: bold;
}

.content_top_list {
  height: 40px;
  min-width: 1190px;
}
.content_top_list .title {
  width: 216px;
  height: 40px;
  /* padding-left: 16px; */
  padding-left: 18px;
  color: #ffffff;
  -js-display:flex;
  display: flex;
  align-items: center;
}
.content_top_list .title img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.content_top_list .center_list {
  height: 40px;
  padding-left: 36px;
  flex: 1;
  line-height: 40px;
}
.content_top_list .center_list ul {
  -js-display:flex;
  display: flex;
  font-size: 16px;
}
.content_top_list .center_list li {
  margin-right: 36px;
  color: #333333;
  cursor: pointer;
}
.content_top_list .center_list li:hover {
  color: rgb(8,108,84);
}
.content .content_top_list .center_list .active_li {
  color: rgb(8,108,84);
}

.content_top_list .right_info {
  width: 186px;
  height: 40px;
  font-size: 14px;
}
.content_top_list .right_info a {
  color: #666666;
}
.content_top_list .right_info a div{
  -js-display:flex;
  display: flex;
  align-items: center;
}
.content_top_list .right_info img {
  /* width: 20px;
  height: 20px;
  margin-right: 6px; */
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.content_top_list .right_info .innovation_img_box img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.content_center {
  min-width: 1190px;
}
.content_center .right_box {
  padding: 24px 0 52px;
  width: 210px;
  height: 212px;
  background-color: rgba(255,255,255,.8);
}
.content_center .right_box .imgBox {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}
.content_center .right_box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.content_center .right_box span {
  font-size: 12px;
  color: #666666;
}
.content_center .right_box .btn {
  width: 154px;
  height: 28px;
}
.content_center .right_box .btn div {
  width: 70px;
  height: 28px;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
}
.content_center .right_box .btn a:nth-child(1) div {
  color: rgb(8,108,84);
  border: 1px solid rgb(8,108,84);
}
.content_center .right_box .btn a:nth-child(2) div {
  color: #ffffff;
  background-color:  rgb(8,108,84);
  border: 1px solid rgb(8,108,84);
}

/* 云上展厅-分类 */
.cloud_category_box {
  width: 1190px;
  min-width: 1190px;
  margin: 0 auto 20px;
  -js-display:flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cloud_category_box .left {
  width: 240px;
  height: 440px;
  /* position: relative; */
}
.cloud_category_box .left .title {
  width: 184px;
  margin: 54px auto 44px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.cloud_category_box .left ul {
  -js-display:flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cloud_category_box .left ul li {
  text-align: center;
  font-size: 14px;
  margin-bottom: 12px;
  color: #202020;
}
.cloud_category_box .left ul a:last-child {
  margin-bottom: 24px;
}
.cloud_category_box .left .btn {
  width: 74px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 4px;
}

.cloud_category_box .center {
  width: 682px;
  height: 440px;
  -js-display:flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cloud_category_box .center .center_item {
  width: 326px;
  height: 140px;
  margin-bottom: 10px;
  -js-display:flex;
  display: flex;
  align-items: center;
  padding-left: 10px;
  background-color: #ffffff;
}
/* .cloud_category_box .center .center_item img {
  width: 120px;
  height: 120px;
  margin-right: 14px;
  border-radius: 2px;
} */
.cloud_category_box .center .center_item .p_img {
  min-width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  margin-right: 14px;
}
.cloud_category_box .center .center_item .p_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  max-height: 120px;
}
.cloud_category_box .center .center_item .info {
  padding: 25px 0;
  height: 90px;
  font-size: 12px;
  -js-display:flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cloud_category_box .center .center_item .info span:nth-child(1) {
  width: 190px;
  font-size: 14px;
  color: #666666;
}
.cloud_category_box .center .center_item .info span:nth-child(2) {
  width: 190px;
}
.cloud_category_box .center .center_item .info .btn {
  width: 96px;
  height: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}

.cloud_category_box .right {
  width: 244px;
  height: 416px;
  padding: 24px 0 0;
  background-color: #ffffff;
}
.cloud_category_box .right .title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.cloud_category_box .right .title2 {
  text-align: center;
  font-size: 12px;
  color: #999999;
}
.cloud_category_box .right .item {
  width: 204px;
  height: 80px;
  margin: 36px auto 0;
  font-size: 12px;
  color: #999999;
  border-bottom: 1px solid rgb(245,245,245);
}
.cloud_category_box .right .item .item_flex_box {
  display: flex;
  font-size: 12px;
  color: #999999;
}
.cloud_category_box .right .item:last-child{
  border-bottom: none;
}
.cloud_category_box .right .item img {
  width: 23px;
  height: 26px;
  margin: 4px 12px 0 0;
}
.cloud_category_box .right .item_info {
  -js-display: flex;
  display: flex;
  flex-direction: column;
}
.cloud_category_box .right .item_info .item_span1 {
  width: 168px;
  font-size: 14px;
  color: #202020;
  margin-bottom: 4px;
}
.cloud_category_box .right .item_info .item_span2 {
  width: 168px;
  margin-bottom: 16px;
}
.cloud_category_box .right .evaluate {
  /* height: 14px; */
  height: 20px;
  -js-display:flex;
  display: flex;
  align-items: center;
}
.cloud_category_box .right .evaluate img {
  width: 13px;
  height: 13px;
  margin: 0 4px 0 0;
}
.cloud_category_box .right .evaluate .icon_box1,
.cloud_category_box .right .evaluate .icon_box2,
.cloud_category_box .right .evaluate .icon_box3 {
  display: flex;
}
.cloud_category_box .right .evaluate .icon_box2_imgA,
.cloud_category_box .right .evaluate .icon_box3_imgA {
  display: none;
}
.cloud_category_box .right .evaluate span {
  margin-right: 14px;
}

/* 底部 */
.bottom {
  width: 100%;
  min-width: 1190px;
  height: 344px;
  background-color: rgb(246,246,246);
}
.bottomContent {
  height: 200px;
  /* width: 1150px; */
  width: 1190px;
  margin: 0 auto;
  padding: 44px 0 0;
  /* -js-display:flex;
  display: flex; */
}
.bottomContent img:nth-child(1) {
  width: 163px;
  height: 52px;
  float: left;
}
.bottomContent .company {
  /* height: 300px; */
  padding: 0 0 0 154px;
  width: 632px;
  float: left;
  /* -js-display:flex;
  display: flex; */
}
.bottomContent .company .companyInfo {
  /* height: 292px; */
  margin-right: 50px;
  font-size: 14px;
  color: #666666;
  float: left;
  /* -js-display:flex;
  display: flex;
  flex-direction: column; */
}
.bottomContent .company .companyInfo span:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #202020;
}
.bottomContent .company .companyInfo p {
  margin: 16px 0 0;
}
.bottomContent .codeImg {
  width: 186px;
  height: 104px;
  font-size: 12px;
  color: #666666;
  float: left;
}
.bottomContent .codeImg div {
  width: 72px;
  height: 100%;
  float: left;
}
.bottomContent .codeImg div:first-child {
  margin-right: 35px;
}
.bottomContent .codeImg img {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  float: left;
}
.bottomInfo {
  width: 100%;
  height: 100px;
  font-size: 14px;
  color: #ffffff;
}
.bottomInfo .bottomInfoBox {
  padding: 25px;
  height: 48px;
  font-size: 14px;
}
.bottomInfo span {
  margin-right: 10px;
}

.new_bg_color{
  background-color:#002147
}



/* 兼容 */
/*display*/
.display_flex {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
/* .display_flex > * {
  display: block;
} */
.display_inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
/* .display_inline-flex > * {
  display: block;
} */
/*伸缩流方向*/
.flex-direction_column{
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
/*主轴对齐*/
.justify-content_flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-content_flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-content_flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-content_flex-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-content_flex-justify-evenly {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-content_flex-justify-ab::before {
  content: '';
	display: block;
}
.justify-content_flex-justify-ab::after {
  content: '';
	display: block;
}
/*侧轴对齐*/
.align-items_flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.align-items_flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-items_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
/*伸缩性*/
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/*显示顺序*/
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

