﻿body {
	min-width: 1180px;
}

.header {
	height: 31px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}

.head {
	width: 1180px;
	height: 31px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.head span {
	float: left;
	line-height: 31px;
}

.head span a {
	color: #333;
	margin-right: 10px;
}
.head span a.home {
	color: #ff6600;
}

.head span a.login {
	color: #333;
}

.head p {
	float: right;
	line-height: 31px;
	color: #ddd;
}

.head p a {
	color: #333;
	margin: 0 5px;
	display: inline-block;
}

.head p a.mobile {
	color: #333;
	background: url("../images/job2016/bg2.png") no-repeat -5px 1px;
}
.head p a.wchat {
	color: #333;
	background: url("../images/job2016/bg2.png") no-repeat -64px 1px;
}

.head a:hover {
	color: #0070ce;
}

.head p a.mobile {
	padding-left: 15px;
}
.head p a.wchat {
	padding-left: 23px;
}
.top {
	width: 1180px;
	height: 110px;
	margin: 0px auto 0 auto;
	position: relative;
}
.top .adver{
	position: absolute;
	top: 46px;
	right: 40px;
	color: #ff6600;
}
.logo {
	float: left;
	margin-top: 30px;
	height: 56px;
	position: relative;
}
.logo a{
	width: 220px;
	height: 60px;
	background: url(../images/index/ybzhanlogo2017.png) no-repeat;
	display: inline-block;
}
.logo p{
	display: inline-block;
	font-size: 30px;
	color: #005bac;
	height: 50px;
	line-height: 42px;
	padding-left: 15px;
	border-left: 1px solid #d7d7d7;
	position: absolute;
    top: 7px;
    left: 230px;
    width: 80px;
}

.menu {
	height: 46px;
	background-color:#0070ce;
}

.nav {
	width: 1180px;
	height: 46px;
    margin: 0 auto;
    position: relative;
}

.nav ul li {
	float: left;
	padding: 0 32px;
	font-size: 18px;
	line-height: 46px;
}

.nav ul li a {
	color: #fff;
}
.nav ul li:hover{
	background: #c;
	cursor: pointer;
}

.nav ul li.home {
    width: 146px;
	background: #ff6600;
	display: block;
}
.nav .info{
    position: absolute;
    top: 0;
    right: 95px;
    font-size: 14px;
}
.search {
	width: 750px;
	float: right;
	margin-top: 36px;
}

.searchItem {
	width: 72px;
	float: left;
	position: relative;
}

.searchTop {
	height: 38px;
	border: 1px solid #0070ce;
	border-right: 0;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
}

.searchTop p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 7px;
	padding-left: 14px;
	border-right: 1px solid #ddd;
	/* text-indent: 16px; */
}

.searchTop i {
	position: absolute;
	width: 12px;
	height: 10px;
	background: url("../images/job2016/bg1.png") no-repeat -42px -58px;
	top: 16px;
	right: 12px;
}

.searchBot {
	width: 70px;
	position: absolute;
	left: 0;
	top: 39px;
	background-color: #fff;
	border: 1px solid #ddd;
	display: none;
}

.searchBot li {
	line-height: 20px;
	display: block;
	text-indent: 14px;
}


.searchBot li:hover {
	background-color:#0070ce;
	color: #fff;
}

.search input {
	width: 351px;
	float: left;
	border-top: 1px solid #0070ce;
	border-bottom: 1px solid #0070ce;
	border-left: 0;
	border-right: 0;
	font-size: 14px;
	padding: 8px 0;
	height: 22px;
	line-height: 22px;
	text-indent: 14px;
	font-family: microsoft yahei;
}

.search button {
	width: 70px;
	height: 40px;
	float: left;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border: none;
	background-color: #0070ce;
    cursor: pointer;
    color: white;
    font-size: 18px;
    font-family: microsoft yahei;
}
.contentTop{
    width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.contentTop .topLeft{
    width: 210px;
	height: 572px;
	float: left;
}
.contentTop .topLeft ul{
    background-color: #f0f0f0;
	text-align: center;
	padding: 10px 0;
}
.contentTop .topLeft ul li a{
    font-size: 14px;
    color: #333;
    display: inline-block;
    height: 46px;
	line-height: 46px;
}
.contentTop .topLeft ul li:hover a{
	color: #ff6600;
}
.topCenter{
	float: left;
	height: 572px;
}
.topCenter .topImg{
	width: 640px;
	height: 280px;
	margin: 20px;
	position: relative;
}
.topCenter .topImg 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;
  }
