.main,.w{
    width: 1400px;
    margin: 0 auto;
}
.iframe{
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 17px);
}
/* header */
.header {
	height: 40px;
	line-height: 40px;
	background-color: #f6f6f6;
	font-size: 14px;
}
.header .main{
	overflow: hidden;
}
.header .left {
	float: left;
}
.header .left p {
	float: left;
	margin-right: 26px;
}
.header .left p a {
	color: #666;
}
.header .left p a:hover {
	color: #92af00;
}
.header .left ul {
	float: left;
}
.header ul li {
	float: left;
}
.header .left ul li a {
	color: #666;
	line-height: 24px;
	display: inline-block;
	margin-top: -4px;
	margin-right: 16px;
}

.header .left ul li:first-child a {
	color: #92af00;
}
.header .left ul li:nth-child(2) a,
.header .item ul li:nth-child(2) a:hover,
.header .left ul li:nth-child(4) a,
.header .item ul li:nth-child(4) a:hover {
	color: #fff;
	background-color: #92af00;
	border-radius: 2px;
	padding: 0 8px;
}
.header .right {
	float: right;
    margin-right: 170px;
}
.header .right a{
    color: #666;
    padding-right: 10px;
    margin-right: 8px;
    position: relative;
}
.header .right li:last-child a{
    margin: 0;
}
.header .right a::after{
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #d1d1d1;
}
.header .right a:hover {
	color: #92af00;
}
/* header--drop */
.header--drop {
	margin: 0 auto;
	position: relative;
	z-index: 100;
    font-size: 14px;
}
.header--drop ul {
	position: absolute;
	right: 0;
	top: -43px;
}
.header--drop ul li {
	float: left;
	height: 40px;
	position: relative;
}
.header--drop ul li .weixin {
	height: 40px;
	position: relative;
}
.header--drop ul li a {
	color: #666;
	line-height: 40px;
	display: block;
	padding: 0 5px;
	position: relative;
	z-index: 9;
}
.header--drop ul li a i {
	vertical-align: top;
	font-size: 16px;
	margin: 8px 6px 0 0;
	line-height: normal;
	display: inline-block;
}

.header--drop ul li .weixin i {
	color: #92af00;
}
.header--drop ul li:first-child i{
	color: #fd6c0b;
}
.web-code {
	width: 130px;
	padding: 25px 25px 20px 25px;
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 40px;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	text-align: center;
	z-index: 1;
}
.web-code1 {
	width: 300px;
	padding: 25px 12px 20px 12px;
}
.web-code .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}
.web-code img{
	width: 100%;
	height: 100%;
}
.web-code b{
	display: block;
	font-size: 14px;
	padding:18px 0 8px 0;
}
.web-code p{
	color: #999;
}
.header--drop ul li .weixin.hover::before{
	background-color: #fff;
	content:'';
	position:absolute;
	left: 0px;
	top: -2px;
	right: 0px;
	bottom:0;
	height: 45px;
	z-index: 2;
}
.header--drop ul li .weixin.hover{
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.header--drop ul li .weixin.hover::after{
	display: none;
}
/* headerNav */
.headerNav {
	padding: 16px 0 0;
	overflow: hidden;
	background-color: #fff;
}
.headerNav b {
	color: #f28547;
}
.headerNav p {
	font-size: 14px;
}
.headerNav p a {
	color: #666;
	padding: 0 12px;
	font-weight: normal;
	position: relative;
}
.headerNav p a:first-of-type {
	padding-left: 0;
}
.headerNav p a:hover {
	color: #92af00;
}
/* advTop */
.advTop ul,.advBanner ul{
    margin: 0 -5px;
    overflow: hidden;
}
.advTop li,.advBanner li{
    float: left;
    width: 100%;
}
.advTop li .item{
    padding: 15px 5px 0;
}
.advTop ul.line-2 li,.advBanner ul.line-2 li{
    width: 50%;
}
.advTop ul.line-3 li,.advBanner ul.line-3 li{
    width: 33.3%;
}
.advTop ul.line-4 li,.advBanner ul.line-4 li{
    width: 25%;
}
.advTop ul.line-5 li,.advBanner ul.line-5 li{
    width: 20%;
}
.advs {
	position: relative;
	display: block;
	width: 100%;
}
.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;
}
/* top */
.top {
	margin: 20px auto;
}
.top .logo{
	float: left;
}
.top .logo img{
    height: 68px;
}
.top .logo span{
    display: inline-block;
    vertical-align: top;
    margin: 14px 0 0 19px;
    padding-left: 32px;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    position: relative;
}
.top .logo span::before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 26px;
    background-color: #dcdcdc;
}
/*搜索框样式*/
.searchBox {
	width: 570px;
	float: left;
	position: relative;
	margin-left: 44px;
	height: 42px;
	background-color:#92af00;
	border-radius: 4px;
	margin-top: 9px;
}
.searchBox .form {
	height: 38px;
	margin-top: 2px;
}
.searchBox .form .select{
	width: 103px;
	height: 100%;
	position: relative;
	float: left;
}
.searchBox .form .select .select-top p {
    font-size: 14px;
    line-height: 38px;
    cursor: pointer;
	text-indent: 26px;
	position: relative;
	background: #fff;
	border-radius: 4px 0 0 4px;
	margin-left: 2px;
}
.searchBox .form .select .select-top p::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 24px;
	background: #e6e6e6;
}
.searchBox .form .select .select-top i {
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	position: absolute;
	right: 6px;
	top: 10px;
	transform: scale(0.8);
}
.searchBox .form .select .select-top.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg) scale(0.8);
}
.search {
	width: 100%;
	height: 44px;
}
.searchBox input {
	width: 371px;
	float: left;
	height: 38px;
	background: #fff;
	border: none;
	outline: none;
	font-size: 14px;
	color: #aaa;
	text-indent: 5px;
}
.searchBox button {
	width: 98px;
	float: right;
	height: 42px;
	line-height: 42px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	margin-top: -2px;
	margin-right: -2px;
	border-radius: 0 4px 4px 0;
	background-color:#92af00;
}
.searchBox button i {
	font-size: 15px;
	vertical-align: top;
	margin-right: 5px;
}
.searchBox ul {
	display: block;
	position: absolute;
	z-index: 9999;
	width: 76px;
	border: 2px solid #92af00;
	display: block;
	top: 40px;
	left: 0px;
	padding: 5px 0;
	background: #fff;
	display: none;
}
.searchBox ul li {
	display: block;
	font: normal 14px/22px microsoft yahei;
	color: #333;
	text-align: center;
	line-height: 25px;
}
.searchBox ul li:hover {
	background: #92af00;
	color: #fff;
}
.topAdv {
	float: right;
	width: 374px;
	position: relative;
}
.topAdv a{
    display: block;
    padding-bottom: 18.1818%;
    height: 0;
    overflow: hidden;
}
.topAdv a img {
	width: 100%;
	max-height: none;
}
/* nav */
.nav {
	height: 48px;
	background-color: #92af00;
	margin-top: 5px;
}
.nav .menu{
	margin:0 auto;
	height: 100%;
	position:relative;
}
.nav .menu ul li{
	float: left;
	position:relative;
}
.nav .menu ul li b{
	font-weight: 400;
}
.nav .menu ul li b a {
	color: #fff;
	height: 48px;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	padding: 0 40px;
	display: block;
}
.nav .menu ul li b a:hover,.nav .menu ul li b a.home{
	background-color: #a8bf33;
}
/* content */
.content{
    margin-top: 35px;
}
.content .title{
    height: 58px;
    padding-left: 175px;
    position: relative;
}
.content .title em{
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 58px;
    width: 175px;
    background: url(../../../../images/Exhibition/version/2022/hztj.png) no-repeat;
    background-size: 100% 100%;
}
.content .title::after{
    position: absolute;
    content: "";
    right: 0;
    top: 14px;
    height: 1px;
    width: calc(100% - 63px);
    background-color: #bfbfbf;
}
.broadcast{
    float: right;
	width: 1170px;
	height: 40px;
	margin: 18px auto 0;
	line-height: 40px;
}
.broadcast .attention{
    overflow: hidden;
}
.broadcast .attCloumn{
	float: left;
	width: 110px;
	color:#92af00;
	font: 16px/40px "Microsoft Yahei";
    font-weight: 700;
}
.broadcast .attCloumn i{
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 18px;
    margin: 15px 5px 0 0;
    background: url(../../../../images/Exhibition/version/2022/notice.png) no-repeat;
    background-size: 100% 100%;
}
.broadcast .attList{
	float: left;
	width:1060px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.broadcast .attList li{
    display: inline-block;
    margin-right: 20px;
}
.broadcast .attList li:last-child{
    margin: 0;
}
.broadcast .attList li a{
    color: #333;
}
.broadcast .attList a:hover{
	color:#7b9305;
	text-decoration: underline;
}
.exhi-list{
    margin-top: 24px;
    overflow: hidden;
}
.exhi-list .right{
    float: right;
    width: 374px;
	margin-left: 36px;
}
/* query */
.exhi-list .right .query-tab {
	padding-top: 134px;
	background: url(../../../../images/Exhibition/version/2022/querybg.png) no-repeat;
	text-align: center;
	line-height: 50px;
	background-size: 100% auto;
}
.exhi-list .right .query-tab p a {
	margin: 0 52px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.exhi-list .right .query-tab p a.focus::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #08ae63 transparent transparent transparent;
}
.query-bot {
	display: none;
	padding: 28px 30px 20px;
	background: url(../../../../images/Exhibition/version/2022/querybot.png) right bottom no-repeat;
    border: 1px solid #e6e6e6;
    border-top: 0;
}
/* 日历样式 */
.CalendarWrapper {
	font-family: "Tahoma", "Arial";
	color: #333;
	position: relative;
}

.CalendarWrapper a {
	color: #333;
}


.CalendarWrapper a:hover {
	color: #08ae63;
	text-decoration: none;
}

.CalendarHead table{
	width: 100%;
}
.CalendarHead td:first-child{
	display: none;
}
.CalendarHead td:last-child{
	display: none;
}
.CalendarHead td:nth-child(2) {
	position: absolute;
	right: 40px;
	top: 0;
}
.CalendarHead td:nth-child(4) {
	position: absolute;
	right: 15px;
	top: 0;
}
.CalendarHead h4 {
	font-size: 22px;
	font-weight: normal;
}
.CalendarHead td#_CalendarYear_ {
	text-align: left !important;
	width: 100%;
}
.CalendarHead td {
	width: 0;
}
.CalendarHead td:nth-child(3) {
	text-align: left !important;
	width: 100%;
}
.CalendarHead .btn1,
.CalendarHead .btn4 {
	display: none;
}
.CalendarHead .btn2, .CalendarHead .btn3 {
	display: block;
	width: 18px;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	text-align: center;
	font-size: 16px;
}
.CalendarHead .btn2 {
	float: left;
}
.CalendarHead .btn3:hover,.CalendarHead .btn2:hover{
	text-decoration: none;
}
.CalendarCon {
	padding-top: 15px;
	margin-left: -15px;
}
.CalendarCon table {
	table-layout: fixed;
	width: 100%;
}
.CalendarCon th, .CalendarCon td {
	width: 44px;
	text-align: center;
	font-weight: normal;
}
.CalendarCon th {
	line-height: 30px;
	font-size: 16px;
}
.CalendarCon td {
	overflow: hidden;
}
.CalendarCon a, .CalendarCon em, .CalendarCon span {
	display: block;
	font-size: 16px;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	width: 30px;
	margin: 14px 8px 0;
	border-radius: 50%;
}

