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);
}
.ai-common-nav2 {
  width: 1200px;
  margin: 0 auto;
}
.ai-common-nav2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  white-space: nowrap;
  background: white;
}
.ai-common-nav2 ul li {
  position:relative;
  list-style: none;
  font-size: 20px;
  cursor: pointer;
  height: 80px;
  line-height: 80px;
}
.ai-common-nav2 ul li:hover {
  color: #0078f2;
  /**font-size: 26px;**/


}
.ai-common-nav2 ul li:hover:after {
 display:block;
 content:"";
 width:90%;
 height:2px;
 background:#0078f2;
 position:absolute;
 left:50%;
     -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
 bottom:4px;
}
.ai-common-nav2 ul li a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 0 50px;
}
.ai-common-nav2 ul li:hover a {
  color: #0078f2;
}
.ai-common-nav2 ul li.active a {
  color: #0272c7;
}
.ai-common-banner {
  background: none;
}
.ai-common-banner img {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.ai-common-words {
  position: relative;
  background-color: white;
  background-image: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEF90VOSqZwkH4XkNED0kN201208/bg-net.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 50%;
  -moz-background-size: auto 50%;
  background-size: auto 50%;
  background-position: right bottom;
}
.ai-common-words .main {
  width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
}
.ai-common-words .main .logo {
  width: 100px;
  margin: 0 auto;
}
.ai-common-words .main .logo img {
  display: block;
  width: 100%;
}
.ai-common-words .main .title {
  position: relative;
  font-size: 48px;
  margin: 10px auto 40px;
  text-align: center;
}
.ai-common-words .main .title span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.ai-common-words .main .title span:before,
.ai-common-words .main .title span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  background: url("https://p1.img.cctvpic.com/photoAlbum/templet/common/TPTE6hYTSWiwmXNCPGQR41bo201208/menu.png")
    no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.ai-common-words .main .title span:before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.ai-common-words .main .title span:after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.ai-common-words .main .content {
  position: relative;
  border: 8px solid #dddad7;
  font-size: 20px;
  color: #010a11;
  padding: 20px 40px;
  line-height: 1.5;
}
.ai-common-words .main .content:after {
  content: "";
  display: table;
  clear: both;
}
.ai-common-words .main .content .body {
}
.ai-common-words .main .content .subtitle {
  position: relative;
  color: #0091ff;
  text-align: center;
  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-common-words .main .content .subtitle:before,
.ai-common-words .main .content .subtitle:after {
  height: 1px;
  background: #0091ff;
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ai-common-words .main .content .subtitle span {
  padding: 0 1em;
}
.ai-common-words .main .content p {
  max-height: 420px;
  overflow: auto;
}
.ai-common-words .main .content .icon {
  position: relative;
  margin-left: -170px;
  margin-top: -70px;
  width: 310px;
  float: left;
}
.ai-common-words .main .content .icon img {
  display: block;
  width: 100%;
}
.ai-common-timeline {
  position: relative;
  background-color: #f8f8f9;
  background-image: url("https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEF90VOSqZwkH4XkNED0kN201208/bg-video.png");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 600px;
  -moz-background-size: 100% 600px;
  background-size: 100% 600px;
  background-position: center bottom;
}
.ai-common-timeline .main {
  width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
}
.ai-common-timeline .main .logo {
  width: 100px;
  margin: 0 auto;
}
.ai-common-timeline .main .logo img {
  display: block;
  width: 100%;
}
.ai-common-timeline .main .title {
  position: relative;
  font-size: 48px;
  margin: 10px auto 40px;
  text-align: center;
}
.ai-common-timeline .main .title span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.ai-common-timeline .main .title span:before,
.ai-common-timeline .main .title span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  background: url("https://p1.img.cctvpic.com/photoAlbum/templet/common/TPTE6hYTSWiwmXNCPGQR41bo201208/menu.png")
    no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.ai-common-timeline .main .title span:before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.ai-common-timeline .main .title span:after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.ai-common-timeline .timelist .item {
  position: relative;
  padding-bottom: 40px;
}
.ai-common-timeline .timelist .item:after {
  content: "";
  display: table;
  clear: both;
}
.ai-common-timeline .timelist .item:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 279px;
  top: 18px;
  background: #e0e0e0;
}
.ai-common-timeline .timelist .item:last-child:before {
  display: none;
}
.ai-common-timeline .timelist .head {
  position: relative;
  width: 275px;
  font-size: 20px;
  color: rgba(2, 37, 46, 0.7);
  float: left;
  text-align: right;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* border: 1px dashed #ddd; */
}
.ai-common-timeline .timelist .item.active .head {
  background-color: #0091ff;
  color: white;
  font-size: 24px;
  text-align: center;
  -webkit-box-shadow: -5px 10px 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 10px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -5px 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.ai-common-timeline .timelist .head:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #939393;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: -10px;
}
.ai-common-timeline .timelist .item.active .head:after {
  background-color: #0091ff;
  -webkit-box-shadow: 0 0 0 2px white;
  -moz-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
  -webkit-transform: scale(1.67);
  -moz-transform: scale(1.67);
  -ms-transform: scale(1.67);
  -o-transform: scale(1.67);
  transform: scale(1.67);
}
.ai-common-timeline .timelist .body {
  position: relative;
  width: 855px;
  border: 2px solid #e0e0e0;
  font-size: 24px;
  float: right;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  color: #010a11;
}
.ai-common-timeline .timelist .body img {
  display: block;
  max-height: 475px;
  margin-top: 10px;
}
.ai-common-timeline .timelist .item.active .body {
  border: 2px solid #0091ff;
}
.ai-common-timeline .timelist .body:before {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #e0e0e0;
  position: absolute;
  top: 28px;
  left: -50px;
}
.ai-common-timeline .timelist .item.active .body:before {
  background-color: #0091ff;
}
.ai-common-timeline .timelist .item.active .body div:first-child {
  font-size: 32px;
  color: #0091ff;
  margin-bottom: 10px;
}
.ai-common-timeline .timelist .item.active .body div:last-child {
  font-size: 18px;
  color: rgba(2, 27, 46, 0.4);
}
.ai-common-iw {
  position: relative;
  background-color: white;
  background-image: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEF90VOSqZwkH4XkNED0kN201208/bg-net.png");
  background-repeat: no-repeat;
  -webkit-background-size: auto 50%;
  -moz-background-size: auto 50%;
  background-size: auto 50%;
  background-position: right bottom;
}
.ai-common-iw .main {
  width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
}
.ai-common-iw .main .title {
  position: relative;
  font-size: 48px;
  margin: 0 auto 40px;
  text-align: center;
}
.ai-common-iw .main .title span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.ai-common-iw .main .title span:before,
.ai-common-iw .main .title span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  background: url("https://p1.img.cctvpic.com/photoAlbum/templet/common/TPTE6hYTSWiwmXNCPGQR41bo201208/menu.png")
    no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.ai-common-iw .main .title span:before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.ai-common-iw .main .title span:after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.ai-common-iw .main .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ai-common-iw .main .body .pic {
  position: relative;
  margin-right: 100px;
  min-width: 400px;
  height: 350px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 400px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}
.ai-common-iw .main .body .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.ai-common-iw .main .body .brief {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 28px;
  color: white;
  background: #0091ff;
  text-align: center;
  padding: 0 1em;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ai-common-iw .main .body .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 350px;
  overflow: hidden;
}
.ai-common-iw .main .body .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  line-height: 1.5;
  overflow: auto;
}
.ai-common-iw .main .body .subtitle {
  font-size: 36px;
  color: #0091ff;
  line-height: 50px;
  margin-bottom: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-coverflow {
  position: relative;
  padding: 40px 0;
}
.swiper-coverflow .swiper-title {
  font-size: 48px;
  color: #021b2e;
  margin-bottom: 32px;
  text-align: center;
}
.swiper-coverflow .swiper-title span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.swiper-coverflow .swiper-title span:before,
.swiper-coverflow .swiper-title span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  background: url("https://p1.img.cctvpic.com/photoAlbum/templet/common/TPTE6hYTSWiwmXNCPGQR41bo201208/menu.png") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
.swiper-coverflow .swiper-title span:before {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.swiper-coverflow .swiper-title span:after {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.swiper-coverflow .swiper-container {
  width: 1200px;
  height: 425px;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-coverflow .swiper-slide {
  width: 560px;
  height: 395px;
  background: white;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.swiper-coverflow .swiper-slide .body {
  background: white;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.swiper-coverflow .swiper-slide img {
  display: block;
  width: 100%;
  height: 315px;
}
.swiper-coverflow .swiper-slide .content {
  height: 80px;
  text-align: center;
  overflow: hidden;
}
.swiper-coverflow .swiper-slide .content .title {
  font-size: 18px;
  color: #021b2e;
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 36px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-coverflow .swiper-slide .content .brief {
  font-size: 14px;
  color: rgba(2, 27, 46, 0.4);
  margin: 0;
  height: 40px;
  line-height: 30px;
  padding: 0 28px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swiper-coverflow .swiper-slide .body {
  opacity: 0.3;
}
.swiper-coverflow .swiper-slide-active .body {
  opacity: 1;
}
.swiper-coverflow .swiper-slide-next .body,
.swiper-coverflow .swiper-slide-prev .body {
  opacity: 0.6;
}
.swiper-coverflow .title-link {
  position: absolute;
  right: 0;
  top: 5px;
  color: #000;
  font-size: 30px;
  padding: 2px 10px;
  background: url(https://p3.img.cctvpic.com/photoAlbum/templet/common/TPTEF90VOSqZwkH4XkNED0kN201208/bg-colorline.png) no-repeat center bottom/100% 2px;
}
.form-zhixuan {
  padding: 64px 0;
  background: white;
}
.form-zhixuan .el-cascader,
.form-zhixuan .el-select,
.form-zhixuan .el-date {
  display: block;
}
.form-zhixuan .el-date-editor.el-input {
  width: 100%;
}
.form-zhixuan .el-form-item__label {
  color: black;
  font-size: 16px;
}
.form-zhixuan .el-button {
  font-size: 16px;
  width: 160px;
}
.form-zhixuan .el-input--prefix .el-input__inner {
  padding-left: 15px;
}
.form-zhixuan .title {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: 32px;
}
.form-zhixuan .title .text {
  padding: 0 0.5em;
}
.form-zhixuan .title .icon {
  height: 1em;
}
.form-zhixuan .title .icon img {
  display: block;
  height: 100%;
}
.form-box {
  width: 1200px;
  margin: 0 auto;
}
.edit-mode .blocks {min-height: 20px;}
