﻿@font-face {
    font-family: 'xwboo';  /* project id 1932496 */
    src: url('//at.alicdn.com/t/font_1932496_fohiq3psseo.eot');
    src: url('//at.alicdn.com/t/font_1932496_fohiq3psseo.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1932496_fohiq3psseo.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1932496_fohiq3psseo.woff') format('woff'),
    url('//at.alicdn.com/t/font_1932496_fohiq3psseo.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1932496_fohiq3psseo.svg#xwboo') format('svg');
  }
  body {
      background-color: #f3f3f3;
  }
.iconfont{
    font-family:"xwboo" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'tao31';  /* project id 2341812 */
  src: url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.eot');
  src: url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.woff') format('woff'),
  url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2341812_0vjk8mw6apsr.svg#tao31') format('svg');
}
	.tao31{
		font-family:"tao31" !important;
		font-size:16px;font-style:normal;
		-webkit-font-smoothing: antialiased;
		-webkit-text-stroke-width: 0.2px;
		-moz-osx-font-smoothing: grayscale;
	}
.w {
    width: 1450px;
    margin: 0 auto;
}
.advs {
	position: relative;
	display: block;
}

.advs img {
	display: block;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/images/public/adv.png") no-repeat;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header {
	width: 100%;
	min-width: 1220px;
	height: 44px;
	background: #f5f5f5;
	z-index: 999;
	position: relative;
}

.header {
	width: 1450px;
	margin: 0 auto;
	overflow: hidden;
}

.header span {
	float: left;
	font-size: 14px;
	line-height: 44px;
}

.header span a {
	color: #666;
	margin-right: 30px;
}

.header span a:hover {
	color: #ea5404;
}

.header span a.register {
	display: inline-block;
	padding: 0 10px;
	background: #ea5404;
	color: #fff;
	border-radius: 3px;
}

.header p {
	float: right;
	font-size: 14px;
	line-height: 44px;
	color: #666;
}

.header p a {
	color: #666;
	margin-left: 30px;
}

.header p a:hover {
	color: #ea5404;
}
.searchDiv {
	padding: 30px 0;
	background-color: #fff;
}
.searchDiv .logo {
	width: 190px;
	margin-top: 5px;
    float: left;
}
.searchDiv .pageName {
	float: left;
	font-size: 32px;
	color: #000;
	margin: 10px 0 0 20px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	line-height: 32px;
}
.search {
	width: 540px;
	height: 40px;
	margin: 4px 0 0 80px;
	float: left;
	border: 2px solid #ff9600;
	position: relative;
	border-radius: 2px;
}
.search button i {
    margin-right: 5px;
}
.searchSelect {
	width: 80px;
	height: 40px;
	position: relative;
	float: left;
}
.selectTop {
	position: relative;
	cursor: pointer;
}

.selectTop p {
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-indent: 20px;
	margin-top: 11px;
}