.CalendarCon span {
	cursor: pointer;
}

.CalendarCon em {
	font-style: normal;
}
.CalendarCon a.today, .CalendarCon em.today {
	background: #f90;
	color: #fff;
}
.CalendarCon a.exhiDate {
    background: #08ae63;
    color: #fff;
}

.CalendarCon a:hover{
	background:#08ae63;
	color:#fff !important;
	text-decoration: none;
}
.query-bot .place p {
	font-size: 0;
}
.query-bot .place li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
	margin-top: 4px;
}
.query-bot .place li a {
	color: #333;
	display: inline-block;
	line-height: 30px;
	padding: 0 12px;
}
.query-bot .place li a:hover {
	color: #fff;
	background-color: #08ae63;
}
.query-bot2 {
	padding: 12px 5px 24px;
}
/* rightAdv */
.rightAdv{
    margin-top: 30px;
    padding-bottom: 53.47%;
    height: 0;
    overflow: hidden;
}
.rightAdv img{
    max-height: none;
    width: 100%;
}
.exhi-list .left {
	overflow: hidden;
	overflow-y: auto!important;
	height: 757px;
}
.exhi-list .left table{
	width: 100%;
}
.exhi-list .left .images{
	width: 210px;
}
.exhi-list .left .images a{
	display: block;
	border-radius: 6px;
	overflow: hidden;
}
.exhi-list .left .images img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.exhi-list .left .images:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.exhi-list .left .exhi-name{
	line-height: 68px;
	height: 68px;
	font-size: 20px;
	font-weight: 700;
	position: relative;
}
.exhi-list .left .exhi-name a{
	position: absolute;
	left: 0;
	width: 710px;
	color: #333;
}
.exhi-list .left .exhi-name a:hover{
	color: #92af00;
}
.exhi-list .left p{
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 13px;
	color: #999;
	overflow: hidden;
}
.exhi-list .left p span{
	float: right;
}
.exhi-list .left td{
	padding-bottom: 17px;
}
.exhi-list .left td:nth-child(1){width: 230px;}
.exhi-list .left td:nth-child(2){width: 610px;}
.exhi-list .left tr:last-child td{
	padding-bottom: 0;
}
.exhi-list .left td:nth-child(2){
	padding-right: 10px;
}
.exhi-list .left p.time b{
	font-size: 20px;
	color: #92af00;
}
.exhi-list .left p.time b.underway{
	font-size: 20px;
	font-style: italic;
	color: #92af00;
}
.exhi-list .left .exhi-bot{
	margin-right: 10px;
}
.advBanner li .item{
	padding: 40px 5px 0;
}
/* part1 */
.part1{
	margin-top: 48px;
}
.part1 .right{
	float: right;
	width: 374px;
	margin-left: 36px;
}
.part1 .left{
	overflow: hidden;
}
.part-title{
	border-top: 1px solid #d3df99;
	height: 49px;
	line-height: 49px;
	margin-bottom: 18px;
	position: relative;
}
.part-title::after{
	position: absolute;
	content: "";
	width: 64px;
	height: 4px;
	left: 0;
	top: 0;
	background-color: #92af00;
}
.part-title span{
	font-size: 28px;
	font-weight: 700;
	color: #333;
}
.part-title span b{
	color: #92af00;
}
.part-title .more{
	float: right;
	font-size: 16px;
	color: #999;
}
.part-title .more:hover{
	color: #92af00;
}
.big-image{
	padding-bottom: 59.89%;
	height: 0;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.big-image img{
	max-height: none;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.big-image:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.big-image p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 9px 12px;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
.big-image p span{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
}
.part1 .right ul,.part2 .right ul{
	position: relative;
}
.part1 .right ul::after,.part2 .right ul::after{
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 5px;
	border: 1px dashed #92af00;
}
.part1 .right li,.part2 .right li{
	padding-left: 20px;
	margin-top: 24px;
	position: relative;
}
.part1 .right li i,.part2 .right li i{
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background-color: #92af00;
	border-radius: 50%;
}
.part1 .right li a,.part2 .right li a{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
}
.part1 .right li:hover a,.part2 .right li:hover a{
	color: #92af00;
}
.part1-top{
	height: 57px;
	line-height: 57px;
	margin-bottom: 10px;
	border-top: 1px solid #bfbfbf;
}
.part1-top a{
	display: inline-block;
	vertical-align: top;
	padding: 0 24px;
	font-size: 28px;
	font-weight: 700;
	color: #333;
	position: relative;
}
.part1-top a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 16px;
	background: url(../../../../images/Exhibition/version/2022/line.png) no-repeat;
	background-size: 100% 100%;
	left: 50%;
	top: -4px;
	transform: translateX(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.part1-top a.focus{
	color: #92af00;
}
.part1-top a.focus::after{
	width: 100%;
}
.part1-bot{
	display: none;
}
.part1-bot .text{
	padding: 20px 30px;
	background-color: #f5f5f5;
}
.part1-bot .text h2{
	height: 32px;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
}
.part1-bot .text h2 i{
	display: inline-block;
	width: 21px;
	height: 25px;
	margin:3px 8px 0 0;
	background: url(../../../../images/Exhibition/version/2022/hot.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: top;
}
.part1-bot .text h2 a{
	font-size: 24px;
	color: #eb2424;
}
.part1-bot .text p{
	margin-top: 8px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
.part1-bot li{
	margin-top: 20px;
	overflow: hidden;
}
.part1-bot li .images{
	float: left;
	width: 240px;
	margin-right: 30px;
}
.part1-bot li .images a{
	display: block;
	padding-bottom: 65.83%;
	height: 0;
	border-radius: 6px;
	overflow: hidden;
}
.part1-bot li .images img{
	max-height: none;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.part1-bot li .images:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.part1-bot li .item{
	overflow: hidden;
}
.part1-bot li .item p{
	height: 30px;
	line-height: 30px;
	margin-top: 22px;
	font-size: 18px;
	overflow: hidden;
}
.part1-bot li .item p:nth-child(2){
	height: 60px
}
.part1-bot li .item p a{
	color: #333;
}
.part1-bot li .item p a:hover{
	color: #92af00;
}
.part1-bot li .item p:first-child{
	font-size: 20px;
	font-weight: 700;
}
/* part2 */
.part2{
	margin-top: 45px;
}
.part2 .right{
	float: right;
	width: 374px;
	padding-top: 14px;
	margin-left: 36px;
}
.part2 .left{
	overflow: hidden;
}
.part2 .swiper{
	border-radius: 4px;
	overflow: hidden;
}
.part2 .swiper-slide{
	position: relative;

}
.part2 .swiper-slide a{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.part2 .swiper-slide .images{
	padding-bottom: 40.64%;
	height: 0;
	overflow: hidden;
}
.part2 .swiper-slide .images img{
	max-height: none;
	width: 100%;
}
.part2 .swiper-slide p{
	height: 54px;
	line-height: 54px;
	padding: 0 15px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	background-color: #ececec;
}
.part2 .swiper-slide:hover p{
	color: #92af00;
}
.part2 .swiper-button-next,.part2 .swiper-button-prev{
	background-image: none;
	margin-top: -40px;
	width: 26px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}
.part2 .swiper-button-next{
	right: 0;
	border-radius: 8px 0 0 8px;
}
.part2 .swiper-button-prev{
	left: 0;
	border-radius: 0 8px 8px 0;
}
.part2 .swiper-button-next i,.part2 .swiper-button-prev i{
	color: #fff;
}
.part2 .left .title {
	height: 58px;
	padding-left: 183px;
	margin-bottom: 4px;
	position: relative;
}
.part2 .left .title em {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	height: 58px;
	width: 183px;
	background: url(../../../../images/Exhibition/version/2022/spdh.png) no-repeat;
	background-size: 100% 100%;
}
.part2 .left .title::after {
	position: absolute;
	content: "";
	right: 0;
	top: 14px;
	height: 1px;
	width: calc(100% - 68px);
	background-color: #bfbfbf;
}
.part2 .left .title .more{
	float: right;
	line-height: 44px;
	margin-top: 14px;
	font-size: 16px;
	color: #999;
}
.part2 .left .title .more:hover{
	color: #92af00;
}
.part2 .left ul{
	margin: 0 -10px;
	overflow: hidden;
}
.part2 .left li{
	float: left;
	width: 25%;
	margin-top: 20px;
}
.part2 .left li .item{
	padding: 0 10px;
}
.part2 .left li .images{
	padding-bottom: 56.89%;
	height: 0;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.part2 .left li .images img{
	max-height: none;
	width: 100%;
}
.part2 .left li .images span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	text-align: center;
}
.part2 .left li .images span i{
	color: #fff;
}
.part2 .left li p{
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	font-size: 16px;
	overflow: hidden;
}
.part2 .left li p a{
	color: #333;
}
.part2 .left li p a:hover{
	color: #92af00;
}
.part-title1{
	margin-top: 32px;
}
.part2 .right li {
	margin-top: 20px;
}
/* part3 */
.part3{
	margin-top: 50px;
}
.part3 .right{
	float: right;
	width: 374px;
	padding-top: 14px;
	margin-left: 36px;
}
.part3 .top-image{
	position: relative;
}
.part3 .top-image a.images{
	display: block;
	padding-bottom: 56.15%;
	height: 0;
	border-radius: 4px;
	overflow: hidden;
}
.part3 .top-image a.images img{
	max-height: none;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.part3 .top-image a.images:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.part3 .top-image p{
	position: absolute;
	padding: 12px 15px;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 0 0 4px 4px;
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}
.part3 .top-image p a{
	display: block;
	line-height: 22px;
	height: 22px;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
}
.part3 .top-image p:hover a{
	color: #92af00;
}
.part3 .top-image span.play{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 48px;
	height: 48px;
	line-height: 48px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	text-align: center;
}
.part3 .top-image span i {
	color: #fff;
}
.part3 .top-image mark{
	position: absolute;
	right: 0;
	top: 0;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	border-radius: 0 0 0 6px;
	overflow: hidden;
}
.part3 .top-image mark span{
	display: inline-block;
	vertical-align: top;
	padding: 0 6px;
}
.part3 .top-image mark.notice{
	background: rgba(0, 0, 0, 0.7);
}
.part3 .top-image mark.notice span:nth-child(1){
	background: rgb(60,167,247);
}
.part3 .top-image mark.live{
	background-color: #ff3817;
}
.part3 .top-image mark.live span{
	padding: 0 12px;
}
.part3 .right li{
	height: 22px;
	line-height: 22px;
	margin-top: 17px;
	overflow: hidden;
}
.part3 .right li i{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 0 6px 0 0;
	color: #92af00;
}
.part3 .right li a{
	font-size: 18px;
	color: #333;
}
.part3 .right li a:hover{
	color: #92af00;
}
.part3 .left{
	overflow: hidden;
}
.part3 .left .title {
	height: 58px;
	padding-left: 176px;
	margin-bottom: 4px;
	position: relative;
}
.part3 .left .title em {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	height: 58px;
	width: 176px;
	background: url(../../../../images/Exhibition/version/2022/zhzb.png) no-repeat;
	background-size: 100% 100%;
}
.part3 .left .title::after {
	position: absolute;
	content: "";
	right: 0;
	top: 14px;
	height: 1px;
	width: calc(100% - 68px);
	background-color: #bfbfbf;
}
.part3 .left .title .more{
	float: right;
	line-height: 44px;
	margin-top: 14px;
	font-size: 16px;
	color: #999;
}
.part3 .left .title .more:hover{
	color: #92af00;
}
.hotSpotsShow{
	margin-top: 23px;
	overflow: hidden;
}
.briefingLive{
	float: left;
	width: 792px;
	margin-right: 12px;
}
.hotSpotsShow .briefingLive .item {
	height: 448px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.hotSpotsShow .briefingLive .item .liveBigImg {
	height: 100%;
	overflow: hidden;
	position: absolute;
}
.hotSpotsShow .briefingLive .item .liveBigImg li {
	float:left;
	position:relative;
	height:100%
}
.hotSpotsShow .briefingLive .item .liveBigImg li img {
	height:100%;
	width:100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.hotSpotsShow .briefingLive .item .liveBigImg li:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.hotSpotsShow .briefingLive .item .liveBigImg li p {
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	padding:15px 17px;
	background: rgba(0, 0, 0, 0.5);
}
.hotSpotsShow .briefingLive .item .liveBigImg li p a {
	display:block;
	height:32px;
	line-height:32px;
	font-size:20px;
	font-weight:600;
	color:#fff;
	overflow:hidden
}
.hotSpotsShow .briefingLive .item .liveBigImg li p a:hover {
	color:#92af00
}

.briefingBot{
	overflow: hidden;
}
.hotSpotsShow .briefingBot ul {
	margin-top:-9px;
	overflow:hidden
   }
.hotSpotsShow .briefingBot ul li {
	padding-top:9px
}
.hotSpotsShow .briefingBot ul li .item {
	position:relative
}
.hotSpotsShow .briefingBot ul li .item .images {
	display:block;
	padding-bottom:56.45%;
	height:0;
	border-radius:4px;
	position:relative;
	overflow:hidden
}
.hotSpotsShow .briefingBot ul li .item .images img {
	max-height:none;
	width:100%
}
.hotSpotsShow .briefingBot ul li.focus .item .images::after {
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:0;
	bottom:0;
	border:3px solid #92af00
}
.briefingLive mark{
	position: absolute;
	top: 23px;
	left: 23px;
	height: 36px;
	line-height: 36px;
	padding: 0 22px;
	font-size: 17px;
	border-radius: 18px;
	color: #fff;
}
.briefingLive mark.live i{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 9px 6px 0 0;
	background: url(https://public.mtnets.com/Images/public/zhibo-icon.gif) no-repeat;
	background-size: 100% 100%;
	vertical-align: top;
}
.briefingBot mark{
	position: absolute;
	right: 0;
	top: 0;
	height: 28px;
	line-height: 28px;
	padding: 0 12px;
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
}
.hotSpotsShow mark.live{
	background-color: #ff3817;
}
.hotSpotsShow mark.notice{
	background-color: #f60;
}
.hotSpotsShow mark.replay{
	background-color: #ffa800;
}
/* part4 */
.part4{
	margin-top: 50px;
}
.part4 .title {
	height: 58px;
	padding-left: 175px;
	margin-bottom: 4px;
	position: relative;
}
.part4 .title em {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	height: 58px;
	width: 175px;
	background: url(../../../../images/Exhibition/version/2022/zhtj.png) no-repeat;
	background-size: 100% 100%;
}
.part4 .title::after {
	position: absolute;
	content: "";
	right: 0;
	top: 14px;
	height: 1px;
	width: calc(100% - 68px);
	background-color: #bfbfbf;
}
.part4 .title .more{
	float: right;
	line-height: 44px;
	margin-top: 14px;
	font-size: 16px;
	color: #999;
}
.part4 .title .more:hover{
	color: #92af00;
}
.part4 ul{
	margin: 22px -10px 0;
	overflow: hidden;
}
.part4 li{
	float: left;
	width: 25%;
}
.part4 li .item{
	padding: 0 10px;
}
.part4 li .images{
	padding-bottom: 66.66%;
	height: 0;
	border-radius: 6px;
	overflow: hidden;
}
.part4 li .images img{
	max-height: none;
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.part4 li .images:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.part4 li p{
	margin-top: 12px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	overflow: hidden;
}
.part4 li p a{
	color: #333;
}
.part4 li p a:hover{
	color: #92af00;
}
/* footer */
.footer {
	background-color:#242a37;
	padding:40px 0;
   margin-top: 40px;
}
.footer .foot {
	margin:0 auto;
	overflow:hidden;
}
.footer .foot h2 {
	color:#999;
	font-size:18px;
	height:30px;
	font-weight:bold
}
.footer .foot h2 b {
	border-bottom:3px solid #5A7648;
	height:30px;
	display:inline-block
}
.footer .foot .foot-nav {
	width:470px;
	float:left;
	position: relative;
}
.foot-nav-img{
	position: absolute;
	right: 24px;
	bottom: 45px;
	width: 120px;
}
.foot-nav-img span{
	margin-top: 8px;
	font-size: 12px;
	text-align: center;
	color: #868686;
	display: block;
}
.footer .foot .foot-nav p {
	font-size:14px;
	color:#999;
	line-height:30px
}
.footer .foot .foot-nav p a {
	color:#999
}
.footer .foot .foot-nav p a:hover {
	color:#f90
}
.footer .foot .foot-nav p a img {
	margin-left:8px
}
.footer .foot .foot-nav .foot-img {
	overflow:hidden;
	width:calc(100% + 20px);
	background:url("https://webinar.zyzhan.com/images/copyright.png") no-repeat 0 0;
	background-size:auto 100%;
	margin-top:12px
}
.footer .foot .foot-nav .foot-img li {
	width:84px;
	height:33px;
	float:left;
	margin-right:9px
}
.footer .foot .foot-nav .foot-img li a {
	display:block;
	height:33px;
	color:#333;
	border-radius:3px;
	overflow:hidden
}
.footer .foot .foot-txt {
	overflow:hidden;
	padding:15px 0 0 0
}
.footer .foot .foot-txt li {
	width:14%;
	float:left;
	font-size:14px;
	line-height:30px;
	height:30px;
	overflow:hidden
}
.footer .foot .foot-txt li a {
	color:#999
}
.footer .foot .foot-txt li a:hover {
	color:#5a7648
}
.footer .foot .hot-line {
	width:365px;
	padding-top:10px;
	float:left;
	margin-left: 122px;
	color:#999
}
.footer .foot .hot-line>b {
	display:block;
	font-size:30px;
	color:#fff;
	margin-top:20px
}
   .footer .foot .hot-line span {
	display:block;
	font-size:13px;
	line-height:36px
}
   .footer .foot .hot-line p {
	font-size:14px;
	line-height:28px
}
.footer .foot .hot-line p em{
    font-style: normal;
    font-size: 14px;
   line-height: 28px;
   width: 160px;
 	display: inline-block;
}
.footer .foot .hot-line p span{
   font-size: 14px;
   line-height: 28px;
    display: inline-block;
}
.footer .foot .hot-line p a {
	display:inline-block;
	width:18px;
	height:21px;
	vertical-align:top;
	margin-top:3px;
	background:url("https://www.chem17.com/images/Index/2019/main.png") no-repeat 100% -223px
}
.footer .foot .qr-code {
	float:right;
	padding-top:10px
}
.footer .foot .qr-code ul {
	margin-top:28px
}
.footer .foot .qr-code ul li {
	float:left;
	padding:0 0 0 40px
}
.footer .foot .qr-code ul li:first-of-type {
	padding-left:0
}
.footer .foot .qr-code ul li span {
	display:block;
	width:114px;
	height:114px;
	background-color:#fff;
	border:8px solid #fff
}
.footer .foot .qr-code ul li span img {
	width:100%;
	height:100%
}
.footer .foot .qr-code ul li p {
	text-align:center;
	font-size:14px;
	color:#999;
	margin-top:16px
}
.copyright {
	color:#999;
	padding:15px 0;
	text-align:center;
	background-color:#1b1f29;
	font-size:14px
}
.copyright a {
	color:#999
}
.copyright a:hover {
	color:#ff6600
}
/* backHome */
.backHome {
	width: 54px;
	position: relative;
}

.backHome .cooperation,
.backHome .cooperation,
.backHome a.price,
.backHome a.rightWx,
.backHome a.back,
.backHome .qq {
	width: 54px;
	height: 19px;
	display: block;
	float: left;
	text-align: center;
	font: normal 11px "Microsoft Yahei", "simhei";
	color: #fff!important;
	padding: 35px 0px 0 0px;
	margin: 2px 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: url(../../../../images/exhibition/rightBarBg.png) no-repeat 0 0 #30bb7e;
	text-decoration: none;
	cursor: pointer;
}

.backHome a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.backHome .cooperation {
	background: url(../../../../images/exhibition/rightBarBg.png) no-repeat 0 -57px #30bb7e;
}

.backHome a.price {
	background: url(../../../../images/exhibition/rightBarBg.png) no-repeat 0px -57px #30bb7e;
}

.backHome a.rightWx {
	background: url(../../../../images/exhibition/rightBarBg.png) no-repeat 0px -228px #30bb7e;
}

.backHome img {
	position: absolute;
	right: 60px;
	top: 45px;
	max-width: 100px;
	max-height: 100px;
	display: none;
}
#goTop {
	position: fixed;
	_position: absolute;
	top: 235px;
	display: block;
	right: 10px;
	z-index: 99999;
}
*html,
* html body {
	background-attachment: fixed;
}

*html #goTop {
	position: absolute;
	right: expression(eval(document.documentElement.scrollLeft+10));
	top: expression(eval(document.documentElement.scrollTop+145));
}

.backHome .qq {
	position: relative;
	z-index: 99999;
	background: url(../../../../images/exhibition/rightBarBg.png) no-repeat 0px -288px #30bb7e;
}

.backHome .qq:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
	color: #fff!important;
}

.qqconsult {
	display: none;
	position: absolute;
	left: -185px;
	top: 0px;
	width: 180px;
	padding-right: 10px;
	z-index: 9999;
}

.qqBox {
	width: 160px;
	height: 67px;
	background-color: #fff;
	border: #30bb7e 10px solid;
}

.qqBox h3 {
	width: 158px;
	background-color: #30bb7e;
	border: #fff 1px solid;
	height: 28px;
}

.qqBox h3 {
	font: 16px/28px "microsoft yahei";
}

.qqBox p {
	margin-left: 8px;
}

.qqBox p span {
	margin-top: 10px;
	float: left;
	line-height: 16px;
	color: #333333;
	margin-right: 12px;
	font-family: "microsoft yahei";
}

.qqBox p a {
	margin-top: 5px;
	display: block;
	float: left;
	cursor: pointer;
	border: none;
	height: 24px;
	line-height: 24px;
	width: 88px;
	color: #fff;
	font-family: "microsoft yahei";
}

.qqBox p a.btn1 {
	background-color: #30bb7e;
}

.qqBox p a.btn2 {
	background-color: #f26522;
}

.appBot {
	position: absolute;
	top: 0;
	right: 60px;
	display: none;
}

.appBot img {
	width: auto;
	height: auto;
	position: static;
	display: block;
}
.backHome .cooperation:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
	color: #fff!important;
}
.cooConsult{
	width: 130px;
	height: 81px;
	background: #30bb7e;
	padding: 5px 6px;
	position: absolute;
    left: -150px;
    top: 100px;
	display: none;
}
.cooInner{
	width: 128px;
	height: 79px;
	border: 1px solid #fff;
}
.cooInner h3{
	font-size: 12px;
	line-height: 31px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}
.cooBot{
	width: 122px;
	padding-left: 6px;
	height: 45px;
	padding-top: 4px;
	background: #fff;
	font-size: 12px;
	line-height: 22px;
	color: #666;
	text-align: left;
}
.cooBot p{
	padding-left: 24px;
	background: url(../../../../images/exhibition/exhibition.png) no-repeat 0 -447px;
}
.cooBot span{
	display: block;
	padding-left: 24px;
	background: url(../../../../images/exhibition/exhibition.png) no-repeat 1px -476px;
}
.cooConsult b{
	width: 5px;
	height: 8px;
	background: url(../../../../images/exhibition/exhibition.png) no-repeat 0 -516px;
	position: absolute;
	top: 41px;
	right: -5px;
}
.toTop {
	width: 54px;
	height: 54px;
	right: 10px;
	position: fixed;
	_position: absolute;
	top: 469px;
	_top: expression(eval(document.documentElement.scrollTop+527));
	display: none;
	font: normal 11px "Microsoft Yahei", "simhei";
}

.toTop a,
.toTop a:hover {
	display: block;
	width: 54px;
	height: 19px;
	padding: 35px 0px 0 0px;
	background: url(../../../../images/exhibition/rightBarBg.png) no-repeat 0px -170px #30bb7e;
	opacity: 0.6;
	filter: alpha(opacity=60);
	color: #fff!important;
	text-decoration: none;
	text-align: center;
}

.toTop a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

@media only screen and (max-width: 1024px){
	.main,.w{
		width: 872px;
	}
	.header {
		font-size: 12px;
	}
	.header .left p {
		margin-right: 5px;
	}
	.header .left ul li a {
		line-height: 20px;
		margin-right: 4px;
	}
	.header .right a {
		padding-right: 4px;
		margin-right: 2px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header--drop ul li a i {
		font-size: 12px;
		margin: 10px 3px 0 0;
	}
	.header--drop ul li a {
		padding: 0 3px;
	}
	.header .right {
		margin-right: 141px;
	}
	.header .left ul li:nth-child(2) a, .header .item ul li:nth-child(2) a:hover, .header .left ul li:nth-child(4) a, .header .item ul li:nth-child(4) a:hover {
		padding: 0 4px;
	}
	.advTop li .item {
		padding: 10px 3px 0;
	}
	.advTop ul, .advBanner ul {
		margin: 0 -3px;
	}
	.headerNav {
		padding: 8px 0 0;
	}
	.headerNav p {
		font-size: 12px;
	}
	.headerNav p a {
		padding: 0 6px;
	}
	.top {
		margin: 14px auto;
	}
	.top .logo img {
		height: 42px;
	}
	.topAdv {
		width: 231px;
	}
	.searchBox {
		width: 356px;
		margin-left: 30px;
		height: 30px;
		margin-top: 9px;
	}
	.searchBox .form {
		height: 28px;
		margin-top: 1px;
	}
	.searchBox .form .select {
		width: 80px;
	}
	.searchBox .form .select .select-top p {
		font-size: 12px;
		line-height: 28px;
		text-indent: 7px;
		margin-left: 1px;
	}
	.searchBox .form .select .select-top i {
		font-size: 18px;
		right: 2px;
		top: 4px;
	}
	.searchBox ul {
		width: 76px;
		top: 28px;
		left: 0px;
		padding: 5px 0;
	}
	.searchBox ul li {
		font: normal 13px/20px microsoft yahei;
		line-height: 23px;
	}
	.searchBox button {
		width: 56px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin-top: -1px;
		margin-right: -1px;
	}
	.searchBox button i {
		font-size: 12px;
		margin-right: 3px;
	}
	.searchBox input {
		width: 220px;
		height: 28px;
		font-size: 12px;
		text-indent: 5px;
	}
	.top .logo span {
		margin: 12px 0 0 14px;
		padding-left: 20px;
		font-size: 15px;
	}
	.nav {
		height: 32px;
		margin-top: 2px;
	}
	.nav .menu ul li b a {
		height: 32px;
		font-size: 13px;
		line-height: 32px;
		padding: 0 22px;
	}
	.content {
		margin-top: 24px;
	}
	.content .title {
		height: 37px;
		padding-left: 107px;
		position: relative;
	}
	.content .title em {
		height: 37px;
		width: 107px;
	}
	.content .title::after {
		top: 8px;
		height: 1px;
		width: calc(100% - 39px);
	}
	.broadcast {
		width: 730px;
		height: 30px;
		margin: 7px auto 0;
		line-height: 30px;
	}
	.broadcast .attCloumn {
		width: 80px;
		font: 12px/30px "Microsoft Yahei";
	}
	.broadcast .attCloumn i {
		width: 15px;
		height: 13px;
		margin: 10px 3px 0 0;
	}
	.broadcast .attList {
		line-height: 30px;
		font-size: 12px;
	}
	.broadcast .attList li {
		margin-right: 10px;
	}
	.exhi-list {
		margin-top: 14px;
	}
	.exhi-list .right,
	.part1 .right {
		width: 232px;
		margin-left: 20px;
	}
	.exhi-list .right .query-tab {
		padding-top: 86px;
		line-height: 28px;
	}
	.exhi-list .right .query-tab p a {
		margin: 0 18px;
		font-size: 12px;
	}
	.exhi-list .right .query-tab p a.focus::after {
		bottom: -6px;
		margin-left: -6px;
		border-width: 6px 5px 0 5px;
	}
	.query-bot {
		padding: 13px 18px 12px;
	}
	.CalendarHead h4 {
		font-size: 14px;
	}
	.CalendarHead .btn2, .CalendarHead .btn3 {
		width: 16px;
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	.CalendarCon {
		padding-top: 8px;
		margin-left: -8px;
	}
	.CalendarCon th, .CalendarCon td {
		width: 29px;
		text-align: center;
		font-weight: normal;
	}
	.CalendarCon th {
		line-height: 22px;
		font-size: 12px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		display: block;
		font-size: 12px;
		height: 20px;
		overflow: hidden;
		line-height: 20px;
		width: 20px;
		margin: 8px 5px 0;
		border-radius: 50%;
	}
	.query-bot .place li a {
		line-height: 22px;
		padding: 0 6px;
	}
	.query-bot .place li {
		font-size: 12px;
		margin-top: 0px;
	}
	.query-bot2 {
		padding: 5px 0px 11px;
	}
	.rightAdv {
		margin-top: 18px;
	}
	.exhi-list .left td:nth-child(1) {
		width: 144px;
	}
	.exhi-list .left .images {
		width: 131px;
	}
	.exhi-list .left td:nth-child(2) {
		width: 400px;
	}
	.exhi-list .left td:nth-child(2) {
		padding-right: 6px;
	}
	.exhi-list .left .exhi-name {
		line-height: 34px;
		height: 34px;
		font-size: 14px;
	}
	.exhi-list .left .exhi-name a{
		width: 470px;
	}
	.exhi-list .left .exhi-bot {
		margin-right: 5px;
	}
	.exhi-list .left p {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
		margin-bottom: 5px;
	}
	.exhi-list .left p.time b {
		font-size: 13px;
	}
	.exhi-list .left p.time b.underway {
		font-size: 13px;
	}
	.exhi-list .left td {
		padding-bottom: 10px;
	}
	.advBanner li .item {
		padding: 25px 3px 0;
	}
	.part-title {
		height: 35px;
		line-height: 35px;
		margin-bottom: 8px;
	}
	.part-title span {
		font-size: 18px;
	}
	.part-title .more {
		font-size: 12px;
	}
	.part-title::after {
		width: 40px;
		height: 2px;
	}
	.big-image p span {
		height: 16px;
		line-height: 16px;
		font-size: 12px;
	}
	.big-image p {
		padding: 5px 8px;;
	}
	.part1-top {
		height: 37px;
		line-height: 37px;
		margin-bottom: 6px;
	}
	.part1-top a {
		padding: 0 15px;
		font-size: 17px;
	}
	.part1-top a::after {
		height: 12px;
	}
	.part1-bot .text {
		padding: 10px 15px;
	}
	.part1-bot .text h2 a {
		font-size: 14px;
		color: #eb2424;
	}
	.part1-bot .text h2 {
		height: 22px;
		line-height: 22px;
	}
	.part1-bot .text h2 i {
		width: 12px;
		height: 16px;
		margin: 5px 5px 0 0;
	}
	.part1-bot .text p {
		margin-top: 6px;
		line-height: 20px;
		font-size: 12px;
	}
	.part1-bot li .images {
		width: 150px;
		margin-right: 18px;
	}
	.part1-bot li .item p {
		height: 18px;
		line-height: 18px;
		margin-top: 12px;
		font-size: 12px;
	}
	.part1-bot li .item p:nth-child(2){
		height: 36px
	}
	.part1-bot li .item p:first-child {
		font-size: 13px;
	}
	.part1 .right ul::after, .part2 .right ul::after {
		left: 3px;
	}
	.part1 .right li i, .part2 .right li i {
		left: 1px;
		width: 6px;
		height: 6px;
	}
	.part1 .right li a, .part2 .right li a {
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.part1 .right li, .part2 .right li {
		padding-left: 16px;
		margin-top: 15px;
	}
	.part2,.part3,.part4 {
		margin-top: 30px;
	}
	.part2 .right,.part3 .right  {
		float: right;
		width: 232px;
		padding-top: 8px;
		margin-left: 20px;
	}
	.part2 .left .title,
	.part3 .left .title,
	.part4 .title{
		height: 37px;
		padding-left: 112px;
		margin-bottom: 4px;
	}
	.part2 .left .title em,
	.part3 .left .title em,
	.part4 .title em{
		height: 37px;
		width: 112px;
	}
	.part2 .left .title::after,
	.part3 .left .title::after,
	.part4 .title::after {
		top: 8px;
		height: 1px;
		width: calc(100% - 42px);
	}
	.part2 .left .title .more,
	.part3 .left .title .more,
	.part4 .title .more {
		line-height: 30px;
		margin-top: 7px;
		font-size: 12px;
	}
	.part2 .left li .item {
		padding: 0 6px;
	}
	.part2 .left ul {
		margin: 0 -6px;
		overflow: hidden;
	}
	.part2 .left li .images span,
	.part3 .top-image span.play {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.part2 .left li .images span i,
	.part3 .top-image span i {
		font-size: 12px;
	}
	.part2 .left li p {
		height: 16px;
		line-height: 16px;
		margin-top: 10px;
		font-size: 12px;
	}
	.part2 .swiper-slide p {
		height: 34px;
		line-height: 34px;
		padding: 0 8px;
		font-size: 12px;
	}
	.part-title1 {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.part2 .right li {
		margin-top: 11px;
	}
	.part2 .left li {
		margin-top: 12px;
	}
	.hotSpotsShow {
		margin-top: 15px;
	}
	.briefingLive {
		width: 494px;
		margin-right: 10px;
	}
	.hotSpotsShow .briefingLive .item {
		height: 280px;
	}
	.briefingLive mark {
		top: 14px;
		left: 14px;
		height: 22px;
		line-height: 22px;
		padding: 0 12px;
		font-size: 13px;
	}
	.briefingLive mark.live i {
		width: 14px;
		height: 14px;
		margin: 4px 2px 0 0;
	}
	.hotSpotsShow .briefingLive .item .liveBigImg li p {
		padding: 6px 8px;
	}
	.hotSpotsShow .briefingLive .item .liveBigImg li p a {
		height: 28px;
		line-height: 28px;
		font-size: 14px;
	}
	.briefingBot mark {
		height: 20px;
		line-height: 20px;
		padding: 0 10px;
		font-size: 12px;
	}
	.hotSpotsShow .briefingBot ul li.focus .item .images::after {
		border: 2px solid #92af00;
	}
	.hotSpotsShow .briefingBot ul li {
		padding-top: 6px;
	}
	.hotSpotsShow .briefingBot ul {
		margin-top: -6px;
	}
	.part3 .top-image p {
		padding: 6px 8px;
	}
	.part3 .top-image p a {
		line-height: 18px;
		height: 18px;
		font-size: 12px;
	}
	.part3 .right li i {
		font-size: 13px;
		margin: 0 4px 0 0;
	}
	.part3 .right li a {
		font-size: 12px;
	}
	.part3 .right li {
		height: 18px;
		line-height: 18px;
		margin-top: 7px;
	}
	.part4 ul {
		margin: 12px -7px 0;
	}
	.part4 li .item {
		padding: 0 7px;
	}
	.part4 li p {
		margin-top: 6px;
		height: 16px;
		line-height: 16px;
		font-size: 13px;
	}
	.footer {
		padding: 25px 0;
		margin-top: 25px;
	}
	.footer .foot .foot-txt li {
		width: 14%;
		float: left;
		font-size: 12px;
		line-height: 28px;
		height: 24px;
		overflow: hidden;
	}
	.footer .foot .foot-nav p {
		font-size: 12px;
		line-height: 28px;
	}
	.footer .foot .foot-nav .foot-img li {
		width: 68px;
		height: 27px;
		margin-right: 8px;
	}
	.footer .foot .foot-nav {
		width: 380px;
	}
	.footer .foot .hot-line p em {
		font-size: 12px;
		line-height: 26px;
		width: 130px;
	}
	.footer .foot .hot-line p {
		font-size: 12px;
		line-height: 26px;
	}
	.footer .foot .hot-line {
		width: 330px;
		margin-left: 52px;
	}
	.footer .foot .hot-line > b {
		font-size: 24px;
		margin-top: 12px;
	}
	.footer .foot .qr-code ul li {
		float: initial;
		padding: 0;
	}
	.footer .foot .qr-code ul li:last-child{
		margin-top: 5px;
	}
	.footer .foot .qr-code ul li span {
		width: 70px;
		height: 70px;
		border: 3px solid #fff;
	}
	.footer .foot .qr-code ul li p {
		font-size: 12px;
		margin-top: 6px;
	}
	.copyright {
		font-size: 12px;
	}
	.footer .foot .qr-code ul {
		margin-top: 18px;
	}
	.exhi-list .left {
		height: 647px;
	}
	.exhi-list .left {
		height: 471px;
	}
	.part3 .top-image mark {
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.part3 .top-image mark span {
		padding: 0 4px;
	}
	.part3 .top-image mark.live span{
		padding: 0 6px;
	}
	.foot-nav-img {
		width: 100px;
	}

}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
	.main,.w{
		width: 1010px;
	}
	.header {
		font-size: 12px;
	}
	.header .left p {
		margin-right: 16px;
	}
	.header .left ul li a {
		line-height: 22px;
		margin-right: 10px;
	}
	.header .right a {
		padding-right: 7px;
		margin-right: 5px;
	}
	.header--drop {
		font-size: 12px;
	}
	.header--drop ul li a i {
		font-size: 13px;
		margin: 10px 3px 0 0;
	}
	.header--drop ul li a {
		padding: 0 5px;
	}
	.header .right {
		margin-right: 148px;
	}
	.header .left ul li:nth-child(2) a, .header .item ul li:nth-child(2) a:hover, .header .left ul li:nth-child(4) a, .header .item ul li:nth-child(4) a:hover {
		padding: 0 6px;
	}
	.advTop li .item {
		padding: 10px 4px 0;
	}
	.advTop ul, .advBanner ul {
		margin: 0px -4px;
	}
	.headerNav {
		padding: 8px 0 0;
	}
	.headerNav p {
		font-size: 12px;
	}
	.headerNav p a {
		padding: 0 6px;
	}
	.top {
		margin: 16px auto;
	}
	.top .logo img {
		height: 50px;
	}
	.topAdv {
		width: 275px;
	}
	.searchBox {
		width: 412px;
		margin-left: 30px;
		height: 32px;
		margin-top: 9px;
	}
	.searchBox .form {
		height: 28px;
		margin-top: 2px;
	}
	.searchBox .form .select {
		width: 80px;
	}
	.searchBox .form .select .select-top p {
		font-size: 12px;
		line-height: 28px;
		text-indent: 7px;
	}
	.searchBox .form .select .select-top i {
		font-size: 18px;
		right: 2px;
		top: 4px;
	}
	.searchBox ul {
		width: 76px;
		top: 28px;
		left: 0px;
		padding: 5px 0;
	}
	.searchBox ul li {
		font: normal 13px/20px microsoft yahei;
		line-height: 23px;
	}
	.searchBox button {
		width: 66px;
		height: 32px;
		line-height: 32px;
		font-size: 13px;
	}
	.searchBox button i {
		font-size: 12px;
		margin-right: 3px;
	}
	.searchBox input {
		width: 268px;
		height: 28px;
		font-size: 12px;
		text-indent: 5px;
	}
	.top .logo span {
		margin: 14px 0 0 14px;
		padding-left: 22px;
		font-size: 18px;
	}
	.top .logo span::before {
		height: 18px;
	}
	.nav {
		height: 36px;
		margin-top: 2px;
	}
	.nav .menu ul li b a {
		height: 36px;
		font-size: 14px;
		line-height: 36px;
		padding: 0 28px;
	}
	.content {
		margin-top: 28px;
	}
	.content .title {
		height: 43px;
		padding-left: 123px;
	}
	.content .title em {
		height: 43px;
		width: 123px;
	}
	.broadcast {
		width: 845px;
		height: 34px;
		margin: 9px auto 0;
		line-height: 34px;
	}
	.content .title::after {
		top: 10px;
		height: 1px;
		width: calc(100% - 45px);
	}
	.broadcast .attCloumn {
		width: 90px;
		font: 13px/34px "Microsoft Yahei";
	}
	.broadcast .attCloumn i {
		width: 16px;
		height: 14px;
		margin: 11px 3px 0 0;
	}
	.broadcast .attList {
		line-height: 34px;
		font-size: 13px;
	}
	.broadcast .attList li {
		margin-right: 12px;
	}
	.exhi-list {
		margin-top: 16px;
	}
	.exhi-list .right,
	.part1 .right {
		width: 268px;
		margin-left: 24px;
	}
	.exhi-list .right .query-tab {
		padding-top: 100px;
		line-height: 32px;
	}
	.exhi-list .right .query-tab p a {
		margin: 0 22px;
		font-size: 14px;

	}
	.exhi-list .right .query-tab p a.focus::after {
		bottom: -7px;
		margin-left: -6px;
		border-width: 7px 6px 0 6px;
	}
	.query-bot {
		padding: 22px 21px 16px;
	}
	.CalendarHead h4 {
		font-size: 16px;
	}
	.CalendarHead .btn2, .CalendarHead .btn3 {
		width: 16px;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.CalendarCon {
		padding-top: 8px;
		margin-left: -8px;
	}
	.CalendarCon th, .CalendarCon td {
		width: 32px;
	}
	.CalendarCon th {
		line-height: 26px;
		font-size: 13px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		font-size: 13px;
		height: 22px;
		line-height: 22px;
		width: 22px;
		margin: 9px 6px 0;
	}
	.query-bot2 {
		padding: 7px 0px 18px;
	}
	.query-bot .place li {
		font-size: 13px;
		margin-top: 0px;
	}
	.query-bot .place li a {
		line-height: 25px;
		padding: 0 10px;
	}
	.rightAdv {
		margin-top: 20px;
	}
	.exhi-list .left .images {
		width: 152px;
	}
	.exhi-list .left td:nth-child(1) {
		width: 166px;
	}
	.exhi-list .left td:nth-child(2) {
		width: 460px;
	}
	.exhi-list .left .exhi-bot {
		margin-right: 20px;
	}
	.exhi-list .left .exhi-name {
		line-height: 40px;
		height: 40px;
		font-size: 14px;
	}
	.exhi-list .left .exhi-name a{
		width: 540px;
	}
	.exhi-list .left p {
		height: 17px;
		line-height: 18px;
		font-size: 13px;
		margin-bottom: 9px;
	}
	.exhi-list .left p.time b {
		font-size: 15px;
	}
	.exhi-list .left p.time b.underway {
		font-size: 15px;
	}
	.exhi-list .left td {
		padding-bottom: 12px;
	}
	.advBanner li .item {
		padding: 30px 4px 0;
	}
	.part1 {
		margin-top: 35px;
	}
	.part-title {
		height: 37px;
		line-height: 37px;
		margin-bottom: 12px;
	}
	.part-title span {
		font-size: 20px;
	}
	.part-title .more {
		font-size: 12px;
	}
	.part-title::after {
		width: 46px;
		height: 3px;
	}
	.big-image p {
		padding: 5px 8px;
	}
	.big-image p span {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.part1 .right li a, .part2 .right li a {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.part1 .right li i, .part2 .right li i {
		left: 3px;
		width: 6px;
		height: 6px;
	}
	.part1 .right li, .part2 .right li {
		padding-left: 16px;
		margin-top: 15px;
	}
	.part1-top {
		height: 39px;
		line-height: 39px;
		margin-bottom: 9px;
	}
	.part1-top a {
		padding: 0 17px;
		font-size: 20px;
	}
	.part1-bot .text {
		padding: 14px 20px;
	}
	.part1-bot .text h2 a {
		font-size: 17px;
	}
	.part1-bot .text h2 i {
		width: 16px;
		height: 19px;
		margin: 6px 6px 0 0;
	}
	.part1-bot .text h2 {
		height: 24px;
		line-height: 24px;
	}
	.part1-bot .text p {
		margin-top: 4px;
		line-height: 22px;
		font-size: 13px;
	}
	.part1-bot li .images {
		width: 174px;
		margin-right: 20px;
	}
	.part1-bot li .item p {
		height: 22px;
		line-height: 22px;
		margin-top: 14px;
		font-size: 13px;
	}
	.part1-bot li .item p:nth-child(2){
		height: 44px
	}
	.part1-bot li .item p:first-child {
		font-size: 15px;
	}
	.part1-bot li {
		margin-top: 15px;
	}
	.part2 {
		margin-top: 35px;
	}
	.part2 .left .title,
	.part3 .left .title,
	.part4 .title {
		height: 43px;
		padding-left: 131px;
		margin-bottom: 0;
	}
	.part2 .left .title em,
	.part3 .left .title em,
	.part4 .title em {
		height: 43px;
		width: 131px;
	}
	.part2 .left .title::after,
	.part3 .left .title::after,
	.part4 .title::after {
		top: 9px;
		height: 1px;
		width: calc(100% - 50px);
	}
	.part2 .left .title .more,
	.part3 .left .title .more,
	.part4 .title .more {
		line-height: 37px;
		margin-top: 6px;
		font-size: 13px;
	}
	.part2 .right,
	.part3 .right {
		float: right;
		width: 268px;
		padding-top: 10px;
		margin-left: 24px;
	}
	.part2 .swiper-button-next, .part2 .swiper-button-prev {
		margin-top: -40px;
		width: 18px;
		height: 34px;
		line-height: 34px;
	}
	.part2 .swiper-button-next {
		right: 0;
		border-radius: 4px 0 0 4px;
	}
	.part2 .swiper-button-prev {
		left: 0;
		border-radius: 0 4px 4px 0;
	}
	.part2 .swiper-slide p {
		height: 38px;
		line-height: 38px;
		padding: 0 10px;
		font-size: 13px;
	}
	.part-title1 {
		margin-top: 22px;
	}
	.part2 .left ul {
		margin: 0 -7px;
	}
	.part2 .left li .item {
		padding: 0 7px;
	}
	.part2 .left li .images span,
	.part3 .top-image span.play {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.part2 .left li .images span i,
	.part3 .top-image span i {
		font-size: 13px;
	}
	.part2 .left li p {
		height: 18px;
		line-height: 18px;
		margin-top: 7px;
		font-size: 13px;
	}
	.part2 .left li {
		margin-top: 16px;
	}
	.part2 .right li {
		margin-top: 13px;
	}
	.part3 {
		margin-top: 35px;
	}
	.briefingLive {
		width: 574px;
		margin-right: 10px;
	}
	.hotSpotsShow .briefingLive .item {
		height: 324px;
		border-radius: 4px;
	}
	.hotSpotsShow .briefingBot ul li {
		padding-top: 8px;
	}
	.hotSpotsShow .briefingBot ul {
		margin-top: -8px;
	}
	.briefingLive mark {
		top: 16px;
		left: 16px;
		height: 26px;
		line-height: 26px;
		padding: 0 15px;
		font-size: 14px;
		border-radius: 16px;
	}
	.briefingLive mark.live i {
		width: 16px;
		height: 16px;
		margin: 5px 4px 0 0;
	}
	.hotSpotsShow .briefingLive .item .liveBigImg li p a {
		height: 26px;
		line-height: 26px;
		font-size: 15px;
	}
	.hotSpotsShow .briefingLive .item .liveBigImg li p {
		padding: 10px 12px;
	}
	.briefingBot mark {
		height: 20px;
		line-height: 20px;
		padding: 0 6px;
		font-size: 12px;
	}
	.part3 .top-image p {
		padding: 8px 10px;
	}
	.part3 .top-image p a {
		line-height: 18px;
		height: 18px;
		font-size: 14px;
	}
	.part3 .right li a {
		font-size: 14px;
	}
	.part3 .right li i {
		font-size: 14px;
		margin: 0 4px 0 0;
	}
	.part3 .right li {
		height: 18px;
		line-height: 18px;
		margin-top: 13px;
	}
	.part4 {
		margin-top: 35px;
	}
	.part4 ul {
		margin: 15px -8px 0;
	}
	.part4 li .item {
		padding: 0 8px;
	}
	.part4 li p {
		margin-top: 8px;
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.footer {
		padding: 30px 0;
		margin-top: 30px;
	}
	.footer .foot .foot-txt li {
		width: 14%;
		float: left;
		font-size: 13px;
		line-height: 28px;
		height: 24px;
		overflow: hidden;
	}
	.footer .foot .foot-nav p {
		font-size: 13px;
		line-height: 28px;
	}
	.footer .foot .foot-nav .foot-img li {
		width: 75px;
		height: 30px;
		margin-right: 9px;
	}
	.footer .foot .foot-nav {
		width: 420px;
	}
	.footer .foot .hot-line p em {
		font-size: 13px;
		line-height: 26px;
		width: 148px;
	}
	.footer .foot .hot-line p {
		font-size: 13px;
		line-height: 26px;
	}
	.footer .foot .hot-line {
		width: 345px;
		margin-left: 22px;
	}
	.footer .foot .hot-line > b {
		font-size: 26px;
		margin-top: 14px;
	}
	.footer .foot .qr-code ul li {
		float: left;
		padding: 0 0 0 20px;
	}
	.footer .foot .qr-code ul li span {
		width: 80px;
		height: 80px;
		border: 5px solid #fff;
	}
	.copyright {
		font-size: 13px;
	}
	.exhi-list .left {
		height: 546px;
	}
	.part3 .top-image mark {
		height: 22px;
		line-height: 22px;
		font-size: 12px;
	}
	.part3 .top-image mark span {
		padding: 0 5px;
	}
	.part3 .top-image mark.live span{
		padding: 0 8px;
	}
	.foot-nav-img {
		width: 100px;
	}

}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
	.main,.w{
		width: 1200px;
	}
	.header {
		font-size: 13px;
	}
	.header .left ul li a {
		margin-right: 10px;
	}
	.header .right a {
		padding-right: 8px;
		margin-right: 7px;
	}
	.header--drop {
		font-size: 13px;
	}
	.header--drop ul li a {
		padding: 0 5px;
	}
	.header .right {
		margin-right: 160px;
	}
	.advTop li .item {
		padding: 12px 4px 0;
	}
	.headerNav {
		padding: 10px 0 0;
	}
	.headerNav p {
		font-size: 13px;
	}
	.headerNav p a {
		padding: 0 6px;
	}
	.top {
		margin: 18px auto;
	}
	.top .logo img {
		height: 58px;
	}
	.top .logo span {
		margin: 13px 0 0 16px;
		padding-left: 26px;
		font-size: 22px;
	}
	.searchBox input {
		width: 312px;
		float: left;
		height: 34px;
		background: #fff;
		border: none;
		outline: none;
		font-size: 13px;
		color: #aaa;
		text-indent: 5px;
	}
	.searchBox button {
		width: 80px;
		height: 38px;
		line-height: 38px;
		font-size: 15px;
	}
	.searchBox {
		width: 488px;
		margin-left: 38px;
		height: 38px;
		margin-top: 8px;
	}
	.searchBox .form .select .select-top p {
		font-size: 13px;
		line-height: 34px;
		text-indent: 10px;
		border-radius: 4px 0 0 4px;
		margin-left: 2px;
	}
	.searchBox .form .select .select-top i {
		top: 8px;
	}
	.searchBox .form .select {
		width: 96px;
	}
	.topAdv {
		width: 320px;
	}
	.nav {
		height: 42px;
		background-color: #92af00;
		margin-top: 0;
	}
	.nav .menu ul li b a {
		color: #fff;
		height: 42px;
		text-align: center;
		font-size: 16px;
		line-height: 42px;
		padding: 0 32px;
		display: block;
	}
	.content .title {
		height: 50px;
		padding-left: 147px;
	}
	.content .title em {
		height: 50px;
		width: 147px;
	}
	.content .title::after {
		top: 12px;
		width: calc(100% - 53px);
	}
	.broadcast {
		width: 1005px;
		height: 34px;
		margin: 16px auto 0;
		line-height: 34px;
	}
	.broadcast .attCloumn {
		width: 95px;
		font: 14px/34px "Microsoft Yahei";
	}
	.broadcast .attCloumn i {
		width: 18px;
		height: 16px;
		margin: 11px 4px 0 0;
	}
	.broadcast .attList {
		line-height: 34px;
		font-size: 14px;
	}
	.broadcast .attList li {
		margin-right: 15px;
	}
	.exhi-list {
		margin-top: 20px;
	}
	.exhi-list .right {
		width: 320px;
		margin-left: 32px;
	}
	.exhi-list .right .query-tab {
		padding-top: 116px;
		line-height: 42px;
		background-size: 100% auto;
	}
	.exhi-list .right .query-tab p a {
		margin: 0 36px;
		font-size: 14px;
	}
	.exhi-list .right .query-tab p a.focus::after {
		bottom: -7px;
		margin-left: -8px;
		border-width: 8px 8px 0 8px;
	}
	.query-bot {
		padding: 22px 24px 20px;
	}
	.CalendarHead h4 {
		font-size: 18px;
	}
	.CalendarHead .btn2, .CalendarHead .btn3 {
		font-size: 15px;
	}
	.CalendarCon {
		padding-top: 12px;
		margin-left: -10px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		display: block;
		font-size: 15px;
		height: 26px;
		overflow: hidden;
		line-height: 26px;
		width: 26px;
		margin: 12px 6px 0;
		border-radius: 50%;
	}
	.CalendarCon th {
		line-height: 24px;
		font-size: 14px;
	}
	.CalendarCon th, .CalendarCon td {
		width: 40px;
	}
	.query-bot2 {
		padding: 12px 5px 20px;
	}
	.query-bot .place li {
		font-size: 15px;
		margin-top: 3px;
	}
	.query-bot .place li a {
		line-height: 26px;
		padding: 0 10px;
	}
	.rightAdv {
		margin-top: 24px;
	}
	.exhi-list .left td:nth-child(1){width: 198px;}
	.exhi-list .left td:nth-child(2){width: 550px;}
	.exhi-list .left .images {
		width: 180px;
	}
	.exhi-list .left .exhi-name {
		line-height: 54px;
		height: 54px;
		font-size: 17px;
	}
	.exhi-list .left .exhi-name a{
		width: 650px;
	}
	.exhi-list .left p {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		margin-bottom: 12px;
	}
	.exhi-list .left p.time b {
		font-size: 17px;
	}
	.exhi-list .left p.time b.underway {
		font-size: 17px;
	}
	.exhi-list .left td {
		padding-bottom: 14px;
	}
	.advBanner li .item {
		padding: 30px 4px 0;
	}
	.advTop ul, .advBanner ul {
		margin: 0 -4px;
	}
	.part1 {
		margin-top: 40px;
	}
	.part1 .right {
		width: 320px;
		margin-left: 32px;
	}
	.part-title {
		margin-bottom: 8px;
	}
	.part-title span {
		font-size: 24px;
	}
	.part-title .more {
		font-size: 15px;
	}
	.part-title::after {
		width: 54px;
	}
	.part1 .right li a, .part2 .right li a {
		font-size: 16px;
	}
	.part1 .right li, .part2 .right li {
		padding-left: 20px;
		margin-top: 18px;
	}
	.big-image p span {
		height: 18px;
		line-height: 18px;
		font-size: 15px;
	}
	.big-image p {
		padding: 8px 10px;
	}
	.part1-top {
		height: 49px;
		line-height: 49px;
		margin-bottom: 8px;
	}
	.part1-top a {
		padding: 0 20px;
		font-size: 24px;
	}
	.part1-bot .text {
		padding: 18px 26px;
	}
	.part1-bot .text h2 i {
		width: 16px;
		height: 20px;
		margin: 4px 6px 0 0;
	}
	.part1-bot .text h2 a {
		font-size: 20px;
	}
	.part1-bot .text h2 {
		height: 26px;
		line-height: 26px;
	}
	.part1-bot .text p {
		margin-top: 6px;
		line-height: 26px;
		font-size: 14px;
	}
	.part1-bot li .images {
		width: 206px;
		margin-right: 24px;
	}
	.part1-bot li {
		margin-top: 18px;
	}
	.part1-bot li .item p {
		height: 22px;
		line-height: 22px;
		margin-top: 18px;
		font-size: 16px;
	}
	.part1-bot li .item p:nth-child(2){
		height: 44px
	}
	.part1-bot li .item p:first-child {
		font-size: 18px;
	}
	.part2 {
		margin-top: 38px;
	}
	.part2 .right {
		width: 320px;
		padding-top: 12px;
		margin-left: 32px;
	}
	.part2 .left .title {
		height: 50px;
		padding-left: 153px;
		position: relative;
	}
	.part2 .left .title em {
		height: 50px;
		width: 153px;
	}
	.part2 .left .title::after {
		top: 12px;
		width: calc(100% - 58px);
	}
	.part2 .left li {
		float: left;
		width: 25%;
		margin-top: 16px;
	}
	.part2 .left li .item {
		padding: 0px 8px;
	}
	.part2 .left ul {
		margin: 0px -8px;
	}
	.part2 .left .title .more,.part3 .left .title .more,.part4 .title .more {
		line-height: 36px;
		margin-top: 14px;
		font-size: 15px;
	}
	.part2 .left li p {
		height: 18px;
		line-height: 18px;
		font-size: 15px;
	}
	.part2 .left li .images span {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.part2 .swiper-slide p {
		height: 46px;
		line-height: 46px;
		padding: 0 10px;
		font-size: 16px;
	}
	.part-title1 {
		margin-top: 24px;
		margin-bottom: 0;
	}
	.part2 .right li {
		margin-top: 14px;
	}
	.part3 {
		margin-top: 40px;
	}
	.part3 .left .title {
		height: 50px;
		padding-left: 149px;
	}
	.part3 .left .title em {
		height: 50px;
		width: 149px;
	}
	.part3 .left .title::after {
		top: 12px;
		width: calc(100% - 58px);
	}
	.briefingLive {
		width: 680px;
		margin-right: 10px;
	}
	.part3 .right {
		width: 320px;
		padding-top: 12px;
		margin-left: 32px;
	}
	.hotSpotsShow .briefingLive .item {
		height: 383px;
	}
	.briefingLive mark {
		top: 20px;
		left: 20px;
		height: 30px;
		line-height: 30px;
		padding: 0 18px;
		font-size: 16px;
	}
	.briefingLive mark.live i {
		width: 16px;
		height: 16px;
		margin: 7px 3px 0 0;
	}
	.hotSpotsShow .briefingLive .item .liveBigImg li p {
		padding: 13px 15px;
	}
	.hotSpotsShow .briefingLive .item .liveBigImg li p a {
		height: 26px;
		line-height: 26px;
		font-size: 17px;
	}
	.briefingBot mark {
		height: 24px;
		line-height: 24px;
		padding: 0 10px;
		font-size: 13px;
	}
	.hotSpotsShow {
		margin-top: 20px;
	}
	.part3 .top-image p a {
		line-height: 20px;
		height: 20px;
		font-size: 16px;
	}
	.part3 .top-image p {
		padding: 10px 12px;
	}
	.part3 .right li {
		height: 20px;
		line-height: 20px;
		margin-top: 14px;
	}
	.part3 .right li i {
		font-size: 15px;
		margin: 1px 6px 0 0;
	}
	.part3 .right li a {
		font-size: 16px;
	}
	.part4 {
		margin-top: 40px;
	}
	.part4 .title {
		height: 50px;
		padding-left: 148px;
	}
	.part4 .title em {
		height: 50px;
		width: 148px;
	}
	.part4 .title::after {
		top: 12px;
		width: calc(100% - 58px);
	}
	.part4 ul {
		margin: 20px -9px 0;
		overflow: hidden;
	}
	.part4 li .item {
		padding: 0 9px;
	}
	.part4 li p {
		margin-top: 10px;
		height: 18px;
		line-height: 18px;
		font-size: 14px;
	}
	.footer {
		margin-top: 32px;
	}
	.footer .foot .hot-line {
		margin-left: 15px;
	}
	.part2 .swiper-button-next, .part2 .swiper-button-prev {
		width: 22px;
		height: 42px;
		line-height: 42px;
	}
	.part2 .swiper-button-next i, .part2 .swiper-button-prev i {
		font-size: 14px;
	}
	.exhi-list .left {
		height: 647px;
	}
	.part3 .top-image mark {
		height: 24px;
		line-height: 24px;
		font-size: 13px;
	}
	.part3 .top-image mark.live span{
		padding: 0 10px;
	}



}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
	.main,.w{
		width: 1272px;
	}
	.header .left ul li a {
		margin-right: 12px;
	}
	.header .left p {
		margin-right: 22px;
	}
	.header .right a {
		padding-right: 8px;
		margin-right: 8px;
	}
	.header--drop ul li a {
		padding: 0 5px;
	}
	.top {
		margin: 18px auto;
	}
	.top .logo img {
		height: 62px;
	}
	.top .logo span {
		margin: 14px 0 0 17px;
		padding-left: 30px;
		font-size: 24px;
	}
	.topAdv {
		width: 340px;
	}
	.searchBox {
		width: 520px;
		margin-left: 38px;
		height: 38px;
		margin-top: 11px;
	}
	.searchBox .form {
		height: 34px;
		margin-top: 2px;
	}
	.searchBox .form .select {
		width: 95px;
	}
	.searchBox .form .select .select-top p {
		font-size: 14px;
		line-height: 34px;
		text-indent: 8px;
	}
	.searchBox .form .select .select-top i {
		font-size: 20px;
		right: 6px;
		top: 7px;
	}
	.searchBox ul {
		top: 36px;
	}
	.searchBox input {
		width: 340px;
		height: 34px;
		font-size: 14px;
		text-indent: 5px;
	}
	.searchBox button {
		width: 86px;
		height: 38px;
		line-height: 38px;
		font-size: 15px;
	}
	.searchBox button i {
		font-size: 14px;
		margin-right: 4px;
	}
	.nav {
		height: 44px;
	}
	.nav .menu ul li b a {
		height: 44px;
		font-size: 16px;
		line-height: 44px;
		padding: 0 38px;
	}
	.content .title {
		height: 52px;
		padding-left: 156px;
	}
	.content .title em {
		height: 52px;
		width: 156px;
	}
	.broadcast {
		width: 1065px;
		height: 36px;
		margin: 16px auto 0;
		line-height: 36px;
	}
	.broadcast .attCloumn {
		width: 105px;
		font: 15px/36px "Microsoft Yahei";
	}
	.broadcast .attCloumn i {
		width: 18px;
		height: 16px;
		margin: 12px 4px 0 0;
	}
	.broadcast .attList {
		line-height: 36px;
		font-size: 15px;
	}
	.broadcast .attList li {
		margin-right: 16px;
	}
	.exhi-list {
		margin-top: 20px;
	}
	.exhi-list .right {
		width: 340px;
		margin-left: 32px;
	}
	.exhi-list .right .query-tab {
		padding-top: 123px;
		line-height: 44px;
	}
	.exhi-list .right .query-tab p a {
		margin: 0 42px;
		font-size: 15px;
	}
	.query-bot {
		padding: 24px 26px 16px;
	}
	.CalendarHead h4 {
		font-size: 20px;
	}
	.CalendarCon th {
		line-height: 28px;
		font-size: 15px;
	}
	.CalendarCon a, .CalendarCon em, .CalendarCon span {
		font-size: 15px;
		height: 28px;
		line-height: 28px;
		width: 28px;
		margin: 13px 7px 0;
	}
	.rightAdv {
		margin-top: 26px;
	}
	.exhi-list .left td:nth-child(1) {
		width: 210px;
	}
	.exhi-list .left td:nth-child(2) {
		width: 585px;
	}
	.exhi-list .left .exhi-name {
		line-height: 56px;
		height: 56px;
		font-size: 18px;
	}
	.exhi-list .left .exhi-name a{
		width: 640px;
	}
	.exhi-list .left p {
		height: 20px;
		line-height: 20px;
		font-size: 15px;
		margin-bottom: 11px;
	}
	.exhi-list .left .exhi-bot {
		margin-right: 30px;
	}
	.exhi-list .left p.time b {
		font-size: 18px;
	}
	.exhi-list .left p.time b.underway {
		font-size: 18px;
	}
	.exhi-list .left .images {
		width: 190px;
	}
	.advBanner li .item {
		padding: 36px 5px 0;
	}
	.part1 {
		margin-top: 42px;
	}
	.part1 .right {
		width: 340px;
		margin-left: 32px;
	}
	.part-title span {
		font-size: 26px;
	}
	.part-title {
		margin-bottom: 12px;
	}
	.part1-top {
		height: 53px;
		line-height: 53px;
		margin-bottom: 8px;
	}
	.part1-top a {
		padding: 0 20px;
		font-size: 26px;
	}
	.part1-bot .text {
		padding: 17px 28px;
	}
	.part1-bot .text h2 a {
		font-size: 22px;
	}
	.part1-bot .text h2 {
		height: 30px;
		line-height: 30px;
	}
	.part1-bot .text p {
		margin-top: 6px;
		line-height: 28px;
		font-size: 15px;
	}
	.part1-bot li .images {
		width: 218px;
		margin-right: 26px;
	}.part1-bot li .item p:first-child {
		font-size: 19px;
		font-weight: 700;
	}
	.part1-bot li .item p {
		height: 28px;
		line-height: 28px;
		margin-top: 16px;
		font-size: 17px;
	}
	.part1-bot li .item p:nth-child(2){
		height: 56px
	}
	.part1 .right li a, .part2 .right li a {
		font-size: 17px;
	}
	.part1 .right li, .part2 .right li {
		margin-top: 21px;
	}
	.part2 .right,
	.part3 .right {
		width: 340px;
		padding-top: 11px;
		margin-left: 32px;
	}
	.part2 .left .title,
	.part3 .left .title {
		height: 52px;
		padding-left: 164px;
		margin-bottom: 4px;
	}
	.part2 .left .title em,
	.part3 .left .title em {
		height: 52px;
		width: 164px;
	}
	.part2 .left .title::after,
	.part3 .left .title::after {
		top: 11px;
		height: 1px;
		width: calc(100% - 62px);
	}
	.part2 .left .title .more,
	.part3 .left .title .more,
	.part4 .title .more {
		line-height: 40px;
		margin-top: 12px;
		font-size: 15px;
	}
	.part2 .left li {
		margin-top: 17px;
	}
	.part2 .left ul {
		margin: 0 -9px;
	}
	.part2 .left li .item {
		padding: 0 9px;
	}
	.part2 .left li .images span {
		width: 44px;
		height: 44px;
		line-height: 44px;
	}
	.part2 .left li p {
		height: 20px;
		line-height: 20px;
		font-size: 15px;
	}
	.part2 .swiper-slide p {
		height: 48px;
		line-height: 48px;
		padding: 0 12px;
		font-size: 17px;
	}
	.part-title1 {
		margin-top: 22px;
		margin-bottom: 0px;
	}
	.part2 .right li {
		margin-top: 17px;
	}
	.part3 {
		margin-top: 40px;
	}
	.briefingLive {
		float: left;
		width: 720px;
		margin-right: 12px;
	}
	.hotSpotsShow .briefingLive .item {
		height: 407px;
		border-radius: 4px;
	}
	.briefingLive mark {
		top: 21px;
		left: 21px;
		height: 32px;
		line-height: 32px;
		padding: 0 20px;
		font-size: 16px;
	}
	.briefingLive mark.live i {
		width: 17px;
		height: 17px;
		margin: 8px 4px 0 0;
	}
	.hotSpotsShow .briefingLive .item .liveBigImg li p {
		padding: 13px 14px;
	}
	.hotSpotsShow .briefingLive .item .liveBigImg li p a {
		height: 30px;
		line-height: 30px;
		font-size: 18px;
	}
	.part3 .top-image p a {
		line-height: 20px;
		height: 20px;
		font-size: 17px;
	}
	.part3 .top-image p {
		padding: 10px 12px;;
	}
	.part3 .right li a {
		font-size: 17px;
	}
	.part3 .right li {
		height: 20px;
		line-height: 20px;
		margin-top: 16px;
	}
	.part4 {
		margin-top: 45px;
	}
	.part4 .title {
		height: 52px;
		padding-left: 158px;
		margin-bottom: 4px;
	}
	.part4 .title em {
		height: 52px;
		width: 158px;
	}
	.part4 .title::after {
		top: 11px;
		height: 1px;
		width: calc(100% - 55px);
	}
	.part4 ul {
		margin: 22px -9px 0;
	}
	.part4 li .item {
		padding: 0 9px;
	}
	.part4 li p {
		margin-top: 10px;
		height: 20px;
		line-height: 20px;
		font-size: 15px;
	}
	.footer .foot .hot-line {
		margin-left: 72px;
	}











}
@media only screen and (min-width: 1600px){
	.main,.w{
		width: 1400px;
	}
}