.topCenter .topAdver{
	width: 640px;
	background-color: #f0f0f0;
	margin: 0 20px;
}
.topCenter .topAdver ul{
	overflow: hidden;
	width: 640px;
	padding: 6px 4px 10px;
}
.topCenter .topAdver ul li{
	background-color: white;
	width: 148px;
	height: 108px;
	margin: 5px;
	float: left;
	position: relative;
}
.topCenter .topAdver ul li img{
	display: block;
	margin: 2px auto;
	max-width: 148px;
	max-height: 45px;
}

.topCenter .topAdver ul li span{
	display: block;
	font-size: 14px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	color: #b4b4b4;
}
.topCenter .topAdver ul li p{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #ff6600;
}
.topCenter .topAdver ul li i{
	position: absolute;
    left: 0;
    bottom:36px;
    z-index: 9;
    width: 24px;
    height: 12px;
    background: url(https://public.mtnets.com/Images/public/adv.png) no-repeat;
}
.topRight{
	float: left;
}
.log{
	width: 290px;
	height: 280px;
	background-color: #f0f0f0;
	margin: 20px 0;
}
.log h2{
	height: 42px;
	line-height: 42px;
	border-bottom: 2px solid #d2d2d2;
	margin: 10px 20px;
}
.log h2 span{
	display: inline-block;
	width: 135px;
	font-size: 20px;
	height: 42px;
	line-height: 42px;
	color: #ff6600;
	border-bottom: 2px solid #ff6600;
	text-align: center;
	font-weight: normal;
}
.log .user{
	width: 248px;
	height: 38px;
	margin: 15px auto;
	border: 1px solid #dcdcdc;
	font-size: 0;
	overflow: hidden;
}
.log .user span{
	display: inline-block;
	width: 38px;
	height: 38px;
	float: left;
	background: url(../images/job2016/bg2.png) no-repeat -56px -40px;
}
.log .user input{
	text-indent: 1em;
	width: 210px;
	height: 38px;
	border: 0;
	float: left;
	font-size: 14px;
}
.log .code{
	width: 248px;
	height: 38px;
	margin: 15px auto;
	border: 1px solid #dcdcdc;
	font-size: 0;
	overflow: hidden;
}
.log .code span{
	display: inline-block;
	width: 38px;
	height: 38px;
	float: left;
	background: url(../images/job2016/bg2.png) no-repeat -56px -88px;
}
.log .code input{
	text-indent: 1em;
	width: 210px;
	height: 38px;
	border: 0;
	float: left;
	font-size: 14px;
}
.log .remember{
	position: relative;
	padding: 10px 20px;
}
.log .remember input{
	width: 14px;
	height: 14px;
	margin: 0;
}
.log .remember span{
	position: absolute;
	top: 8px;
    left: 40px;
}
.log .remember a{
	position: absolute;
	top: 10px;
	right: 20px;
	color: #0070ce;
}
.log i{
	font-style: normal;
}
.log i a{
	width: 250px;
	height: 40px;
	display: block;
	background-color: #ff6600;
	color: white;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
}
.hotJob{
	height: 252px;
	width: 290px;
	margin-top: 17px;
	background-color: #f0f0f0;
	position: relative;
}
.hotJob .title{
	margin-top: 15px;
	float: left;
	width: 100%;
}
.hotJob .title i{
	float: left;
	width: 5px;
	height: 15px;
	margin-top: 4px;
	background-color: #ff6600;
	
}
.hotJob .title h3{
	float: left;
	color: #333;
	margin-left: 11px;
	font:normal 18px/23px "microsoft yahei";
}
.hotJob_list{
	position: relative;
	overflow: hidden;
	width: 290px;
	height: 200px;
}
.hotJob_list ul{
	position: absolute;
}
.hotJob_list ul li{
	float: left;
}
.hotJob_list dl{
	margin-top: 10px;
	width: 274px;
	padding-left: 16px;
}
.hotJob_list dl dt{
	float: left;
	width: 180px;
	font:normal 14px/26px "microsoft yahei";
	text-indent:15px;
	background: url(../images/job2016/job2016.png) 0 11px no-repeat;
	
}
.hotJob_list dl dt a{
	color: #0070ce;
}
.hotJob_list dl dt a:hover{
	color:#ff6600;
}
.hotJob_list dl dd{
	float: right;
	margin-right: 15px;
	font:normal 12px/26px "microsoft yahei";
	color: #999;
}
.hotJob .preNext {
	height: 23px;
	width: 23px;
	position: absolute;
	top: 15px;
	
}
.hotJob .pre{
	background: url(../images/job2016/job2016.png) 0 -48px no-repeat;
	right: 46px;
}
.hotJob .next{
	right: 16px;
	background: url(../images/job2016/job2016.png) -29px -73px no-repeat;
}
.hotJob .pre:hover{
	background: url(../images/job2016/job2016.png) 0 -73px no-repeat;
}
.hotJob .next:hover{
	background: url(../images/job2016/job2016.png) -29px -48px no-repeat;
}

.company{
	width: 1180px;
	margin: 0 auto;
}
.company .comTitle{
	background-color: #eeeeee;
	position: relative;
	margin: 16px 0;
}
.company .comTitle h2{
	width: 140px;
	font-size: 22px;
	color: #ff6600;
	height: 40px;
	line-height: 40px;
	border-top: 3px solid #ff6600;
	text-align: center;
	background-color: white;
	font-weight: normal;
}
.company .comTitle span{
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 14px;
	line-height: 43px;
}
.company .comTitle span a{
	color: #727272;
}
.company ul{
	width: 1200px;
	overflow: hidden;
}
.company p span{
	position: absolute;
	top: 0;
	right: 0;
}
.company ul li{
	width: 378px;
	height: 134px;
	border: 1px solid #ddd;
	margin: 10px 20px 10px 0;
	float: left;
	position: relative;
}
.company .comImg{
	width: 145px;
	height: 134px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.company ul li .comContent{
	width: 200px;
	position: absolute;
	top: 0;
	left: 165px;
}
.company ul li b{
	display: block;
	font-size: 16px;
	font-weight: normal;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	margin-top: 10px;
}
.company ul li b a{
	color: #ff6600;
}
.company ul li span{
	font-size: 14px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.company ul li span a{
	color: #666666;
}
.company ul li p{
	font-size: 18px;
	color: #666666;
	position: relative;
	height: 38px;
	line-height: 38px;
	font-weight: bold;
}
.company ul li p i{
	font-size: 12px;
	color: #666666;
	font-style: normal;
	position: absolute;
	top: 0;
	right: 0;
}
.newJob{
	width: 1180px;
	margin: 0 auto 25px;
}
.newJob .jobTitle{
	background-color: #eeeeee;
	position: relative;
	margin: 16px 0;
}
.newJob .jobTitle h2{
	width: 140px;
	font-size: 22px;
	color: #ff6600;
	height: 40px;
	line-height: 40px;
	border-top: 3px solid #ff6600;
	text-align: center;
	background-color: white;
	font-weight: normal;
}
.newJob .jobTitle span{
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 14px;
	line-height: 43px;
}
.newJob .jobTitle span a{
	color: #727272;
}
.newJob table{
	width: 100%;
}
.newJob table thead{
	border: 1px solid #dcdcdc;
}
.newJob table th{
	text-align: left;
    text-indent: 2em;
	width: 20%;
	font-size: 14px;
	height: 46px;
	line-height: 46px;
	background-color: #f5f5f5;
}
.newJob table tbody {
	border: 1px solid #dcdcdc;
	border-top: none;
}
.newJob table tbody tr{
	height: 48px;
}
.newJob table tbody tr:hover{
	background-color: #f8f8f8;
}
.newJob table tbody tr:hover td.position a{
	color: #ff6600;
} 
.newJob table td{
	text-indent: 2em;
	line-height: 48px;
	font-size: 14px;
	color: #666666;
}
.newJob table td a{
	color: #666666;
}
.newJob table td.position a{
	font-size: 16px;
	color: #333;
}
.newJob table td.salary{
	color: #ff6600;
	font-size: 16px;
}
.person{
	width: 1180px;
	margin: 0 auto;
}
.person .PerTitle{
	background-color: #eeeeee;
	position: relative;
	margin: 16px 0;
}
.person .PerTitle h2{
	width: 140px;
	font-size: 22px;
	color: #ff6600;
	height: 40px;
	line-height: 40px;
	border-top: 3px solid #ff6600;
	text-align: center;
	background-color: white;
	font-weight: normal;
}
.person .PerTitle span{
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 14px;
	line-height: 43px;
}
.person .PerTitle span a{
	color: #727272;
}
.person ul{
	width: 1200px;
	overflow: hidden;
}
.person ul li{
	width: 380px;
	margin-right: 20px;
	float: left;
}
.person ul li img{
	width: 380px;
	height: 225px;
}
.person ul li .content{
	width: 378px;
	border: 1px solid #e3e3e3;
	padding-bottom: 15px;
}
.person .conTitle{
	position: relative;
	padding: 10px;
	margin: 0 10px 15px;
	border-bottom: 1px solid #cdcdcd;
}
.person .conTitle h2{
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	border-left: 5px solid #2b82d9;
	padding: 0 10px;
}
.person .conTitle span{
	position: absolute;
	top: 12px;;
	right: 20px;
	font-size: 14px;
	border: 1px solid #333;
	padding: 0 6px;
	border-radius: 8px;
}
.person .conTitle span a{
	color: #333;
}
.person ul li .content p{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 20px;
}
.person ul li .content p a{
	color: #333;
}
.person ul li .content p:hover a{
	color: #ff6600;
}
.media{
	width: 1180px;
	margin: 20px auto;
	overflow: hidden;
	border: 1px solid #e3e3e3;
}
.media h2{
	font-weight: normal;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
}
.media span{
	float: left;
	margin: 20px 15px;
	position: relative;
}
.media span a{
	color: white;
	display: inline-block;
	line-height: 45px;
	position: absolute;
	top: 0;
	left: 60px;
}
.media span b{
	display: inline-block;
	width: 1px;
	height: 45px;
	background-color: #b4b4b4;
	position: absolute;
	top: 0;
	left: 45px;
}
.media span.code{
	width: 100px;
	padding-top: 100px;
	background: url(../images/job2016/img5.png) no-repeat 0 0;
	margin-top: 0;
	margin-left: 20px;
}
.media span.code a{
	color: #f3652e;
	display: inline;
	line-height: 20px;
	position: static;
}
.media span.wechat{
	display: inline-block;
	width: 170px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	border-radius: 5px;
	background:#e3aa4f url(../images/job2016/bg3.png) no-repeat 8px 0px;
}
.media span.webo{
	display: inline-block;
	width: 170px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	border-radius: 5px;
	background:#e65e42 url(../images/job2016/bg3.png) no-repeat 8px -70px;
}
.media span.contri{
	display: inline-block;
	width: 170px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	border-radius: 5px;
	background:#8db800 url(../images/job2016/bg3.png) no-repeat 10px -144px;
}
.media span.coop{
	display: inline-block;
	width: 170px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	border-radius: 5px;
	background:#0f8eec url(../images/job2016/bg3.png) no-repeat 8px -204px;
}
.media span.view{
	display: inline-block;
	width: 170px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	border-radius: 5px;
	background:#308eb5 url(../images/job2016/bg3.png) no-repeat 8px -286px;
}
.friend{
	width: 1180px;
	margin: 20px auto;
	overflow: hidden;
}
.friend li{
	width: 230px;
	float: left;
	margin: 0 32px;
}
.friend li h2{
	width: 80px;
    margin: 10px 0;
    height: 40px;
    line-height: 40px;
}
.friend li span{
	margin-right: 10px;
	height: 24px;
	line-height: 24px;
}
.friend li span a{
	color: #666666
}
.friend .new h2{
	background: url(../images/job2016/bg3.png) no-repeat 0 -380px;
	padding-left: 40px;
}
.friend .child h2{
	background: url(../images/job2016/bg3.png) no-repeat 0 -458px;
	padding-left: 40px;
}
.friend .find h2{
	background: url(../images/job2016/bg3.png) no-repeat 0 -536px;
	padding-left: 40px;
}
.friend .server h2{
	background: url(../images/job2016/bg3.png) no-repeat -128px -480px;
	padding-left: 40px;
}
#service{ width:100%; height:118px; margin:20px auto 0;}
.service{ width:1180px; height:94px; margin:0 auto;}
.service dl{ width:240px; height:94px; float:left; padding-left:35px; }
.service dt{ width:210px; height:48px; float:left; font:normal 16px/48px "Microsoft Yahei","\5b8b\4f53"; color:#565656; text-indent:48px; background:url("/images/job/serviceIcon.jpg") no-repeat;}
.service dd{ width:210px; height:46px; float:left; line-height:23px;}
.service dd a{ color:#999; padding-right:14px;font-family: "\5b8b\4f53";}
.service dd a:hover{ color:#168ce3; text-decoration:underline;}
.service .s4,.service .s4 dt{ width:210px;}
.service .s2 dt{ background-position:0 -48px;}
.service .s3 dt{ background-position:0 -96px;}
.service .s4 dt{ background-position:0 -144px;}

#footer{ width:100%; margin:0 auto; padding-bottom:16px;min-width: 1180px;background: #f6f6f6;border-top: 1px solid #ebebeb;}
.footer{ width:1180px; margin:0 auto; padding-top:16px;}
.footer p{ width:1180px; float:left; font:normal 12px/30px "Microsoft Yahei","\5b8b\4f53"; overflow:hidden; color:#878787;}
.footer p a{ padding:0 4px; color:#878787;}
.footer p a:hover,.footer span a:hover{ color:#168ce3; text-decoration:underline;}
.footer span{ width:1180px; height:26px; float:left; padding:16px 0; text-align:center; font:normal 16px/26px "Microsoft Yahei","\5b8b\4f53"; color:#333;}
.footer span a{ color:#333; padding:0 10px;}
.footer b{ width:1180px; height:21px; float:left; text-align:center; font:normal 12px/21px "Tahoma","\5b8b\4f53"; color:#888;}
.footer strong{ padding:0 15px;}

.nicheTit{margin: 20px auto 15px;width: 1180px;}
.nicheTit h3{font:normal 18px/25px "Microsoft Yahei";color: #333;}

.platform{width: 1160px;height: 176px; margin: 0 auto 0;margin-bottom: 15px; border: 1px solid #ebebeb;margin-top: 20px;padding: 20px 0 20px 20px;}
.platApp{width: 100px; float: left;margin-right: 20px;}
.platApp span{width: 100px;height: 100px;float: left;background: url("/images/job/ybAPP.jpg") no-repeat;}
.platApp>a{font-size: 14px;line-height: 20px;color: #e65e42;display: inline-block;}
.platform p{width: 955px;float: left;}
.platform p a{width: 169px;height: 45px;float: left;border-radius: 5px;margin-right: 22px; text-indent: 65px; margin-top: 27px; font: 18px/45px "Microsoft Yahei","\5b8b\4f53";color: #fff;background-size: contain;}
.platform p a:hover{color: #fff !important;text-decoration: none;}
.platform p a.media1{background: #e3aa4f url("/images/job/platform-icon.png") no-repeat 12px 0;}
.platform p a.media2{background: #e65e42 url("/images/job/platform-icon.png") no-repeat 12px -64px;}
.platform p a.media3{background: #8db800 url("/images/job/platform-icon.png") no-repeat 12px -128px;position: relative;cursor: pointer;}
.platform p .media3 .QQhover {
	position: absolute;
	left: 0px;
	bottom: 40px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 30px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 30px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;
	font-family: "Microsoft Yahei";
   }
   .platform p .media3 .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
	content: "QQ:";
   }
   .platform p .media3:hover .QQhover{
	display: inline-block;
   }
.platform p a.media4{background: #0f8eec url("/images/job/platform-icon.png") no-repeat 12px -193px;position: relative;cursor: pointer;}
.platform p .media4 .QQhover {
	position: absolute;
	left: 0px;
	bottom: 40px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 30px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 30px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;
	font-family: "Microsoft Yahei";
   }
   .platform p .media4 .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
	content: "QQ:";
   }
   .platform p .media4:hover .QQhover{
	display: inline-block;
   }
.platform p a.media5{background: #308eb5 url("/images/job/platform-icon.png") no-repeat 12px -255px;}
.platform .nicheTit {
    margin-top: 0;
}
.media1{
	/*position: relative;*/
}
.weigz{
	width: 159px;
	height: 139px;
	text-align: center;
	background: url("/images/job/weibg.png") no-repeat;
	position: relative;
	top: 75px;
	left: 130px;
	display: none;
}
.weigz img{
	position: absolute;
	top: 25px;
	left: 30px;
}
.media1:hover{
	display: block;
}

/*goTop*/
.backHome {
	width: 54px;
}
.backHome a.goTopBtn {
	width: 38px;
	height: 46px;
	display: block;
	float: left;
	background: #0058a9;
	text-align: center;
	font: normal 14px/20px "Microsoft Yahei", "simhei";
	color: #fff;
	padding: 8px 8px 0 8px;
	margin: 2px 0;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.backHome a.goTopBtn:hover {
	color: #fff !important;
	background: #0058a9;
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.backHome a.guest,
.backHome a.guest:hover {
	background: url("/images/job/exhi.png") no-repeat 0 -180px;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.backHome a.guest:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.backHome .weixin{
	position: relative;
	width: 38px;
	height: 46px;
	display: block;
	float: left;
	background: #38880b;
	text-align: center;
	font: normal 14px/20px "Microsoft Yahei", "simhei";
	color: #fff;
	padding: 8px 8px 0 8px;
	margin: 2px 0;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.backHome .weixinBot{
	position:absolute;
	left: -116px;
	top:0;
}
.backHome .weixinBot img{
	width: 106px;
	height: 99px;
}
.backHome .weixin:hover{
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.backHome .qq{
	position: relative;
	width: 38px;
	height: 46px;
	
	float: left;
	background: #38880b;
	text-align: center;
	font: normal 14px/20px "Microsoft Yahei", "simhei";
	color: #fff;
	padding: 8px 8px 0 8px;
	margin: 2px 0;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
	
}
.backHome .qq,
.backHome .qq:hover {
	background: url("/images/job/exhi.png") no-repeat 0 -366px;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.backHome .qq:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.backHome .weixin,
.backHome .weixin:hover {
	background: url("/images/job/exhi.png") no-repeat -55px -366px;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.backHome .weixin:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.backHome .qq:hover .qqconsult{
	display: block;
}
.qqconsult{
	display: none;
	position: absolute;
	left: -115px;
	top:-20px;
	padding-right: 10px;
	z-index: 9999;
	
}
.qqBox{
	width: 106px;
	height: 99px;
}
.qqBox img{width:98px;height:91px}

.ToTop {
	width: 54px;
	height: 54px;
	position: fixed;
	_position: absolute;
	top: 376px;
	_top: expression(eval(document.documentElement.scrollTop+318));
	display: none;
	
}
.ToTop a,
.ToTop a:hover {
	display: block;
	width: 54px;
	height: 54px;
	background: url("/images/job/exhi.png") no-repeat -54px -180px;
	opacity: 0.6;
	filter: Alpha(Opacity=60);
}
.ToTop a:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.exhiDate{ background: #fb972c; color: #fff; }
.CalendarCon a.exhiDate{ background: #fb972c; color: #fff; }
#goTop {
	position: fixed;
	_position: absolute;
	top: 142px;
	display: block;
	right: 10px;
	z-index: 999;
}
*html,
* html body {
	background-attachment: fixed;
}
#productNav {
	display: block;
	_top: expression(eval(document.documentElement.scrollTop+142));
	top: 142px;
}
*html #goTop {
	position: absolute;
	
	right: expression(eval(document.documentElement.scrollLeft+10));
	top: expression(eval(document.documentElement.scrollTop+142));
}