.main{
    width: 1560px;
    margin: 0 auto;
}
body {
	line-height: 1;
}
.main::after {
	content: "";
	display: block;
	clear: both;
}
.iframe {
	height: 41px;
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.advs {
	position: relative;
	display: block;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.advs img {
	display: block;
}
.Center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a{
    color: #333;
}
a:hover{
    color: #00994d;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'Public';  /* Project id 2901389 */
    src: url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.woff2?t=1703660205790') format('woff2'),
         url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.woff?t=1703660205790') format('woff'),
         url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.ttf?t=1703660205790') format('truetype');
}
.Public {
    font-family: "Public" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'ybzhan';  /* Project id 1936689 */
    src: url('//at.alicdn.com/t/c/font_1936689_98bdzu2yp1s.woff2?t=1714963745246') format('woff2'),
         url('//at.alicdn.com/t/c/font_1936689_98bdzu2yp1s.woff?t=1714963745246') format('woff'),
         url('//at.alicdn.com/t/c/font_1936689_98bdzu2yp1s.ttf?t=1714963745246') format('truetype');
}
.Public1{
    font-family: "ybzhan" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: "阿里妈妈数黑体 Bold";
	font-weight: 700;
  	src:
  		url("https://public.mtnets.com/Font/AlimamaShuHeiTi-Bold.woff2") format("woff2"), 
  		url("https://public.mtnets.com/Font/AlimamaShuHeiTi-Bold.woff") format("woff");
}
/* header */
.header {
	height: 41px;
	line-height: 41px;
	border-bottom: 1px solid #eee;
}
.header a{
    font-size: 14px;
    color: #666;
}
.header a:hover{
    color: #00994d;
}
.divLogin{
    float: left;
}
.divLogin ul {
	overflow: hidden;
}
.divLogin ul li {
	line-height: 41px;
	float: left;
}
.divLogin ul li a{
	margin-right: 20px;
}
.divLogin ul li a.login1 {
    color: #00994d;
}
.header p{
    float: right;
}
.header p a{
    margin-right: 24px;
}
.header p a.mobile{
    color: #00994d;
}
.header p a.mobile i{
    margin-right: 2px;
    font-size: 15px;
}
/* banner */
.banner{
    height: 332px;
    background: url(../../../../images/news/version/2024/banner.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.bannerTop .main{
    width: 1210px;
    margin: 0 auto;
}
.bannerTop{
    padding-top: 93px;
} 
.banner .logo{
    float: left;
    margin-top: 5px;
}
.banner .logo img{
    width: 388px;
}
.banner-right{
    float: right;
    margin:0 0 0 66px;
}
.banner-right .search{
    height: 56px;
    padding: 3px;
    width: 750px;
    background-color: #fff;
    border-radius: 28px;
}
.searchSelect {
	width: 15%;
	height: 50px;
	float: left;
	position: relative;
}
.searchSelectTop {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
    text-align: center;
}
.searchSelectTop i{
    position: absolute;
    top: 13px;
    right: 2px;
    font-size: 26px;
    line-height: normal;
    text-indent: initial;
    display: inline-block;
    color: #333;
}
.searchSelectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	border: 2px solid #00994d;
	left: -2px;
	top: 52px;
	z-index: 9999;
	background: #fff;
	display: none;
}
.searchSelectBot li {
	font-size: 15px;
	line-height: 30px;
    text-align: center;
	cursor: pointer;
}
.searchSelectBot li:hover {
	background: #00994d;
	color: #fff;
}
.banner-right .search input{
    float: left;
    height: 50px;
    line-height: 50px;
    width: 69%;
    font-size: 18px;
    color: #bababa;
    text-indent: 24px;
    background-color: #fff;
    border: 0;
    border-radius: 28px;
}
.banner-right .search button{
    float: right;
    height: 50px;
    line-height: 50px;
    width: 16%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(255,166,37) 0%, rgb(255,118,18) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,166,37) 0%, rgb(255,118,18) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,166,37) 0%, rgb(255,118,18) 100%);
    border-radius: 28px;
    border: 0;
}
.banner-right .search button i{
    font-size: 18px;
    margin-right: 5px;
}
.banner-right .hot{
    margin: 8px 0 0 20px;
    overflow: hidden;
}
.banner-right .hot span{
    float: left;
    width: 90px;
    height: 30px;
    line-height: 30px;
}
.banner-right .hot span b{
    font-size: 18px;
    color: #ffb858;
    font-weight: normal;
    font-family: "阿里妈妈数黑体 Bold"
}
.banner-right .hot .right{
    width: 640px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
    overflow: hidden;
}
.banner-right .hot .right a{
    display: inline-block;
    font-size: 16px;
    margin-right: 14px;
    color: #fff;
    position: relative;
}
.banner-right .hot .right a:last-child{
    margin-right: 0;
}
.banner-right .hot .right a:hover{
    color: #ffb858;
}
/* nav */
.nav{
    background-color: rgba(255, 255, 255,0.18);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.nav .main{
    font-size: 0;
}
.nav a{
    height: 60px;
    line-height: 60px;
    font-size: 21px;
    padding: 0 26px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    vertical-align: top;
}
.nav a.focus,.nav a:hover{
    background-color: #f98f00;
}
/* position */
.position{
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #333;
}
.position i{
    margin-right: 6px;
    color: #00994d;
}
.position a{
    padding-right: 20px;
    color: #333;
    position: relative;
}
.position a::after{
    position: absolute;
    content: ">";
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
}
.position a:last-child::after{
    display: none;
}

/* content */
.content{
    overflow: hidden;
}
.content .right{
    width: 410px;
    margin-left: 42px;
    float: right;
}
/* 右侧公共样式 */
.right_title{
    position: relative;
}
.right_title i{
    width: 18px;
    height: 22px;
    margin: 2px 6px 0 0;
    display: inline-block;
    vertical-align: top;
}
.right_title b{
    height: 26px;
    line-height: 26px;
    font-size: 22px;
    color: #333;
    display: inline-block;
    vertical-align: top;
}
.right_title .more{
    font-size: 15px;
    color: #999;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.right_title .more:hover{
    color: #00994d;
}
.rightImage{
    margin-top: 16px;
    position: relative;
}
.rightImage>a{
    height: 0;
    padding-bottom: 56.097%;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    position: relative;
}
.rightImage>a img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.rightImage p{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 12px 16px;
    border-radius: 0 0 4px 4px;
    background: rgba(0, 0, 0, .4);
}
.rightImage p a{
    display: block;
    max-height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
}
.rightImage p a:hover{
    max-height: 48px;
}
.content .right .focus,
.content .right .queryItem,
.content .right .exhi,
.content .right .comm{
    margin-top: 22px;
}
/* rightAdv */
.rightAdv img{
    border-radius: 4px;
}
.rightAdv li:nth-child(n+2){
    margin-top: 12px;
}
/* focus */
.content .right .focus li{
    margin-top: 17px;
    padding-left: 18px;
    position: relative;
}
.content .right .focus li i{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: #cbcbcb;
    border-radius: 50%;
}
.content .right .focus li a{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
}
.content .right .focus li:hover i{
    background-color: #00994d;
}
.content .right .focus li:hover a{
    color: #00994d;
}
/* queryItem */
.queryItem{
    padding: 5px;
    border-radius: 8px;
    background: url(../../../../images/news/version/2024/queryItem.png) no-repeat;
    background-size: 100% 100%;
}
.query-top{
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    color: #fff;
    font-family: "阿里妈妈数黑体 Bold";
    text-align: center;
}
.query-top i{
    height: 25px;
    margin:11px 8px 0 0;
    display: inline-block;
    vertical-align: top;
}
.query-top i img{
    display: inline-block;
    vertical-align: top;
}
.query-bot{
    padding: 24px 14px 23px;
    border-radius: 16px 16px 8px 8px;
    background-color: #fff;
}
/* 日历样式 */
.CalendarWrapper {
	font-family: "Tahoma", "Arial";
	color: #333;
	position: relative;
}
.CalendarHead{
    padding: 0 14px;
}
.CalendarWrapper a {
	color: #333;
}
.CalendarWrapper a:hover {
	color: #00994d;
	text-decoration: none;
}
.CalendarHead table{
	width: 100%;
    position: relative;
}
.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: 18px;
	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;
}
.CalendarCon table {
	table-layout: fixed;
	width: 100%;
}
.CalendarCon th, .CalendarCon td {
	width: 44px;
	text-align: center;
	font-weight: normal;
}
.CalendarCon th {
	line-height: 36px;
	font-size: 16px;
}
.CalendarCon td {
	overflow: hidden;
}
.CalendarCon a, .CalendarCon em, .CalendarCon span {
	display: block;
	font-size: 16px;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	width: 36px;
	margin: 12px 8px 0;
	border-radius: 4px;
}
.CalendarCon span {
	cursor: pointer;
}
.CalendarCon em {
	font-style: normal;
}
.CalendarCon a.today, .CalendarCon em.today {
	background: #f18b3d;
	color: #fff;
}
.CalendarCon a.exhiDate {
    background: #00994d;
    color: #fff;
}

