html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100% important;/* 关闭横竖屏字体大小自动调整功能 */}

html {-webkit-tap-highlight-color: none;-webkit-tap-highlight-color: transparent;/* html点击时闪屏 */}

body {-webkit-touch-callout: none;webkit-text-size-adjust: 100% important;/* 禁用系统默认菜单 */}

* {border: 0;border-radius: 0;background: transparent;margin: 0;padding: 0;font-family: "PingFang SC","微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,details,figcaption,figure,footer,header,hgroup,mark,meter,output,section,summary,time,button,p {margin: 0;padding: 0;}

h1,h2,h3,h4,h5,h6,pre,address,caption,cite,code,em,i,strong,th,figcaption {font-weight: normal;font-style: normal;}

ol,ul,li,dl,dt,dd {list-style: none}

fieldset,iframe,img {border: 0;}

table {border-collapse: collapse;border-spacing: 0;}

a,input {color: #000;text-decoration: none;/* 手机页面点击去掉篮框 */-webkit-tap-highlight-color: rgba(165, 165, 165, 0);-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

input,
button,
textarea {outline: none;border: 0;}

html,
body {margin: 0px;width: 100%;padding: 0;background-color: #fbfbfb !important;}

img {vertical-align: top;}


/*ios下面移除按钮默认样式*/
input[type=button] {-webkit-appearance: none;outline: none}

html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;/* 关闭横竖屏字体大小自动调整功能 */-webkit-tap-highlight-color: transparent;}

body {font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;color: #333;-webkit-touch-callout: inherit;-webkit-user-select: auto;background: #fff;font-size: 14px;}

a {color: #333;text-decoration: none;}

a:hover {color: #289cff;}

input,textarea {-webkit-appearance: none;appearance: none;}

body {padding-bottom: constant(safe-area-inset-bottom);}

.u-safeAreaInset-top {height: constant(safe-area-inset-top) !important;height: env(safe-area-inset-top) !important;}

.u-safeAreaInset-bottom {height: constant(safe-area-inset-bottom) !important;height: env(safe-area-inset-bottom) !important;}

body {
	/* iOS系统禁止微信客户端修改字体大小： */
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	
}

/*placeholder设置颜色*/
::-webkit-input-placeholder{color:rgba(0,0,0,0.3);line-height:normal}
::-moz-placeholder {color:rgba(0,0,0,0.3);line-height:normal}
:-moz-placeholder {color:rgba(0,0,0,0.3);line-height:normal}
:-ms-input-placeholder{color:rgba(0,0,0,0.3);line-height:normal}

/*clearfix*/
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
}





.top-outer{}
.logo{width: 210px;float: left;padding:15px 0 0 0;}
.logo img:hover{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
.menu{width: 990px;float: left;}
.menu ul{padding:35px 0 0 35px;}
.menu ul li{padding:0 15px;font-size: 16px;font-weight: bold;color: #fff; float: left;line-height: 30px;}
.menu ul li a{color: #fff; display:block;position: relative;transition: 0.3s;}
.menu ul li a:hover{color: #289cff;}
/* .menu ul li a:hover::before{content:'';width:80%;left:10%;position:absolute;bottom:-5px;height: 3px;background:#289cff;border-radius: 5px;} */

.wee{height: 3px; width: 100%;border-radius: 2px;background-color: #289cff;position: absolute;left: 0px;bottom: -5px; transition: 0.3s;}

/* 轮播 */
.picBtnTop{ width:100%; height:515px; position:relative;  overflow:hidden;  zoom:1; background-color: #000;margin-top:85px;}
.picBtnTop .hd{ width:290px;  height:100%; position:absolute; right:0;top:0; overflow:hidden; }
.picBtnTop .hd ul li{height:86px; color: #fff;font-size: 18px;line-height: 24px;padding:0 20px;cursor: pointer;display: flex;align-items: center; }
.picBtnTop .hd ul li.on{background-image: linear-gradient(to right, rgba(6, 55, 179, 1), rgba(6, 55, 179, 0.1));}
.picBtnTop .hd ul li a {color: #fff;overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;}
	
.picBtnTop .bd{ width:910px;  height:100%; position:relative;  }
.picBtnTop .bd .tempWrap,.picBtnTop .bd .tempWrap ul{ height:100%;}
.picBtnTop .bd li{ width:100%; height:100%;position:relative; zoom:1; vertical-align:middle;}
.picBtnTop .bd li img{ width:100%; /* height:100%; */ vertical-align:bottom; }

/* 带左右箭头轮播 */
.slideGroup1 {width: 1200px;margin: 0 auto;text-align: left;margin-top: 60px !important;}

.slideGroup1 .slideBox {zoom: 1;position: relative;}

.slideGroup1 .sPrev,
.slideGroup1 .sNext {display: block;width: 42px;height: 91px;overflow: hidden;cursor: pointer;z-index: 99;position: absolute;top: 50%;margin-top:-45px;font-size: 0;}

.slideGroup1 .sPrev {background: url('../img/video_left.png') no-repeat center;left: -65px;}

.slideGroup1 .sNext {background: url('../img/video_right.png') no-repeat center;right: -75px;}

.slideGroup1 .parBd ul {zoom: 1;padding:5px 6px !important;}

.slideGroup1 .parBd ul li {float: left;_display: inline;text-align: center;width: 285px;height: 160px;margin-right: 18px;position: relative;}

.slideGroup1 .parBd ul li::before {content: '';display: block;position: absolute;top: -5px;left: -6px;width: 296px;height: 170px;background:  url(../img/video_icon1.png) no-repeat center;background-size: 100% auto;opacity: 0.6;}


.slideGroup1 .parBd ul li .pic {text-align: center;height: 100%;}

.slideGroup1 .parBd ul li .pic img {width: 100%;height: 100%;display: block;}

.slideGroup1 .parBd ul li .pic a {display: inline-block;width: 100%;height: 100%;position: relative;}
.slideGroup1 .parBd ul li .pic a em{display: block;width: 43px;height: 43px;background: url(../img/video_play.png) no-repeat center;background-size: 100% auto;position: absolute;top:50%;left:50%;margin:-21px 0 0 -21px;z-index: 2;}



/* 标题 */
.video-title{text-align: center;padding:45px 0 0 0;}
.video-title a{display: inline-block;vertical-align: top;background: url(../img/video_title_center.png) no-repeat center;position: relative;padding:40px 0;}
.video-title a::after,.video-title a::before{content:'';position: absolute;width: 39px;height: 8px;top:50%;margin-top:-4px;}
.video-title a::after{background: url(../img/video_title_left.png) no-repeat;background-size: 100% 100%;left:-55px;}
.video-title a::before{background: url(../img/video_title_right.png) no-repeat;background-size: 100% 100%;right:-55px;}

/* 视频连线 */
.video-line{}
.video-line ul{position: relative; display: flex;flex-wrap: wrap;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.video-line ul li{width: 565px;height: 430px;border: 1px #f3f3f3 solid;border-radius: 10px;overflow: hidden;box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);background: #fff;}
.video-line ul li em{display: block;}
.video-line ul li em img{width: 100%; height: 320px;}
.video-line ul li b{display: block;font-size: 18px;font-weight: bold;padding:0 20px 0 20px;margin:10px 0 0 0;line-height: 26px;height: 52px;overflow: hidden;box-sizing: border-box;display: -webkit-box !important; overflow: hidden; text-overflow: ellipsis; word-break: break-all; box-orient:vertical; -webkit-box-orient:vertical; -o-box-orient:vertical; -ms-box-orient:vertical; line-clamp:2; -webkit-line-clamp:2; -o-line-clamp:2; -ms-line-clamp:2;}
.video-line ul li i{display: block;padding:18px 0 0 20px;font-size: 12px;color: #666;}

/* 视频访谈 */
.video-view{}
.video-view ul{position: relative; display: flex;flex-wrap: wrap;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.video-view ul li{width: 285px;height: 310px;border: 1px #f3f3f3 solid;border-radius: 10px;overflow: hidden;box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);background: #fff;}
.video-view ul li em{display: block;}
.video-view ul li em img{width: 100%; height: 160px;}
.video-view ul li b{display: block;font-size: 16px;font-weight: bold;padding:0 15px 0 15px;margin:10px 0 0 0;line-height: 24px;height: 48px;overflow: hidden;box-sizing: border-box;display: -webkit-box !important; overflow: hidden; text-overflow: ellipsis; word-break: break-all; box-orient:vertical; -webkit-box-orient:vertical; -o-box-orient:vertical; -ms-box-orient:vertical; line-clamp:2; -webkit-line-clamp:2; -o-line-clamp:2; -ms-line-clamp:2;}
.video-view ul li span{display: block;color: #999;font-size: 15px;line-height: 22px;height:88px;padding:15px 15px 0 15px;display: -webkit-box !important; overflow: hidden; text-overflow: ellipsis; word-break: break-all; box-orient:vertical; -webkit-box-orient:vertical; -o-box-orient:vertical; -ms-box-orient:vertical; line-clamp:4; -webkit-line-clamp:4; -o-line-clamp:4; -ms-line-clamp:4;}
.video-view ul li i{display: block;padding:40px 0 0 15px;font-size: 12px;color: #666;}

.half-outer{position: relative; display: flex;flex-wrap: wrap;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}

/* 科学新发现、科技新突破 */

.video-half{width: 580px;}

.video-new{border: 1px #f3f3f3 solid;border-radius: 10px;overflow: hidden;box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.35);background: #fff;padding:0 12px;box-sizing: border-box;}

.video-new ul{position: relative; display: flex;flex-wrap: wrap;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.video-new ul li{width: 270px;height: 240px;margin-top:12px;}
.video-new ul li em{display: block;border-radius: 8px;overflow: hidden;}
.video-new ul li em img{width: 100%; height: 160px;object-fit: cover;}
.video-new ul li b{display: block;font-size: 16px;font-weight: bold;padding:0 5px 0 5px;margin:10px 0 0 0;line-height: 24px;height: 48px;overflow: hidden;box-sizing: border-box;display: -webkit-box !important; overflow: hidden; text-overflow: ellipsis; word-break: break-all; box-orient:vertical; -webkit-box-orient:vertical; -o-box-orient:vertical; -ms-box-orient:vertical; line-clamp:2; -webkit-line-clamp:2; -o-line-clamp:2; -ms-line-clamp:2;}

/* 直播 */
.story_con {width: 100%;display: flex;color: #fff;border-radius: 10px; overflow: hidden;height: 270px;}
.story_con img { width: auto; height: 270px;max-width: none}
.story_con .img_scale {position: unset}
.zb-icon{position: absolute;width: 53px;height: 53px;background: url(../img/zb_icon.png) no-repeat center;top:0;left: 0;z-index: 1; display: none;}
.story_height { width: 120px}
.story_con .story_item {width: 120px;position: relative; overflow: hidden}
.story_con .story_item .black {position: absolute;top: 0;left: 0;width: 100%;height: 270px;background: rgba(0,0,0,.6);}
.story_con .story_item h3 {position: absolute;top: 0;left: 0;width: 120px;height: 270px;writing-mode: vertical-lr;padding: 20px 0;box-sizing: border-box;transition: all .4s;letter-spacing: 2px;cursor: pointer;display: flex;align-items: center;opacity: 1;font-size: 16px;text-align: center;}
.story_con .story_item h3 span{display: block;background: rgba(42,110,208,0.87);border-radius: 10px 0 0 10px;position: absolute;top:35px;right:0;height:186px;padding:12px 4px;box-sizing: border-box;display: -webkit-box !important; overflow: hidden; text-overflow: ellipsis; word-break: break-all; box-orient:vertical; -webkit-box-orient:vertical; -o-box-orient:vertical; -ms-box-orient:vertical; line-clamp:3; -webkit-line-clamp:3; -o-line-clamp:3; -ms-line-clamp:3;max-width: 82px;}
.story_con .story_item p { position: absolute;left: 0;bottom: 0;width: 100%;padding: 15px 25px;box-sizing: border-box;background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); display: none;box-sizing: border-box;}
.story_con .story_item p a {color: #fff;font-size: 18px;font-weight: bold;}
.story_con .story_item.story_cur { width: 485px}
.story_con .story_item.story_cur img{width: 100%; /* height: 100%; */}
.story_con .story_item.story_cur h3 {opacity: 0}
.story_con .story_item.story_cur .zb-icon{display: block;}

/* 页尾 */
.mainFooter {margin: 40px auto 0;text-align: center;font-family: 'å¾®è½¯é›…é»‘';font-size: 14px;color: #333;line-height: 28px;}
.mainFooter * {margin: 0;padding: 0;outline: none;list-style: none;box-sizing: border-box;-webkit-tap-highlight-color: transparent;}
.mainFooter a {color: #333;text-decoration: none;}
.mainFooter a:hover {color: #d60200;text-decoration: none;}
.mainFooter img {display: inline-block;max-width: 100%;border: 0;}
.mainFooter .footerCont {width: 1200px;margin: 0 auto;padding: 20px 0;overflow: hidden;position: relative;}
.mainFooter .footerCode {width: 180px;height: 180px;display: block;position: absolute;top: 20px;left: 0;display: none;}
.mainFooter .footerCode img {width: 100%;height: 100%;display: block;}
.mainFooter .footerLink {width: auto;padding-bottom: 10px;padding-left: 10px;}
.mainFooter .footerLink h3 {font-size: 18px;color: #c50606;line-height: 28px;text-align: left;margin-top: 0;margin-bottom: 10px;font-weight: bold;}
.mainFooter .footerLink ul {overflow: hidden;text-align: justify;}
.mainFooter .footerLink li {display: inline-block;padding-right: 20px;}
.mainFooter .footerLink li a {display: inline-block;font-size: 12px;line-height: 24px;white-space: nowrap;}
.mainFooter .footerInfo {width: auto;text-align: center;padding-left: 10px;}
.mainFooter .footerInfo dl {font-size: 12px;line-height: 24px;margin: 0;}
.mainFooter .footerInfo dt,
.mainFooter .footerInfo dd {display: inline-block;color: #333;font-weight: normal;}
.mainFooter .footerInfo ul {overflow: hidden;}
.mainFooter .footerInfo li {display: inline-block;font-size: 12px;line-height: 24px;}
.mainFooter .footerInfo ul.Line {margin-bottom: 0;}
.mainFooter .footerInfo ul.Line li::after {content: "|";font-size: 12px;line-height: 24px;padding: 0 0;}
.mainFooter .footerInfo ul.Line li:last-child::after {display: none;}
.mainFooter .footerInfo li a {display: inline-block;font-size: 12px;line-height: 24px;white-space: nowrap;}
.mainFooter .footerInfo li span {padding: 0 2px;color: #c50606;}




/*************************************** 手机端样式 *************************/




/* 头部*/
.mHeader {display: none;}

.mHeader .hLogo {padding: 0.2rem 0.23rem;}
.mHeader .hLogo a {width: 2.1rem;height: 0.5rem;display:inline-block;}
.mHeader .hLogo img {width: auto;height: 100%;display: block;}
.mHeader .hMenu {padding: 0.2rem 0;padding-right: 0.8rem;position: relative;}
.mHeader .hMenu .mBtn {width: 0.3rem;height: 0.22rem;position: absolute;top:-0.7rem;right: 0.4rem;}
.mHeader .hMenu .mBtn.on{top:0.4rem;}
.mHeader .hMenu .mBtn .line {position: absolute;top: 0.09rem;left: 0;display: block;width: 0.3rem;height: 0.04rem;background-color: #fff;border-radius: 0.02rem;transition: all .3s ease-in-out;}
.mHeader .hMenu .mBtn .line:nth-child(1) {top: 0;}
.mHeader .hMenu .mBtn .line:nth-child(3) {top: 0.18rem;}
.mHeader .hMenu .mBtn.on{position: fixed;z-index: 999999999;}
.mHeader .hMenu .mBtn.on .line{opacity: 0;}
.mHeader .hMenu .mBtn.on .line:nth-child(1){opacity: 1;transform: translateY(0.09rem) rotate(45deg);background: #333;}
.mHeader .hMenu .mBtn.on .line:nth-child(3){opacity: 1;transform: translateY(-0.09rem) rotate(-45deg);background: #333;}.mHeader .hMenu .menuBox {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 999999;-webkit-overflow-scrolling: touch;-ms-scroll-chaining: none;overscroll-behavior: contain;overflow-y: auto;background: #FFFFFF;display: none;}
.mHeader .hMenu .menuBox.on{display: block;}
.mHeader .hMenu .menuBox ul{padding: 0.8rem;}
.mHeader .hMenu .menuBox li{border-bottom: 0.01rem solid #999;}
.mHeader .hMenu .menuBox li a{font-size: 0.3rem;line-height: 0.36rem;text-align: left;display: block;padding: 0.26rem 0.3rem;}
.mHeader .hMenu .menuBox li a::after{content: "";width: 0.2rem;height: 0.2rem;border-width: 0.02rem 0.01rem 0 0;border-color: #999;border-style: solid;display: block;float: right;transform: rotate(45deg);margin-top: 0.1rem;}.mHeader .hMenu .swiper-container {	width: auto;	height: auto;overflow: auto;}
.mHeader .hMenu .swiper-slide {width: auto;}
.mHeader .hMenu .swiper-slide a {padding: 0 0.3rem;font-size: 0.3rem;color: #fff;line-height: 0.6rem;text-align: center;display: inline-block;position: relative;}
.mHeader .hMenu .swiper-slide:first-child a{color: #289cff;}
.mHeader .hMenu .swiper-slide:first-child a::after{content: "";width: 0.5rem;height: 0.05rem;background: #289cff;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.mHeader .hMenu .swiper-slide a:hover {}

/* 首页轮播-1 */
.news-swiper {width:calc(100% - 0.46rem);width:-moz-calc(100% - 0.46rem);width:-webit-calc(100% - 0.46rem);position: relative;margin-left:0.23rem;margin-top:0.4rem;}			
.news-swiper .swiper-container { width: 100%;height: 100%;border-radius: 0.12rem;overflow: hidden;}
.news-swiper .swiper-slide {width: 100%;height: 100%;}


.news-swiper .swiper-slide em{display: block;width: 100%;height: 3.9rem;}
.news-swiper .swiper-slide em img{display:block;width: 100%;height: 3.9rem;}

.news-swiper .swiper-slide span{display: block;position:absolute;bottom:0;left:0;width:100%;font-size: 0.28rem;line-height: 0.5rem;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;color: #fff;padding:0 0.25rem;box-sizing: border-box;background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9));padding-right: 1rem;}
.news-swiper .swiper-slide span a{color: #fff;}

.news-swiper .swiper-button-prev,.news-swiper .swiper-button-next{top:50%;margin-top:-0.35rem;width: 0.4rem;height: 0.7rem;}
.news-swiper .swiper-button-prev {left: 0.15rem;background: url(../img/prev@2x.png) no-repeat;background-size: 100% auto;}
.news-swiper .swiper-button-next {right: 0.15rem;background: url(../img/next@2x.png) no-repeat;background-size: 100% auto;}

.news-swiper .swiper-button-prev:after, .news-swiper .swiper-button-next:after{display: none;}

.news-swiper .swiper-pagination{width: auto;left:auto;right:0.3rem;bottom:0;font-size: 0.26rem;line-height:0.5rem;color: #fff;font-family: arial;z-index: 3;}
.news-swiper .swiper-pagination-current{color: #20bdff;}

/* 标题 */
.mob-title{padding:0.56rem 0 0.05rem 0.23rem;}
.mob-title a{display: inline-block;vertical-align: top;position: relative;}
.mob-title a img{height: 0.4rem;}
.mob-title a::before{content:'';position: absolute;width: 0.4rem;height: 0.1rem;top:50%;margin-top:-0.02rem;background: url(../img/video_title_right.png) no-repeat;background-size: 100% auto;right:-0.55rem;}

/* 热点 */
.mob-item{padding:0 0.23rem;}
.mob-item ul{position: relative; display: flex;flex-wrap: wrap;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.mob-item ul li{width: 3.37rem;height: 3.45rem;border-radius: 0.12rem;overflow: hidden;box-shadow: 0px 0px 0.2rem 0px rgba(0,0,0,0.1);background: #fff;margin:0.23rem 0 0 0;box-sizing: border-box;}
.mob-item ul li em{display: block;}
.mob-item ul li em img{width: 100%; height: 1.9rem;object-fit: cover;}
.mob-item ul li b{display: block;font-size: 0.28rem;font-weight: 400;padding:0 0.2rem 0 0.2rem;margin:0.18rem 0 0 0;line-height: 0.36rem;height: 0.72rem;overflow: hidden;box-sizing: border-box;display: -webkit-box !important; overflow: hidden; text-overflow: ellipsis; word-break: break-all; box-orient:vertical; -webkit-box-orient:vertical; -o-box-orient:vertical; -ms-box-orient:vertical; line-clamp:2; -webkit-line-clamp:2; -o-line-clamp:2; -ms-line-clamp:2;}
.mob-item ul li i{display: block;padding:0.16rem 0 0 0.2rem;font-size: 0.22rem;color: #999;}


/* 科学新发现 */
.mob-find{padding:0.23rem 0.23rem 0 0.23rem;box-shadow: 0px 0px 0.2rem 0px rgba(0,0,0,0.1);background: #fff;margin:0.3rem 0 0 0;}
.mob-find ul li{height: 3.1rem;margin: 0;box-shadow: none;border: none;}
.mob-find ul li em img{border-radius: 0.12rem;object-fit:cover;}

/* 直播 */
.mob-zb ul li{height: 3rem;}

.mob-scale{margin:0.23rem 0.23rem 0 0.23rem;position: relative;}
.mob-scale em{display: block;position: absolute;width: 0.7rem;height:0.7rem;background: url(../img/zb_icon.png) no-repeat center;background-size:100% auto;top:0;left: 0;z-index: 1;}
.mob-scale span{display: block;height: 3.9rem;border-radius: 0.12rem;overflow: hidden;}
.mob-scale span img{width: 100%;height: 100%;}
.mob-scale i{display: block;position: absolute;left:0;bottom:0;width: 100%;color: #fff;padding:0 0.2rem 0.1rem 0.2rem;box-sizing: border-box;font-size: 0.26rem;line-height: 0.36rem;}
.mob-scale i a{color: #fff;}

/* 视频连线 */
.mob-line{padding:0 0.23rem;}
.mob-line dl{padding:0.25rem 0;border-bottom:1px #ddd solid;position: relative;display: flex;flex-wrap: wrap;-webkit-box-pack: justify;-webkit-justify-content: space-between; -ms-flex-pack: justify;justify-content: space-between;font-size: 0;}
.mob-line dl dt{display: inline-block;vertical-align: top;width: 2.3rem;}
.mob-line dl dt a{display: block;}
.mob-line dl dt img{width: 100%;height: 70px;border-radius: 0.12rem;overflow: hidden;object-fit: cover;}
.mob-line dl dd{display: inline-block;vertical-align: top;width:4.5rem;}
.mob-line dl dd a{display: block;font-size: 0.3rem;line-height: 0.4rem;}
.mob-line dl dd i{display: block;font-size: 0.22rem;font-family: arial;color:#999;padding-top:0.2rem;}


/* 页尾 */
.mob-footer{padding:0.7rem 0 0.5rem; text-align: center; font-size: 0.2rem;color: #999;line-height: 0.4rem;}
.mob-footer a{color: #999;}
.mob-footer span {color: #289cff;}


@media (min-width: 768px) {

body{background: url(../img/video_bj.jpg) no-repeat top center;}

.video-wrap {width: 1200px;margin: 0 auto;}

img{-webkit-transition: 0.4s all;-moz-transition: 0.4s all;-ms-transition: 0.4s all;-o-transition: 0.4s all;transition: 0.4s all;}
img:hover{opacity: 1;-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);-o-transform:scale(1.01);transform:scale(1.01);}

#pcTop{display: block;}
#pcMain{display: block;}
#pcFooter{display: block;}
#mobileTop {display: none;}
#mobileMain {display: none;}
#mobileFooter {display: none;}

}

@media (max-width: 767px) {
body{background: url(../img/video_bj.jpg) no-repeat top center #f6f6f6;background-size: 150% auto;}

html {font-size:55px;}
a,a:hover{text-decoration: none;}

.video-wrap {width: 100%;margin: 0 auto;}

#pcTop{display: none;}
#pcMain{display: none;}
#pcFooter{display: none;}
#mobileTop {display: block;}
#mobileMain {display: block;}
#mobileFooter {display: block;}

}


/* 头部导航 */

.m_topNav {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fbfbfb;
	border-bottom: 1px #eaeaea solid;
}

.m_topNav ul {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.m_topNav ul li {
	float: left;
	padding: 0 10px;
	line-height: 40px;
	font-size: 12px;
}

.m_topNav li a {
	color: #6b6b6b;
}

.channel-logo {
	display: none;
}
@media (max-width: 767px) {
	.m_topNav {display: none;}
}