.w,.main{
    width: 1600px;
    margin: 0 auto;
}
.iframe {
	overflow: hidden;
	height: 40px;
}
iframe {
	width: calc(100% + 17px);
}
@font-face {
	font-family: 'Login';  /* project id 2184550 */
	src: url('//at.alicdn.com/t/font_2184550_hlf2pdfque.eot');
	src: url('//at.alicdn.com/t/font_2184550_hlf2pdfque.eot?#iefix') format('embedded-opentype'),
	url('//at.alicdn.com/t/font_2184550_hlf2pdfque.woff2') format('woff2'),
	url('//at.alicdn.com/t/font_2184550_hlf2pdfque.woff') format('woff'),
	url('//at.alicdn.com/t/font_2184550_hlf2pdfque.ttf') format('truetype'),
	url('//at.alicdn.com/t/font_2184550_hlf2pdfque.svg#Login') format('svg');
  }
  .Login {
	font-family: "Login" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
/* header */

#header{
	background: #f5f5f5;
	height: 40px;
	width: 100%;
}
.header{
	height: 40px;
	margin: 0 auto;
}
#divLogin{
	float: left;
}
#divLogin ul{
	float: left;
}
#divLogin ul li{
	margin: 0 13px;
	font-size: 14px;
	line-height: 40px;
	float: 	left;
}
#divLogin ul li a{
	color: #777777;
}
#divLogin ul li a:hover {
	color: #945d56;
}
#divLogin ul li a.login {
	color: #945d56;
	border-radius: 2px;
}
.Tophead {
	position: relative;
	margin: 0 auto;
}
.multimedia{
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 14px;
	line-height: 40px;

}
.multimedia>div{
	padding-left: 15px;
	float: left;
	position: relative;
	cursor: pointer;
}
.multimedia a{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.siteOld{
	padding-left: 0;
}
.siteOldTop a,
.mobileTop a,
.mobile-app a,
.weMediaTop a,
.siteService a,
.siteNavTop a{
	color: #777777;
	padding-right: 15px;
}
.siteNav1 .siteNavTop a.mediaOn2 i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mobileBot{
	width: 260px;
	padding: 20px 20px 10px 20px;
	position: absolute;
	top: 40px;
	left: -208px;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 9999;
}
.mobile-img{
	width: 400px;
	padding: 20px 20px 10px 20px;
	position: absolute;
	top: 40px;
	left: -194px;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 9999;
}
.mobile-img .item {
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}
.mobile-img .item p {
	text-align: center;
	font-size: 16px;
}
.mobileBot .item .image, .weMediaBot .item .image, .mobile-img .item .image {
	width: 120px;
	height: 120px;
	margin-bottom: 8px;
}
.mobileBot p {
	font-size: 14px;
}
.siteNavBot ul{
	padding: 8px 0;
}
.siteNavBot ul li{
	font-size: 12px;
	line-height: 20px;
}
.weMediaBot{
	width: 260px;
	padding: 20px 20px 10px 20px;
	position: absolute;
	top: 40px;
	left: -136px;
	background: #fff;
	display: none;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 9999;
}
.weMediaBot .item, .mobileBot .item, .mobile-img .item {
	width: 120px;
	margin-right: 20px;
	float: left;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
}
.weMediaBot .item:last-child, .mobileBot .item:last-child, .mobile-img .item:last-child {
	margin-right: 0;
}
.weMediaBot .item b, .mobileBot .item b, .mobile-img .item b {
	font-weight: normal;
}
.weMediaBot .item p, .mobileBot .item p, .mobile-img .item p {
	text-align: center;
	font-size: 14px;
	color: #666;
}
.weMediaBot p {
	font-size: 14px;
}
/* top */
.top{
    margin: 30px auto 28px;
}
.top .logo{
    float: left;
    overflow: hidden;

}
.top .logo img{
    float: left;
    height: 64px;
}
.top .logo span{
    float: left;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin: 5px 0 0 40px;
    padding-left: 40px;
    position: relative;
}
.top .logo span::after{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 1px;
    background-color: #dcdcdc;
}
.top .logo span i{
    display: block;
    height: 15px;
    width: 192px;
    margin-top: 5px;
    background: url(../../../../Images/exhibition/version/2022/logoFont.png) no-repeat;
    background-size: 100% 100%;
}
.top .search{
    float: right;
    height: 46px;
    width: 710px;
    margin-top: 10px;
    border: 2px solid #945d56;
    border-radius: 30px;
    box-sizing: border-box;
    position: relative;
}
.top .search .searchSelect{
    float: left;
    height: 42px;
    width: 110px;
    position: relative;
    background: #fff;
    border-radius: 30px 0 0 30px;
}
.searchSelectTop {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.searchSelectTop p {
	width: 100%;
	line-height: 42px;
	font-size: 16px;
	color: #333;
	text-indent: 15px;
	border-right: 1px solid #945d56;
}
.searchSelectTop i {
	display: block;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
	vertical-align: middle;
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	border: 2px solid #945d56;
	left: -2px;
	top: 42px;
	z-index: 9999;
	background: #fff;
	display: none;
}
.searchSelectBot li {
	text-indent: 20px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
	-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;
}
.searchSelectBot li:hover {
	background: #945d56;
	color: #fff;
}
.search input.searchText{
    float: left;
    width: 326px;
    line-height: 42px;
    height: 42px;
    border: 0;
    text-indent: 13px;
    font-size: 16px;
    color: #999;
}
/* 选择行业 */
#hangye {
	position: absolute;
	width: 92px;
	height: 25px;
	border: 1px solid #c4c4c4;
	font: normal 12px/36px "microsoft yahei", Tahoma, Arial;
	line-height: 25px !important;
	color: #666;
	text-indent: 10px;
	top: 7px;
	right: 180px;
	background: url(../../../../Images/exhibition/version/2022/san.jpg) 65px 7px no-repeat #fff;
	cursor: pointer;
	z-index: 999;
}
#searchList ul {
	position: absolute;
	z-index: 9999;
	width: 92px;
	border: 1px solid #c4c4c4;
	display: block;
	top: 35px;
	right: 180px;
	padding: 5px 0;
	background: #fff;
}
#searchList ul li {
	display: block;
	font: normal 12px/22px microsoft yahei;
	color: #666;
	text-indent: 16px;
}
#searchList ul li:hover{
    background: #0981da;
    color: #fff;
}
/* 地区 */
.erea {
	position: absolute;
	width: 58px;
	height: 25px;
	border: 1px solid #c4c4c4;
	font: normal 12px/36px "microsoft yahei", Tahoma, Arial;
	line-height: 25px;
	color: #666;
	text-indent: 10px;
	top: 7px;
	right: 104px;
	background: url(../../../../Images/exhibition/version/2022/san.jpg) 40px 7px no-repeat #fff;
	cursor: pointer;
	z-index: 999;
}
.ereaTop {
	position: absolute;
	height: 25px;
	font: normal 12px/36px "microsoft yahei", Tahoma, Arial;
	line-height: 25px;
	color: #666;
	text-indent: 5px;
	top: 0;
	cursor: pointer;
	z-index: 999;
	width: 60px;
}
.ereaBot ul {
	width: 110px;
	position: absolute;
	top: 27px;
	left: 0;
	background: #fff;
	z-index: 99;
	border-top: 1px solid #c7c7c7;
}
.ereaBot ul li {
	height: 24px;
	color: #666;
	text-indent: 3px;
	width: 50px;
	line-height: 24px;
	float: left;
	z-index: 999;
}
.ereaBot ul li.selected{
    background:#1b8bd4;
    color:#fff;
    padding: 0;
}
.search button{
    position: absolute;
	right: -1px;
	top: -1px;
	bottom: -1px;
    width: 92px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    background-color: #945d56;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 0 30px 30px 0;
}
/* nav */
.nav{
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    background-color: #945d56;
    overflow: hidden;
}
.nav .w{
    overflow: hidden;
}
.nav a{
    float: left;
    padding: 0 37px;
    color: #fff;
}
.nav a.focus,.nav a:hover{
    background-color: #bc736a;
}