.selectTop i {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 14px;
	height: 8px;
	background: url(../../../images/live2020/search.png) no-repeat right center;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.selectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.search button {
	position: absolute;
	height: 44px;
	line-height: 44px;
	background-color: #ff9600;
	color: #ffffff;
	width: 100px;
	font-size: 18px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 2px;
}
.search input {
	width: 382px;
	height: 40px;
	float: left;
	border: none;
	font-size: 14px;
	color: #333;
	text-indent: 14px;
	background-color: #fff;
}
.search input {
    color: #aaa;
}
.search input:focus {
    color: #333;
}

.selectBot {
	position: absolute;
	width: 88px;
	background-color: #ffffff;
	top: 37px;
	left: 0px;
	z-index: 99;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
	display: none;
}

.selectBot li {
	line-height: 26px;
	font-size: 12px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
}

.selectBot li:hover {
	background-color: #ff9600;
	border-left: 2px solid #ff9600;
	border-right: 2px solid #ff9600;
	color: #fff;
	cursor: pointer;
}
.searchDiv .menu {
	float: right;
	margin-top: 15px;
}
.searchDiv .menu a {
	display: inline-block;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	color: #333;
	padding-left: 32px;
}
.searchDiv .menu a:hover{
	color: #ff6600;
}
.searchDiv .menu a:last-child{
	border:none;
}
.briefing {
	width: 100%;
	overflow: hidden;
	height: 506px;
	background: url("../../../images/live2020/briefing.png") no-repeat top center #f4f4f4;
}
.briefingLeft {
    width: 280px;
    height: 506px;
    background-color: #2d2e36;
    float: left;
}
.briefingTitle i {
	font-weight: normal;
	font-size: 20px;
	margin-right: 8px;
}
.briefingLeft li {
    color: #a7a7a7;
    font-size: 16px;
    padding: 0 15px;
    border-bottom: 1px solid #26272e;
}
.briefingLeft li p {
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    position: relative;
}
.briefingLeft li p b {
	width: 3px;
	height: 12px;
	border-radius: 1.5px;
	background-color: #f08200;
	margin-right: 35px;
	display: inline-block;
	vertical-align: top;
	margin-top: 17px;
}
.briefingLeft li p i {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
}
.briefingLeft li p a {
    color: #a7a7a7;
}
.briefingLeft li p a:hover{
	color: #f60;
}
.briefingLeft li .bri_content {
	display: none;
	overflow: hidden;
	width: calc(100% + 4px);
	padding-bottom: 6px;
}
.bri_content a {
	display: block;
	float: left;
	width: calc(50% - 4px);
	text-align: center;
	height: 32px;
	line-height: 32px;
	background-color: #3a3b41;
	color: #a7a7a7;
	border-radius: 2px;
	margin-bottom: 4px;
	margin-right: 4px;
    font-size: 14px;
}
.bri_content a:hover {
    background-color: #f08200;
    color: #fff;
}
.briefingLeft li.focus p i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.briefingLeft li.focus .bri_content {
    display: block;
}
.briefingTitle {
	padding-left: 15px;
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #26272e;
	line-height: 54px;
	font-size: 20px;
	color: #a7a7a7;
	font-weight: bold;
	box-sizing: border-box;
}
.briefingLive {
    width: 870px;
    height: 506px;
    float: left;
    position: relative;
    overflow: hidden;
}
.liveBigImg {
    position: absolute;
    height: 100%;
}
.liveBigImg li {
	float: left;
	height: 100%;
	position: relative;
	width: 848px !important;
}
.videoItem {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
.briefingLive span {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 92px;
	height: 28px;
	line-height: 26px;
	border-radius: 14px;
	background-color: #00984d;
	font-size: 14px;
	z-index: 6;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}
.briefingLive span a {
	color: #fff;
}
.briefingLive span i {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-right: 6px;
}
.briefingLive span.order {
	background-color: #fe9603;
}
.briefingLive span.playback {
	color: #fff;
	background-color: #4285f4;
}
.briefingLive .image {
	height: 0;
	padding-bottom: 58%;
	overflow: hidden;
}
.briefingLive .image img {
    max-height: none;
}
.briefingLive a.bof {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.briefingLive a.bof i {
    font-size: 98px;
    color: #fff;
}
.briefingLive p {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 120px;
	font-size: 26px;
	line-height: 160px;
	text-indent: 25px;
	overflow: hidden;
	width: 100%;
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
	z-index: 999;
}
.briefingLive p a {
	color: #fff;
}
.briefingRight {
    width: 300px;
    background-color: #2d2e36;
    height: 506px;
    float: right;
}
.briefingRight li {
	padding: 18px 15px;
	border-bottom: 1px solid #26272e;
	overflow: hidden;
}
.briefingRight li .image {
    width: 118px;
    position: relative;
    float: left;
    margin-right: 15px;
}
.briefingRight li .image a {
    display: block;
    height: 0;
    padding-bottom: 64.4%;
    overflow: hidden;
}
.briefingRight li .image img {
    max-height: none;
}
.briefingRight li .image b {
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    width: 64px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #ff4e45;
    position: absolute;
    top: 0;
    left: 0;
}
.briefingRight li .image b img {
	width: 10px;
	vertical-align: top;
	margin-top: 7px;
	margin-right: 3px;
}
.briefingRight li p {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.briefingRight li p a {
    color: #a7a7a7;
}
.briefingRight li p a:hover {
    color: #f08200;
}
.briefingRight li span {
	display: block;
	color: #a7a7a7;
	overflow: hidden;
	font-size: 14px;
	margin-top: 10px;
}
.briefingRight li span i {
    font-size: 14px;
    margin-right: 3px;
}
.Title {
    position: relative;
	margin: 30px auto 0;
	overflow: hidden;
}
@font-face {
    font-family: 'pangmenzhengdao';
    src: url(../../../Font/pangmenzhengdao.ttf);
}
.Title h2 {
	font-family: "pangmenzhengdao";
	font-size: 38px;
	position: relative;
	font-weight: normal;
	display: inline-block;
	float: left;
	margin-right: 30px;
}
#part3 h2,#part4 h2,#part5 h2,#part6 h2,#part7 h2{
	width: 55px;
}
.Title h2 a {
	color: #333;
}
.Title h2 i {
	font-size: 59px;
	color: #333;
    font-weight: normal;
    margin-left: 7px;
}
.Title h2 i.before {
	color: #ff7f00;
	margin-left: -17px;
    display: inline-block;
    vertical-align: top;
    margin-top: -11px;
}
.Title h2 i.before1 {
	color: #ff7f00;
	margin-left: -6px;
    display: inline-block;
    vertical-align: top;
    margin-top: -11px;
}
.Title h2 i.before2 {
	color: #ff7f00;
	margin-left: 0px;
    display: inline-block;
    vertical-align: top;
    margin-top: -11px;
}
/* .generalTop p {
	margin-left: 10px;
} */
.Title h2 i.spare {
	margin-left: -25px;
}
.Title h2 i.robot {
	margin-left: -10px;
}
.Title h2 img {
	vertical-align: top;
    margin-top: 13px;
}
.Title p {
	float: left;
}
.Title p a {
	width: 190px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	border-radius: 16px;
	font-size: 15px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	text-align: center;
	color: #333;
	margin: 0 10px;
	padding: 0 20px;
	overflow: hidden;
}
.Title p a.focus {
	background-color: #ff7f00;
	color: #fff;
	border: 1px solid transparent;
}
.Title a.more {
	position: absolute;
	right: 0;
	bottom: 20px;
	font-size: 15px;
	color: #333;
}
.Title a.more:hover {
	color: #ff7f00;
}
.Title a.more i {
    font-size: 20px;
    margin-right: 7px;
    vertical-align: top;
}
.liveList li {
    width: 25%;
    padding-right: 20px;
    box-sizing: border-box;
    float: left;
    margin-top: 20px;
}
.liveList .image {
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
}
.liveList .image img {
    max-height: none;
}
.liveList li .image b {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    width: 78px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ff4e45;
    position: absolute;
    top: 10px;
    left: 0;
}
.liveList li .image b.notice{
	background-color: #04abe2;
}
.liveList li .image b.replay1{
	background-color: #f49940;
}
.liveList li .image b.demand{
	background-color: #588bf3;
}
.liveList .image b img {
	vertical-align: top;
	margin-top: 9px;
}
.liveList li .txt {
    background-color: #fff;
    padding: 0 13px;
    height: 70px;
}
.liveList li .txt .comlogo {
    width: 38px;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}
.liveList li .txt p {
	font-size: 16px;
	overflow: hidden;
	height: 18px;
	line-height: 18px;
	padding-top: 13px;
}
.liveList li .txt p a {
    color: #333;
}
.liveList li .txt p a:hover {
    color: #f08200;
}
.liveList li .txt dl {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    overflow: hidden;
    line-height: 19px;
    height: 19px;
    overflow: hidden;
}
.liveList li .txt dt {
	float: left;
	width: 200px;
}
.liveList li .txt dd {
    float: right;
}
.liveList li .txt dd i {
    font-size: 12px;
    margin-right: 5px;
}
.liveList {
    margin-right: -20px;
    margin-top: -10px;
}
.liveList li:hover .txt {
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.liveList li .image i {
	font-size: 76px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -38px;
	margin-top: -41px;
	opacity: 0;
	filter: alpha(opacity=0);
    z-index: 4;
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.liveList li .image a:hover i {
	opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: scale(1);
    transform: scale(1);
}
.liveList li .image span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0);
	z-index: 3;
}
.liveList li .image a:hover span {
	background-color: rgba(0,0,0,0.6);
}
.exhibitionLive {
	margin-top: 10px;
	overflow: hidden;
}
.exhibitionLive .item {
	margin-right: -20px;
}
.exhibitionLive .bigImg {
	width: 467px;
	float: left;
	margin-right: 20px;
}
.exhibitionLive .bigImg .image {
    height: 0;
    padding-bottom: 56.9%;
    overflow: hidden;
    position: relative;
}
.exhibitionLive .bigImg .image img {
    max-height: none;
}
.exhibitionLive .bigImg p {
	background-image: -moz-linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	bottom: 0;
	font-size: 22px;
	padding: 64px 15px 15px;
	overflow: hidden;
	z-index: 5;
}
.exhibitionLive strong {
    font-weight: normal;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    display: block;
}
.exhibitionLive a {
    color: #fff;
}
.exhibitionLive a span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0);
	z-index: 3;
}
.exhibitionLive .image a:hover span {
	background-color: rgba(0,0,0,0.6);
}
.exhibitionLive .image a:hover i {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: scale(1);
	transform: scale(1);
}
.exhibitionLive .image a:hover p strong {
	height: 56px;
}
.exhibitionLive a i {
	font-size: 50px;
	z-index: 4;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -36px;
	color: #fff;
}
.exhibitionLive .smallImgBox {
	width: 228px;
	float: left;
	margin-right: 20px;
}
.exhibitionLive .smallImgBox .image {
	height: 0;
	padding-bottom: 53.9%;
	overflow: hidden;
	position: relative;
}
.exhibitionLive .smallImgBox .image:last-child {
	margin-top: 20px;
}
.exhibitionLive .smallImgBox .image img {
	max-height: none;
}
.exhibitionLive .smallImgBox p {
	background-image: -moz-linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	bottom: 0;
	font-size: 14px;
	padding: 27px 10px 14px;
	overflow: hidden;
	z-index: 5;
}
.exhibitionLive .smallImgBox strong {
	font-weight: normal;
	line-height: 15px;
	height: 15px;
	overflow: hidden;
	display: block;
}
.exhibitionLive .smallImgBox a:hover p strong {
	height: 30px;
}
.spareBot {
	display: none;
}
.generalBot {
	display: none;
}
.robotBot {
	display: none;
}
.machineBot {
	display: none;
}
.shortVideo {
	margin-top: -10px;
	margin-right: -25px;
	padding-bottom: 40px;
}
.shortVideo li {
	float: left;
	width: 16.6%;
	padding-right:20px;
	box-sizing: border-box;
	margin-top: 20px;
}
.shortVideo .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}
.shortVideo .image img {
	max-height: none;
}
.shortVideo .image span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0);
}
.shortVideo .image i {
	font-size: 41px;
	z-index: 4;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -22px;
	margin-top: -23px;
	color: #fff;
}
.shortVideo li .txt {
	background-color: #fff;
	padding:10px 13px;
	height: 60px;
	box-sizing: border-box;
}
.shortVideo li .txt p {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.shortVideo li .txt p a {
	color: #333;
}
.shortVideo li .txt span {
	font-size: 12px;
	color: #999;
	margin-top: 4px;
	display: block;
}
.shortVideo li .txt span i {
	width: 1px;
	height: 10px;
	display: inline-block;
	background-color: #e6e6e6;
	margin: 0px 10px;
	vertical-align: top;
	margin-top: 4px;
}
.shortVideo li .txt span b {
	font-weight: normal;
	color: #ff7f00;
}
.shortVideo li .txt p a:hover {
	color: #f08200;
}
.shortVideo li .image a:hover i {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-transform: scale(1);
	transform: scale(1);
}
.shortVideo li .image a:hover span {
	background-color: rgba(0,0,0,0.6);
}
.shortVideo li:hover .txt {
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
}
.leftBar {
	position: fixed;
	left: calc((100% - 1700px)/2);
	top: 130px;
	z-index: 99999;
	/* margin-top: -270px; */
}
.leftBar a {
	display: block;
	width: 96px;
	height: 42px;
	font-size: 14px;
	color: #666;
	text-align: center;
	background: #fff;
	line-height: 42px;
	border-bottom: 1px solid #f5f5f5;
}
.leftBar a:last-child {
	border-bottom: 0;
}
.leftBar a.focus {
	background: url(../../../images/live2020/leftbg.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
/* aboutUs */
.aboutUs {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #f08200;
	color: #f19031;
	font-size: 16px;
	margin-top: 20px;
}
.aboutUs p {
	font-size: 0;
}
.aboutUs p a {
	font-size: 16px;
	color: #fff;
	padding: 0 54px;
	position: relative;
}
.aboutUs p a:first-of-type {
	padding-left: 0;
}
.aboutUs p a:last-of-type {
	padding-right: 0;
}
.aboutUs p a::after {
	content: "/";
	color: #f29236;
	position: absolute;
	right: 0;
	top: 0;
	line-height: normal;
}
.aboutUs p a:last-of-type::after {
	content: "";
}
/* footer */
.footer{
	width: 100%;
	background-color: #474443;
	padding-top:40px;
}
.footer .main{
	overflow: hidden;
}
.footerRight{
	float: right;
	height: 160px;
	width: 200px;
	margin-left: 90px;
	opacity: 0.5;
}
.footerRight span {
	float: left;
	width: 34px;
	padding: 17px 10px;
	font-size: 14px;
	color: #fff;
	/* writing-mode: vertical-lr; */
	writing-mode: tb-lr;
	background-color: #f08200;
	height: 100%;
	box-sizing: border-box;
}
.footerRight img{
	width: 160px;
}
.footerLeft{
	overflow: hidden;
}
.footerLeft .footerIcon{
	overflow: hidden;
}
.footerIconLeft{
	float: left;
	width: 455px;
	opacity: 0.5;
}
.footerIconLeft p{
	height: 48px;
	margin: 0 0 10px 0;
}
.footerIconLeft p:last-child{
	margin-bottom: 0;
}
.footerIconLeft p span{
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background-color: #999;
	margin-right: 20px;
}
.footerIconLeft p span i{
	font-size: 22px;
	color: #fff;
}
.footerIconLeft p em {
	float: left;
	font-style: normal;
	font-size: 16px;
	color: #ccc;
	margin-top: 5px;
}
.footerIconLeft p b{
	display: block;
	font-size: 14px;
	margin-top: 8px;
}
.footerIconRight {
	font-size: 0;
	overflow: hidden;
}
.footerIconRight p.footerIconRight_title{
	height: 48px;
	opacity: 0.5;
}
.footerIconRight p.footerIconRight_title span{
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background-color: #999;
	margin-right: 20px;
}
.footerIconRight p.footerIconRight_title span i{
	font-size: 22px;
	color: #fff;
}
.footerIconRight p.footerIconRight_title em{
	float: left;
	font-style: normal;
	font-size: 16px;
	color: #ccc;
	margin-top: 5px;
}
.footerIconRight p.footerIconRight_cont{
	margin-left: 70px;
}
.footerIconRight p.footerIconRight_cont b {
	float: left;
	width: 33.3%;
	font-size: 14px;
	color: #787776;
	margin-bottom: 8px;
	font-weight: normal;
}
.footerIconRight p.footerIconRight_cont b a{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background-color: #6c6969;
}
.footerIconRight p.footerIconRight_cont b a i {
	display: inline-block;
	width: 14px;
	height: 16px;
	vertical-align: top;
	margin-top: 5px;
	background: url("https://www.tao31.com/images/Index/Version/2021/qq.png") no-repeat;
}
.copyright{
	overflow: hidden;
	color: #ccc;
	font-size: 14px;
	opacity: 0.5;
	margin-top: 25px;
}
.footer .footer_img{
	display: block;
	height: 33px;
	background: url(https://www.tao31.com/images/Index/Version/2021/copyright.png) no-repeat 0 0;
	background-size: auto 100%;
	margin-top: 12px;
	margin-bottom: 30px;
	opacity: 0.5;
}
.footer .footer_img li{
	float: left;
	width: 83px;
	height: 33px;
	margin-right: 10px;
}
.footer .footer_img li a{
	display: block;
	height: 33px;
	width: 100%
}
.footer_bot{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #393939;
	color: #646464;
	font-size: 14px;
}
.footer_bot i{
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(https://www.xwboo.cn/Images/Index/Version/2020/police.png) no-repeat;
	vertical-align: top;
	margin-top: 15px;
	opacity: 0.2;
	margin-right: 10px;
}
.videoMask {
	position: fixed;
	top: 0;
	left: 0;
	/* z-index: 9; */
	width: 100%;
	height: 100%;
	/* display: none; */
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
}

.videoMaskItem {
	width: 450px;
	height: 250px;
	background-color: #fff;
	border-radius: 6px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 18px;
}

.videoMaskItem img {
	width: 110px;
	margin: 40px 0 25px 0;
}
.videoMaskItem a {
	position: absolute;
	font-size: 10px;
	top: 14px;
	right: 14px;
	color: #999;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #999;
	line-height: 20px;
	cursor: pointer;
}
@media screen and (max-width: 1159px) {
	body {
		min-width: 860px;
	}
	#header {
		min-width: 860px;
		height: 36px;
	}
	.w {
		width: 860px;
		overflow: hidden;
	}
    .Title h2 {
    	font-size: 26px;
    }
	.header span {
		font-size: 12px;
		line-height: 36px;
	}
	.header span a {
		color: #666;
		margin-right: 15px;
	}
	.header p {
		font-size: 12px;
		line-height: 36px;
	}
	.header p a {
		margin-left: 15px;
	}
	.searchDiv .logo {
		width: 130px;
	}
	.searchDiv .pageName {
		font-size: 20px;
		line-height: 20px;
	}
	.search {
		width: 380px;
		margin: 0 0 0 25px;
		height: 32px;
	}
	.searchSelect {
		width: 61px;
		height: 32px;
	}
	.selectTop p {
		font-size: 12px;
		text-indent: 18px;
		margin-top: 8px;
	}
	.selectTop i {
		right: 0;
		top: 4px;
	}
	.search button {
		height: 36px;
		line-height: 36px;
		width: 70px;
		font-size: 14px;
	}
	.search button i {
		font-size: 12px;
	}
	.search input {
		width: 252px;
		height: 32px;
		font-size: 12px;
		text-indent: 10px;
	}
	.searchDiv .menu {
		margin-top: 11px;
	}
	.searchDiv .menu a {
		font-size: 14px;
		padding-left: 8px;
	}
	.briefing {
		height: 330px;
		background: url("../../../images/live2020/briefing_860.png") no-repeat top center #f4f4f4;
	}
	.briefingTitle {
		font-size: 14px;
		height: 36px;
		line-height: 36px;
		padding-left: 10px;
	}
	.briefingTitle i {
		font-size: 16px;
	}
	.briefingLeft {
		width: 200px;
		height: 348px;
	}
	.briefingLeft {
		width: 170px;
		height: 330px;
	}
	.briefingRight {
		width: 190px;
		height: 330px;
	}
	.briefingLeft li p {
		height: 22px;
		line-height: 22px;
	}
	.briefingLeft li {
		font-size: 12px;
		padding: 0 10px;
	}
	.briefingLive {
		width: 500px;
		height: 330px;
		float: left;
		position: relative;
	}
    .liveBigImg li {
    	width: 500px !important;
    }
	.briefingLeft li p b {
		margin-top: 6px;
		width: 2.5px;
		height: 9px;
	}
	.bri_content a {
		height: 24px;
		line-height: 24px;
		font-size: 10px;
	}
	.briefingLive a.bof i {
		font-size: 64px;
	}
	.briefingLive p {
		height: 80px;
		line-height: 120px;
		font-size: 14px;
	}
	.briefingRight li .image {
		width: 79px;
		margin-right: 8px;
	}
	.briefingRight li p {
		font-size: 10px;
		line-height: 16px;
		height: 32px;
	}
	.briefingRight li span {
		font-size: 10px;
		margin-top: 6px;
	}
	.briefingRight li span i {
		font-size: 9px;
	}
	.briefingRight li .image b {
		font-size: 9px;
		width: 48px;
		height: 18px;
		line-height: 18px;
	}
	.briefingRight li .image b img {
		width: 8px;
		margin-top: 5px;
		margin-right: 1px;
	}
	.Title h2 i {
		font-size: 43px;
		margin-left: 7px;
	}
	.Title h2 img {
		width: 27px;
		margin-top: 10px;
	}
	.Title a.more {
		bottom: 16px;
		font-size: 10px;
	}
	.Title a.more i {
		font-size: 12px;
	}
	.liveList li .image b {
		font-size: 9px;
		width: 48px;
		height: 20px;
		line-height: 20px;
	}
	.Title {
		margin: 20px auto 0;
	}
	.liveList .image b img {
		margin-top: 6px;
		width: 8px;
	}
	.briefingLeft li p i {
		font-size: 9px;
	}
	.Title h2 i.robot {
		margin-left: -5px;
	}
	.Title h2 i.spare {
		margin-left: -19px;
	}

	.briefingLeft li .bri_content {
		padding-bottom: 12px;
	}
	.briefingLeft li .bri_content {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.briefingRight li {
		padding: 11px 10px;
	}
	.liveList li .txt {
		height: 44px;
		padding: 0 8px;
	}
	.shortVideo li {
		padding-right: 10px;
		margin-top: 10px;
	}
	.shortVideo {
		margin-right: -10px;
	}
	.liveList li .txt p {
		font-size: 12px;
		height: 12px;
		line-height: 12px;
		padding-top: 6px;
	}
	.liveList li .txt dl {
		margin-top: 6px;
		font-size: 10px;
		height: 12px;
		line-height: 12px;
	}
	.liveList li .txt .comlogo {
		width: 22px;
		margin-top: 11px;
		margin-right: 10px;
	}
	#part2 h2 img {
		width: 30px;
		margin-top: 12px;
	}
	.liveList li .image i {
		font-size: 41px;
		margin-left: -17px;
		margin-top: -22px;
	}
	.liveList li .txt dt {
		width: 110px;
	}
	.liveList li .txt dd i {
		font-size: 9px;
		margin-right: 3px;
	}
	.exhibitionLive .bigImg {
		width: 278px;
		margin-right: 10px;
	}
	.exhibitionLive .item {
		margin-right: -10px;
	}
	.exhibitionLive .smallImgBox {
		width: 136px;
		margin-right: 10px;
	}
	.exhibitionLive .bigImg p {
		padding: 30px 10px 12px;
		font-size: 14px;
	}
	.exhibitionLive .smallImgBox .image:last-child {
		margin-top: 11px;
	}
	.exhibitionLive strong {
		line-height: 20px;
		height: 20px;
	}
	.Title p a {
		width: 117px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
		margin: 0 7px;
		padding: 0 10px;
	}
	.Title h2 {
		margin-right: 0px;
	}
	.Title p {
		margin-top: 13px;
	}
	.exhibitionLive .smallImgBox p {
		padding: 17px 5px 5px;
		font-size: 12px;
	}
	.exhibitionLive .image a:hover p strong {
		height: 40px;
	}
	.exhibitionLive .smallImgBox .image a:hover p strong {
		height: 30px;
	}
	.exhibitionLive a i {
		font-size: 30px;
		margin-left: -15px;
		margin-top: -22px;
	}
	.Title h2 i.before {
		margin-left: -12px;
	}
	.shortVideo li .txt p {
		font-size: 11px;
		height: 12px;
		line-height: 12px;
	}
	.shortVideo li .txt span {
		font-size: 10px;
		margin-top: 3px;
		padding-bottom: 35px;
	}
	.shortVideo li .txt {
		padding: 4px 6px;
		height: 38px;
	}
	.leftBar {
		left: calc((100% - 1020px)/2);
	}
	.leftBar a {
		width: 70px;
		height: 33px;
		font-size: 12px;
		line-height: 33px;
	}
	.shortVideo li .txt span i {
		height: 8px;
	}

	.selectBot {
		width: 60px;
	}
	.shortVideo .image i {
		font-size: 32px;
		margin-left: -12px;
		margin-top: -18px;
	}
	.aboutUs p a {
		font-size: 13px;
		padding: 0 24px;
	}
	.footer {
		padding-top: 30px;
	}
	.footerRight {
		height: 150px;
		width: 170px;
	}
	.footerRight span {
		width: 20px;
		padding: 1px 5px;
		font-size: 12px;
	}
	.footerRight img {
		width: 150px;
	}
	.footerIconLeft {
		width: 200px;
	}
	.footerIconLeft p span {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-right: 15px;
	}
	.footerIconLeft p span i {
		font-size: 18px;
	}
	.footerIconRight p.footerIconRight_title span {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-right: 15px;
	}
	.footerIconRight p.footerIconRight_title span i {
		font-size: 18px;
	}
	.footerIconRight p.footerIconRight_title em {
		font-size: 14px;
	}
	.footerIconRight p.footerIconRight_cont {
		margin-left: 45px;
	}
	.footerIconRight p.footerIconRight_cont b {
		font-size: 12px;
	}
	.footerIconRight p.footerIconRight_cont b a {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	.footerIconRight p.footerIconRight_cont b a i {
		margin-top: 4px;
	}
	.copyright {
		font-size: 12px;
	}
}
@media only screen and (min-width: 1160px) and (max-width: 1366px) {
	#header{
		min-width: 1020px;
		height: 36px;
	}
	.w {
		width: 1020px;
	}
    .Title h2 {
    	font-size: 32px;
    }
	.header span {
		font-size: 12px;
		line-height: 36px;
	}
	.header span a {
		color: #666;
		margin-right: 15px;
	}
	.header p {
		font-size: 12px;
		line-height: 36px;
	}
	.header p a {
		margin-left: 15px;
	}
	.searchDiv .logo {
		width: 134px;
	}
	.searchDiv .pageName {
		font-size: 24px;
		line-height: 24px;
	}
	.search {
		width: 460px;
		margin: 0 0 0 25px;
		height: 36px;
	}
	.searchSelect {
		width: 61px;
		height: 36px;
	}
	.selectTop p {
		font-size: 12px;
		text-indent: 18px;
		margin-top: 10px;
	}
	.selectTop i {
		right: 0;
		top: 4px;
	}
	.search button {
		height: 40px;
		line-height: 40px;
		width: 80px;
		font-size: 16px;
	}
	.search button i {
		font-size: 14px;
	}
	.search input {
		width: 303px;
		height: 36px;
		font-size: 12px;
		text-indent: 10px;
	}
	.searchDiv .menu {
		margin-top: 11px;
	}
	.searchDiv .menu a {
		font-size: 16px;
		padding-left: 13px;
	}
	.briefing {
		height: 348px;
		background: url("../../../images/live2020/briefing_1020.png") no-repeat top center #f4f4f4;
	}
	.briefingTitle {
		font-size: 16px;
		height: 44px;
		line-height: 44px;
	}
	.briefingTitle i {
		font-size: 16px;
	}
	.briefingLeft {
		width: 200px;
		height: 348px;
	}
	.briefingLive {
		width: 600px;
		height: 348px;
	}
    .liveBigImg li {
    	width: 600px !important;
    }
	.briefingRight {
		width: 220px;
		height: 348px;
	}
	.briefingLeft li p {
		height: 25px;
		line-height: 25px;
	}
	.briefingLeft li {
		font-size: 12px;
	}
	.briefingLeft li p b {
		margin-top: 9px;
		width: 2.5px;
		height: 9px;
	}
	.bri_content a {
		height: 24px;
		line-height: 24px;
		font-size: 10px;
	}
	.briefingLive a.bof i {
		font-size: 85px;
	}
	.briefingLive p {
		height: 85px;
		line-height: 120px;
		font-size: 18px;
	}
	.briefingRight li .image {
		width: 92px;
		margin-right: 8px;
	}
	.briefingRight li p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
	.briefingRight li span {
		font-size: 10px;
		margin-top: 6px;
	}
	.briefingRight li span i {
		font-size: 9px;
	}
	.briefingRight li .image b {
		font-size: 9px;
		width: 48px;
		height: 18px;
		line-height: 18px;
	}
	.briefingRight li .image b img {
		width: 8px;
		margin-top: 5px;
		margin-right: 1px;
	}
	.Title h2 i {
		font-size: 49px;
		margin-left: 0;
	}
	.Title h2 img {
		width: 31px;
		margin-top: 10px;
	}
	.Title a.more {
		bottom: 20px;
		font-size: 10px;
	}
	.Title a.more i {
		font-size: 12px;
	}
	.liveList li .image b {
		font-size: 12px;
		width: 68px;
		height: 26px;
		line-height: 26px;
	}
	.liveList .image b img {
		margin-top: 8px;
		width: 10px;
	}
	.briefingLeft li p i {
		font-size: 9px;
	}
	.Title h2 i.robot {
		margin-left: -13px;
	}
	.Title h2 i.spare {
		margin-left: -29px;
	}

	.briefingLeft li .bri_content {
		padding-bottom: 12px;
	}
	.briefingLeft li .bri_content {
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.briefingRight li {
		padding: 8px 15px;
	}
	.liveList li .txt {
		height: 51px;
	}
	.shortVideo li {
		padding-right: 15px;
		margin-top: 15px;
	}
	.shortVideo {
		margin-right: -20px;
	}
	.liveList li .txt p {
		font-size: 12px;
		height: 12px;
		line-height: 12px;
		padding-top: 10px;
	}
	.liveList li .txt dl {
		margin-top: 4px;
		font-size: 10px;
	}
	.liveList li .txt .comlogo {
		width: 26px;
		margin-top: 13px;
		margin-right: 10px;
	}
	#part2 h2 img {
		width: 30px;
		margin-top: 12px;
	}
	.liveList li .image i {
		font-size: 48px;
		margin-left: -26px;
		margin-top: -25px;
	}
	.liveList li .txt dt {
		width: 122px;
	}
	.liveList li .txt dd i {
		font-size: 9px;
		margin-right: 3px;
	}
	.exhibitionLive .bigImg {
		width: 330px;
		margin-right: 12px;
	}
	.exhibitionLive .item {
		margin-right: -12px;
	}
	.exhibitionLive .smallImgBox {
		width: 162px;
		margin-right: 12px;
	}
	.exhibitionLive .smallImgBox .image:last-child {
		margin-top: 13px;
	}
	.exhibitionLive .bigImg p {
		padding: 36px 15px 10px;
		font-size: 16px;
	}
	.exhibitionLive strong {
		line-height: 22px;
		height: 22px;
	}
	.exhibitionLive .image a:hover p strong {
		height: 44px;
	}
	.exhibitionLive .smallImgBox a:hover p strong {
		height: 30px;
	}
    .Title h2 {
    	font-size: 32px;
    }
	.exhibitionLive a i {
		font-size: 36px;
		margin-left: -16px;
		margin-top: -23px;
	}
	.shortVideo .image i {
		font-size: 34px;
		margin-left: -16px;
		margin-top: -18px;
	}
	.Title p a {
		width: 130px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.exhibitionLive .smallImgBox p {
		padding: 25px 10px 9px;
	}
	.shortVideo li .txt p {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.shortVideo li .txt span {
		font-size: 10px;
	}
	.shortVideo li .txt {
		padding: 7px 6px;
		height: 47px;
	}
	.leftBar {
		left: calc((100% - 1200px)/2);
	}
	.leftBar a {
		width: 80px;
		height: 38px;
		font-size: 12px;
		line-height: 38px;
	}
	.shortVideo li .txt span i {
		height: 8px;
	}
	.Title h2 {
		margin-right: 20px;
	}
	.aboutUs p a {
		font-size: 14px;
		padding: 0 31px;
	}
	.footerRight img {
		width: 149px;
	}
	.footerRight {
		height: 149px;
		width: 185px;
		margin-left: 90px;
	}
	.footerRight span {
		width: 32px;
		padding: 0px 10px;
		font-size: 12px;
	}
	.footerIconLeft {
		width: 300px;
	}
	.footerIconLeft p span {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.footerIconLeft p span i {
		font-size: 20px;
	}
	.footerIconLeft p em {
		font-size: 15px;
	}
	.footerIconLeft p b {
		font-size: 13px;
	}
	.footerIconLeft p {
		margin: 0 0 15px 0;
		height: 44px;
	}
	.footerIconRight p.footerIconRight_title span {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.footerIconRight p.footerIconRight_title span i {
		font-size: 20px;
	}
	.footerIconRight p.footerIconRight_title em {
		font-size: 15px;
	}
	.footerIconRight p.footerIconRight_cont b {
		font-size: 13px;
	}
	.footerIconRight p.footerIconRight_cont {
		margin-left: 63px;
	}
	.footerIconRight p.footerIconRight_cont b a {
		width: 26px;
		height: 26px;
		line-height: 26px;
	}
	.footerIconRight p.footerIconRight_cont b a i {
		width: 13px;
		height: 15px;
		background-size: 100% 100%;
	}
	.footerIconRight p.footerIconRight_title {
		height: 44px;
	}
	.copyright {
		font-size: 13px;
		margin-top: 20px;
	}
	.footer_bot {
		height: 46px;
		line-height: 46px;
		font-size: 13px;
	}
	.footer_bot i {
		height: 19px;
		width: 17px;
		background-size: 100% 100%;
	}
}
@media only screen and (min-width: 1367px) and (max-width: 1440px) {
	#header{
		min-width: 1200px;
		height: 36px;
	}
	.w {
		width: 1200px;
	}
    .Title h2 {
    	font-size: 36px;
    }
	.header span {
		font-size: 12px;
		line-height: 36px;
	}
	.header p {
		font-size: 12px;
		line-height: 36px;
	}
    .searchDiv .logo {
    	width: 170px;
    }
	.searchDiv .pageName {
		font-size: 28px;
		line-height: 28px;
	}
	.search {
		width: 511px;
		margin: 0 0 0 40px;
	}
	.search input {
		width: 334px;
	}
	.searchDiv .menu {
		margin-top: 11px;
	}
	.searchDiv .menu a {
		font-size: 20px;
		padding-left: 19px;
	}
	.briefing {
		height: 415px;
		background: url("../../../images/live2020/briefing_1200.png") no-repeat top center #f4f4f4;
	}
	.briefingTitle {
		font-size: 17px;
	}
	.briefingTitle i {
		font-size: 16px;
	}
	.briefingLeft {
		width: 220px;
		height: 415px;
	}
	.briefingLive {
		width: 730px;
		height: 415px;
	}
    .liveBigImg li {
    	width: 730px !important;
    }
	.briefingRight {
		width: 250px;
		height: 415px;
	}
	.briefingLeft li p {
		height: 28px;
		line-height: 28px;
	}
	.briefingLeft li {
		font-size: 14px;
	}
	.briefingLeft li p b {
		margin-top: 9px;
		width: 2.5px;
		height: 10px;
	}
	.bri_content a {
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.briefingLive a.bof i {
		font-size: 85px;
	}
	.briefingLive p {
		height: 98px;
		line-height: 120px;
		font-size: 24px;
	}
	.briefingRight li .image {
		width: 104px;
		margin-right: 12px;
	}
	.briefingRight li p {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}
	.briefingRight li span {
		font-size: 12px;
		margin-top: 6px;
	}
	.briefingRight li span i {
		font-size: 11px;
	}
	.briefingRight li .image b {
		font-size: 10px;
		width: 56px;
		height: 22px;
		line-height: 22px;
	}
	.briefingRight li .image b img {
		width: 8px;
		margin-top: 8px;
		margin-right: 1px;
	}
	.Title h2 i {
		font-size: 54px;
	}
	.Title h2 img {
		width: 35px;
	}
	.Title a.more {
		bottom: 20px;
		font-size: 12px;
	}
	.Title a.more i {
		font-size: 14px;
	}
	.liveList li .image b {
		font-size: 12px;
		width: 68px;
		height: 26px;
		line-height: 26px;
	}
	.liveList .image b img {
		margin-top: 8px;
		width: 10px;
	}
	.briefingLeft li p i {
		font-size: 11px;
	}
	.briefingLeft li .bri_content {
		padding-bottom: 12px;
	}
	.briefingLeft li .bri_content {
		padding-bottom: 12px;
		padding-top: 10px;
	}
	.briefingRight li {
		padding: 11px 15px;
	}
	.liveList li .txt {
		height: 58px;
	}
	.shortVideo li {
		padding-right: 15px;
		margin-top: 15px;
	}
	.shortVideo {
		margin-right: -20px;
	}
	.liveList li .txt p {
		font-size: 14px;
		height: 14px;
		line-height: 14px;
		padding-top: 11px;
	}
	.liveList li .txt dl {
		margin-top: 6px;
		font-size: 12px;
	}
	.liveList li .txt .comlogo {
		width: 31px;
		margin-top: 13px;
	}
	.liveList li .image i {
		font-size: 60px;
		margin-left: -29px;
		margin-top: -30px;
	}
	.liveList li .txt dt {
		width: 160px;
	}
	.exhibitionLive .bigImg {
		width: 388px;
		margin-right: 15px;
	}
	.exhibitionLive .item {
		margin-right: -15px;
	}
	.exhibitionLive .smallImgBox {
		width: 188px;
		margin-right: 15px;
	}
	.exhibitionLive .bigImg p {
		padding: 50px 15px 12px;
		font-size: 18px;
	}
	.exhibitionLive strong {
		line-height: 24px;
		height: 24px;
	}
	.Title p a {
		width: 160px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
	}
	.exhibitionLive .smallImgBox p {
		padding: 25px 10px 9px;
	}
	.shortVideo li .txt p {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
	}
	.shortVideo li .txt span {
		font-size: 10px;
	}
	.shortVideo li .txt {
		padding: 7px 6px;
		height: 47px;
	}
	.leftBar {
		left: calc((100% - 1410px)/2);
	}
	.shortVideo li .txt span i {
		height: 8px;
	}
	.aboutUs p a {
		padding: 0 39px;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	#header{
		min-width: 1388px;
		height: 36px;
	}
	.w {
		width: 1388px;
	}
	.foot .right {
		float: right;
		border-left: 1px solid #444;
		padding-top: 20px;
		height: 170px;
		width: 400px;
	}
	.header span {
		font-size: 12px;
		line-height: 36px;
	}
	.header p {
		font-size: 12px;
		line-height: 36px;
	}
    .searchDiv .logo {
    	width: 190px;
    	margin-top: 5px;
    }
	.search {
		width: 511px;
	}
	.briefing {
		height: 472px;
		background: url("../../../images/live2020/briefing_1600.png") no-repeat top center #f4f4f4;
	}
	.briefingLeft {
		width: 260px;
		height: 472px;
	}
	.briefingLive {
		width: 848px;
		height: 472px;
	}
    .liveBigImg li {
    	width: 848px !important;
    }
	.briefingRight {
		width: 280px;
		height: 472px;
	}
	.briefingLeft li p {
		height: 36px;
		line-height: 36px;
	}
	.briefingLeft li p b {
		margin-top: 13px;
	}
	.briefingLeft li p i {
		font-size: 11px;
	}
	.briefingLeft li .bri_content {
		padding-bottom: 12px;
	}
	.briefingLive .image {
		padding-bottom: 56%;
	}
	.briefingRight li {
		padding: 14px 15px;
	}
	.liveList li .txt {
		height: 67px;
	}
	.liveList li .txt dl {
		margin-top: 6px;
	}
	.exhibitionLive .bigImg {
		width: 446px;
	}
	.exhibitionLive .smallImgBox {
		width: 218px;
	}
	.exhibitionLive .bigImg p {
		padding: 58px 15px 12px;
	}
	.exhibitionLive .smallImgBox p {
		padding: 25px 10px 9px;
	}
	.shortVideo li .txt p {
		font-size: 13px;
	}
	.shortVideo li .txt span {
		font-size: 11px;
	}
	.shortVideo li .txt {
		padding: 6px 13px;
		height: 54px;
	}
	.leftBar {
		left: calc((100% - 1600px)/2);
	}
	.Title p a {
		width: 180px;
		padding: 0 15px;
	}
	.aboutUs p a {
		padding: 0 50px;
	}
	.footerRight span {
		padding: 6px 10px;
		font-size: 12px;
	}
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
	#header{
		min-width: 1388px;
		height: 36px;
	}
	.w {
		width: 1388px;
	}
	.foot .right {
		float: right;
		border-left: 1px solid #444;
		padding-top: 20px;
		height: 170px;
		width: 400px;
	}
	.header span {
		font-size: 12px;
		line-height: 36px;
	}
	.header p {
		font-size: 12px;
		line-height: 36px;
	}
    .searchDiv .logo {
    	width: 190px;
    	margin-top: 5px;
    }
	.search {
		width: 511px;
	}
	.briefing {
		height: 472px;
		background: url("../../../images/live2020/briefing_1600.png") no-repeat top center #f4f4f4;
	}
	.briefingLeft {
		width: 260px;
		height: 472px;
	}
	.briefingLive {
		width: 848px;
		height: 472px;
	}
    .liveBigImg li {
    	width: 848px !important;
    }
    .videoItem {
    	position: absolute;
    	width: 100%;
    	height: 100%;
    	left: 0;
    	top: 0;
    	z-index: 99;
    }
	.briefingRight {
		width: 280px;
		height: 472px;
	}
	.briefingLeft li p {
		height: 36px;
		line-height: 36px;
	}
	.briefingLeft li p b {
		margin-top: 13px;
	}
	.briefingLeft li p i {
		font-size: 11px;
	}
	.briefingLeft li .bri_content {
		padding-bottom: 12px;
	}
	.briefingLive .image {
		padding-bottom: 56%;
	}
	.briefingRight li {
		padding: 14px 15px;
	}
	.liveList li .txt {
		height: 67px;
	}
	.liveList li .txt dl {
		margin-top: 6px;
	}
	.exhibitionLive .bigImg {
		width: 446px;
	}
	.exhibitionLive .smallImgBox {
		width: 218px;
	}
	.exhibitionLive .bigImg p {
		padding: 58px 15px 12px;
	}
	.exhibitionLive .smallImgBox p {
		padding: 25px 10px 9px;
	}
	.shortVideo li .txt p {
		font-size: 13px;
	}
	.shortVideo li .txt span {
		font-size: 11px;
	}
	.shortVideo li .txt {
		padding: 6px 13px;
		height: 54px;
	}
	.leftBar {
		left: calc((100% - 1600px)/2);
	}
	.Title p a {
		width: 180px;
		padding: 0 15px;
	}
	.aboutUs p a {
		padding: 0 50px;
	}
	.footerRight span {
		padding: 6px 10px;
		font-size: 12px;
	}

}
@media screen and (min-width: 1921px){
	#header{
		min-width: 1450px;
	}
	.w {
		width: 1450px;
	}
	.footerRight span {
		padding: 6px 10px;
	}
}
