body{
	line-height: 1;
}
@font-face {
	font-family: 'xwboo';  /* project id 1932496 */
	src: url('//at.alicdn.com/t/font_1932496_9nl69udeam9.eot');
	src: url('//at.alicdn.com/t/font_1932496_9nl69udeam9.eot?#iefix') format('embedded-opentype'),
	url('//at.alicdn.com/t/font_1932496_9nl69udeam9.woff2') format('woff2'),
	url('//at.alicdn.com/t/font_1932496_9nl69udeam9.woff') format('woff'),
	url('//at.alicdn.com/t/font_1932496_9nl69udeam9.ttf') format('truetype'),
	url('//at.alicdn.com/t/font_1932496_9nl69udeam9.svg#xwboo') format('svg');
  }
.xwboo{
	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;}
@font-face {
	font-family: 'huxiaobo';
	src: url(../../../../Font/hxbns.ttf);
}

@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: 1582px;
    margin: 0 auto;
}
#header {
	width: 100%;
    height: 42px;
    background-color: #f5f5f5;
}
.header {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}
.divLogin {
	float: left;
}
.divLogin a {
    margin-right: 20px;
    color: #666;
}
.divLogin a:hover {
    text-decoration: underline;
}
.header p {
	float: right;
}
.header p a {
    margin-left: 20px;
    color: #666;
}
.header p a:hover {
    text-decoration: underline;
}
.select {
	float: left;
	margin-left: 60px;
	margin-top: 2px;
}
.select .searchSelect {
	float: left;
	width: 120px;
	height: 44px;
	border: 2px solid #ddd;
	font-size: 15px;
	margin-left: -2px;
	position: relative;
	text-indent: 12px;
}
.selectTop {
	position: relative;
	cursor: pointer;
	line-height: 44px;
	color: #666;
}
.selectTop i {
	font-size: 10px;
	color: #999;
	position: absolute;
	top: 0;
	right: 12px;
}
.selectTop p {
    padding-right: 10px;
}
.selectBot {
	position: absolute;
	top: 44px;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
}
.selectBot li {
	line-height: 26px;
	font-size: 15px;
	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 {
	padding: 30px 0;
	background-color: #fff;
}
.searchDiv .logo {
	float: left;
	margin-left: 35px;
}
.searchDiv .pageName {
	float: left;
	font-size: 35px;
	color: #000;
	margin: 10px 0 0 20px;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	line-height: 35px;
	font-family: "huxiaobo";
}
.search {
	width: 606px;
	height: 44px;
	margin: 1px 0 0 20px;
	float: left;
	border: 2px solid #ff9600;
	position: relative;
	border-radius: 2px;
}
.search input {
	width: 500px;
	height: 44px;
	float: left;
	border: none;
	font-size: 15px;
	color: #aaa;
	text-indent: 15px;
	background-color: #fff;
}
.search input:focus {
	color: #333;
}
.search button {
	position: absolute;
	height: 48px;
	line-height: 48px;
	background-color: #ff9600;
	color: #ffffff;
	width: 110px;
	font-size: 18px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
	border-radius: 2px;
}
.search button i {
	margin-right: 5px;
}
.searchDiv .btnBox {
	float: right;
	font-size: 0;
	margin-top: 5px;
}
.searchDiv .btnBox i {
	font-size: 20px;
	color: #f90;
	vertical-align: top;
	margin-right: 8px;
}
.searchDiv .btnBox a {
	width: 140px;
	height: 42px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 2px;
	font-size: 16px;
	color: #333;
	margin-left: 22px;
}
.searchDiv .btnBox a:hover {
	color: #ff9600;
}
.nav {
	line-height: 28px;
	margin-bottom: 18px;
}
.nav li {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0 37px;
}
.nav li:first-child {
    margin-left: 20px;
}
.nav li a {
    color: #333;
}
.nav li a.on {
    color: #f90;
    font-size: 26px;
}
.nav li a:hover {
    color: #f90;
}
.briefing {
	background: url(../../../../images/Exhibition/Version/2020/briefing_1600.png) no-repeat top center;
	padding-bottom: 20px;
}
.briefing .w {
    padding-top: 20px;
}
.briefingLeft {
	width: 220px;
	background-color: #fff;
	padding: 6px 0;
	float: left;
}
.briefingLeft li a {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #333;
    padding: 0 18px;
}
.briefingLeft li a i {
	vertical-align: top;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 15px;
	margin-top: 9px;
}
.briefingLeft li:nth-child(1) i{
	background:url(https://www.tao31.com/images/Exhibition/Version/2021/icon1.png) no-repeat;
}
.briefingLeft li:nth-child(2) i{
	background:url(https://www.tao31.com/images/Exhibition/Version/2021/icon2.png) no-repeat;
}
.briefingLeft li:nth-child(3) i{
	background:url(https://www.tao31.com/images/Exhibition/Version/2021/icon3.png) no-repeat;
}
.briefingLeft li:nth-child(4) i{
	background:url(https://www.tao31.com/images/Exhibition/Version/2021/icon4.png) no-repeat;
}
.briefingLeft li:nth-child(5) i{
	background:url(https://www.tao31.com/images/Exhibition/Version/2021/icon5.png) no-repeat;
}
.briefingLeft li:nth-child(6) i{
	background:url(https://www.tao31.com/images/Exhibition/Version/2021/icon6.png) no-repeat;
}
.briefingLeft li:nth-child(7) i{
	background:url(https://www.tao31.com/images/Exhibition/Version/2021/icon7.png) no-repeat;
}
.briefingLeft li:nth-child(8) i{
	background:url(https://www.tao31.com/images/Exhibition/Version/2021/icon8.png) no-repeat;
}
.briefingLeft li:nth-child(9) i{
	background:url(https://www.tao31.com/images/Exhibition/Version/2021/icon9.png) no-repeat;
}
.briefingLeft li:nth-child(10) i{
	background:url(https://www.tao31.com/images/Exhibition/Version/2021/icon10.png) no-repeat;
}
.briefingLeft li:nth-child(11) i{
	background:url(https://www.tao31.com/images/Exhibition/Version/2021/icon11.svg) no-repeat;
}
.briefingLeft li:nth-child(12) i{
	background:url(https://www.tao31.com/images/Exhibition/Version/2021/icon12.svg) no-repeat;
}
.briefingLeft li a:hover {
    background-color: #f8f8f8;
    color: #f90;
}
.briefingCenter {
    width: 1114px;
    background-color: #434550;
    float: left;
    margin-left: 14px;
    padding: 14px;
    box-sizing: border-box;
}
.briefingCenter .liveBigImg {
	width: 872px;
	position: relative;
	float: left;
	margin-right: 13px;
}
.briefingCenter a.bof {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.briefingCenter a.bof i {
    font-size: 98px;
    color: #fff;
}
.videoItem {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
.briefingCenter .liveBigImg .image {
    height: 0;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
}
.briefingCenter .liveBigImg .image img {
    max-height: none;
}
.briefingCenter .liveBigImg p {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 131px;
	font-size: 26px;
	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;
}
.briefingCenter .liveBigImg p a {
    color: #fff;
    position: absolute;
    left: 15px;
    bottom: 20px;
}
.briefingCenter .liveBigImg p a:hover {
    text-decoration: underline;
}
.briefingCenter .image b {
	position:absolute;
	right: 22px;
	top: 9px;
	background-color: #f65d4d;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	padding: 0 13px;
	z-index: 8;
	font-weight: 400;
	border-radius: 14px;
}
.briefingCenter .image b a {
	color: #fff;
}
.briefingCenter .image b.enroll{
	background-color: #04abe2;
}
.briefingCenter .image b.enroll i {
	display: none;
}
.briefingCenter .image b.replay{
	background-color: #f49940;
}
.briefingCenter .image b.replay i {
	display: none;
}
.briefingCenter .image b.demand{
	background-color: #588bf3;
}
.briefingCenter .image b.demand i {
	display: none;
}
.briefingCenter .image b i {
	font-size: 12px;
	margin-right: 5px;
}
.briefingCenter .liveSmallImg .image b a {
	color: #fff;
}
.briefingCenter ul {
	float: right;
	width: 200px;
}
.briefingCenter li:first-child {
	margin-top: 0;
}
.briefingCenter li {
	margin-top: 13px;
}
.briefingCenter .liveSmallImg .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}
.briefingCenter .liveSmallImg .image img {
	max-height: none;
}
.briefingCenter .liveSmallImg .image b {
	line-height: 24px;
	right: 8px;
	top: 8px;
}
.briefingCenter .liveSmallImg p {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 55px;
	font-size: 16px;
	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));
}
.briefingCenter .liveSmallImg p a {
	color: #fff;
	position: absolute;
	left: 8px;
	bottom: 10px;
	height: 17px;
	overflow: hidden;
}
.briefingCenter .liveSmallImg p a:hover {
	text-decoration: underline;
}
.briefingRight {
	float: right;
	width: 220px;
	background-color: #fff;
	padding-top: 20px;
}
.briefingRight h3 {
	position: relative;
	font-weight: normal;
	margin-bottom: 20px;
}
.briefingRight h3 img{
	padding-left: 22px;
}
.briefingRight h3::after {
	content: "";
	clear: both;
	width: 4px;
	height: 8px;
	background-color: #f90;
	position: absolute;
	left: 12px;
	top: 2px;
}
.briefingRight h3::before {
	content: "";
	clear: both;
	width: 4px;
	height: 8px;
	background-color: #f1623b;
	position: absolute;
	left: 12px;
	bottom: 1px;
}
.briefingRight h3 a.more {
	font-style: 15px;
	color: #999;
	position: absolute;
	right: 18px;
	top: 0;
}
.briefingRight li {
	padding: 22.5px 10px;
	color: #999;
	font-size: 16px;
	border-top: 1px solid #e6e6e6;
}
.briefingRight li p {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.briefingRight li p a {
	color: #333;
}
.briefingRight li:first-child p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.briefingRight li:first-child p a {
	color: #333;
	font-size: 20px;
}
.briefingRight li p a:hover {
	color: #f90;
}
.briefingRight li p b {
	font-weight: normal;
	color: #f90;
	margin-right: 7px;
}
.briefingRight li span {
	margin-top: 11px;
	display: block;
}
.popular {
	margin-top: 60px;
}
.popular .title {
	position: relative;
}
.popular .title i {
	margin-right: 10px;
	display: inline-block;
}
.country-tab {
	position: absolute;
	right: 28px;
	top: 0;
	font-size: 0;
}
.country-tab a {
	width: 85px;
	height: 39px;
	line-height: 39px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	color: #333;
	background-color: #f2f2f2;
}
.country-tab a.focus {
	color: #fff;
	background-color: #f90;
}
.country-bot {
	margin-top: 25px;
	display: none;
}
.country-bot ul {
	width: calc(100% + 22px);
}
.country-bot li {
	width: 25%;
	float: left;
	padding-right: 22px;
	box-sizing: border-box;
}
.country-bot li .image {
	height: 0;
	padding-bottom: 55%;
	overflow: hidden;
	position: relative;
}
.country-bot li .image p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f90;
	color: #fff;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
}
.country-bot li .image img {
	max-height: none;
	width: 100%;
}
.country-bot li p {
	font-size: 18px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 13px;
}
.country-bot li p a {
	color: #333;
}
.country-bot li p a:hover {
	color: #f90;
}
.country-bot li span {
	font-size: 16px;
	color: #999;
	margin-top: 8px;
	display: block;
}
.country-bot li span i {
	color: #f90;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
	margin-top: 0;
}
.main {
	margin-top: 60px;
}
.main .title {
	position: relative;
}
.main .title span {
	font-family: "huxiaobo";
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 56px;
	text-align: center;
	border-radius: 6px;
	background: url(../../../../images/Exhibition/Version/2020/numberbg.png) no-repeat left top;
	color: #fff;
	font-size: 28px;
	vertical-align: top;
	margin-top: -4px;
	margin-right: 10px;
	background-size: 100% 100%;
	font-weight: normal;
}
.main .title a.more {
	position: absolute;
	right: 0;
	top: 14px;
	font-size: 18px;
	color: #333;
}
.main .title a.more:hover {
	color: #f90;
}
.main .title a.more i {
	font-size: 12px;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	display: inline-block;
	margin-left: 6px;
	vertical-align: top;
	margin-top: 3px;
}
.main .main-tab {
	position: absolute;
	right: 88px;
	top: 14px;
	font-size: 18px;
	color: #dcdcdc;
}
.main .main-tab a {
	margin: 0 20px;
	color: #333;
	position: relative;
	padding-bottom: 7px;
}
.main .main-tab a.focus {
	color: #f90;
	border-bottom: 2px solid #f90;
}
.main .main-tab a.focus::after {
	content: "";
	clear: both;
	background: url(../../../../images/Exhibition/Version/2020/focus.png) no-repeat center top;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -5px;
}
.main .main-bot {
	margin-top: 18px;
	display: none;
}
.main .main-bot .imgBox--big {
	width: 618px;
	float: left;
	margin-right: 24px;
}
.main-bot .imgBox--big .image {
	height: 0;
	padding-bottom: 55%;
	overflow: hidden;
	position: relative;
}
.main-bot .imgBox--big .image img {
	max-height: none;
	width: 100%;
}
.main-bot .imgBox--big .image p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #fff;
	background-color: #f90;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
}
.main-bot .imgBox--big .txt {
	background-color: #fff;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.14);
	background: url(../../../../images/Exhibition/Version/2020/txtbg.png) no-repeat right bottom;
	padding: 28px 20px 24px 20px;
}
.main-bot .imgBox--big .txt p {
	font-size: 24px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	position: relative;
	padding-right: 26px;
}
.main-bot .imgBox--big .txt p a {
	color: #333;
}
.main-bot .imgBox--big .txt p a:hover {
	color: #f90;
}
.main-bot .imgBox--big .txt p i {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 5px 0;
	background-image: -moz-linear-gradient( -160deg, rgb(255,103,62) 0%, rgb(255,153,0) 100%);
	background-image: -webkit-linear-gradient( -160deg, rgb(255,103,62) 0%, rgb(255,153,0) 100%);
	background-image: -ms-linear-gradient( -160deg, rgb(255,103,62) 0%, rgb(255,153,0) 100%);
	font-style: normal;
	vertical-align: top;
	margin-left: 14px;
	position: absolute;
	right: 0;
	top: 0;
}
.main-bot .imgBox--big .txt span {
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
	margin-top: 25px;
}
.main-bot .imgBox--big .txt b {
	font-size: 16px;
	font-weight: normal;
	color: #999;
	margin-top: 25px;
	display: block;
}
.main-bot .imgBox--big .txt b i {
	color: #f90;
}
.main-bot .imgBox--small {
	overflow: hidden;
}
.main-bot .imgBox--small ul {
	width: calc(100% + 24px);
}
.main-bot li {
	width: 33.33%;
	float: left;
	padding-right: 24px;
	box-sizing: border-box;
	margin-top: 30px;
}
.main-bot li:nth-child(-n+3) {
	margin-top: 0;
}
.main-bot li .image {
	height: 0;
	padding-bottom: 55%;
	overflow: hidden;
}
.main-bot li .image img {
	max-height: none;
}
.main-bot li p {
	font-size: 18px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 13px;
}
.main-bot li p a {
	color: #333;
}
.main-bot li p a:hover {
	color: #f90;
}
.main-bot li span {
	font-size: 16px;
	color: #999;
	margin-top: 8px;
	display: block;
}
.main-bot li span i {
	color: #f90;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
	margin-top: 0;
}
.link {
	background-color: #f90;
	color: #fff;
	font-size: 16px;
	padding: 12px 0 22px;
	margin-top: 60px;
}
.link dl {
	line-height: 22px;
	margin-top: 13px;
	width: calc(100% + 20px);
}
.link dt {
	float: left;
	margin-right: 32px;
	font-weight: bold;
}
.link dt i {
	font-size: 22px;
	vertical-align: top;
	display: inline-block;
	margin-right: 7px;
	font-weight: normal;
}
.link dd {
	overflow: hidden;
	font-size: 0;
}
.link dd a {
	color: #fff;
	font-size: 16px;
	margin-right: 24px;
	display: inline-block;
}
.link dd a:hover {
	text-decoration: underline;
}
/* footer */
.footer {
    width: 100%;
    background-color: #474443;
    padding-top: 40px;
}
.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 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;
}
.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("../../../../images/Index/Version/2021/qq.png") no-repeat;
}
.footer .copyright {
    overflow: hidden;
    color: #ccc;
    font-size: 14px;
    opacity: 0.5;
    margin-top: 25px;
}
.footer .footer_img {
    display: block;
    height: 33px;
    background: url(../../../../images/Index/Version/2021/copyright.png) no-repeat 0 0;
        background-size: auto;
    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%;
}
.footerIconLeft p b {
    display: block;
    font-size: 14px;
    margin-top: 8px;
}
/* end */

.part2 {
    margin: 30px auto;
}
.recommendTitle {
    height: 58px;
    position: relative;
}
.recommendTitle h2 {
    height: 100%;
    width: 220px;
    position: absolute;
    left: 0;
    top: 0;
}
.recommendTitle h2 a {
    height: 100%;
    display: block;
    background: url("https://www.tao31.com/images/Exhibition/Version/2021/title1.png") no-repeat;
}
.recommendNav {
    height: 48px;
    position: absolute;
    right: 0;
    top: 6px;
}
.recommendNav a {
    display: inline-block;
    width: 170px;
    height: 48px;
    text-align: center;
    font-size: 22px;
    line-height: 46px;
    color: #333;
    margin-left: 10px;
    background: #f2f2f2;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    text-decoration: none;
	cursor: pointer;
}
.recommendNav a.focus {
    color: #fff;
    background: url(https://www.tao31.com/images/Exhibition/Version/2021/hoverBorderImg.png) no-repeat;
}
.recommendList{}
.recommendList ul{
	overflow: hidden;
	margin-right: -30px;
}
.recommendList li{
	float: left;
	box-sizing: border-box;
	width: 25%;
	padding-right: 30px;
	padding-top: 30px;
}
.recommendList li .liBox{
	position: relative;
}
.recommendList li .liBox .imgBox{
	display: block;
	padding-bottom: 55.5%;
	overflow: hidden;
	height: 0;
}
.recommendList li .imgBox img{
	max-height: none;
	width: 100%;
}
.recommendList li .relibot{
	padding: 15px 25px;
	background: #f5f5f5;

}
.recommendList li .relibot p {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 8px;
}
.recommendList li .relibot p a {
    color: #333;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    text-decoration: none;
}
.recommendList li .relibot span {
    font-size: 14px;
    line-height: 25px;
    color: #999;
    display: block;
    height: 25px;
    overflow: hidden;
}
.recommendList li .sign {
    width: 40px;
    height: 70px;
    background: url("https://www.tao31.com/images/Exhibition/Version/2021/icon3jio.png") no-repeat;
    position: absolute;
    top: 171px;
    left: 0;
    z-index: 99;
}
.recommendList li .liBox:hover .relibot {
    background: #ff9600;
}
.recommendList li .liBox:hover .relibot p a {
    color: #fff;
}
.recommendList li .liBox:hover .relibot span {
    color: #fff;
}
.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 only screen and (min-width: 1025px) and (max-width:1199px){
	.w{
		width: 1158px;
	}
	.header {
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}
	#header {
		height: 36px;
	}
	.searchDiv .logo {
		width: 134px;
		margin-left: 20px;
	}
	.searchDiv .pageName {
		font-size: 26px;
		line-height: 26px;
		margin-left: 15px;
		padding-left: 15px;
	}
	.select .searchSelect {
		width: 85px;
		height: 32px;
		font-size: 12px;
	}
	.selectTop {
		line-height: 34px;
	}
	.selectTop i {
		font-size: 8px;
		right: 6px;
	}
	.select {
		margin-left: 50px;
		margin-top: 4px;
	}
	.search {
		width: 455px;
		height: 36px;
		margin-top: 2px;
	}
	.selectBot {
		top: 32px;
	}
	.selectBot li {
		font-size: 12px;
	}
	.search input {
		width: 375px;
		height: 36px;
		font-size: 12px;
	}
	.search button {
		height: 40px;
		line-height: 40px;
		width: 82px;
		font-size: 14px;
	}
	.search button i {
		font-size: 13px;
	}
	.nav li a.on {
		font-size: 22px;
	}
	.nav li {
		font-size: 16px;
		margin: 0 18px;
	}
	.nav {
		line-height: 23px;
		margin-bottom: 7px;
	}
	.nav li:first-child {
		margin-left: 15px;
	}
	.briefingLeft {
		width: 190px;
		padding: 2px 0 2px 0;
	}
	.briefingCenter .liveBigImg {
		width: 585px;
		margin-right: 12px;
	}
	.briefingCenter {
		width: 754px;
		padding: 12px;
	}
	.briefingLeft li a {
		height: 29px;
		line-height: 29px;
		font-size: 14px;
		padding: 0 10px;
	}
	.briefingLeft li a i {
		font-size: 16px;
		margin-right: 10px;
	}
	.briefingCenter ul {
		width: 133px;
	}
	.briefingCenter li {
		margin-top: 10px;
	}
	.briefingCenter .liveSmallImg p {
		height: 40px;
		font-size: 12px;
	}
	.briefingRight {
		width: 190px;
		padding-top: 13px;
	}
	.briefingRight h3 img {
		width: 65px;
	}
	.briefingRight h3 {
		margin-bottom: 15px;
	}
	.briefingRight h3 a.more {
		font-size: 12px;
		top: 3px;
	}
	.briefingCenter .liveBigImg p {
		height: 92px;
		font-size: 18px;
	}
	.briefingCenter .liveBigImg p a {
		bottom: 14px;
	}
	.briefingCenter .liveSmallImg p a {
		left: 5px;
		bottom: 5px;
		height: 13px;
	}
	.popular {
		margin-top: 40px;
	}

	.briefingCenter .image b {
		font-size: 12px;
		line-height: 22px;
		padding: 0 7px;
		top: 20px;
	}
	.briefingCenter .image b i {
		font-size: 10px;
	}
	.briefingRight li:first-child p a {
		font-size: 16px;
	}
	.briefingRight li:first-child p {
		line-height: 18px;
		height: 36px;
	}
	.briefingRight li span {
		font-size: 12px;
		margin-top: 8px;
	}
	.briefingRight li {
		padding: 11px 10px;
		font-size: 14px;
	}
	.briefingRight li p {
		line-height: 19px;
		height: 39px;
	}
	.briefing {
		background: url(../../../../images/Exhibition/Version/2020/briefing_1024.png) no-repeat top center;
	}
	.briefingCenter .liveSmallImg .image b {
		line-height: 18px;
		padding: 0 6px;
	}
	.popular .title img {
		width: 103px;
	}
	.popular .title i {
		width: 28px;
		vertical-align: top;
		margin-top: -8px;
	}
	.country-tab {
		right: 9px;
		top: -4px;
	}
	.country-tab a {
		width: 64px;
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}
	.country-bot li {
		padding-right: 18px;
	}
	.country-bot li p {
		font-size: 14px;
		line-height: 16px;
		height: 32px;
		margin-top: 10px;
	}
	.country-bot li span {
		font-size: 12px;
	}
	.country-bot li span i {
		margin-right: 3px;
		font-size: 12px;
	}
	.country-bot {
		margin-top: 17px;
	}
	.main .title span {
		height: 38px;
		width: 38px;
		line-height: 43px;
		font-size: 22px;
		margin-top: -2px;
	}
	.main .title img {
		height: 39px;
	}
	.main .main-tab {
		font-size: 14px;
		right: 75px;
	}
	.main .main-bot {
		margin-top: 12px;
	}
	.main .main-tab a {
		margin: 0 15px;
		padding-bottom: 5px;
	}
	.main .title a.more {
		top: 13px;
		font-size: 14px;
	}
	.main .title a.more i {
		font-size: 10px;
		margin-top: 2px;
	}
	.main .main-bot .imgBox--big {
		width: 453px;
		margin-right: 18px;
	}
	.main-bot .imgBox--big .image p {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.main-bot .imgBox--big .txt {
		padding: 16px 10px;
	}
	.main-bot .imgBox--big .txt p {
		font-size: 16px;
		line-height: 22px;
		height: 22px;
	}
	.main-bot .imgBox--big .txt p i {
		font-size: 12px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin-left: 10px;
		margin-top: 1px;
	}
	.main-bot .imgBox--big .txt span {
		margin-top: 15px;
		font-size: 12px;
		line-height: 15px;
		height: 30px;
	}
	.main-bot .imgBox--big .txt b {
		margin-top: 18px;
		font-size: 12px;
	}
	.main-bot .imgBox--big .txt b i {
		font-size: 11px;
	}
	.main-bot li {
		padding-right: 18px;
		margin-top: 16px;
	}
	.main-bot li p {
		font-size: 14px;
		line-height: 18px;
		height: 36px;
		margin-top: 5px;
	}
	.main-bot li span {
		font-size: 12px;
		margin-top: 6px;
	}
	.main-bot li span i {
		font-size: 10px;
	}
	.main {
		margin-top: 40px;
	}
	.link dl {
		width: calc(100% + 15px);
		line-height: 14px;
	}
	.link {
		font-size: 14px;
	}
	.link dt i {
		font-size: 14px;
		margin-right: 5px;
	}
	.link dt {
		margin-right: 20px;
	}
	.link dd a {
		margin-right: 15px;
		font-size: 12px;
	}
	.link dd a {
		margin-right: 21px;
	}
	.footer .item .footer-code li .code {
		width: 99px;
		height: 99px;
	}
	.copyright img {
		margin: 1px 3px 0 0px;
	}
	.footer .item .footer-code li {
		padding-left: 35px;
	}
	.footer .item .footer-code {
		width: 355px;
		padding-top: 22px;
	}
	.footer .item .left p a {
		padding: 0 13px;
		font-size: 14px;
	}
	.footer .item .left p {
		font-size: 12px;
		line-height: 28px;
	}
	.footer .item .left {
		margin-top: 15px;
		padding-right: 66px;
	}
	.footer .item .left span {
		font-size: 12px;
	}
	.footer .item .left span img {
		margin: 8px 22px 0 12px;
		width: 13px;
	}
	ul.footImg {
		width: 630px;
		height: 36px;
		background-size: auto 100%;
	}
	.link {
		font-size: 14px;
		padding: 10px 0 18px;
	}
	ul.footImg li {
		width: 102px;
	}
	ul.footImg li a {
		width: 90px;
		height: 37px;
	}
	.main1 {
		padding: 25px 0 25px;
	}
	.main1 .left {
		width: 180px;
		height: 475px;
	}
	.main1 .left .title b {
		top: 10px;
	}
	.main1 .left .title a {
		font-size: 40px;
	}
	.main1 .left ul {
		margin-top: 0;
	}
	.main1 .left .btn {
		margin: 20px 22px 0;
	}
	.public-bot {
		width: 965px;
	}
	.public-bot .bot-right {
		float: right;
		width: 177px;
	}
	.public-bot .bot-left {
		height: 428px;
		width: 750px;
	}
	.public-tab a, .right .menu-top a, .right .parent .menu-bot p a {
		width: 126px;
		font-size: 15px;
	}
	.public-tab {
		padding-left: 140px;
	}
	.main1 .left::after {
		right: -130px;
		border-width: 5px 0 500px 130px;
	}
	.main1 .left .title {
		height: 100px;
	}
	.main1 .left::before {
		width: 310px;
	}
	.main1 .left .content {

		padding: 0 12px 0;
	}
	.right .parent .menu-bot {
		width: 475px;
		padding: 10px 15px 15px;
	}
	#partB .public-tab a{
		width: 122px;
	}
	/* 0316 */
	.recommendList li .sign {
		width: 30px;
		height: 60px;
		top: 117px;
		background-size: 100% 100%;
	}
	.recommendList li .relibot p {
		font-size: 15px;
		line-height: 22px;
	}
	.recommendList li .relibot span {
		font-size: 13px;
		line-height: 22px;
		height: 22px;
	}
	.recommendNav a {
		width: 160px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}
	.recommendNav a.focus {background-size: 100% 100%;}
	.recommendTitle h2 a {background-size: auto 100%;}
	.recommendTitle {
		height: 50px;
	}

}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1348px;
	}
	.selectBot {
		top: 38px;
	}
	.searchDiv .logo {
		width: 155px;
		margin-left: 20px;
	}
	.searchDiv .pageName {
		font-size: 30px;
		line-height: 30px;
		margin-left: 15px;
		padding-left: 15px;
	}
	.select .searchSelect {
		width: 104px;
		height: 38px;
		font-size: 14px;
	}
	.selectTop {
		line-height: 38px;
	}
	.search {
		width: 526px;
		height: 38px;
		margin-top: 2px;
	}
	.search input {
		width: 435px;
		height: 38px;
		font-size: 14px;
	}
	.search button {
		height: 42px;
		line-height: 42px;
		width: 95px;
		font-size: 16px;
	}
	.nav li a.on {
		font-size: 24px;
	}
	.nav li {
		font-size: 18px;
		margin: 0 24px;
	}
	.nav {
		line-height: 27px;
		margin-bottom: 15px;
	}
	.nav li:first-child {
		margin-left: 15px;
	}
	.briefingLeft {
		width: 200px;
		padding: 4px 0 5px 0;
	}
	.briefingCenter .liveBigImg {
		width: 717px;
	}
	.briefingCenter {
		width: 920px;
	}
	.briefingLeft li a {
		height: 35px;
		line-height: 35px;
		font-size: 15px;
		padding: 0 15px;
	}
	.briefingLeft li a i {
		font-size: 18px;
		margin-right: 10px;
	}
	.briefingCenter ul {
		width: 162px;
	}
	.briefingCenter .liveSmallImg p {
		height: 46px;
		font-size: 15px;
	}
	.briefingRight {
		width: 200px;
		padding-top: 13px;
	}
	.briefingRight h3 img {
		width: 75px;
	}
	.briefingRight h3 {
		margin-bottom: 15px;
	}
	.briefingRight h3 a.more {
		font-style: 14px;
		top: 3px;
	}
	.briefingCenter .liveBigImg p {
		height: 108px;
		font-size: 22px;
	}
	.briefingCenter .image b {
		font-size: 13px;
		line-height: 26px;
		padding: 0 11px;
		top: 20px;
	}
	.briefingCenter .image b i {
		font-size: 11px;
	}
	.briefingRight li:first-child p a {
		font-size: 18px;
	}
	.briefingRight li:first-child p {
		line-height: 24px;
		height: 48px;
	}
	.briefingRight li span {
		font-size: 14px;
	}
	.briefingRight li {
		padding: 15.5px 10px;
		font-size: 15px;
	}
	.briefing {
		background: url(../../../../images/Exhibition/Version/2020/briefing_1200.png) no-repeat top center;
	}
	.briefingCenter .liveSmallImg .image b {
		line-height: 22px;
		padding: 0 8px;
	}
	.popular .title img {
		width: 103px;
	}
	.popular .title i {
		width: 28px;
		vertical-align: top;
		margin-top: -8px;
	}
	.country-tab {
		right: 9px;
		top: -4px;
	}
	.country-tab a {
		width: 74px;
		height: 36px;
		line-height: 36px;
		font-size: 18px;
	}
	.country-bot li p {
		font-size: 16px;
		line-height: 21px;
		height: 42px;
	}
	.country-bot li span {
		font-size: 14px;
	}
	.country-bot li span i {
		margin-right: 3px;
		font-size: 12px;
	}
	.country-bot {
		margin-top: 22px;
	}
	.main .title span {
		height: 44px;
		width: 44px;
		line-height: 48px;
		font-size: 24px;
		margin-top: -2px;
	}
	.main .title img {
		height: 42px;
	}
	.main .main-tab {
		font-size: 16px;
	}
	.main .main-tab a {
		margin: 0 18px;
		padding-bottom: 5px;
	}
	.main .title a.more {
		top: 15px;
		font-size: 16px;
	}
	.main .title a.more i {
		font-size: 10px;
		margin-top: 2px;
	}
	.main .main-bot .imgBox--big {
		width: 526px;
	}
	.main-bot .imgBox--big .image p {
		height: 42px;
		line-height: 42px;
		font-size: 16px;
	}
	.main-bot .imgBox--big .txt {
		padding: 20px 12px;
	}
	.main-bot .imgBox--big .txt p {
		font-size: 20px;
	}
	.main-bot .imgBox--big .txt p i {
		font-size: 14px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		margin-left: 3px;
		margin-top: 1px;
	}
	.main-bot .imgBox--big .txt span {
		margin-top: 18px;
		font-size: 14px;
		line-height: 18px;
		height: 36px;
	}
	.main-bot .imgBox--big .txt b {
		margin-top: 18px;
		font-size: 14px;
	}
	.main-bot .imgBox--big .txt b i {
		font-size: 13px;
	}
	.main-bot li {
		padding-right: 20px;
		margin-top: 16px;
	}
	.main-bot li p {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
		margin-top: 10px;
	}
	.main-bot li span {
		font-size: 14px;
	}
	.main-bot li span i {
		font-size: 12px;
	}
	.link dt {
		margin-right: 20px;
	}
	.link dd a {
		margin-right: 21px;
	}
	.footer .item .footer-code li .code {
		width: 119px;
		height: 119px;
	}
	.copyright img {
		margin: 1px 3px 0 0px;
	}
	.footer .item .footer-code li {
		padding-left: 40px;
	}
	ul.footImg {
		width: 740px;
		height: 42px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 118px;
	}
	ul.footImg li a {
		width: 105px;
		height: 42px;
	}
	.main1 .left {
		width: 228px;
		height: 530px;
	}
	.public-bot .bot-right {
		width: 200px;
		margin-left: 12px;
	}
	.public-bot .bot-left {
		height: 480px;
		width: 840px;
	}
	.main1 .left::after {
		right: -202px;
	}
	.public-bot {
		padding: 20px 12px 12px 12px;
		width: 1076px;
	}
	.main1 .left ul {
		margin-top: 2px;
	}
	.main1 .left .content {
		padding-top: 20px;
	}
	.public-tab a, .right .menu-top a, .right .parent .menu-bot p a {width: 142px;}
	#partB .public-tab a{
		width: 132px;
	}
	/* 0316 */
	.recommendList li .sign {top: 138px;}
}
@media only screen and (min-width: 1400px) and (max-width:1600px){
	.w{
		width: 1422px;
	}
	.selectBot {
		top: 42px;
	}
	.searchDiv .logo {
		width: 170px;
		margin-top: 7px;
	}
	.searchDiv .pageName {
		font-size: 32px;
		line-height: 32px;
	}
	.select .searchSelect {
		width: 110px;
		height: 42px;
		font-size: 14px;
	}
	.selectTop {
		line-height: 42px;
	}
	.search {
		width: 546px;
		height: 40px;
		margin-top: 2px;
	}
	.search input {
		width: 448px;
		height: 40px;
		font-size: 14px;
	}
	.search button {
		height: 44px;
		line-height: 44px;
		width: 100px;
		font-size: 16px;
	}
	.nav li a.on {
		font-size: 24px;
	}
	.nav li {
		font-size: 18px;
		margin: 0 24px;
	}
	.nav {
		line-height: 26px;
		margin-bottom: 15px;
	}
	.nav li:first-child {
		margin-left: 15px;
	}
	.briefingLeft {
		width: 210px;
		padding: 4px 0 5px 0;
	}
	.briefingCenter .liveBigImg {
		width: 760px;
	}
	.briefingCenter {
		width: 974px;
	}
	.briefingLeft li a {
		height: 37px;
		line-height: 37px;
	}
	.briefingCenter ul {
		width: 172px;
	}
	.briefingCenter .liveSmallImg p {
		height: 49px;
		font-size: 14px;
	}
	.briefingCenter .liveSmallImg p a {
		height: 14px;
	}
	.briefingRight {
		width: 210px;
		padding-top: 17px;
	}
	.briefingRight h3 img {
		width: 70px;
	}
	.briefingRight h3 {
		margin-bottom: 15px;
	}
	.briefingRight h3 a.more {
		font-style: 14px;
		top: 3px;
	}
	.briefingCenter .liveBigImg p {
		height: 118px;
		font-size: 24px;
	}
	.briefingRight li:first-child p a {
		font-size: 18px;
	}
	.briefingRight li:first-child p {
		line-height: 24px;
		height: 48px;
	}
	.briefingRight li span {
		font-size: 14px;
	}
	.briefingRight li {
		padding: 17.5px 10px;
		font-size: 15px;
	}
	.briefing {
		background: url(../../../../images/Exhibition/Version/2020/briefing_1400.png) no-repeat top center;
	}
	.briefingCenter .liveSmallImg .image b {
		line-height: 22px;
		padding: 0 8px;
	}
	.popular .title img {
		width: 108px;
	}
	.popular .title i {
		width: 30px;
		vertical-align: top;
		margin-top: -10px;
	}
	.country-tab {
		right: 9px;
		top: -4px;
	}
	.country-tab a {
		width: 78px;
		height: 36px;
		line-height: 36px;
		font-size: 18px;
	}
	.country-bot li p {
		font-size: 16px;
		line-height: 21px;
		height: 42px;
	}
	.country-bot li span {
		font-size: 14px;
	}
	.country-bot li span i {
		margin-right: 3px;
		font-size: 12px;
	}
	.country-bot {
		margin-top: 22px;
	}
	.main .title span {
		height: 46px;
		width: 46px;
		line-height: 50px;
		font-size: 26px;
	}
	.main .title img {
		height: 42px;
	}
	.main .main-tab {
		font-size: 16px;
	}
	.main .main-tab a {
		margin: 0 18px;
	}
	.main .title a.more {
		top: 15px;
		font-size: 16px;
	}
	.main .title a.more i {
		font-size: 10px;
	}
	.main .main-bot .imgBox--big {
		width: 555px;
	}
	.main-bot .imgBox--big .image p {
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}
	.main-bot .imgBox--big .txt {
		padding: 20px 12px;
	}
	.main-bot .imgBox--big .txt p {
		font-size: 22px;
	}
	.main-bot .imgBox--big .txt p i {
		font-size: 14px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		margin-left: 5px;
	}
	.main-bot .imgBox--big .txt span {
		margin-top: 20px;
	}
	.main-bot .imgBox--big .txt b {
		margin-top: 20px;
	}
	.main-bot li p {
		font-size: 16px;
		line-height: 20px;
		height: 40px;
		margin-top: 12px;
	}
	.main-bot li span {
		font-size: 14px;
	}
	.main-bot li span i {
		font-size: 12px;
	}
	.public-bot{
		width: 1103px;
	}
	.public-bot .bot-right {
		width: 205px;
	}
	.public-bot .bot-left {
		height: 491px;
		width: 860px;
	}
	.main1 .left {
		height: 525px;
	}
	.main1 .left ul {
		margin-top: 0;
	}
	.main1 .left .btn {
		margin-top: 25px;
	}
	.public-tab a, .right .menu-top a, .right .parent .menu-bot p a {width: 152px;}
	.main1 .left::after {
		right: -184px;
		border-width: 0 0 564px 184px;
	}
	#partB .public-tab a{width: 137px;}
	/* 0316 */
	.recommendList li .sign {
		top: 148px;
	}
}
@media only screen and (min-width: 1601px) and (max-width:1919px){
	.w{
		width: 1582px;
	}
	.main1 .left {
		width: 238px;
	}
	.main1 .left::after {
		right: -172px;
		border-width: 0 0 564px 172px;
	}
	.public-bot {
		background-size: auto 100%;
	}

}
@media only screen and (min-width:1920px){
	.w{
		width: 1582px;
	}
	.main1 .left {
		width: 238px;
	}
	.main1 .left::after {
		right: -172px;
		border-width: 0 0 564px 172px;
	}
	.public-bot {
		background-size: auto 100%;
	}
}
@media only screen and (max-width:1024px){
	.w{
		width: 1000px;
	}
	.header {
		height: 36px;
		line-height: 36px;
		font-size: 12px;
	}
	#header {
		height: 36px;
	}
	.searchDiv .logo {
		width: 129px;
		margin-left: 15px;
	}
	.searchDiv .pageName {
		font-size: 24px;
		line-height: 24px;
		margin-left: 15px;
		padding-left: 15px;
	}
	.select .searchSelect {
		width: 76px;
		height: 30px;
		font-size: 12px;
		border-width: 1px;
		margin-left: -1px;
	}
	.selectTop {
		line-height: 32px;
	}
	.selectTop i {
		font-size: 8px;
		right: 6px;
	}
	.select {
		margin-left: 50px;
		margin-top: 4px;
	}
	.search {
		width: 395px;
		height: 32px;
		margin-top: 2px;
	}
	.selectBot {
		top: 30px;
		border-width: 1px;
	}
	.selectBot li {
		font-size: 12px;
		border-width: 1px;
	}
	.search input {
		width: 375px;
		height: 32px;
		font-size: 12px;
		text-indent: 10px;
	}
	.search button {
		height: 36px;
		line-height: 36px;
		width: 70px;
		font-size: 12px;
	}
	.search button i {
		font-size: 11px;
	}
	.nav li a.on {
		font-size: 22px;
	}
	.nav li {
		font-size: 16px;
		margin: 0 18px;
	}
	.nav {
		line-height: 23px;
		margin-bottom: 7px;
	}
	.nav li:first-child {
		margin-left: 15px;
	}
	.briefingLeft {
		width: 180px;
		padding: 0;
	}
	.briefingCenter .liveBigImg {
		width: 485px;
		margin-right: 10px;
	}
	.briefingCenter {
		width: 620px;
		padding: 8px;
		margin-left: 10px;
	}
	.briefingLeft li a {
		height: 24px;
		line-height: 24px;
		font-size: 12px;
		padding: 0 10px;
	}
	.briefingLeft li a i {
		font-size: 14px;
		margin-right: 7px;
	}
	.briefingCenter ul {
		width: 108px;
	}
	.briefingCenter li {
		margin-top: 10px;
	}
	.briefingCenter .liveSmallImg p {
		height: 35px;
		font-size: 10px;
	}
	.briefingRight {
		width: 180px;
		padding-top: 9px;
	}
	.briefingRight h3 img {
		width: 58px;
	}
	.briefingRight h3 {
		margin-bottom: 10px;
	}
	.briefingRight h3 a.more {
		font-size: 10px;
		top: 3px;
	}
	.briefingCenter .liveBigImg p {
		height: 80px;
		font-size: 16px;
	}
	.briefingCenter .liveBigImg p a {
		bottom: 10px;
		left: 10px;
	}
	.briefingCenter .liveSmallImg p a {
		left: 5px;
		bottom: 5px;
		height: 11px;
	}
	.popular {
		margin-top: 30px;
	}
	.briefingCenter .image b {
		font-size: 10px;
		line-height: 20px;
		padding: 0 5px;
		top: 18px;
	}
	.briefingCenter .image b i {
		font-size: 10px;
	}
	.briefingRight li:first-child p a {
		font-size: 14px;
	}
	.briefingRight li:first-child p {
		line-height: 16px;
		height: 32px;
	}
	.briefingRight li span {
		font-size: 10px;
		margin-top: 8px;
	}
	.briefingRight li {
		padding: 8px 10px 6px 10px;
		font-size: 12px;
	}
	.briefingRight li p {
		line-height: 16px;
		height: 32px;
	}
	.briefing {
		background: url(../../../../images/Exhibition/Version/2020/briefing_1000.png) no-repeat top center;
	}
	.briefingCenter .liveSmallImg .image b {
		line-height: 15px;
		padding: 0 5px;
	}
	.popular .title img {
		width: 78px;
	}
	.popular .title i {
		width: 21px;
		vertical-align: top;
		margin-top: -6px;
		margin-right: 6px;
	}
	.country-tab {
		right: 9px;
		top: -4px;
	}
	.country-tab a {
		width: 55px;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}
	.country-bot li {
		padding-right: 18px;
	}
	.country-bot li p {
		font-size: 12px;
		line-height: 14px;
		height: 28px;
		margin-top: 6px;
	}
	.country-bot li span {
		font-size: 10px;
	}
	.country-bot li span i {
		margin-right: 2px;
		font-size: 10px;
		margin-top: -1px;
	}
	.country-bot {
		margin-top: 17px;
	}
	.main .title span {
		height: 32px;
		width: 32px;
		line-height: 34px;
		font-size: 19px;
		margin-top: -2px;
	}
	.main .title img {
		height: 33px;
	}
	.main .main-tab {
		font-size: 12px;
		right: 70px;
	}
	.main .main-bot {
		margin-top: 12px;
	}
	.main .main-tab a {
		margin: 0 15px;
		padding-bottom: 2px;
	}
	.main .title a.more {
		top: 14px;
		font-size: 12px;
	}
	.main .title a.more i {
		font-size: 8px;
		margin-top: 2px;
	}
	.main .main-bot .imgBox--big {
		width: 391px;
		margin-right: 15px;
	}
	.main-bot .imgBox--big .image p {
		height: 31px;
		line-height: 31px;
		font-size: 12px;
	}
	.main-bot .imgBox--big .txt {
		padding: 16px 10px;
	}
	.main-bot .imgBox--big .txt p {
		font-size: 14px;
		line-height: 18px;
		height: 18px;
	}
	.main-bot .imgBox--big .txt p i {
		font-size: 10px;
		width: 17px;
		height: 17px;
		line-height: 17px;
		margin-left: 5px;
		margin-top: 0px;
	}
	.main-bot .imgBox--big .txt span {
		margin-top: 13px;
		font-size: 10px;
		line-height: 15px;
		height: 30px;
	}
	.main-bot .imgBox--big .txt b {
		margin-top: 10px;
		font-size: 10px;
	}
	.main-bot .imgBox--big .txt b i {
		font-size: 10px;
	}
	.main-bot li {
		padding-right: 14px;
		margin-top: 12px;
	}
	.main-bot li p {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
		margin-top: 5px;
	}
	.main-bot li span {
		font-size: 10px;
		margin-top: 5px;
	}
	.main-bot li span i {
		font-size: 10px;
	}
	.main {
		margin-top: 40px;
	}
	.link dl {
		width: calc(100% + 15px);
		line-height: 14px;
	}
	.link {
		font-size: 14px;
	}
	.link dt i {
		font-size: 14px;
		margin-right: 5px;
	}
	.link dt {
		margin-right: 10px;
	}
	.link dd a {
		margin-right: 15px;
		font-size: 12px;
	}
	.link dd a {
		margin-right: 15px;
	}
	.footer .item .footer-code li .code {
		width: 86px;
		height: 86px;
	}
	.copyright img {
		margin: 1px 3px 0 0px;
	}
	.footer .item .footer-code li {
		padding-left: 20px;
	}
	.footer .item .footer-code {
		width: 279px;
		padding-top: 22px;
	}
	.footer .item .left p a {
		padding: 0 13px;
		font-size: 12px;
	}
	.footer .item .left p {
		font-size: 10px;
		line-height: 28px;
	}
	.footer .item .left {
		margin-top: 15px;
		padding-right: 50px;
	}
	.footer .item .left span {
		font-size: 10px;
	}
	.footer .item .left span img {
		margin: 10px 16px 0 12px;
		width: 11px;
	}
	.copyright {
		font-size: 10px;
	}
	ul.footImg {
		width: 560px;
		height: 32px;
		background-size: auto 100%;
	}
	.link {
		font-size: 14px;
		padding: 6px 0 10px;
	}
	ul.footImg li {
		width: 90px;
	}
	ul.footImg li a {
		width: 80px;
		height: 32px;
	}
	/* ------------------ */
	.main1 .left {
		width: 185px;
		height: 395px;
	}
	.main1 .left li .item {
		height: 36px;
	}
	.main1 .left::before {
		width: 320px;
	}
	.public-bot .bot-right li a {
		font-size: 12px;
	}
	.public-bot .bot-right li .image mark {
		height: 22px;
		line-height: 22px;
		font-size: 12px;
		padding: 0 10px;
	}
	.public-bot .bot-right li a i {
		font-size: 12px;
	}
	.public-tab a, .right .menu-top a, .right .parent .menu-bot p a {
		font-size: 14px;
		width: 104px;
		height: 40px;
		line-height: 40px;
		margin-left: 10px;
	}
	.right .menu-top i {
		font-size: 8px;
	}
	.main1 .left::after {
		right: -135px;
		border-width: 0px 0 395px 135px;
	}
	.right .menu-top a::before {
		width: 20px;
		right: -8px;
	}
	.right .parent .menu-bot p a:first-of-type::before {
		left: -8px;
	}
	.right .parent .menu-bot p a:last-of-type::before {
		right: -8px;
	}
	.right .parent.hover .menu-top::after {
		bottom: 1px;
		right: -7px;
		width: 121px;
		height: 7px;
	}
	.right .parent .menu-bot p {
		margin-top: 12px;
	}
	.right .parent .menu-bot {
		right: -7px;
		width: 408px;
		top: 41px;
	}
	#partA .left .title img, #partD .left .title img {
		height: 75px;
	}
	.main1 .left .title img {
		height: 82px;
	}
	.main1 .left .btn {
		margin: 19px 22px 0;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.main1 .left .content {
		padding: 15px 15px 0;
	}
	.main1 .left .title{
		height: 75px;
	}
	.main1 .left .title a {
		font-size: 30px;
	}
	.main1 .left .title a i {
		font-size: 26px;
	}
	.main1 .left .title i {
		font-size: 12px;
		vertical-align: top;
		margin-top: 2px;
		display: inline-block;
	}
	.main1 .left ul {
		margin-top: 2px;
	}
	.main1 {
		/* background-color: #f8f8f8; */
		padding: 20px 0 20px;
	}
	.public-tab {
		padding-left: 128px;
	}
	.public-bot .bot-right {
		width: 147px;
		margin-left: 14px;
	}
	.public-bot {
		width: 815px;
	}
	.public-bot .bot-left {
		height: 360px;
		width: 630px;
	}
	.public-bot .bot-left li p a {
		bottom: 18px;
		font-size: 18px;
		height: 18px;
		padding: 0 20px;
	}
	.public-bot .bot-left li p {
		height: 100px;
	}
	.public-bot .bot-left li i {
		width: 65px;
		height: 65px;
		line-height: 65px;
		font-size: 28px;
		text-indent: 6px;
	}
	.right .parent .menu-bot {
		padding: 10px 20px 20px;
	}
	.footerIconLeft {
		width: 300px;
	}
	/* 0316 */
	.recommendList li .sign {
		width: 20px;
		height: 45px;
		top: 113px;
		background-size: 100% 100%;
	}
	.recommendList li .relibot p {
		font-size: 14px;
		line-height: 20px;
	}
	.recommendList li .relibot span {
		font-size: 12px;
		line-height: 20px;
		height: 20px;
	}
	.recommendNav a {
		width: 140px;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
	}
	.recommendNav a.focus {background-size: 100% 100%;}
	.recommendTitle h2 a {background-size: auto 100%;}
	.recommendTitle {
		height: 46px;
	}
	.recommendList li {
		padding-right: 10px;
		padding-top: 15px;
	}
	.recommendList ul {
		margin-right: -10px;
	}
}
