@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;
}
.changeBg {
height: 0;
width: 100%;
}
.banner-common {
  position:relative;
}
.banner-common-inner {
  text-align:center;
  width:1200px;
  margin:0 auto;
  position:relative;
}
.banner-common-inner img {
  display:block;
  width:100%;
  height: auto;
}
.banner-common .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  font-size: 40px;
  color: #fff;
  width: 100%;
  text-align: center;
  text-shadow: 3px 4px 0 #ddd;
  font-weight: bold;
}
.ishow-live-pc {
  position: relative;
}
.ishow-live-pc:after {
content:"";
  display:table;
  clear:both;
}
.ishow-live-player {
  position:relative;
 background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: black;
}
.ishow-live-pc .ai-player-box {
display:none;
height:658px;
  position:relative;
}
.ishow-live-pc .ishow-live-inner {
  width: 1200px;
  margin: 0 auto;
}
.ishow-live-pc .ishow-live-head {
  font-size: 20px;
  font-weight: bold;
  color: white;
  position:relative;
}
.ishow-live-pc .ishow-live-head .back a {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 40px; 
  z-index: 2;
}
.ishow-live-pc .ishow-live-head img {
    width: 100%;
    height: auto;
    display:block;
}
.ishow-live-pc .ishow-live-head .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	left: 70px; 
    z-index: 2;
}
.ishow-live-pc .ishow-live-body {
  width: 1170px;
  margin: 0 auto;
  padding: 15px;
}
.ishow-live-pc .ishow-live-list {
  position: relative;
  padding: 10px 0;
}
.ishow-live-pc .swiper-wrapper.hide {
  display:none;
}
.ishow-live-pc .ishow-live-list .swiper-slide {
  position: relative;
  width: 270px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.ishow-live-pc .ishow-live-list .swiper-slide .cover {
  position: relative;
  width: 270px;
  height: 174px;
  z-index: 10;
  overflow: hidden;
}
.ishow-live-pc .ishow-live-list .swiper-slide.active .cover {
  background: url("https://p3.img.cctvpic.com/photoAlbum/templet/common/TPTE6hYTSWiwmXNCPGQR41bo201208/bg-video-choose.png")
    no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.ishow-live-pc .ishow-live-list .swiper-slide .cover .review {
	position: absolute;
    top: 24px;
    right: 16px;
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.75);
    padding: 4px 16px;
    border-radius: 20px;
    color: white;
}
.ishow-live-pc .ishow-live-list .swiper-slide .cover .live {
	position: absolute;
    top: 24px;
    right: 16px;
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.75);
    padding: 4px 16px;
    border-radius: 20px;
    color: white;
}
.ishow-live-pc .ishow-live-list .swiper-slide .cover img {
  position: absolute;
  display: block;
  width: 260px;
  height: 152px;
  left: 5px;
  bottom: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 10;
}
.ishow-live-pc .ishow-live-list .swiper-slide.active {
  color: #000000;
}
.ishow-live-pc .ishow-live-list .swiper-slide .time {
  font-size: 12px;
  padding: 10px 5px 5px;
}
.ishow-live-pc .ishow-live-list .swiper-slide .title {
  margin-top:8px;
  padding: 0 5px;
  height: 45px;
  overflow: hidden;
  line-height: 1.5;
}
.ishow-live-pc .ishow-live-list .button-prev,
.ishow-live-pc .ishow-live-list .button-next {
  position: absolute;
  top: 80px;

  width: 49px;
  height: 64px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 50;
  cursor: pointer;
}
.ishow-live-pc .ishow-live-list .button-prev.hide,
.ishow-live-pc .ishow-live-list .button-next.hide {
  display:none;
}
.ishow-live-pc .ishow-live-list .button-prev.swiper-button-disabled,
.ishow-live-pc .ishow-live-list .button-next.swiper-button-disabled {
  opacity: 0.2;
}
.ishow-live-pc .ishow-live-list .button-prev {
  left: 0;
  background-image: url("https://p2.img.cctvpic.com/photoAlbum/templet/common/TPTE6hYTSWiwmXNCPGQR41bo201208/icon-left.png");
}
.ishow-live-pc .ishow-live-list .button-next {
  right: 0;
  background-image: url("https://p1.img.cctvpic.com/photoAlbum/templet/common/TPTE6hYTSWiwmXNCPGQR41bo201208/icon-right.png");
}
.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;}
