@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
}
ul,
li,p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: black;
}
img {
  max-width: 100%;
}
/**pc**/
.page {
}
.page-inner {
  position:relative;
  min-height:calc(100% - 346px);
}
.footerPC {
 overflow:hidden;
}
.footerPC p {
 margin: 0;
}
.footerPC .footer_hdCon .ywgk {
  padding-left: 32px!important;
}
/**h5**/
.page-h5 {
  max-width: 480px;
  margin: 0 auto;
}
.page-inner-h5 {
  position:relative;
  min-height:calc(100% - 200px);
}
.ai-common-nav-drop {
  width: 100%;
  height: 60px;
  position:relative;
  background: #333;
  font-size: 16px;
  margin-bottom: 48px;
z-index:20;
}
.ai-common-nav-drop .main {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-common-nav-drop .logo {
  margin-right: 35px;
  height: 76px;
}
.ai-common-nav-drop .logo img {
  display: block;
  height: 100%;
}
.ai-common-nav-drop ul {
  padding: 0;
  margin: 0;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-common-nav-drop ul li {
  position: relative;
  list-style: none;
  cursor: pointer;
  height: 60px;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
  margin-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}
.ai-common-nav-drop ul li em {
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-left: 1px solid currentColor;
  border-top: 1px solid currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-28%) rotate(-135deg);
  -ms-transform: translateY(-28%) rotate(-135deg);
  transform: translateY(-28%) rotate(-135deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ai-common-nav-drop ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.ai-common-nav-drop ul li.active {
  color: #bf0614;
}
.ai-common-nav-drop ul li.active a {
  color: #bf0614;
}
.ai-common-nav-drop ul li:hover {
  color: #bf0614;
}
.ai-common-nav-drop ul li:hover a {
  color: #bf0614;
}
.ai-common-nav-drop ul li:hover em {
  -webkit-transform: translateY(28%) rotate(45deg);
  -ms-transform: translateY(28%) rotate(45deg);
  transform: translateY(28%) rotate(45deg);
}
.ai-common-nav-drop ul li .sub {
  position: absolute;
  display: none;
  width: 240%;
  top: 100%;
  left: 0;
  background: white;
  -webkit-box-shadow: 0 0 2px #ddd;
  box-shadow: 0 0 2px #ddd;
  font-size: 14px;
  overflow: hidden;
  margin-left: -35px;
}
.ai-common-nav-drop ul li .sub-a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 16px;
}
.ai-common-nav-drop ul li .sub-a:first-child {
  padding-top: 16px;
}
.ai-common-nav-drop ul li .sub-a:last-child {
  padding-bottom: 16px;
}
.ai-common-nav-drop ul li .sub-a:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #bf0614;
  margin-right: 10px;
}
.ai-common-nav-drop ul li .sub a {
  color: black;
  display: block;
}
.ai-common-nav-drop ul li:hover .sub {
  display: block;
}
.ai-common-nav-drop ul li .sub .sub-a a {
  color: #000;
}
.ai-common-nav-drop ul li .sub .sub-a a:hover {
  color: #bf0614;
}
.temperature_box {

   color: white;
    display: flex;
    align-items: center;
    height: 60px;
}
.temperature_box span {
  margin-right: 8px;
  cursor: pointer;
}
.ai-news {
  width: 1200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto 60px;
}
.ai-news .head {
  height: 43px;
}
.ai-news .head img {
  display: block;
  height: 100%;
}
.ai-news .body {
  background: white;
  padding: 20px;
  margin-top: 30px;
}
.ai-news .body:after {
  display: table;
  clear: both;
  content: "";
}
.ai-view {
  background: white;
  margin-bottom: 40px;
}
.ai-view .name {
  font-size: 22px;
  color: #293e5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  height: 32px;
  font-weight: bold;
}
.ai-view .name .title {
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ai-view .name .title span {
  display: inline-block;
  min-width: 15em;
}
.ai-view .name .icon {
  height: 22px;
  margin-right: 12px;
}
.ai-view .name .more a {
  color: #8c9fb1;
  font-size: 18px;
}
.ai-view .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.ai-view .list .list-item {
  position: relative;
  width: 276px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1;
  -webkit-flex: 0 1;
  -moz-box-flex: 0;
  flex: 0 1;
}
.ai-view .list .list-item .cover {
  position: relative;
  width: 276px;
  height: 150px;
  overflow: hidden;
}
.ai-view .list .list-item .cover:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 30px;
  height: 30px;
  background: url(https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEKgGS9ccMtvJCaDHaFTmB201021/icon-play.png) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.ai-view .list .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-view .list .list-item .title {
  color: #010c11;
  font-size: 16px;
  margin-top: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: pre;
  height: 16px;
  line-height: 16px;
}
.ai-view .list .list-item .brief {
  color: #999fa2;
  font-size: 14px;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
}
.ai-industry {
  margin-top: 40px;
}
.ai-industry .name {
  font-size: 22px;
  color: #293e5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: bold;
}
.ai-industry .name .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.ai-industry .name .title span {
  display: inline-block;
  min-width: 15em;
}
.ai-industry .name .icon {
  height: 22px;
  margin-right: 12px;
}
.ai-industry .name .more a {
  color: #8c9fb1;
  font-size: 18px;
}
.ai-industry .list-item {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-industry .list-item .cover {
  width: 276px;
  height: 155px;
  min-width: 276px;
  overflow: hidden;
  margin-right: 16px;
}
.ai-industry .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-industry .list-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.ai-industry .list-item .title {
  color: #010c11;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ai-industry .list-item .brief {
  color: #999fa2;
  font-size: 14px;
  margin-top: 14px;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
}
.ai-industry .list-item .time {
  display: inline-block;
  margin-top: 8px;
}
.ai-industry .list-item .tag {
  color: #0676b3;
  margin-left: 10px;
}
.ai-industry .list-load {
  font-size: 14px;
  color: #999fa2;
  width: 100px;
  padding: 8px 12px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  border: 1px solid currentColor;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ai-industry .list-load:hover {
  color: #0676b3;
}
.edit-show {display:none;}
.edit-mode .edit-show {display:block;  color: #fff;text-shadow: 1px 1px 1px #000;font-size: 30px;}
.edit-mode .blocks {min-height: 30px;}
.page .ishow-box-pc {margin-bottom:-10px;}
.page-h5 .ishow-box-h5 {margin-bottom:-40px;}
#ishow-swiperImg-TPMT7Lyv3HUbU8YQ17ryrcqH220602.ishow-swiperImg-pc .swiper-head,#ishow-swiperImg-m-TPMT7Lyv3HUbU8YQ17ryrcqH220602.ishow-swiperImg-h5 .swiper-head {display:none}
.page-h5 .ishow-box-h5 .top .inner img {height:100%;}
.page .ai-zhuanti .name {display:none}
.page .ai-home-zhuanti .body {background:none;padding:20px 0;}
.page .main-activity .swiper-container {height:360px;}
.page .main-activity .small {bottom:50%;transform: translate(-50%, 50%);}
.page .main-activity .small p {padding: 10px 1em;font-size:14px;}
.page .main-activity .swiper-slide-active .small {height:329px;}
.page .main-activity .swiper-slide-active .small img {height:275px;}
.page .main-activity .swiper-slide-active .small p {font-size:16px;padding: 16px 1em;background: linear-gradient(to right, #055a9c 0, #02142a 100%);}
.page .swiper-button-prev:after,.page .swiper-container-rtl .swiper-button-next:after, .page .swiper-button-next:after,.page .swiper-container-rtl .swiper-button-prev:after {color:#fff}
.page .ai-common-nav-drop ul li .sub {width:250%;}
.page-h5 .sci-container-list2-h5 {margin:0 auto;}
.page-h5 .sci-box-h5 {padding: 0 10px 0;}