/* main */
.main {
    margin-top: 20px;
	border: 1px solid #eeeeee;
    overflow: hidden;
}
.mainLeft {
	width: 210px;
	float: left;
	padding: 30px;
}
.mainLeft ul {
	margin-top: 17px;
	margin-bottom: 18px;
}
.mainLeft ul li {
	margin-bottom: 20px;
}
.mainLeft ul li a {
	display: block;
	width: 130px;
	padding-left: 78px;
	height: 48px;
	border: 1px solid #eeeeee;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
    transition:none;
	background: url(https://www.gkzhan.com/images/exhibition2017/icons.png) no-repeat 42px 10px #945d56;
}
.mainLeft ul li a:hover {
	border: 1px solid #945d56;
	color: #945d56;
	text-decoration: none;
	background: url(https://www.gkzhan.com/images/exhibition2017/icons.png) no-repeat -206px 10px #fff;
}
.mainLeft ul li  .leftLi2{
	background-position: 42px -72px;
}
.mainLeft ul li  .leftLi3{
	background-position: 42px -153px;
}
.mainLeft ul li  .leftLi4{
	background-position: 42px -232px;
}

.mainLeft ul li  .leftLi2:hover{
	background-position: -206px -72px;
}
.mainLeft ul li  .leftLi3:hover{
	background-position: -205px -153px;
}
.mainLeft ul li  .leftLi4:hover{
	background-position: -206px -232px;
}
.mainLeft ul li  .leftLi5{
	background: url(https://www.gkzhan.com/images/exhibition2017/meeting0.png) no-repeat 42px 10px #945d56;
}
.mainLeft ul li  .leftLi5:hover{
	background: url(https://www.gkzhan.com/images/exhibition2017/meeting.png) no-repeat 42px 10px;
}
.officialWeChat {
	width: 208px;
	border: 1px solid #eee;
	border-radius: 5px;
	text-align: center;
}
.officialWeChat p {
	text-align: center;
	font-size: 14px;
	line-height: 39px;
	color: #fff;
	background: #945d56;
	border-radius: 5px 5px 0 0;
}
.officialWeChat .img2 {
	padding-top: 20px;
	height: 150px;
}
.officialWeChat .pradius {
	border-radius: 0;
}
.officialWeChat img {
	padding: 20px;
}
.mainRight {
	border-left: 1px solid #eee;
	padding-left: 29px;
    padding-right: 50px;
	position: relative;
	overflow: hidden;
}
.rTitle {
	width: 114px;
	height: 47px;
	font-size: 18px;
	line-height: 47px;
	color: #fff;
	text-align: center;
	background: url(https://www.gkzhan.com/images/exhibition2017/enbg.png) no-repeat;
}
.rTitle a.back {
	line-height: 47px;
	background: url(http://www.ybzhan.cn/images/exhibition2017/enbg.png) no-repeat;
	position: absolute;
	top: 0;
	left: 150px;
	width: 114px;
	height: 47px;
	color: #fff;
	font-size: 12px;
}
.mainRight h2 {
	font-size: 30px;
	line-height: 35px;
	color: #333;
	margin: 25px 0;
	max-height: 70px;
	overflow: hidden;
}
.mainRight h2 a{
    color: #333;
}
.mainRight h2 a:hover{
    color: #945d56;
}
.visit p {
	font-size: 16px;
	color: #945d56;
	line-height: 25px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}
.visit div {
	margin-top: 15px;
}
.nature {
	margin-top: 25px;
}
.enInfor {
	margin-top: 20px;
}
.enInfor label {
	display: block;
	margin-top: 25px;
}
.enInfor label span {
	display: inline-block;
	width: 90px;
	font-size: 14px;
	line-height: 40px;
	color: #333;
}
.enInfor label span b {
	font-weight: normal;
	line-height: 40px;
	color: #FF0000;
}
.enInfor label input {
	width: 668px;
	height: 38px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 40px;
	color: #aaa;
}
.enInfor #areawrap {
	display: block;
	margin-top: 25px;
}
.enInfor #areawrap em {
	display: inline-block;
	width: 80px;
	font-size: 14px;
	line-height: 40px;
	color: #333;
	font-style: normal;
}
.dropdown {
	width: 170px;
	height: 38px;
	border: 1px solid #E1E1E1;
	color: #aaa;
	margin-right: 20px;
	float: right;
}
#area {
	position: absolute;
	left: 90px;
	padding-left: 5px;
	top: 0;
}
#type {
	padding-left: 5px;
	position: absolute;
	right: 550px;
	top: 0;
}
.enInfor #areawrap span {
	display: inline-block;
	width: 177px;
	font-size: 14px;
	line-height: 40px;
	color: #333;
}
.enInfor #areawrap span b {
	font-weight: normal;
	line-height: 40px;
	color: #FF0000;
}
.dropdown ul {
	width: 177px;
	background: #fff;
	border: 1px solid #ebebeb;
	position: absolute;
	height: 200px;
	overflow-y: scroll;
	left: -1px;
	top: 33px;
	display: none;
	padding: 3px 0;
}
.dropdown ul li {
	float: left;
	font-size: 14px;
	line-height: 22px;
	width: 150px;
	color: #333;
	padding-left: 10px;
}
.dropdown ul li:hover{
    background-color: #945d56;
    color: #fff;
}
.enInfor label textarea {
	width: 668px;
	height: 195px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 40px;
	color: #aaa;
}
.enInfor label input:hover {
	border: 1px solid #945d56;
}
.enInfor label textarea:hover {
	border: 1px solid #945d56;
}
#areawrap {
	position: relative;
}
#b {
    margin-left: 210px;
}
.enInfor .code {
	position: relative;
	display: block;
	margin-top: 25px;
}
.enInfor .code span {
	display: inline-block;
	width: 90px;
	font-size: 14px;
	line-height: 40px;
	color: #333;
}
#imgValCode {
	position: absolute;
	left: 424px;
	top: 0;
}
#imgValCode {
	position: absolute;
	left: 424px;
	top: 0;
}
.enInfor .code {
	position: relative;
	display: block;
	margin-top: 25px;
	height: 75px;
}
.enInfor .code input#txtcode {
	width: 311px;
}
.enInfor .code input:hover {
	border: 1px solid #945d56;
}
.agree b {
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 12px;
	border: 2px solid #dddddd;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
}
.agree b i {
	display: none;
	font-size: 10px;
	color: #fff;
	margin-top: 2px;
}
.agree b.active {
	border-color: #945d56;
	background-color: #945d56;
}
.agree b.active i {
	display: block;
}
.agree a {
	font-size: 14px;
	color: #999;
	text-decoration: underline;
	line-height: 18px;
	overflow: hidden;
	display: block;
}
.btns {
	margin: 20px 0;
}
.btns {
	margin: 20px 0;
}
.enInfor .code input {
	width: 668px;
	height: 38px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 40px;
	color: #aaa;
}
.btns input {
	width: 100px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	color: #fff;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}
#btn1 {
	background: #945d56;
	margin: 0 10px 0 327px;
}
#btn2 {
	background: #464646;
}
.exType p{
	font-size: 16px;
	color: #945d56;
	line-height: 25px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}

