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: unset;
}
.page-inner {
  position:relative;
  min-height:calc(100% - 346px);
}
.page-m-inner {
  position:relative;
  min-height:calc(100% - 200px);
}
.edit-show {display:none;}
.edit-mode .edit-show {display:block;}
.edit-mode .blocks {min-height: 20px;}
.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: 75px;
}
.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: 370%;
  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;
}
/********** 国潮单图轮播 **********/
.gc-swiper-1200 {
  width: 1200px;
  margin: 0 auto 30px;
  position: relative;
  overflow-x: hidden;
}
.gc-swiper-1200 .swiper-head {
  margin: 0 0 20px;
  color: #dbba82;
  font-size: 42px;
  text-align: center;
}
.gc-swiper-1200 .swiper-head img {
  width: 100%;
  height: auto;
}
.gc-swiper-1200 .swiper-head .main {
  line-height: 1.2;
  display: inline-block;
  position: relative;
}
.gc-swiper-1200 .swiper-head .main:before {
  content: "";
  display: block;
  width: 436px;
  background: 
    no-repeat right top/436px auto;
  height: 48px;
  position: absolute;
  top: 0px;
  right: 126%;
}
.gc-swiper-1200 .swiper-head .main:after {
  content: "";
  display: block;
  width: 436px;
  background: 
    no-repeat left bottom/436px auto;
  height: 48px;
  position: absolute;
  top: -3px;
  left: 133%;
}
.gc-swiper-1200 .swiper-slide {
  height: 470px;
  position: relative;
}
.gc-swiper-1200 .swiper-slide .cover {
  width: 840px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.gc-swiper-1200 .swiper-slide .cover img {
  width: 100%;
  height: 100%;
object-fit:cover;
}
.gc-swiper-1200 .swiper-slide .content {
  background: rgba(0, 0, 0, 0.4);
  padding: 40px 40px 40px 880px;
  height: 390px;
}
.gc-swiper-1200 .swiper-slide .title {
  font-size: 21px;
  color: #dbba82;
  margin-bottom: 15px;
}
.gc-swiper-1200 .swiper-slide .brief {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
}
.gc-swiper-1200 .button-prev,
.gc-swiper-1200 .button-next {
  position: absolute;
  bottom: 20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 90% auto;
  z-index: 50;
  cursor: pointer;
  background-position: center;
}
.gc-swiper-1200 .pagination {
  left: 840px;
  width: 360px;
  position: absolute;
  bottom: 24px;
  color: #fed7a3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5em;
  z-index: 10;
}
.gc-swiper-1200 .pagination .swiper-pagination-current {
  font-size: 150%;
  color: #fed7a3;
}
.gc-swiper-1200 .pagination.hide,
.gc-swiper-1200 .button-prev.hide,
.gc-swiper-1200 .button-next.hide {
  display: none;
}
.gc-swiper-1200 .button-prev.swiper-button-disabled,
.gc-swiper-1200 .button-next.swiper-button-disabled {
  opacity: 0.2;
}
.gc-swiper-1200 .button-prev {
  left: 880px;
  background-image: ;
}
.gc-swiper-1200 .button-next {
  right: 40px;
  background-image: ;
}
.ai-player {
  width: 568px;
  height: 320px;
}
.ai-future {
  width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto;
}
.ai-future .head {

height: 40px;
  /**width: 352px;
  
  background: 
    no-repeat;
  background-size: 100% 100%;**/
}
.ai-future .head img {
 display:block;
 height:100%;
}
.ai-future .body {
  background: white;
  margin-top: 30px;

}
.ai-future .body:after {
  display: table;
  clear: both;
  content: "";
}
.ai-future .digital-sample,
.ai-future .ai-view,
.ai-future .ai-interview {
  background: white;
  padding: 24px 24px 0;
}
.ai-future .digital-sample .name,
.ai-future .ai-view .name,
.ai-future .ai-interview .name {
  font-size: 22px;
  color: #293e5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.ai-future .digital-sample .name span:first-child,
.ai-future .ai-view .name span:first-child,
.ai-future .ai-interview .name span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight:bold;
}
.ai-future .digital-sample .name span:first-child:before {
  content: "";
  width: 32px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
  background: 
    no-repeat;
}
.ai-future .ai-view .name span:first-child:before {
  content: "";
  width: 26px;
  height: 32px;
  display: inline-block;
  margin-right: 10px;
  background: 
    no-repeat;
}
.ai-future .ai-interview .name span:first-child:before {
  content: "";
  width: 32px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background: 
    no-repeat;
}
.ai-future .digital-sample .name a,
.ai-future .ai-view .name a,
.ai-future .ai-interview .name a {
  color: #8c9fb1;
  font-size: 18px;
}
.ai-future .digital-sample .list,
.ai-future .ai-view .list {
  position:relative;
}
.ai-future .digital-sample .list-inner,
.ai-future .ai-view .list-inner {
  position:relative;
  width:1200px;
  overflow:hidden;
}
.ai-future .digital-sample .list-item,
.ai-future .ai-view .list-item {
  position: relative;
  width: 276px;
  float:left;
  margin-right:16px;
  margin-bottom:24px;
}
.ai-future .digital-sample .list-item .cover,
.ai-future .ai-view .list-item .cover {
  position: relative;
  width: 276px;
  height: 152px;
  overflow: hidden;
}
.ai-future .ai-view .list-item .cover:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  background: 
    no-repeat;
  background-size: 100% 100%;
}
.ai-future .digital-sample .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.ai-future .ai-view .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-future .digital-sample .list-item .cover .tip {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
}
.ai-future .digital-sample .list-item .cover .tip:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: 
    no-repeat;
  background-size: 100% 100%;
  margin: 15px auto 0;
}
.ai-future .digital-sample .list-item .cover .tip p:first-child {
  font-size: 16px;
  margin-bottom: 5px;
}
.ai-future .digital-sample .list-item .cover .tip p:last-child {
  font-size: 14px;
  padding:0 2em;
}
.ai-future .digital-sample .list-item .title,
.ai-future .ai-view .list-item .title {
  color: #010c11;
  font-size: 16px;
  margin-top: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 16px;
  line-height: 16px;
}
.ai-future .digital-sample .list-item .brief,
.ai-future .ai-view .list-item .brief {
  color: #999fa2;
  font-size: 14px;
  margin-top: 8px;
  line-height:1.5;
  height:21px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;

}
.ai-interview {
  width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ai-interview .list {
  background: white;
}
.ai-interview .list:after {
  display: table;
  clear: both;
  content: "";
}
.ai-interview .body-left {
  float: left;
  width: 568px;
}
.ai-interview .body-left p {
  font-size: 24px;
  margin-top: 24px;
}
.ai-interview .body-right {
  float: right;
  width: 568px;
  overflow: hidden;
}
.ai-interview .body-right .top {
  margin-bottom: 20px;
}
.ai-interview .body-right .top .ad {
  width: 568px;
  height: 150px;

  overflow: hidden;
}
.ai-interview .body-right .ad img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-interview .body-right .list .list-item {
  position: relative;
  width: 276px;
  float: left;
}
.ai-interview .body-right .list .list-item .cover {
  position: relative;
  width: 276px;
  height: 150px;
  overflow: hidden;
}
.ai-interview .body-right .list .list-item .cover:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  background: 
    no-repeat;
  background-size: 100% 100%;
}
.ai-interview .body-right .list .list-item span {
  height: 16px;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  margin-top: 24px;
	color:black;
}
.ai-interview .body-right .list .list-item p {
  font-size: 14px;
  color: #999fa2;
  margin-top: 8px;
  line-height:1.5;
  height:42px;
  overflow:hidden;
}
.ai-interview .body-right .list .list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-interview .body-right .list .list-item:first-child {
  margin-right:16px;
}
.ai-news {
  width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto 60px;
}
.ai-news .head {

height:40px;

  /**width: 333px;
  height: 43px;
  background: 
    no-repeat;
  background-size: 100% 100%;**/
}
.ai-news .head img {
 display:block;
height:40px;
}
.ai-news .body {
  background: white;
  padding: 24px;
  margin-top: 24px;
 
}
.ai-news .body:after {
  display: table;
  clear: both;
  content: "";
}
.ai-news .ai-topic 
.ai-news .ai-industry {
  margin-bottom:20px;
}
.ai-news .ai-topic .name,
.ai-news .ai-industry .name {
  font-size: 22px;
  color: #293e5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.ai-news .ai-topic .name span:first-child,
.ai-news .ai-industry .name span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight:bold;
}
.ai-news .ai-topic .name span:first-child:before {
  content: "";
  width: 32px;
  height: 28px;
  display: inline-block;
  margin-right: 10px;
  background: 
    no-repeat;
}
.ai-news .ai-industry .name span:first-child:before {
  content: "";
  width: 32px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  background: 
    no-repeat;
}
.ai-news .ai-topic .name a,
.ai-news .ai-industry .name a {
  color: #8c9fb1;
  font-size: 18px;
}
.ai-news .ai-topic .pagination {
  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;
  margin-top: 20px;
}
.ai-news .ai-topic .pagination .dots {
  margin: 0 12px;
}
.ai-news .ai-topic .pagination .prev,
.ai-news .ai-topic .pagination .next {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.ai-news .ai-topic .pagination .prev {
  background: 
    no-repeat;
  background-size: 100% 100%;
}
.ai-news .ai-topic .pagination .next {
  background: 
    no-repeat;
  background-size: 100% 100%;
}
.ai-news .ai-topic .pagination .dots span {
  margin: 0 12px;
}
.ai-news .ai-topic .pagination .dots .swiper-pagination-bullet-active {
  background: #888;
}
.ai-news .ai-topic .swiper-slide .title {
  color: #010c11;
  font-size: 16px;
  margin-top: 24px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 16px;
  line-height: 16px;
}
.ai-news .ai-topic .swiper-slide .brief {
  color: #999fa2;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
}
.ai-news .ai-topic .swiper-slide .cover {
  position:relative;
  height: 155px;
  overflow: hidden;
}
.ai-news .ai-topic .swiper-slide .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-news .ai-industry .list-item {
  position:relative;
  margin-bottom:24px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
}
.ai-news .ai-industry .list-item a {

}
.ai-news .ai-industry .list-item .cover {
  position:relative;
  width: 276px;
  height: 155px;
  min-width: 276px;
  overflow: hidden;
  margin-right: 16px;
}
.ai-news .ai-industry .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ai-news .ai-industry .list-item .content {
  position:relative;
  -webkit-box-flex:1;
  -webkit-flex:1;
  -moz-box-flex:1;
  -ms-flex:1;
  flex:1;
  overflow:hidden;
}
.ai-news .ai-industry .list-item .title {
  color: #010c11;
  font-size: 16px;

}
.ai-news .ai-industry .list-item .brief {
  color: #999fa2;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.5;
  overflow: hidden;
}
.ai-news .ai-industry .list-item .time {
  display: inline-block;
  margin-top:8px;

}
.ai-news .ai-industry .list-item .tag {
  display:inline-block;
  color: #0676b3;
  margin-left: 15px;
}
.ai-news .ai-industry .list-item a {
  color:black;
}
.ai-news #pagination-demo1 {
	margin: 0 auto;
}
