html,
body {
  margin: 0;
  padding: 0;
  height:100%;
}
body { 
    background: #ffffff ;font-family: Microsoft YaHei,Helvetica Neue,Helvetica,STHeiTi,Arial,sans-serif;
}
ul,
li,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: black;
}
* {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
button:focus {
    outline: none;
}
.el-container #container {display:none}
#container {
	position: fixed;
	height: 100%;
	width: 100%;
    top:0;
    left:0;
    z-index:1;
}
#output {
	width: 100%;
	height: 100%;
}
.page {
  position: relative;
  z-index: 3;
}
.page-inner {
  min-height:calc(100% - 346px);
}
.page-m-inner {
  min-height:calc(100% - 200px);
}
.page-m .ai-nav-m-bottom {
  margin:0 -10px
}
.footerPC {
  position: relative;
  z-index: 2;
}
.sci-live-pc .video-js .vjs-tech {
  object-fit: cover;
}
.sci-live-pc .vjs-poster {
  background-size: cover;
}
.sci-live-pc {
  position: relative;
  padding-top:30px;
}
.sci-live-pc:after {
content:"";
  display:table;
  clear:both;
}
.sci-live-player {
  position:relative;
}
.sci-live-pc .sci-player-box {
display:none;
height:658px;
  position:relative;
}
.sci-live-pc .sci-player-box.yugao img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.sci-live-pc .sci-live-inner {
  width: 1200px;
  margin: 0 auto;
}
.sci-live-pc .sci-live-head {
  font-size: 18px;
  margin: 15px 0;
  color: white;
  padding: 16px 16px 16px 32px;

  background: url("../images/bg-head.png")
    no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sci-live-pc .sci-live-head span {
  position: relative;
  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;
}
.sci-live-pc .sci-live-head .title:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icon-play.png")
    no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
}
.sci-live-pc .sci-live-head .back a {
  font-size: 14px;
  color: #3aa9ff;
}
.sci-live-pc .sci-live-body {
  width: 1170px;
  margin: 0 auto;
  padding: 15px;
  background: rgba(255,255,255,.5);
  position: relative;
}
.sci-live-pc .sci-live-list {
  position: relative;
  padding: 10px 0 0;
  overflow:hidden;
}
.sci-live-pc .swiper-wrapper.hide {
  display:none;
}
.sci-live-pc .sci-live-list .swiper-slide {
  position: relative;
  width: 270px;
  font-size: 18px;
  color: white;
  cursor: pointer;
}
.sci-live-pc .sci-live-list .swiper-slide .cover {
  position: relative;
  width: 270px;
  height: 174px;
  z-index: 10;
  overflow: hidden;
}
.sci-live-pc .sci-live-list .swiper-slide.active .cover {
  background: url("../images/bg-video-choose.png")
    no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sci-live-pc .sci-live-list .swiper-slide .cover:hover img {
  opacity:0.9;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.sci-live-pc .sci-live-list .swiper-slide .cover .review {
  position: absolute;
    bottom: 18px;
    right: 16px;
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.75);
    padding: 4px 16px;
    border-radius: 20px;
    color: white;
}
.sci-live-pc .sci-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;
}
.sci-live-pc .sci-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;
  opacity:1;
  cursor: pointer;
}
.sci-live-pc .sci-live-list .swiper-slide.active {
  color: #06d3f4;
}
.sci-live-pc .sci-live-list .swiper-slide .time {
  font-size: 12px;
  padding: 10px 5px 5px;
}
.sci-live-pc .sci-live-list .swiper-slide .title {
  margin-top:8px;
  padding: 0 5px;
  height: 54px;
  overflow: hidden;
  line-height: 1.4;
}
.sci-live-pc .sci-live-body .button-prev,
.sci-live-pc .sci-live-body .button-next {
  position: absolute;
  bottom:130px;
  width: 49px;
  height: 64px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 50;
  cursor: pointer;
}
.sci-live-pc .sci-live-body .button-prev.hide,
.sci-live-pc .sci-live-body .button-next.hide {
  display:none;
}
.sci-live-pc .sci-live-body .button-prev.swiper-button-disabled,
.sci-live-pc .sci-live-body .button-next.swiper-button-disabled {
  opacity: 0.2;
}
.sci-live-pc .sci-live-body .button-prev {
  left: -5px;
}
.sci-live-pc .sci-live-body .button-next {
  right: -5px;
}
.sci-fold-pc {
    width: 1202px;
    margin: 42px auto;
    padding: 40px 1px;
    background: url(../images/cjgc-bg-rw.png) no-repeat center/100% 100%;
}
.sci-fold-pc .hd {
  position: relative;
    text-align: center;
    margin-bottom:36px;
}
.sci-fold-pc .hd .title img {
  display: block;
}
.sci-fold-pc .hd .more {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    color: #282728;
    width: 75px;
    height: 30px;
    line-height: 30px;
    z-index: 9;
    background: #11d3f4;
    border-radius: 5px;
}
.sci-fold-pc .hd .more a {
    color: #282728;
}
.sci-fold-pc .hd .title .text {
   display: inline-block;
   margin: 0 auto;
   position: relative;
   font-size: 32px; 
   color: #11d3f4;
}
.sci-fold-pc .hd .title .text:before {
  content:'';
  display:block;
  background: url(../images/cjgc-titlel.png) no-repeat;
  width: 85px;
  height: 3px;
  position: absolute;
  left: -115px;
  top: 50%;
}
.sci-fold-pc .hd .title .text:after {
  content:'';
  display:block;
  background: url(../images/cjgc-titler.png) no-repeat;
  width: 85px;
  height: 3px;
  position: absolute;
  right: -115px;
  top: 50%;
}
.sci-fold-pc .wrap {
    width: 1200px;
    height: 270px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.sci-fold-pc .wrap .pic {
    width: 480px;
    height: 100%;
    position: absolute;
    top: 0;
    list-style: none;
    cursor: pointer;
}
.sci-fold-pc .wrap .pic.cur .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../images/unfold-cover.png) no-repeat center bottom/100% auto;
}
.sci-fold-pc .wrap .pic img {
    width: 100%;
    height: 100%;
    display: block;
}
.sci-fold-pc .wrap .pic .pic_num {
    background: url(../images/fold-cover.png) no-repeat left center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.sci-fold-pc .wrap .pic .pic_num .pic_numBg {
    display: table;
    width: 20px;
    height: 100%;
    line-height: 100%;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 36px;
}
.sci-fold-pc .wrap .pic .pic_num p {
    display: table-cell;
    vertical-align: middle;
    width: 20px;
    line-height: 22px;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
    font-size:20px;
    font-weight: bold;
}
.sci-fold-pc .wrap .pic .pic_con {
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.sci-fold-pc .wrap .pic .pic_con .txt .title {
    display: none;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 48px;
    padding: 0 20px;
    padding-top: 145px;
}
.sci-fold-pc .wrap .pic .pic_con .txt .brief {
    display: none;
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    padding: 0 20px 30px;
}
.sci-fold-pc .wrap .pic .pic_con .txt {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}
.sci-fold-pc .wrap .pic.cur .pic_num {
    display: none;
    transition: all 1s linear;
}
.sci-fold-pc .wrap .pic.cur .pic_con {
    display: block;
    transition: all 1s linear;
}
.sci-fold-pc .wrap .pic.cur .pic_con .title {
    display: block;
}
.sci-fold-pc .wrap .pic.cur .pic_con .brief {
    display: block;
}
.sci-code-pc {
    width: 1202px;
    margin: 42px auto;
    padding: 40px 1px;
    background: url(../images/cjgc-bg-rw.png) no-repeat center/100% 100%;
}
.sci-code-pc .hd {
    position: relative;
    text-align: center;
    margin-bottom: 36px;
}
.sci-code-pc .hd .title img {
    display: block;
}
.sci-code-pc .hd .more {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    color: #282728;
    width: 75px;
    height: 30px;
    line-height: 30px;
    z-index: 9;
    background: #11d3f4;
    border-radius: 5px;
}
.sci-code-pc .hd .more a {
    color: #282728;
}
.sci-code-pc .hd .title .text {
   display: inline-block;
   margin: 0 auto;
   position: relative;
   font-size: 32px; 
   color: #11d3f4;
}
.sci-code-pc .hd .title .text:before {
  content:'';
  display:block;
  background: url(../images/cjgc-titlel.png) no-repeat;
  width: 85px;
  height: 3px;
  position: absolute;
  left: -115px;
  top: 50%;
}
.sci-code-pc .hd .title .text:after {
  content:'';
  display:block;
  background: url(../images/cjgc-titler.png) no-repeat;
  width: 85px;
  height: 3px;
  position: absolute;
  right: -115px;
  top: 50%;
}
.sci-code-pc .code-list {
    overflow: hidden;
    width: 1182px;
    margin: 0 auto;
    text-align: center;
}
.sci-code-pc .code-list li {
    list-style: none;
    width: 150px;
    margin: 0 30px;
    position: relative;
    display: inline-block;
}
.sci-code-pc .code-list .name {
    text-align:center;
    color:#fff;
    margin-bottom: 15px;
    font-size: 16px;
}
.sci-code-pc .code-list .image {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    position: relative;
    cursor: pointer;
}
.sci-code-pc .code-list .image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.sci-code-pc .code-list li: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-code-pc .code-list .image 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-code-pc .code-list .cover {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 100%;
  background: rgba(0,0,0,.5);
  padding: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  -webkit-transition: .65s;
  transition: .65s;
  opacity: 0;
  z-index: 1;
}
.sci-code-pc .code-list li:hover .cover {
  opacity: 1;
  top: 0;
}
.sci-code-pc .code-list .cover p {
  margin-top: 30px;
}
.sci-code-pc .code-list .btn {
  width: 76px;
  height: 35px;
  line-height: 35px;
  background: #c10000;
  border-radius: 5px;
  margin: 20px auto 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.sci-container-list2 {
  width: 1202px;
  margin: 62px auto;
  padding: 20px 0 20px 5px;
  background: url(../images/cjgc-box-rept.jpg) repeat-y center/100% auto;
  position: relative;
}
.sci-container-list2:before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  top: -20px;
  right: 0;
  height: 36px;
  position: absolute;
  background: url(../images/cjgc-box-top.png) no-repeat center top/100% auto;
}
.sci-container-list2:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: -20px;
  right: 0;
  height: 36px;
  position: absolute;
  background: url(../images/cjgc-box-bottom.png) no-repeat center bottom/100% auto;
}
.sci-container-list2 .hd {
    position: relative;
    text-align: center;
    margin-bottom: 36px;
}
.sci-container-list2 .hd .title .text {
   display: inline-block;
   margin: 0 auto;
   position: relative;
   font-size: 32px; 
   color: #11d3f4;
}
.sci-container-list2 .hd .title .text:before {
  content:'';
  display:block;
  background: url(../images/cjgc-titlel.png) no-repeat;
  width: 85px;
  height: 3px;
  position: absolute;
  left: -115px;
  top: 50%;
}
.sci-container-list2 .hd .title .text:after {
  content:'';
  display:block;
  background: url(../images/cjgc-titler.png) no-repeat;
  width: 85px;
  height: 3px;
  position: absolute;
  right: -115px;
  top: 50%;
}
.sci-container-list2 .hd .title img {
    display: block;
    margin:0 auto;
}
.sci-container-list2 .hd .more {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    color: #282728;
    width: 75px;
    height: 30px;
    line-height: 30px;
    z-index: 9;
    background: #11d3f4;
    border-radius: 5px;
}
.sci-container-list2 .hd .more a {
    color: #282728;
}
.sci-container-list2 .pic-list {
    overflow: hidden;
    width: 1165px;
    margin: 0 auto;
}
.sci-container-list2 .pic-list ul {
  margin-left: -10px;
}
.sci-container-list2 .pic-list li {
    list-style: none;
    float: left;
    width: 225px;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
}
.sci-container-list2 .pic-list li:hover a {
    color: #c10000;
}
.sci-container-list2 .pic-list .cover {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #e6e6e6 url(../images/zwpic165_47.png) no-repeat center center;
}
.sci-container-list2 .pic-list .cover a {
  display:block;
}
.sci-container-list2 .pic-list .play {
    cursor: pointer;
    position: absolute;
    /*left: 50%;
    top: 50%;
    margin: -11px 0 0 -11px;
    width: 33px;
    height: 33px;
    background: url(../images/cjgc-btn-play.png) no-repeat;
    */
    background: url(../images/video-playbtn.png) no-repeat center/cover;
    width: 68px;
    height: 68px;
    left: 10px;
    bottom: 10px;
    z-index: 2;

}
.sci-container-list2 .pic-list .cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.sci-container-list2 .pic-list li: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-container-list2 .pic-list .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-container-list2 .pic-list .content {
  background: #fff;
  overflow: hidden;
}
.sci-container-list2 .pic-list .content.three .text {
  height: 79px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.sci-container-list2 .pic-list .text {
  margin: 18px;
  height: 52px;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  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-coop-pc {
    width: 1202px;
    margin: 42px auto;
    padding: 40px 1px;
    background: url(../images/cjgc-bg-rw.png) no-repeat center/100% 100%;
}
.sci-coop-pc .hd {
    position: relative;
    text-align: center;
    margin-bottom: 36px;
}
.sci-coop-pc .hd .title img {
    display: block;
}
.sci-coop-pc .hd .more {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    color: #282728;
    width: 75px;
    height: 30px;
    line-height: 30px;
    z-index: 9;
    background: #11d3f4;
    border-radius: 5px;
}
.sci-coop-pc .hd .more a {
    color: #282728;
}
.sci-coop-pc .hd .title .text {
   display: inline-block;
   margin: 0 auto;
   position: relative;
   font-size: 32px; 
   color: #11d3f4;
}
.sci-coop-pc .hd .title .text:before {
  content:'';
  display:block;
  background: url(../images/cjgc-titlel.png) no-repeat;
  width: 85px;
  height: 3px;
  position: absolute;
  left: -115px;
  top: 50%;
}
.sci-coop-pc .hd .title .text:after {
  content:'';
  display:block;
  background: url(../images/cjgc-titler.png) no-repeat;
  width: 85px;
  height: 3px;
  position: absolute;
  right: -115px;
  top: 50%;
}
.sci-coop-pc .coop-list {
    overflow: hidden;
    width: 1182px;
    margin: 0 auto;
}
.sci-coop-pc .coop-list ul {
    margin-left: -4px;
}
.sci-coop-pc .coop-list li {
    list-style: none;
    float: left;
    margin-left: 4px;
    margin-bottom: 4px;
    width: 233px;
    position: relative;
}
/*.sci-coop-pc .coop-list li:first-child .image {*/
/*    height:412px;*/
/*}*/
/*.sci-coop-pc .coop-list li:first-child .cover {*/
/*    padding-top: 50px;*/
/*    font-size: 20px;*/
/*    line-height: 2;*/
/*}*/
/*.sci-coop-pc .coop-list li:first-child .btn {*/
/*	display:none;*/
/*}*/
.sci-coop-pc .coop-list .image {
    width: 100%;
    height: 100px;
    border-radius: 20px;
    overflow: hidden;
    float: left;
    position: relative;
}
.sci-coop-pc .coop-list .image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.sci-coop-pc .coop-list li: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-coop-pc .coop-list .image 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-coop-pc .coop-list .cover {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 100%;
  background: rgba(0,0,0,.5);
  padding: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  -webkit-transition: .65s;
  transition: .65s;
  opacity: 0;
  z-index: 1;
}
.sci-coop-pc .coop-list li:hover .cover {
  opacity: 1;
  top: 0;
}
.sci-coop-pc .coop-list .cover p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sci-coop-pc .coop-list .cover p:first-child {
  text-align: center;
  font-weight: bold;
  font-size: 130%;
}
.sci-coop-pc .coop-list .btn {
  width: 76px;
  height: 20px;
  line-height: 20px;
  background: #c10000;
  border-radius: 5px;
  margin: 10px auto 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
.clear {
    height: 0px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
}
.sci-news-pc {
  width: 1200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto 60px;
}
.sci-news-pc .hd {
    position: relative;
    text-align: center;
    margin-bottom: 36px;
}
.sci-news-pc .hd .title img {
    display: block;
    margin:0 auto;
}
.sci-news-pc .hd .title .text {
   display: inline-block;
   margin: 0 auto;
   position: relative;
   font-size: 32px; 
   color: #11d3f4;
}
.sci-news-pc .hd .title .text:before {
  content:'';
  display:block;
  background: url(../images/cjgc-titlel.png) no-repeat;
  width: 85px;
  height: 3px;
  position: absolute;
  left: -115px;
  top: 50%;
}
.sci-news-pc .hd .title .text:after {
  content:'';
  display:block;
  background: url(../images/cjgc-titler.png) no-repeat;
  width: 85px;
  height: 3px;
  position: absolute;
  right: -115px;
  top: 50%;
}
.sci-news-pc .body {
  background: white;
  margin-top: 30px;
}
.sci-news-pc .body:after {
  display: table;
  clear: both;
  content: "";
}
.sci-news-pc .sci-industry .list-item:hover .brief {
  color: #444;
}
.sci-news-pc .sci-industry .list-item {
  position: relative;
  border-top: 1px solid rgba(0,49,90,.1);
  padding: 16px 20px 25px 318px;
}
.sci-news-pc .sci-industry .list-item:first-child {
  border: none;
}
.sci-news-pc .sci-industry .list-item .cover {
  width: 273px;
  height: 154px;
  min-width: 273px;
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  left: 20px;
  top: 16px;
}
.sci-news-pc .sci-industry .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sci-news-pc .sci-industry .list-item: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-news-pc .sci-industry .list-item .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-news-pc .sci-industry .list-item .content {
  
}
.sci-news-pc .sci-industry .list-item .title {
  color: #333;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sci-news-pc .sci-industry .list-item .brief {
  color: #666;
  font-size: 16px;
  margin: 12px 0 8px;
  line-height: 1.5;
  height: 74px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sci-news-pc .sci-industry .list-item .bottom {
  height: 30px;
  overflow: hidden;
}
.sci-news-pc .sci-industry .list-item .time {
  display: inline-block;
  margin-top: 8px;
}
.sci-news-pc .sci-industry .list-item .tag {
  color: #0ea2c2;
  margin-left: 20px;
}
.sci-news-pc .list-load {
  font-size: 14px;
  color: #fff;
  width: 126px;
  height: 36px;
  line-height: 36px;
  margin: 20px auto;
  text-align: center;
  cursor: pointer;
  background: url(../images/cjgc-btn.png) no-repeat center/100% 100%;
}
.sci-news-pc .list-load:hover {
  background-color: rgb(255,255,255,.2);
}
.sci-news-pc .list-load i {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background: url(../images/cjgc-load.gif) no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  vertical-align: -4px;
}
.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(../images/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(../images/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;}
body {background:#050914 !important;}
.page {
/*background: url(../images/cjgc-bg.png) repeat-y center top/100% auto;*/
  overflow: hidden;
}
.page .inner {
  padding-top: 425px;
}
.page .sci-live-body {
  background: url(../images/cjgc-bg-video.png) no-repeat center/100% 100%;
}
.page .sci-live-pc .sci-live-list {
  padding: 10px 0;
}
.page .sci-live-pc .sci-live-list .swiper-slide.active .cover ,
.page-m .sci-live .sci-live-list .swiper-slide.active .cover {
  background: url(../images/cjgc-video-cur.png) no-repeat center top/97% auto;
}
.page-m {
background: url(../images/cjgc-bg-h5.png) no-repeat center -10px/100% auto;
}
.page-m .page-m-inner {
padding: 150px 10px 0;
}
.page-m .sci-live-m {
  margin-top:0;
}
.page-m .sci-nav-m-bottom {
  margin: 0 -10px
}