.exType p span{
	font-size: 14px;
	color: #aaa;
	margin-left: 10px;
	font-weight: 500;

}
.enInfor p {
	font-size: 16px;
	color: #945d56;
	line-height: 25px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}
/* bannerAdv */
.bannerAdv ul{
    margin: 25px -5px 0;
    overflow: hidden;
}
.bannerAdv .line-2 li{
    width: 50%!important;
}
.bannerAdv .line-3 li{
    width: 33.3%!important;
}
.bannerAdv .line-4 li{
    width: 25%!important;
}
.bannerAdv .line-5 li{
    width: 20%!important;
}
.bannerAdv li{
    float: left;
    width: 100%;
    height: 86px;
    padding: 5px;
    box-sizing: border-box;
}
.bannerAdv li img{
    width: 100%;
    height: 100%;
}
.bannerAdv li a{
    display: block;
    height: 100%;
    position: relative;
}
/* footer */
.foot_bg {
	background: #f6f6f6;
	margin-top: 30px;
}
.foot {
	margin: 0 auto;
	padding: 20px 0 20px;
	text-align: center;
	color: #666666;
	border-top: 1px solid #e6e6e6;
}
.foot p {
	text-align: center;
	line-height: 40px;
	color: #b2b2b2;
}

.foot p a {
	color: #666666;
	margin: 0 6px;
}