.CalendarCon a:hover{
	background:#f18b3d;
	color:#fff !important;
	text-decoration: none;
}
/* exhi */
.content .right .exhi li{
    margin-top: 18px;
    overflow: hidden;
}
.content .right .exhi .image{
    width: 160px;
    margin-right: 14px;
    float: left;
}
.content .right .exhi .image a{
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    position: relative;
}
.content .right .exhi .image img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.content .right .exhi li .text{
    padding-top: 4px;
}
.content .right .exhi li .text p{
    line-height: 22px;
    height: 44px;
    font-size: 16px;
    overflow: hidden;
}
.content .right .exhi li .text p a{
    color: #333;
}
.content .right .exhi li .text p a:hover{
    color: #00994d;
}
.content .right .exhi li .text span{
    margin-top: 14px;
    height: 18px;
    line-height: 18px;
    font-size: 15px;
    color: #999;
    display: block;
}
.content .right .exhi li .text span i{
    font-size: 14px;
    margin-right: 5px;
}
/* comm */
.content .right .comm li{
    margin-top: 15px;
}
.content .right .comm .image{
    position: relative;
}
.content .right .comm .image a{
    height: 0;
    padding-bottom: 34.15%;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    position: relative;
}
.content .right .comm .image img{
    position: absolute;
    width: 100%;
    height: 100%;
}
.content .right .comm .image b{
    top: 10px;
    right: 10px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    background-color: #f57926;
    position: absolute;
    font-weight: normal;
}
.content .right .comm p{
    margin-top: 8px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
}
.content .right .comm p a{
    color: #333;
}
.content .right .comm p a:hover{
    color: #00994d;
}
/* left */
.content .left{
    overflow: hidden;
}
.listContent .left li{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.listContent .left li:first-child{
    padding-top: 0;
}
.listContent .left li:last-child{
    padding-bottom: 0;
    border: 0;
}
.listContent .left li .image{
    float: left;
    width: 288px;
    margin-right: 26px;
}
.listContent .left li .image a{
    display: block;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.listContent .left .image img{
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.listContent .left .image:hover img{
    -ms-transform: scale(1.10);
	transform: scale(1.10);
}
.listContent .left .text{
    overflow: hidden;
}
.listContent .left .text p{
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
}
.listContent .left .text p a{
    color: #333;
}
.listContent .left .text p:hover a{
    color: #00994d;
}
.listContent .left .text span{
    display: block;
    margin-top: 20px;
    line-height: 24px;
    height: 48px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.listContent .left .text span a{
    margin-left: 14px;
    color: #ff670b;
}
.listContent .left .text .bot{
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}
.listContent .left .text .bot strong{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: normal;
    padding: 0 17px;
    margin-left: 12px;
    border-radius: 4px;
    color: #00994d;
    background-color: #dff6ea;
}
.listContent .left .text .bot strong:first-child{
    margin: 0;
}
.listContent .left .text .bot b{
    float: right;
    line-height: 28px;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}
.listContent .left .text .bot i{
    margin-right: 5px;
    font-size: 14px;
    color: #999;
}
.listContent .left .text .bot i.hot{
    color: #e35353;
}
.listContent .left .text .bot i:nth-child(2){
    margin-left: 20px;
}
.listContent .left .text .bot i.hot{
    width: 13px;
    height: 15px;
    margin: 7px 5px 0 0;
    background: url(../../../../images/news/version/2024/listContent-02.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
}
.listContent .left .text .bot em{
    font-style: normal;
    font-family: "阿里妈妈数黑体 Bold";
    color: #e35353;
}
.leftAdv a{
    display: block;
}
.leftAdv img{
    margin: 28px 0;
    border-radius: 4px;
    display: block;
}
/* pages */
.pages {
	margin: 30px auto 0;
	height: 40px;
	clear: both;
	text-align: center;
    color: #333;
    font-size: 0;
}
.pages a {
	width: 38px;
	height: 38px;
	display: inline-block;
	border: 1px solid #e6e6e6;
	text-align: center;
	font: normal 16px/38px "Microsoft YaHei";
	color: #333;
	vertical-align: top;
	border-radius: 3px;
	margin-right: 8px;
}
.pages input {
	width: 38px;
	height: 38px;
	display: inline-block;
	text-align: center;
	border: 1px solid #e6e6e6;
	font: normal 14px/38px "Tahoma";
	margin: 0 10px;
	border-radius: 4px;
	vertical-align: top;
}
.pages .jump {
	font-size: 14px;
	line-height: 40px;
}
.pages button {
	width: 62px;
	height: 40px;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid transparent;
	border-radius: 4px;
	font: normal 16px/38px "Tahoma";
	vertical-align: top;
	cursor: pointer;
	background: #00994d;
	color: #fff;
	margin-left: 10px;
}
.pages a:hover,.pages a.on {
	background-color: #00994d;
	border-color: #00994d;
	color: #fff;
}
.pages a.ft {
	background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat 15px 14px;
}
.pages a.prev {
	background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -35px 14px;
}
.pages a.lt {
	background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -322px 14px;
}
.pages a.next {
	background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -369px 14px;
}


/* footer */
.bottomMenu {
    margin-top: 60px;
	background-color: #282828;
	padding: 35px 0 25px 0;
}
.footTop {
	height: 208px;
}
.footLeft {
	float: left;
	width: 25%;
	box-sizing: border-box;
	padding-left: 50px;

}
.footLeft .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footLeft ul {
	float: left;
	margin-right: 60px;

}
.footLeft ul li {
	line-height: 36px;
	font-size: 16px;
	color: #fff;
}
.footLeft ul li i {
	width: 26px;
	height: 26px;
	line-height: 36px;
	display: inline-block;
	border-radius: 4px;
	vertical-align: middle;
	background: url(../../../../images/news/version/2024/qq_ico.png) no-repeat center center #696969;
	margin-left: 10px;
}
.footLeft ul li i:hover {
	background: url(../../../../images/news/version/2024/qq_ico.png) no-repeat center center #696969;
}
.footLeft .text {
	margin-top: 10px;
	float: left;
}
.footLeft p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.footLeft .lxqq {
	height: 108px;
}

.footLeft .lxqq ul li a{
	position: relative;
    cursor: pointer;
}
.footLeft .lxqq ul li a .QQhover {
	 position: absolute;
	 left: 0px;
     bottom: 21px;
	 border: 1px solid #666;
	 border-radius: 4px;
	 line-height: 20px;
	 color: #333;
	 background: rgba(255,255,255,.9);
	 display: none;
	 cursor: auto;
	 font-weight: 700;
	height: 20px;
	width: 100px;
	 text-align: center;
	 resize: none;
	 overflow: hidden;
}
.footLeft .lxqq ul li a.QQhover::after{
	position: absolute;
    left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footLeft .lxqq ul li a:hover .QQhover{
	 display: inline-block;
}
.footLeft p b {
	font-size: 16px;
	font-weight: normal;
}
.footCenter {
	float: left;
	width: 22%;
	overflow: hidden;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	box-sizing: border-box;
	padding-right: 1px;
	padding-left: 4%;
}
.footCenter ul {
	width: 45%;
	float: left;
}
.footCenter ul li {
	line-height: 40px;
	width: 100%;
	float: left;
}
.footCenter ul li a {
	color: #fff;
	font-size: 16px;
}
.footCenter .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight {
	width: 49%;
	float: right;
    margin-right: 50px;
}
.footRight .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 10px;
}
.footRight .title b {
	font-weight: normal;
}
.footRight ul li {
	width: 25%;
	float: left;
}
.footRight ul li .ewm {
	width: 160px;
	height: 160px;
	background: #fff;
	margin: 0 auto;
	border: 8px solid #696969;
}
.footRight ul li .ewm img {
	width: 100%;
	height: 100%;
}
.foot {
	background-color: #222;
	text-align: center;
}

.foot p {
	font-size: 14px;
	line-height: 52px;
	color: #6b6b6b;
	font-family: SimSun;
}

.foot p a {
	color: #fff;
	margin: 0 5px;
	font-family: microsoft yahei;
}

.foot p a:hover {
	color: #00994d;
}

.foot span {
	font-size: 14px;
	line-height: 52px;
	color: #fff;
	display: block;
}

/* rightNav */
.rightNav {
	position: fixed;
	right: 10px;
	top: 150px;
	z-index: 9999;
}

.rightNavItem {
	width: 50px;
	position: relative;
	border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, .4);
}

.rightNavItem a {
	display: inline-block;
	width: 50px;
	height: 56px;
	color: #333;
	position: relative;
}
.rightNavItem a::after {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 28px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,0.3);
}
.rightNavItem a:last-child:after {
	display: none;
}

.HBapp,.weixinItem,.qqItem {
	z-index: 99999;
}

.contribution {
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	position:relative;
}
.contribution-a{
	font-size: 14px;
	font-weight: bold;
}
.contribution-a a{
	padding:10px;
	height:50px !important;
}
.rightNavItem a.Index {
	background: url("../../../../images/news/version/2024/right-ico1.png") no-repeat center center;
}
.rightNavItem a.app {
	background: url("../../../../images/news/version/2024/right-ico2.png") no-repeat center center;
}
.rightNavItem a.WeiXin {
	background: url("../../../../images/news/version/2024/right-ico3.png") no-repeat center center;
}
.rightNavItem a.home {
	background: url("../../../../images/news/version/2024/right-ico4.png") no-repeat center center;
}
.rightNavItem a.tiktok {
	background: url("../../../../images/news/version/2024/right-ico5.png") no-repeat center center;
}
.rightNavItem a.yijian {
	background: url("../../../../images/news/version/2024/right-ico6.png") no-repeat center 10px;
	text-align: center;
	height:80px;
}
.rightNavItem a.login {
	background: url("../../../../images/news/version/2024/right-ico7.png") no-repeat center center;
}
.rightNavItem a.toTop {
	background: url("../../../../images/news/version/2024/right-ico8.png") no-repeat center center;
}
.rightNavItem a.yijian b{
	font-weight:400;
	margin-top:40px;
	display: inline-block;
	width:32px;
}
.rightNavItem a.app {
	text-align: center;
	line-height: 50px;
}
.rightNavItem a.app i {
	font-size: 26px;
}
.rightNavItem a.toTop {
	text-align: center;
	line-height: 50px;
	-webkit-transition: all 0 ease;
	-moz-transition: all 0 ease;
	-ms-transition: all 0 ease;
	-o-transition: all 0 ease;
	transition: all 0 ease;
	display: none;
}
.rightNavItem a.toTop i {
	font-size: 22px;
	margin-top: 5px;
	display: inline-block;
}

.appItem {
	position: absolute;
	right: 65px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	width: 168px;
	top: 50px;
	line-height: 18px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	display: none;
}
.appItem .image {
	padding: 14px;
}
.appItem p {
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #00994d;
	font-weight: bold;
	background: #e5f3ec;
}

.appItem b {
	color: red;
}
.tiktokItem {
	top: 186px;
}
.weixinItem {
	top: 80px;
}
.yijianItem {
	top: 112px;
}

.weixinItem img {
	margin: 0;
}

.qqItem {
	top: 164px;
}

.qqItem b{
	display: block;
	margin: 3px 0 6px 0
}
.cooperation{
	position: absolute;
	right: 65px;
	top: 0px;
	display: none;
}
.p-qqBox1 {
	width: 290px;
	background: url(../../../../images/news/version/2024/rightAdvQQbgi.png) #fff no-repeat;
	padding: 30px 0 55px 0;
	box-shadow: 0 2px 5px #eee;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.p-qqBox1 p {
	overflow: hidden;
	padding-left: 20px;
}
.p-qqBox1 i {
	float: left;
	width: 50px;
	height: 56px;
	background: url(../../../../images/news/version/2024/rightBar.png) no-repeat -190px -87px;
	margin-right: 20px;
	margin-left: 10px;
}
.p-qqBox1 em {
	font-size: 14px;
	color: #666;
	font-style: normal;
	line-height: 18px;
}
.p-qqBox1 strong {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
.p-qqBox1 a {
	display: inline-block !important;
	height: 34px !important;
	line-height: 34px;
	width: 76px !important;
	border-radius: 18px;
	font-size: 14px;
	color: #fff;
	background-color: #fe9900;
	margin: 20px 0 0px;
	box-shadow: 0 2px 5px #e68557;
	text-align: center;
}
.p-qqBox1 a:hover {
	background-color: #fe9900;
}
.p-qqBox1 a:nth-child(2n) {
	background-color: #00994d !important;
	margin: 20px 10px 5px;
	box-shadow: 0 2px 5px #00994d;
}

.p-qqBox1 span {
	/* display: block; */
	text-align: center;
	font-size: 14px;
	color: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
}
.p-qqBox1 a::after {
	display: none;
}
.p-qqBox1 p:nth-child(3) a{
	margin-top: 0px;
}
/* delivery */
.delivery{
    display: none;
    position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99999;
    padding: 30px 35px;
    background-size: 100% 100%;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.deliveryMain{
    width: 360px;
}
.deliveryMain li{
    padding: 21px 0 15px 0;
    line-height: 20px;
    font-size: 16px;
    color: #666;

}
.deliveryMain a.btn{
    display: block;
    margin-top: 14px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    color:#fff;
    background-color: #00994d;
    cursor: pointer;
}
.deliveryMain a.close{
    position: absolute;
    top: -33px;
    right: -33px;
    width: 32px;
    height: 32px;
    background: url(../../../../Images/news/version/2024/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.publicbox{width: 100%}
.lostpro{width:450px;background: url(/images/lostpro.jpg) no-repeat;margin: 45px auto 0;padding-left: 165px;}
.lostpro span{font: 22px/44px "Microsoft Yahei";color: #333;}
.lostproab{font: 12px/30px "\5b8b\4f53";color: #767676;}
.lostproab a{background: url(/images/caigouSearch.png) no-repeat -145px -35px;padding-left: 12px;}

/* media */
@media only screen and (max-width: 1024px){
    .main{width: 880px;}
    body{min-width: 880px;}
    .header a {
        font-size: 12px;
    }
    .divLogin ul li a {
        margin-right: 10px;
    }
    .header p a {
        margin-right: 14px;
    }
    .header p a.mobile i {
        margin-right: 2px;
    }
    .banner {
        height: 187px;
    }
    .bannerTop {
        padding-top: 53px;
    }
    .bannerTop .main {
        width: 715px;
    }
    .banner .logo {
        margin-top: 2px;
    }
    .banner .logo img {
        width: 220px;
    }
    .banner-right {
        margin: 0 0 0 37px;
    }
    .banner-right .search {
        height: 32px;
        padding: 2px;
        width: 424px;
    }
    .searchSelect {
        height: 28px;
    }
    .searchSelect {
        width: 18%;
    }
    .banner-right .search input {
        width: 66%;
    }
    .searchSelectTop {
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
    .searchSelectTop i {
        top: 9px;
        right: 0;
        font-size: 12px;
    }
    .searchSelectBot {
        top: 30px;
    }
    .searchSelectBot li {
        font-size: 12px;
        line-height: 22px;
    }
    .banner-right .search input {
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        text-indent: 0px;
    }
    .banner-right .search button {
        height:28px;
        line-height: 28px;
        font-size: 13px;
    }
    .banner-right .hot {
        margin: 2px 0 0 4px;
    }
    .banner-right .hot span b {
        font-size: 12px;
    }
    .banner-right .hot span {
        width: 65px;
        height: 20px;
        line-height: 20px;
    }
    .banner-right .hot .right {
        height: 20px;
        line-height: 20px;
        width: 355px;
    }
    .banner-right .hot .right a {
        font-size: 12px;
        margin-right: 2px;
    }
    .nav a {
        height: 34px;
        line-height: 34px;
        font-size: 13px;
        padding: 0 13px;
    }
    .position {
        font-size: 12px;
    }
    .position i {
        margin-right: 4px;
        font-size: 12px;
    }
    .content .right {
        width: 232px;
        margin-left: 22px;
    }
    .rightAdv li:nth-child(n+2) {
        margin-top: 10px;
    }
    .right_title b {
        height: 20px;
        line-height: 20px;
        font-size: 17px;
    }
    .right_title .more {
        font-size: 12px;
    }
    .right_title i {
        width: 14px;
        height: 18px;
        margin: 2px 4px 0 0;
    }
    .content .right .focus, .content .right .queryItem, .content .right .exhi, .content .right .comm {
        margin-top: 12px;
    }
    .rightImage {
        margin-top: 10px;
    }
    .rightImage p {
        padding: 6px;
    }
    .rightImage p a {
        max-height: 16px;
        line-height: 16px;
        font-size: 12px;
    }
    .rightImage p a:hover {
        max-height: 32px;
    }
    .content .right .focus li {
        margin-top: 10px;
        padding-left: 11px;
    }
    .content .right .focus li i {
        width: 4px;
        height: 4px;
    }
    .content .right .focus li a {
        height: 16px;
        line-height: 16px;
        font-size: 12px;
    }
    .queryItem {
        padding: 2px;
    }
    .query-top {
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    .query-top i {
        height: 15px;
        margin: 9px 5px 0 0;
    }
    .query-bot {
        padding: 12px 4px 11px;
    }
    .CalendarHead h4 {
        font-size: 14px;
    }
    .CalendarHead .btn2, .CalendarHead .btn3 {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 14px;
    }
    .CalendarHead {
        padding: 0 10px;
    }
    .CalendarCon {
        padding-top: 10px;
    }
    .CalendarCon th {
        line-height: 24px;
        font-size: 12px;
    }
    .CalendarCon a, .CalendarCon em, .CalendarCon span {
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        width: 24px;
        margin: 7px 5px 0;
    }
    .CalendarCon th, .CalendarCon td {
        width: 30px;
    }
    .content .right .exhi .image {
        width: 90px;
        margin-right: 8px;
    }
    .content .right .exhi li .text {
        padding-top: 0;
    }
    .content .right .exhi li .text p {
        line-height: 14px;
        height: 28px;
        font-size: 13px;
    }
    .content .right .exhi li .text span {
        margin-top: 6px;
        height: 14px;
        line-height: 14px;
        font-size: 12px;
    }
    .content .right .exhi li .text span i {
        font-size: 12px;
        margin-right: 3px;
    }
    .content .right .exhi li {
        margin-top: 10px;
    }
    .content .right .comm .image b {
        top: 5px;
        right: 5px;
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        font-size: 12px;
    }
    .content .right .comm p {
        margin-top: 4px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .content .right .comm li {
        margin-top: 6px;
    }
    .content .left li {
        padding: 12px 0;
    }
    .content .left li .image {
        width: 162px;
        margin-right: 12px;
    }
    .content .left .text p {
        height: 20px;
        line-height: 20px;
        font-size: 13px;
    }
    .content .left .text span {
        margin-top: 8px;
        line-height: 16px;
        height: 32px;
        font-size: 12px;
    }
    .content .left .text .bot {
        height: 18px;
        line-height: 18px;
        margin-top: 10px;
    }
    .content .left .text .bot strong {
        font-size: 12px;
        padding: 0 7px;
        margin-left: 6px;
    }
    .content .left .text .bot b {
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .content .left .text .bot i {
        margin-right: 3px;
        font-size: 12px;
    }
    .listContent .left .text .bot i.hot {
        width: 9px;
        height: 10px;
        margin: 4px 2px 0 0;
    }
    .pages {
        height: 32px;
        margin-top: 25px;
    }
    .pages a {
        width: 30px;
        height: 30px;
        font: normal 13px/30px "Microsoft YaHei";
        border-radius: 3px;
        margin-right: 6px;
    }
    .pages a.ft {
        background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat 10px 10px;
    }
    .pages a.prev {
        background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -40px 10px;
    }
    .pages a.lt {
        background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -326px 10px;
    }
    .pages a.next {
        background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -373px 10px;
    }
    .pages .jump {
        font-size: 12px;
        line-height: 32px;
    }
    .pages input {
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        border: 1px solid #e6e6e6;
        font: normal 12px/30px "Tahoma";
        margin: 0 10px;
        border-radius: 4px;
        vertical-align: top;
    }
    .pages button {
        width: 50px;
        height: 32px;
        font: normal 12px/30px "Tahoma";
        margin-left: 0px;
    }
    .leftAdv img {
        margin: 14px 0;
    }
    /* footer */
    .bottomMenu {
        margin-top: 20px;
    }
    .footLeft ul li {
        line-height: 30px;
        font-size: 13px;
        color: #fff;
    }
    .footLeft {
        width: 25%;
        padding-left: 0;
    }
    .footLeft ul {
        float: left;
        margin-right: 25px;
    }
    .footLeft p {
        font-size: 13px;
        line-height: 26px;
    }
    .footCenter ul li {
        line-height: 32px;
    }
    .footCenter ul li a {
        font-size: 13px;
    }
    .footCenter {
        width: 24%;
        padding-left: 3%;
    }
    .footRight {
        width: 50%;
        margin-right: 0;
    }
    .footRight ul li .ewm {
        width: 96px;
        height: 96px;
        border: 4px solid #696969;
    }
    .footLeft .text {
        margin-top: 5px;
    }
    .footLeft .lxqq {
        height: 98px;
    }
    .footTop {
        height: 188px;
    }
    .footRight .title {
        font-size: 14px;
    }
    .footLeft p b {
        font-size: 13px;
    }
    .foot {
        padding: 8px 10px 20px 10px;
    }
    .foot span {
        font-size: 13px;
        line-height: 22px;
    }


}

@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .main{width: 1018px;}
    body{min-width: 1018px;}
    .header a {
        font-size: 12px;
    }
    .divLogin ul li a {
        margin-right: 10px;
    }
    .header p a {
        margin-right: 14px;
    }
    .header p a.mobile i {
        margin-right: 2px;
    }
    .banner {
        height: 218px;
    }
    .bannerTop {
        padding-top: 61px;
    }
    .bannerTop .main {
        width: 790px;
    }
    .banner .logo {
        margin-top: 2px;
    }
    .banner .logo img {
        width: 253px;
    }
    .banner-right {
        margin: 0 0 0 44px;
    }
    /*  */
    .banner-right .search {
        height: 38px;
        padding: 2px;
        width: 490px;
    }
    .searchSelect {
        height: 34px;
    }
    .searchSelect {
        width: 18%;
    }
    .banner-right .search input {
        width: 66%;
    }
    .searchSelectTop {
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }
    .searchSelectTop i {
        top: 10px;
        right: 0;
        font-size: 16px;
    }
    .searchSelectBot {
        top: 36px;
    }
    .searchSelectBot li {
        font-size: 13px;
        line-height: 26px;
    }
    .banner-right .search input {
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        text-indent: 0px;
    }
    .banner-right .search button {
        height:34px;
        line-height: 34px;
        font-size: 14px;
    }
    .banner-right .hot {
        margin: 4px 0 0 6px;
    }
    .banner-right .hot span b {
        font-size: 13px;
    }
    .banner-right .hot span {
        width: 70px;
        height: 22px;
        line-height: 22px;
    }
    .banner-right .hot .right {
        height: 22px;
        line-height: 22px;
        width: 414px;
    }
    .banner-right .hot .right a {
        font-size: 12px;
        margin-right: 6px;
    }
    .nav a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 16px;
    }
    .position {
        font-size: 13px;
    }
    .position i {
        margin-right: 4px;
        font-size: 13px;
    }
    .content .right {
        width: 268px;
        margin-left: 28px;
    }
    .rightAdv li:nth-child(n+2) {
        margin-top: 10px;
    }
    .right_title b {
        height: 20px;
        line-height: 20px;
        font-size: 17px;
    }
    .right_title .more {
        font-size: 12px;
    }
    .right_title i {
        width: 14px;
        height: 18px;
        margin: 2px 4px 0 0;
    }
    .content .right .focus, .content .right .queryItem, .content .right .exhi, .content .right .comm {
        margin-top: 16px;
    }
    .rightImage {
        margin-top: 13px;
    }
    .rightImage p {
        padding: 8px 10px;
    }
    .rightImage p a {
        max-height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .rightImage p a:hover {
        max-height: 40px;
    }
    .content .right .focus li {
        margin-top: 12px;
        padding-left: 13px;
    }
    .content .right .focus li i {
        width: 4px;
        height: 4px;
    }
    .content .right .focus li a {
        height: 16px;
        line-height: 16px;
        font-size: 13px;
    }
    .queryItem {
        padding: 2px;
    }
    .query-top {
        height: 34px;
        line-height: 34px;
        font-size: 15px;
    }
    .query-top i {
        height: 15px;
        margin: 9px 5px 0 0;
    }
    .query-bot {
        padding: 14px 6px 13px;
    }
    .CalendarHead h4 {
        font-size: 14px;
    }
    .CalendarHead .btn2, .CalendarHead .btn3 {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 14px;
    }
    .CalendarHead {
        padding: 0 10px;
    }
    .CalendarCon {
        padding-top: 10px;
    }
    .CalendarCon th {
        line-height: 28px;
        font-size: 13px;
    }
    .CalendarCon a, .CalendarCon em, .CalendarCon span {
        font-size: 13px;
        height: 28px;
        line-height: 28px;
        width: 28px;
        margin: 8px 5px 0;
    }
    .CalendarCon th, .CalendarCon td {
        width: 36px;
    }
    .content .right .exhi .image {
        width: 104px;
        margin-right: 8px;
    }
    .content .right .exhi li {
        margin-top: 12px;
    }
    .content .right .exhi li .text p {
        line-height: 18px;
        height: 36px;
        font-size: 14px;
    }
    .content .right .exhi li .text {
        padding-top: 0px;
    }
    .content .right .exhi li .text span {
        margin-top: 6px;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
    }
    .content .right .exhi li .text span i {
        font-size: 12px;
        margin-right: 3px;
    }
    .content .right .comm .image b {
        top: 6px;
        right: 6px;
        height: 22px;
        line-height: 22px;
        padding: 0 6px;
        font-size: 12px;
    }
    .content .right .comm p {
        margin-top: 4px;
        height: 18px;
        line-height: 18px;
        font-size: 13px;
    }
    .content .right .comm li {
        margin-top: 8px;
    }
    .content .left li {
        padding: 14px 0;
    }
    .content .left li .image {
        width: 188px;
        margin-right: 16px;
    } 
    .content .left .text p {
        height: 24px;
        line-height: 24px;
        font-size: 17px;
    }
    .content .left .text span {
        margin-top: 8px;
        line-height: 16px;
        height: 32px;
        font-size: 13px;
    }
    .content .left .text .bot {
        height: 22px;
        line-height: 22px;
        margin-top: 15px;
    }
    .content .left .text .bot strong {
        font-size: 13px;
        padding: 0 12px;
        margin-left: 8px;
    }
    .content .left .text .bot b {
        line-height: 22px;
        height: 22px;
        font-size: 13px;
    }
    .content .left .text .bot i {
        margin-right: 3px;
        font-size: 13px;
    }
    .listContent .left .text .bot i.hot {
        width: 10px;
        height: 12px;
        margin: 6px 3px 0 0;
    }
    .leftAdv img {
        margin: 18px 0;
    }
    .pages {
        height: 32px;
        margin-top: 25px;
    }
    .pages a {
        width: 30px;
        height: 30px;
        font: normal 13px/30px "Microsoft YaHei";
        border-radius: 3px;
        margin-right: 6px;
    }
    .pages a.ft {
        background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat 10px 10px;
    }
    .pages a.prev {
        background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -40px 10px;
    }
    .pages a.lt {
        background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -326px 10px;
    }
    .pages a.next {
        background: url(https://www.ybzhan.cn/images/video/version/2023/page.png) no-repeat -373px 10px;
    }
    .pages .jump {
        font-size: 12px;
        line-height: 32px;
    }
    .pages input {
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        border: 1px solid #e6e6e6;
        font: normal 12px/30px "Tahoma";
        margin: 0 10px;
        border-radius: 4px;
        vertical-align: top;
    }
    .pages button {
        width: 50px;
        height: 32px;
        font: normal 12px/30px "Tahoma";
        margin-left: 0px;
    }
    .bottomMenu {
        margin-top: 20px;
        padding: 20px 0 15px 0;
    }
    .footLeft ul li {
        line-height: 30px;
        font-size: 13px;
        color: #fff;
    }
    .footLeft {
        width: 25%;
        padding-left: 20px;
    }
    .footLeft ul {
        float: left;
        margin-right: 30px;
    }
    .footLeft p {
        font-size: 13px;
        line-height: 26px;
    }
    .footCenter ul li {
        line-height: 32px;
    }
    .footCenter ul li a {
        font-size: 13px;
    }
    .footRight {
        width: 50%;
        margin-right: 20px;
    }
    .footRight ul li .ewm {
        width: 104px;
        height: 104px;
        border: 4px solid #696969;
    }
    .footLeft .text {
        margin-top: 5px;
    }
    .footLeft .lxqq {
        height: 98px;
    }
    .footTop {
        height: 188px;
    }
    .foot {
        padding: 8px 10px 20px 10px;
    }
    .foot span {
        font-size: 13px;
        line-height: 22px;
    }


}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .main{width: 1208px;}
    body{min-width: 1208px;}
    .banner {
        height: 256px;
    }
    .bannerTop {
        padding-top: 72px;
    }
    .banner .logo img {
        width: 301px;
    }
    .banner .logo {
        margin-top: 3px;
    }
    .banner-right {
        margin: 0 0 0 52px;
    }
    .banner-right .search {
        height: 44px;
        padding: 2px;
        width: 750px;
    }
    .banner-right .search {
        height: 44px;
        padding: 2px;
        width: 580px;
    }
    .searchSelect {
        height: 40px;
    }
    .searchSelect {
        width: 16%;
    }
    .banner-right .search input {
        width: 68%;
    }
    .searchSelectTop {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .searchSelectTop i {
        top: 11px;
        right: 0;
        font-size: 18px;
    }
    .searchSelectBot {
        top: 42px;
    }
    .searchSelectBot li {
        font-size: 13px;
        line-height: 26px;
    }
    .banner-right .search input {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-indent: 4px;
    }
    .banner-right .search button {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .banner-right .hot {
        margin: 4px 0 0 10px;
    }
    .banner-right .hot span b {
        font-size: 14px;
    }
    .banner-right .hot span {
        width: 74px;
        height: 24px;
        line-height: 24px;
    }
    .banner-right .hot .right {
        height: 24px;
        line-height: 24px;
        width: 496px;
    }
    .banner-right .hot .right a {
        font-size: 13px;
        margin-right: 8px;
    }
    .bannerTop .main {
        width: 934px;
    }
    .nav a {
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        padding: 0 22px;
    }
    .position {
        font-size: 13px;
    }
    .position i {
        margin-right: 4px;
        font-size: 13px;
    }
    .content .right {
        width: 318px;
        margin-left: 32px;
    }
    .rightAdv li:nth-child(n+2) {
        margin-top: 10px;
    }
    .right_title b {
        height: 20px;
        line-height: 20px;
        font-size: 17px;
    }
    .right_title .more {
        font-size: 13px;
    }
    .right_title i {
        width: 14px;
        height: 18px;
        margin: 2px 4px 0 0;
    }
    .content .right .focus, .content .right .queryItem, .content .right .exhi, .content .right .comm {
        margin-top: 16px;
    }
    .rightImage {
        margin-top: 13px;
    }
    .rightImage p {
        padding: 10px 11px;
    }
    .rightImage p a {
        max-height: 20px;
        line-height: 20px;
        font-size: 15px;
    }
    .rightImage p a:hover {
        max-height: 40px;
    }
    .content .right .focus li {
        margin-top: 14px;
        padding-left: 15px;
    }
    .content .right .focus li i {
        width: 5px;
        height: 5px;
    }
    .content .right .focus li a {
        height: 18px;
        line-height: 18px;
        font-size: 14px;
    }
    .queryItem {
        padding: 3px;
    }
    .query-top {
        height: 38px;
        line-height: 38px;
        font-size: 17px;
    }
    .query-top i {
        height: 19px;
        margin: 9px 5px 0 0;
    }
    .query-bot {
        padding: 14px 6px 13px;
    }
    .CalendarHead h4 {
        font-size: 14px;
    }
    .CalendarHead .btn2, .CalendarHead .btn3 {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 14px;
    }
    .CalendarHead {
        padding: 0 10px;
    }
    .CalendarCon {
        padding-top: 10px;
    }
    .CalendarCon th {
        line-height: 28px;
        font-size: 13px;
    }
    .CalendarCon a, .CalendarCon em, .CalendarCon span {
        font-size: 13px;
        height: 28px;
        line-height: 28px;
        width: 28px;
        margin: 12px 5px 0;
    }
    .content .right .exhi .image {
        width: 124px;
        margin-right: 10px;
    }
    .content .right .exhi li .text {
        padding-top: 2px;
    }
    .content .right .exhi li .text p {
        line-height: 18px;
        height: 36px;
        font-size: 14px;
    }
    .content .right .exhi li .text span {
        margin-top: 10px;
        height: 16px;
        line-height: 16px;
        font-size: 14px;
    }
    .content .right .comm .image b {
        top: 6px;
        right: 6px;
        height: 22px;
        line-height: 22px;
        padding: 0 8px;
        font-size: 13px;
    }
    .content .right .comm p {
        margin-top: 6px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .content .right .comm li {
        margin-top: 10px;
    }
    .content .left li {
        padding: 14px 0;
    }
    .content .left li .image {
        width: 223px;
        margin-right: 17px;
    }
    .content .left .text p {
        height: 30px;
        line-height: 30px;
        font-size: 17px;
    }
    .content .left .text span {
        margin-top: 10px;
        line-height: 20px;
        height: 40px;
        font-size: 13px;
    }
    .content .left .text span a {
        margin-left: 4px;
    }
    .content .left .text .bot {
        height: 22px;
        line-height: 22px;
        margin-top: 16px;
    }
    .content .left .text .bot strong {
        font-size: 13px;
        padding: 0 12px;
        margin-left: 8px;
    }
    .content .left .text .bot b {
        line-height: 22px;
        font-size: 13px;
    }
    .content .left .text .bot i {
        margin-right: 3px;
        font-size: 12px;
    }
    .listContent .left .text .bot i.hot {
        width: 10px;
        height: 11px;
        margin: 6px 3px 0 0;
    }
    .bottomMenu {
        margin-top: 30px;
    }
    .footLeft {
        width: 27%;
        padding-left: 20px;
    }
    .footCenter {
        width: 22%;
        padding-left: 3%;
    }
    .footRight {
        width: 48%;
        margin-right: 20px;
    }
    .footLeft ul li {
        font-size: 15px;
    }
    .footLeft p {
        font-size: 15px;
    }
    .footCenter ul li a {
        font-size: 15px;
    }
    .footRight ul li .ewm {
        width: 115px;
        height: 115px;
    }
    .leftAdv img {
        margin: 20px 0;
    }

}

@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .main{width: 1280px;}
    body{min-width: 1280px;}
    .banner {
        height: 273px;
    }
    .bannerTop {
        padding-top: 77px;
    }
    .bannerTop .main {
        width: 1000px;
    }
    .banner .logo {
        margin-top: 4px;
    }
    .banner .logo img {
        width: 320px;
    }
    .banner-right {
        margin: 0 0 0 56px;
    }
    .banner-right .search {
        height: 46px;
        padding: 2px;
        width: 616px;
    }
    .searchSelect {
        height: 42px;
    }
    .searchSelectTop {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
    .searchSelectTop i {
        top: 11px;
        right: 0;
        font-size: 20px;
    }
    .searchSelectBot {
        top: 44px;
    }
    .searchSelectBot li {
        font-size: 14px;
        line-height: 26px;
    }
    .banner-right .search input {
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        text-indent: 8px;
    }
    .banner-right .search button {
        height: 42px;
        line-height: 42px;
        font-size: 17px;
    }
    .banner-right .hot {
        margin: 6px 0 0 10px;
    }
    .banner-right .hot span b {
        font-size: 15px;
    }
    .banner-right .hot span {
        width: 78px;
        height: 24px;
        line-height: 24px;
    }
    .banner-right .hot .right {
        height: 24px;
        line-height: 24px;
        width: 528px;
    }
    .banner-right .hot .right a {
        font-size: 14px;
        margin-right: 10px;
    }
    .nav a {
        height: 50px;
        line-height: 50px;
        font-size: 17px;
        padding: 0 22px;
    }
    .position {
        line-height: 50px;
        font-size: 14px;
    }
    .position i {
        margin-right: 5px;
        font-size: 14px;
    }
    .content .right {
        width: 336px;
        margin-left: 36px;
    }
    .right_title b {
        height: 22px;
        line-height: 22px;
        font-size: 18px;
    }
    .right_title .more {
        font-size: 14px;
    }
    .right_title i {
        width: 16px;
        height: 20px;
        margin: 2px 4px 0 0;
    }
    .rightImage {
        margin-top: 13px;
    }
    .rightImage p {
        padding: 8px 12px;
    }
    .rightImage p a {
        max-height: 24px;
        line-height: 24px;
        font-size: 16px;
    }
    .content .right .focus li i {
        width: 6px;
        height: 6px;
    }
    .content .right .focus li a {
        height: 18px;
        line-height: 18px;
        font-size: 15px;
    }
    .content .right .focus li {
        margin-top: 15px;
        padding-left: 16px;
    }
    .queryItem {
        padding: 4px;
    }
    .query-top {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .query-top i {
        height: 21px;
        margin: 6px 6px 0 0;
    }
    .CalendarCon a, .CalendarCon em, .CalendarCon span {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        width: 30px;
        margin: 10px 6px 0;
    }
    .query-bot {
        padding: 18px 10px 17px;
        border-radius: 16px 16px 8px 8px;
    }
    .CalendarHead h4 {
        font-size: 15px;
    }
    .CalendarHead .btn2, .CalendarHead .btn3 {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 14px;
    }
    .CalendarCon th {
        line-height: 30px;
        font-size: 14px;
    }
    .CalendarCon {
        padding-top: 12px;
    }
    .content .right .exhi .image {
        width: 131px;
        margin-right: 11px;
    }
    .content .right .exhi li .text p {
        line-height: 20px;
        height: 40px;
        font-size: 15px;
    }
    .content .right .exhi li .text span {
        margin-top: 12px;
        height: 16px;
        line-height: 16px;
        font-size: 14px;
    }
    .content .right .exhi li .text {
        padding-top: 3px;
    }
    .content .right .exhi li {
        margin-top: 15px;
    }
    .content .right .comm .image b {
        top: 8px;
        right: 8px;
        height: 24px;
        line-height: 24px;
        padding: 0 8px;
        font-size: 14px;
    }
    .content .right .comm p {
        margin-top: 4px;
        height: 22px;
        line-height: 22px;
        font-size: 15px;
    }
    .content .right .comm li {
        margin-top: 12px;
    }
    .content .left li {
        padding: 16px 0;
    }
    .content .left li .image {
        width: 236px;
        margin-right: 18px;
    }
    .content .left .text p {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .content .left .text span {
        margin-top: 8px;
        line-height: 20px;
        height: 40px;
        font-size: 14px;
    }
    .content .left .text .bot {
        height: 24px;
        line-height: 24px;
        margin-top: 18px;
    }
    .content .left .text .bot strong {
        font-size: 14px;
        padding: 0 13px;
        margin-left: 12px;
    }
    .content .left .text .bot b {
        line-height: 24px;
        font-size: 14px;
    }
    .content .left .text span a {
        margin-left: 6px;
    }
    .listContent .left .text .bot i.hot {
        width: 12px;
        height: 14px;
        margin: 5px 4px 0 0;
    }
    .bottomMenu {
        margin-top: 35px;
        padding: 30px 0 25px 0;
    }
    .footLeft {
        width: 26%;
        padding-left: 25px;
    }
    .footRight {
        width: 48%;
        margin-right: 25px;
    }
    .footLeft ul li {
        font-size: 15px;
    }
    .footLeft p {
        font-size: 15px;
    }
    .footCenter ul li a {
        font-size: 15px;
    }
    .footRight ul li .ewm {
        width: 115px;
        height: 115px;
    }
    .leftAdv img {
        margin: 22px 0;
    }

}

@media only screen and (min-width: 1600px) and (max-width: 1919px){
    .main{width: 1280px;}
    body{min-width: 1280px;}
    .banner {
        height: 273px;
    }
    .bannerTop {
        padding-top: 77px;
    }
    .bannerTop .main {
        width: 1000px;
    }
    .banner .logo {
        margin-top: 4px;
    }
    .banner .logo img {
        width: 320px;
    }
    .banner-right {
        margin: 0 0 0 56px;
    }
    .banner-right .search {
        height: 46px;
        padding: 2px;
        width: 616px;
    }
    .searchSelect {
        height: 42px;
    }
    .searchSelectTop {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
    .searchSelectTop i {
        top: 11px;
        right: 0;
        font-size: 20px;
    }
    .searchSelectBot {
        top: 44px;
    }
    .searchSelectBot li {
        font-size: 14px;
        line-height: 26px;
    }
    .banner-right .search input {
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        text-indent: 8px;
    }
    .banner-right .search button {
        height: 42px;
        line-height: 42px;
        font-size: 17px;
    }
    .banner-right .hot {
        margin: 6px 0 0 10px;
    }
    .banner-right .hot span b {
        font-size: 15px;
    }
    .banner-right .hot span {
        width: 78px;
        height: 24px;
        line-height: 24px;
    }
    .banner-right .hot .right {
        height: 24px;
        line-height: 24px;
        width: 528px;
    }
    .banner-right .hot .right a {
        font-size: 14px;
        margin-right: 10px;
    }
    .nav a {
        height: 50px;
        line-height: 50px;
        font-size: 17px;
        padding: 0 22px;
    }
    .position {
        line-height: 50px;
        font-size: 14px;
    }
    .position i {
        margin-right: 5px;
        font-size: 14px;
    }
    .content .right {
        width: 336px;
        margin-left: 36px;
    }
    .right_title b {
        height: 22px;
        line-height: 22px;
        font-size: 18px;
    }
    .right_title .more {
        font-size: 14px;
    }
    .right_title i {
        width: 16px;
        height: 20px;
        margin: 2px 4px 0 0;
    }
    .rightImage {
        margin-top: 13px;
    }
    .rightImage p {
        padding: 8px 12px;
    }
    .rightImage p a {
        max-height: 24px;
        line-height: 24px;
        font-size: 16px;
    }
    .content .right .focus li i {
        width: 6px;
        height: 6px;
    }
    .content .right .focus li a {
        height: 18px;
        line-height: 18px;
        font-size: 15px;
    }
    .content .right .focus li {
        margin-top: 15px;
        padding-left: 16px;
    }
    .queryItem {
        padding: 4px;
    }
    .query-top {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .query-top i {
        height: 21px;
        margin: 6px 6px 0 0;
    }
    .CalendarCon a, .CalendarCon em, .CalendarCon span {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        width: 30px;
        margin: 10px 6px 0;
    }
    .query-bot {
        padding: 18px 10px 17px;
        border-radius: 16px 16px 8px 8px;
    }
    .CalendarHead h4 {
        font-size: 15px;
    }
    .CalendarHead .btn2, .CalendarHead .btn3 {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 14px;
    }
    .CalendarCon th {
        line-height: 30px;
        font-size: 14px;
    }
    .CalendarCon {
        padding-top: 12px;
    }
    .content .right .exhi .image {
        width: 131px;
        margin-right: 11px;
    }
    .content .right .exhi li .text p {
        line-height: 20px;
        height: 40px;
        font-size: 15px;
    }
    .content .right .exhi li .text span {
        margin-top: 12px;
        height: 16px;
        line-height: 16px;
        font-size: 14px;
    }
    .content .right .exhi li .text {
        padding-top: 3px;
    }
    .content .right .exhi li {
        margin-top: 15px;
    }
    .content .right .comm .image b {
        top: 8px;
        right: 8px;
        height: 24px;
        line-height: 24px;
        padding: 0 8px;
        font-size: 14px;
    }
    .content .right .comm p {
        margin-top: 4px;
        height: 22px;
        line-height: 22px;
        font-size: 15px;
    }
    .content .right .comm li {
        margin-top: 12px;
    }
    .content .left li {
        padding: 16px 0;
    }
    .content .left li .image {
        width: 236px;
        margin-right: 18px;
    }
    .content .left .text p {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }
    .content .left .text span {
        margin-top: 8px;
        line-height: 20px;
        height: 40px;
        font-size: 14px;
    }
    .content .left .text .bot {
        height: 24px;
        line-height: 24px;
        margin-top: 18px;
    }
    .content .left .text .bot strong {
        font-size: 14px;
        padding: 0 13px;
        margin-left: 12px;
    }
    .content .left .text .bot b {
        line-height: 24px;
        font-size: 14px;
    }
    .content .left .text span a {
        margin-left: 6px;
    }
    .listContent .left .text .bot i.hot {
        width: 12px;
        height: 14px;
        margin: 5px 4px 0 0;
    }
    .bottomMenu {
        margin-top: 35px;
        padding: 30px 0 25px 0;
    }
    .footLeft {
        width: 26%;
        padding-left: 25px;
    }
    .footRight {
        width: 48%;
        margin-right: 25px;
    }
    .footLeft ul li {
        font-size: 15px;
    }
    .footLeft p {
        font-size: 15px;
    }
    .footCenter ul li a {
        font-size: 15px;
    }
    .footRight ul li .ewm {
        width: 115px;
        height: 115px;
    }
    .leftAdv img {
        margin: 22px 0;
    }



}

@media only screen and (min-width: 1920px){
    .main{width: 1560px;}
    body{min-width: 1560px;}
}





