@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);
}
.sci-common-nav-drop {
  width: 100%;
  height: 60px;
  position:relative;
  background: #333;
  font-size: 16px;
  margin-bottom: 48px;
z-index:20;
}
.sci-common-nav-drop .main {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sci-common-nav-drop .logo {
  margin-right: 35px;
  height: 75px;
}
.sci-common-nav-drop .logo img {
  display: block;
  height: 100%;
}
.sci-common-nav-drop ul {
  padding: 0;
  margin: 0;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sci-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;
}
.sci-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;
}
.sci-common-nav-drop ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.sci-common-nav-drop ul li.active {
  color: #bf0614;
}
.sci-common-nav-drop ul li.active a {
  color: #bf0614;
}
.sci-common-nav-drop ul li:hover {
  color: #bf0614;
}
.sci-common-nav-drop ul li:hover a {
  color: #bf0614;
}
.sci-common-nav-drop ul li:hover em {
  -webkit-transform: translateY(28%) rotate(45deg);
  -ms-transform: translateY(28%) rotate(45deg);
  transform: translateY(28%) rotate(45deg);
}
.sci-common-nav-drop ul li .sub {
  position: absolute;
  display:none;
  width: 240%;
  top: 100%;
  left: 0;
  background: white;
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1);
  box-shadow: 0 0 2px rgba(0,0,0,.1);
  font-size: 14px;
  overflow: hidden;
  margin-left: -35px;
}
.sci-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;
}
.sci-common-nav-drop ul li .sub-a:first-child {
  padding-top: 16px;
}
.sci-common-nav-drop ul li .sub-a:last-child {
  padding-bottom: 16px;
}
.sci-common-nav-drop ul li .sub-a:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #bf0614;
  margin-right: 10px;
}
.sci-common-nav-drop ul li .sub a {
  color: black;
  display: block;
}
.sci-common-nav-drop ul li:hover .sub { 
  display:block;
}
.sci-common-nav-drop ul li .sub .sub-a a {
  color: #000;
}
.sci-common-nav-drop ul li .sub .sub-a a:hover {
  color: #bf0614;
}
.sci-swiper {
  position: relative;
  width: 1200px;
  height: 544px;
  margin: 30px auto;
  background: white;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
}
.sci-swiper .swiper-container {
  width:100%;
  height:100%;
}
.sci-swiper .swiper-slide {
  background: white;
}
.sci-swiper .swiper-slide img {
  display:block;
  width:100%;
  height:100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sci-swiper .swiper-title {
  position: absolute;
  width: 360px;
  font-size: 14px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  padding: 10px 0;
  color: white;
  background: rgba(0, 0, 0, 0.6);
}
.sci-swiper .swiper-title a {
    color:white;
}
.sci-swiper .swiper-title-item {
  position: relative;
  padding: 10px 20px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sci-swiper-pic .swiper-title-item+.swiper-title-item {
  margin-top:1px;
}
.sci-swiper .swiper-title-item:hover,
.sci-swiper .swiper-title-item.active {
  font-size: 18px;
  background: -webkit-linear-gradient(
    to right,
    rgba(180, 8, 8, 1) 0,
    rgba(180, 8, 8, 0.2) 100%
  );
  background: linear-gradient(
    to right,
    rgba(180, 8, 8, 1) 0,
    rgba(180, 8, 8, 0.2) 100%
  );
}
.sci-swiperLogo-pc {
    width: 1200px;
    margin: 60px auto 0;
}
.sci-swiperLogo-pc .swiper-container {
  width: 100%
}
.sci-swiperLogo-pc .swiper-slide .cover {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
.sci-swiperLogo-pc .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.sci-swiperLogo-pc .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.sci-swiperLogo-pc .swiper-slide .cover img {
    -webkit-transition: transform 1.3s;
    -moz-transition: transform 1.3s;
    -o-transition: transform 1.3s;
    -ms-transition: transform 1.3s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-perspective: 1000;
    -moz-backface-visibility: hidden;
    -o-perspective: 1000;
    -o-backface-visibility: hidden;
    -ms-perspective: 1000;
    -ms-backface-visibility: hidden;
}
.sci-swiperLogo-pc .swiper-slide .content {
  overflow: hidden;
}
.sci-swiperLogo-pc .swiper-slide .title {
  margin: 10px 0 0;
  height: 52px;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sci-swiperLogo-pc .swiper-slide a:hover .title {
  color: #c10000;
}
.sci-swiperLogo-pc .pagination {
  text-align:center;
  padding: 15px 0;
}
.sci-swiperLogo-pc .swiper-pagination-bullet {
  width:8px;
  height:8px;
  margin:0 7px;
  background-color: #333;
  border:1px solid #fff;
  opacity: 0.5;
}
.sci-swiperLogo-pc .swiper-pagination-bullet-active {
  background: #fff;
  border-color: #fff;
  opacity: 1;
}
.sci-swiperLogo-pc .button-prev,
.sci-swiperLogo-pc .button-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  background-repeat: no-repeat;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
  z-index: 50;
  cursor: pointer;
  background-position: center;
  margin: 0 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.sci-swiperLogo-pc .pagination.hide,
.sci-swiperLogo-pc .button-prev.hide,
.sci-swiperLogo-pc .button-next.hide {
  display:none;
}
.sci-swiperLogo-pc .button-prev.swiper-button-disabled,
.sci-swiperLogo-pc .button-next.swiper-button-disabled {
  opacity: 0.2;
}
.sci-swiperLogo-pc .button-prev {
  left: 0;
  background-image: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEkCx1oeM19xxKVjlojiiE220317/cjgc-arrow-left.png");
}
.sci-swiperLogo-pc .button-next {
  right: 0;
  background-image: url("https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEkCx1oeM19xxKVjlojiiE220317/cjgc-arrow-right.png");
}
.sci-swiperLogo-pc .cover .play {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -11px;
  width: 33px;
  height: 33px;
  z-index: 2;
  background: url(https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEkCx1oeM19xxKVjlojiiE220317/cjgc-btn-play.png) no-repeat;
}
/**上電視-視頻圖片混排**/

.ishow-box-pc {

}
.ishow-box-pc .ishow-box-inner {
  width: 1200px;
  background: #fff;
  padding: 0;
  margin: 0 auto;
}
.ishow-box-pc .ishow-player {
  width:640px;
  height:360px;
}
.ishow-box-pc .box-head {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ishow-box-pc .box-head img {
  width: 100%;
  height: auto;
}
.ishow-box-pc .box-head .more {
  font-size: 14px;
  width: 50px;
  text-align: right;
  color:#bc8b36;
}
.ishow-box-pc .body {

}
.ishow-box-pc .body:after {
  display: table;
  clear: both;
  content: "";
}
.ishow-box-pc .body-left {
  float: left;
  width: 640px;
}
.ishow-box-pc .body-left p {
  font-size: 18px;
  margin-top: 8px;
}
.ishow-box-pc .breif {
  font-size: 14px;
  margin-top: 4px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999fa2;
}
.ishow-box-pc .body-right {
  float: right;
  width: 538px;
  overflow: hidden;
}
.ishow-box-pc .body-right .top {
  width:100%;
  height:192px;
  margin-bottom:20px;
}
.ishow-box-pc .body-right .top .inner {
  width:100%;
  height:100%;
  overflow:hidden;
  position: relative;
}
.ishow-box-pc .body-right .top .inner img {
  display:block;
  width:100%;
  height:100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ishow-box-pc .body-right .top .inner:hover .cover {
  opacity: 1;
}
.ishow-box-pc .body-right .top .inner .cover {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0,0,0,.5);
  padding: 120px 20px 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  opacity: 0;
}
.ishow-box-pc .body-right .list .list-item {
  width: 258px;
  float: left;
}
.ishow-box-pc .body-right .list .list-item span {
  height: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: pre;
  font-size: 16px;
  line-height: 16px;
  margin-top: 16px;
}
.ishow-box-pc .body-right .list .list-item p {
  font-size: 14px;
  color: #999fa2;
  margin-top: 8px;
  line-height: 1.5;
  height: 42px;
  overflow: hidden;
}
.ishow-box-pc .body-right .list .list-item .cover {
  position:relative;
  width: 100%;
  height: 145px;
  overflow: hidden;
}
.ishow-box-pc .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:url("https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEKgGS9ccMtvJCaDHaFTmB201021/icon-play.png") no-repeat;
  background-size:100% 100%;
  display:none
}
.ishow-box-pc .body-right .list .list-item img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.ishow-box-pc .body-right .list .list-item:first-child {
  margin-right:22px;
}
.ai-md {
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 10px #707070;
  	width: 1200px;
  	margin: 60px auto;
}
.ai-md .md_head {
	color:#132142;
	height: 84px;
	line-height: 82px;
}
.ai-md .mh_title {
	margin-left:28px;
	padding-left: 48px;
    background: url(https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEM44n9aHWbXkyQm2zZTpk201111/icon.png) no-repeat 0 center/36px 36px;
	font-size: 24px;
}
.ai-md .mh_option {
	float: right;
	font-size: 14px;
    padding-right: 33px;
    background: url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEM44n9aHWbXkyQm2zZTpk201111/more.png) no-repeat 0 center/36px 30px;	
}
.ai-md .md_bd {
	display:none;
}
.ai-md .md_bd.open {
display:block;
}
.ai-md .md_bd ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
  	padding: 0 17px;
}
.ai-md .md_bd li {
	width: calc((100% - 80px) / 4);
	padding: 0 10px;
	display: flex;
	flex-direction: column;
}
.ai-md .md_bd li .img {
	width: 276px;
	height: 155px;
    overflow:hidden;
  -webkit-transition: transform 1.3s;
  -moz-transition: transform 1.3s;
  -o-transition: transform 1.3s;
  -ms-transition: transform 1.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-perspective: 1000;
  -moz-backface-visibility: hidden;
  -o-perspective: 1000;
  -o-backface-visibility: hidden;
  -ms-perspective: 1000;
  -ms-backface-visibility: hidden;
}
.ai-md .md_bd li .img img {
  width:100%;
  height: 100%;
}
.ai-md .md_bd li .img:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.ai-md .md_bd li .text {
	margin: 16px 0 38px;
}
.ai-md .md_bd li h3,.md_bd li h3 a {
	color: #707070;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 8px;
}
.ai-md .md_bd li p,.ai-md .md_bd li p a {
	color: #999FA2;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ai-md .mh_fold {
	float: right;
    font-size: 14px;
  	padding-right: 33px;
    background: url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEM44n9aHWbXkyQm2zZTpk201111/more.png) no-repeat 0 center/36px 30px;	
    cursor: pointer;
}
.ai-md .mh_fold.open {
  	background: url(https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEM44n9aHWbXkyQm2zZTpk201111/fold.png) no-repeat 0 center/36px 30px;

}
.bg-head {
	width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
	background-position: center top;
    margin-bottom: 20px;
}
.bg-head .bg-head-inner {
    margin:0 auto;
}
.sci-common-news2 {
  position: relative;
}
.sci-common-news2 .main {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px #707070;
  width: 1200px;
  margin: 60px auto;
}
.sci-common-news2 .main .head {
  margin-left: 28px;
  padding-left: 48px;
  background: url(//p4.img.cctvpic.com/photoAlbum/templet/common/TPTEM44n9aHWbXkyQm2zZTpk201111/icon.png) no-repeat 0 center/36px 36px;
  font-size: 24px;
  height: 84px;
  line-height: 82px;
  position: relative;
}
.sci-common-news2 .main .head .more {
  position: absolute;
  top: 0;
  right: 28px;
  color: #8c9fb1;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}
.sci-common-news2 .main .body {
  position: relative;
  overflow: hidden;
}
.sci-common-news2 .main .list {
  font-size: 28px;
  line-height: 1.5;
  overflow: auto;
  color: #010a11;
}
.sci-common-news2 .main .list .item {
  position: relative;
  padding: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sci-common-news2 .main .list .item a {
  display: block;
  text-decoration: none;
  height:100%;
}
.sci-common-news2 .main .list .item .cover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 260px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  width: 260px;
  height: 145px;
  margin-right: 20px;
  overflow: hidden;
}
.sci-common-news2 .main .list .item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;

  -webkit-transition: transform 1.3s;
  -moz-transition: transform 1.3s;
  -o-transition: transform 1.3s;
  -ms-transition: transform 1.3s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-perspective: 1000;
  -moz-backface-visibility: hidden;
  -o-perspective: 1000;
  -o-backface-visibility: hidden;
  -ms-perspective: 1000;
  -ms-backface-visibility: hidden;
}
.sci-common-news2 .main .list .item .cover:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.sci-common-news2 .main .list .item .content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.sci-common-news2 .main .list .item .content .title {
  font-size: 21px;
  color: #021b2e;
}
.sci-common-news2 .main .list .item .content .brief {
  font-size: 16px;
  color: rgba(2, 27, 46, 0.4);
  margin: 10px 0;
}
.sci-common-news2 .main .list .item .content .time {
  font-size: 16px;
  color: #021b2e;
}
.sci-common-news2 .main .list .item .content .tag {
  display: inline-block;
  color: #0676b3;
  margin-left: 15px;
  font-size:16px;
}
.sci-common-news2 .pagination-demo {
	 margin: 30px auto;
}
.sci-backTop {
  position: fixed;
  bottom: 390px;
  right: 20px;
  width: 320px;
  display: none;
  z-index: 999;
}
.sci-backTop .gotop_btn {
  width: 64px;
  height: 64px;
  display: block;
  background: rgba(0,0,0,0.3) url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/icon-backTop-w.png) no-repeat center;
  background-size: 30px auto;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 74px;
}
.sci-backTop .linkUs_btn {
  width: 64px;
  height: 72px;
  background: rgba(0,0,0,0.3) url(//p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/icon-coop-w.png) no-repeat center 38%;
  background-size: 30px auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.sci-backTop .linkUs_btn span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.sci-backTop .show_more {
  display: none;
  padding: 10px;
  width: 200px;
  top: 0;
  right: 64px;
  position: absolute;
  background: #fff;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.sci-backTop .show_more p {
  margin: 0 0 10px; 
}
.sci-backTop .show_more.show {
   display:block;
}
.sci-backTop .show_more img {
  width: 100%;
  heigth: auto;
  border:1px solid #333;
}
.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;}
.changeBg {
height: 0;
width: 100%;
}
.page .sci-common-news2 .main {
	margin-top: 0;
}
.page .ai-md {
   margin: 30px auto;
}
.page .ai-md .md_bd ul {
	padding: 0 20px;
}
.page .ishow-box-pc .body {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px #707070;
}
.page .ishow-box-pc .body-right {
	width: 500px;
}
.page .ishow-box-pc .body-right .list .list-item {
  width: 239px;
}
.page-h5 .ai-md .md_bd ul {
  padding: 0;
}
.page-h5 .ai-md {
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 20px;
}
.page-h5 .sci-common-news2-h5 .main {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.page-h5 .bg-head-m {
  margin:0;
}
.page-h5 .sci-common-news2-h5 {
  background:#fff;

}
.page-h5 .ishow-box-h5 {
  margin: 20px 0;
}