.foot a:hover {
	color: #b31717;
	text-decoration: underline;
}

.foot span {
	font-size: 14px;
	color: #000;
	display: block;
	line-height: 30px;
}

.foot i {
	font-style: normal;
	color: #b31717;
}
.bottom {
	display: inline-block;
	margin: 20px 45px 0 45px;
	line-height: 26px;
	color: #666666;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
}

.bottom img {
	vertical-align: top;
	margin-top: 3px;
}

.bottom b {
	display: block;
	line-height: 26px;
	height: 26px;
	font-weight: normal;
	text-align: left;
}
.bottom .qq{
	position: relative;
	cursor: pointer;
}
.bottom .qq .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: 500;
	height: 20px;
	 width: 110px;
	 text-align: center;
	 resize: none;
	 cursor: pointer;
     overflow: hidden;
   resize: none;
   font-family: "Microsoft Yahei";
	}
	.bottom .qq .QQhover::after{
	 position: absolute;
	 left: 0;
	 top: 0;
	 line-height: 20px;
	 content: "QQ:";
	}
	.bottom .qq:hover .QQhover{
	 display: inline-block;
	}
.bottom b a {
	color: #666;
}

.bottom.bg1 {
	padding: 0 0 0 28px;
	background: url("https://www.gkzhan.com/images/index/Version/2022/index2016.png") no-repeat -84px -651px;
}

.bottom.bg2 {
	padding: 0 0 0 28px;
	background: url("https://www.gkzhan.com/images/index/Version/2022/index2016.png") no-repeat -84px -743px;
}
.beian {
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	color: #666;
	text-align: center;
}
.beian i {
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url("https://www.gkzhan.com/images/index/Version/2022/police_ico.png") no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: 14px;
	margin-right: 5px;
}
.beian a {
	color: #666;
}
/* goTop */
.backHome {
	width: 54px;
	position: relative;
}

.backHome a.guest,
.backHome a.guest,
.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/public/rightBar2.png) no-repeat 0 0 #945d56;
	text-decoration: none;
}

.backHome a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.backHome a.guest {
	background: url(/images/public/rightBar2.png) no-repeat 0 -114px #945d56;
}

.backHome a.price {
	background: url(/images/public/rightBar2.png) no-repeat 0px -57px #945d56;
}

.backHome a.rightWx {
	background: url(/images/public/rightBar2.png) no-repeat 0px -228px #945d56;
}

.backHome img {
	position: absolute;
	right: 65px;
	top: 77px;
	width: 100px;
	height: 100px;
	display: none;
}
.toTop {
	width: 54px;
	height: 54px;
	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/public/rightBar2.png) no-repeat 0px -170px #945d56;
	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);
}
#goTop {
	position: fixed;
	_position: absolute;
	top: 177px;
	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/public/rightBar2.png) no-repeat 0px -288px #945d56;
}

.backHome .qq:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
	color: #fff!important;
}

.qqconsult {
	display: none;
	position: absolute;
	left: -170px;
	top: -30px;
	width: 160px;
	padding-right: 10px;
	z-index: 9999;
}

.qqBox {
	width: 140px;
	height: 95px;
	background-color: #fff;
	border: #945d56 10px solid;
}

.qqBox h3 {
	width: 138px;
	background-color: #945d56;
	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: 10px;
	display: block;
	float: left;
	cursor: pointer;
	border: none;
	height: 16px;
	line-height: 16px;
	width: 68px;
	color: #fff;
	font-family: "microsoft yahei";
}
.qqBox p a{
	position: relative;
	cursor: pointer;
}
.qqBox p 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: 500;
	height: 20px;
	 width: 110px;
	 text-align: center;
	 resize: none;
	 cursor: pointer;
     overflow: hidden;
   resize: none;
   /* font-family: "Microsoft Yahei"; */
	}
	.qqBox p a .QQhover::after{
	 position: absolute;
	 left: 0;
	 top: 0;
	 line-height: 20px;
	 content: "QQ:";
	}
	.qqBox p a:hover .QQhover{
	 display: inline-block;
	}
.qqBox p a.btn1 {
	background-color: #945d56;
}

.qqBox p a.btn2 {
	background-color: #f26522;
}

.backHome .app {
	width: 54px;
	height: 19px;
	display: block;
	float: left;
	text-align: center;
	font: normal 11px "Microsoft Yahei", "simhei";
	color: #fff;
	padding: 35px 0px 0 0px;
	margin: 2px 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: url(/images/public/rightBar3.png) no-repeat 0 -344px #945d56;
	text-decoration: none;
}

.appBot {
	position: absolute;
	top: 0;
	right: 60px;
	display: none;
}

.appBot img {
	max-width: 223px;
	width: auto;
	height: auto;
	position: static;
	display: block;
}
.weixinImg {
    max-width: 100px;
}
.tips{margin-top: 10px;font-size: 14px;height: 25px;line-height: 25px;}
.tips img{margin-right: 5px;vertical-align: middle;}
@media screen and (max-width: 1279px){
	.w{
		width: 1000px;
	}
	body{
		min-width: 1000px;
	}
	.iframe {
		height: 32px;
	}
	#header {
		height: 32px;
	}
	.header {
		height: 32px;
	}
	#divLogin ul li {
		margin: 0 10px;
		font-size: 12px;
		line-height: 32px;
	}
	.multimedia {
		top: -32px;
		font-size: 12px;
		line-height: 32px;
	}
	.multimedia > div {
		padding-left: 10px;
	}
	.bannerAdv-box{
		margin-top: 10px;
	}
	.top {
		margin: 15px auto;
	}
	.top .logo img {
		height: 42px;
	}
	.top .logo span {
		font-size: 16px;
		margin: 4px 0 0 24px;
		padding-left: 24px;
	}
	.top .logo span i {
		height: 12px;
		width: 146px;
		margin-top: 5px;
	}
	.top .search {
		height: 36px;
		width: 534px;
		margin-top: 5px;
		border: 1px solid #945d56;
	}
	.top .search .searchSelect {
		height: 34px;
		width: 88px;
	}
	.searchSelectTop p {
		line-height: 34px;
		font-size: 12px;
		text-indent: 12px;
	}
	.searchSelectTop i {
		right: 6px;
	}
	.searchSelectBot {
		border: 1px solid #945d56;
		top: 34px;
	}
	.search input.searchText {
		width: 244px;
		line-height: 34px;
		height: 34px;
		text-indent: 10px;
		font-size: 13px;
	}
	#hangye {
		width: 84px;
		height: 22px;
		line-height: 22px !important;
		text-indent: 8px;
		top: 6px;
		right: 180px;
	}
	.erea {
		width: 54px;
		height: 22px;
		line-height: 22px;
		text-indent: 10px;
		top: 6px;
		right: 104px;
		background: url(../../../../Images/exhibition/version/2022/san.jpg) 38px 6px no-repeat #fff;
	}
	.ereaTop {
		height: 22px;
		font: normal 12px/22px "microsoft yahei", Tahoma, Arial;
		line-height: 22px;
		width: 54px;
	}
	.searchSelectBot li {
		text-indent: 17px;
		font-size: 13px;
		line-height: 24px;
	}
	#searchList ul {
		width: 84px;
		top: 31px;
	}
	.ereaBot ul {
		top: 24px;
	}
	.search button {
		width: 70px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.nav {
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
	.nav a {
		padding: 0 20px;
	}
    .bannerAdv ul {
		margin: 15px -5px 0;
	}
    .mainRight {
        padding-right: 70px;
    }
    #type {
        right: 82px;
    }
	.foot_bg {
		margin-top: 20px;
	}
    .foot {
		padding: 10px 0 10px;
	}

}

@media only screen and (min-width: 1280px) and (max-width: 1439px){
	.w{
		width: 1200px;
	}
	body{
		min-width: 1200px;
	}
	.iframe {
		height: 32px;
	}
	#header {
		height: 32px;
	}
	.header {
		height: 32px;
	}
	#divLogin ul li {
		margin: 0 10px;
		font-size: 12px;
		line-height: 32px;
	}
	.multimedia {
		top: -32px;
		font-size: 12px;
		line-height: 32px;
	}
	.multimedia > div {
		padding-left: 10px;
	}
	.bannerAdv-box {
		margin-top: 13px;
	}
	.top {
		margin: 20px auto;
	}
	.top .logo img {
		height: 48px;
	}
	.top .logo span {
		font-size: 20px;
		font-weight: 700;
		margin: 5px 0 0 28px;
		padding-left: 28px;
	}
	.top .logo span i {
		height: 12px;
		width: 144px;
		margin-top: 4px;
	}
	.top .search {
		height: 36px;
		width: 534px;
		margin-top: 8px;
		border: 1px solid #945d56;
	}
	.top .search .searchSelect {
		height: 34px;
		width: 88px;
	}
	.searchSelectTop p {
		line-height: 34px;
		font-size: 14px;
		text-indent: 12px;
	}
	.searchSelectTop i {
		right: 6px;
	}
	.searchSelectBot {
		border: 1px solid #945d56;
		top: 34px;
	}
	.search input.searchText {
		width: 244px;
		line-height: 34px;
		height: 34px;
		text-indent: 10px;
		font-size: 14px;
	}
	#hangye {
		width: 84px;
		height: 22px;
		line-height: 22px !important;
		text-indent: 8px;
		top: 6px;
		right: 180px;
	}
	.erea {
		width: 54px;
		height: 22px;
		line-height: 22px;
		text-indent: 10px;
		top: 6px;
		right: 104px;
		background: url(../../../../Images/exhibition/version/2022/san.jpg) 38px 6px no-repeat #fff;
	}
	.ereaTop {
		height: 22px;
		font: normal 12px/22px "microsoft yahei", Tahoma, Arial;
		line-height: 22px;
		width: 54px;
	}
	.searchSelectBot li {
		text-indent: 17px;
		font-size: 13px;
		line-height: 24px;
	}
	#searchList ul {
		width: 84px;
		top: 31px;
	}
	.ereaBot ul {
		top: 24px;
	}
	.search button {
		width: 70px;
		height: 36px;
		line-height: 36px;
		font-size: 15px;
	}
	.nav {
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
	.nav a {
		padding: 0 28px;
	}
    .mainRight {
        padding-right: 110px;
    }
    #type {
        right: 240px;
    }
    .bannerAdv ul {
		margin: 20px -5px 0;
		overflow: hidden;
	}
    .foot_bg {
		margin-top: 20px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px){
	.w{
		width: 1400px;
	}
	body{
		min-width: 1400px;
	}
	.bannerAdv-box {
		margin-top: 15px;
	}
	.top {
		margin: 24px auto;
	}
	.top .logo img {
		height: 56px;
	}
	.top .logo span {
		font-size: 22px;
		margin: 5px 0 0 35px;
		padding-left: 35px;
	}
	.nav {
		height: 44px;
		line-height: 45px;
		font-size: 18px;
	}
	.nav a {
		padding: 0 34px;
	}
    .mainRight {
        padding-right: 100px;
    }
    #type {
        right: 450px;
    }


}
@media only screen and (min-width: 1600px) and (max-width: 1920px){
	.w{
		width: 1560px;
	}
	body{
		min-width: 1560px;
	}
    .mainRight {
		padding-right: 164px;
    }
}
@media only screen and (min-width: 1730px) and (max-width: 1919px){
	.w{
		width: 1560px;
	}
	body{
		min-width: 1560px;
	}
    .mainRight {
		padding-right: 164px;
    }
}
@media screen and (min-width: 1921px){
	.w{
		width: 1600px;
	}
}







