﻿@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
input,
textarea,
button,
p,
blockquote,
th,
td,
img,
iframe {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
button,
textarea,
option {
	font: 12px "\5b8b\4f53", Arial, Helvetica, sans-serif;
}

ul,
li,
div {
	list-style: none;
	border: 0px;
}

img {
	border: 0px;
}

.clear {
	font: 0px/0px serif;
	display: block;
	clear: both;
	overflow: hidden;
}

html {
	-webkit-text-size-adjust: none;
}

input {
	outline: none;
}

button {
	border: none;
}

textarea {
	resize: none;
}

a {
	text-decoration: none;
}

body:nth-of-type(1) input:focus,
textarea:focus {
	outline: none;
}

body {
	font: 12px "\5b8b\4f53", "Tahoma", "Arial", "Microsoft Yahei";
	color: #333;
	background: #fff;
	position: relative;
}

.iframe {
	width: 100%;
	height: 43px;
	overflow: hidden;
}


/*header*/

#header {
	width: 100%;
	height: 42px;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

.header {
	width: 1100px;
	height: 42px;
	margin: 0 auto;
	position: relative;
}

.header ul {
	float: left;
}

.header ul li {
	float: left;
	color: #666;
	line-height: 42px;
}

.header ul li input {
	width: 103px;
	height: 22px;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	margin: 9px 15px 0 0;
}

.header ul li a {
	color: #666;
	padding: 0 4px;
}

.header li a.login {
	color: #ff0000;
}

.header ul li a:hover {
	color: #359102;
}

.header ul li button {
	width: 47px;
	height: 24px;
	float: left;
	background: #469917;
	margin: 9px 20px 0 -5px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
}

.header p {
	float: right;
	width: 206px;
	line-height: 42px;
	color: #c5c5c5;
}

.header p a {
	color: #4f4d4d;
	padding: 0 6px;
}

.header p a:hover {
	color: #f60;
}

.header a.mobile {
	width: 55px;
	height: 20px;
	display: inline-block;
	padding-left: 3px;
	text-indent: 18px;
	margin-top: 11px;
	line-height: 20px;
	margin-left: 3px;
	color: #ff6600;
	background: url(https://zhenjiangfm.com/images/index2016/index2014.png) no-repeat -125px 0;
}

.header a.mobile:hover {
	color: #f60;
}

.freephone {
	float: left;
	margin-left: 115px;
	color: #4f4d4d;
}

.freephone span {
	font: 16px/42px "Microsoft Yahei", "simhei";
	color: #fe7001;
	padding-left: 36px;
	background: url(https://zhenjiangfm.com/images/index2016/on-line-ico.gif) no-repeat 0 -2px;
}

.code {
	width: 100px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 6px;
}

.adTop {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.adTop ul {
	width: 1110px;
	display: inline;
	float: left;
	margin: 0px 0 0 -5px;
}

.adTop li {
	display: block;
	float: left;
	padding: 10px 5px 0 5px;
}

.adTop img,
.adTop embed {
	float: left;
}

.top {
	width: 1100px;
	height: 60px;
	margin: 10px auto 0;
	position: relative;
	z-index: 77;
}

.top .logo {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 77;
}

.top h1 {
	height: 50px;
	position: absolute;
	left: 264px;
	top: 12px;
	border-left: 1px solid #d7d7d7;
	font: 30px/50px "Microsoft Yahei", "\5b8b\4f53";
	text-indent: 12px;
	color: #38880b;
}

.search {
	width: 419px;
	height: 38px;
	position: absolute;
	top: 16px;
	left: 453px;
	border: 1px solid #c1c1c1;
	border-right: 0;
	z-index: 77;
}

.top .text {
	width: 350px;
	height: 38px;
	display: block;
	position: absolute;
	top: 17px;
	left: 523px;
	line-height: 38px;
	border: 0px;
	background: #fff;
	color: #666;
	text-indent: 10px;
	font-size: 14px;
	z-index: 77;
}

.top button {
	width: 71px;
	height: 40px;
	display: block;
	position: absolute;
	top: 16px;
	left: 873px;
	background: url(https://zhenjiangfm.com/images/news2014/news.gif) no-repeat 0 -20px;
	cursor: pointer;
	z-index: 77;
}

.selectbox-wrapper {
	width: 68px;
	border: 1px solid #cdcdcd;
	border-top: 0;
	background: #fff;
	text-align: center;
	position: absolute;
	top: 56px;
	left: 453px;
	z-index: 9999;
}

.selectbox-wrapper ul li.selected,
.selectbox-wrapper ul li.current {
	background: #38880b;
	color: #fff;
}

.selectbox-wrapper ul li {
	padding-bottom: 3px;
	width: 68px;
	cursor: pointer;
	font-size: 14px;
	line-height: 18px;
	padding-top: 3px;
	text-indent: 20px;
	text-align: left;
}

.selectbox {
	width: 68px;
	height: 36px;
	border: 0;
	border-right: 1px solid #d4d4d4;
	display: block;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	text-indent: 16px;
	position: absolute;
	top: 18px;
	left: 454px;
	cursor: pointer;
	background: #fff url(https://zhenjiangfm.com/images/news2014/news.gif) no-repeat -93px -20px;
	z-index: 77;
}

.top a.fubu {
	width: 133px;
	height: 38px;
	border: 1px solid #38880b;
	color: #38880b;
	text-align: center;
	font: 16px/38px "Microsoft Yahei";
	position: absolute;
	right: 0;
	top: 16px;
}

.top a.fubu:hover {
	border: 1px solid #38880b;
	color: #fff;
	background: #38880b;
}

.nav {
	width: 1100px;
	height: 38px;
	margin: 13px auto 0;
	background: #4e9b31;
}

.nav p {
	width: 1100px;
	float: left;
	font: bold 16px/38px "Microsoft Yahei", "simhei";
}

.nav p a {
	color: #fff;
	width: 136px;
	height: 38px;
	border-right: 1px solid #b7d4a7;
	display: block;
	float: left;
	text-align: center;
}

.nav p a.focus {
	width: 140px;
	color: #fff;
	background: #66b947;
	border-right: 1px solid #66b947;
}

.nav p a:hover {
	color: #fff;
	background: #66b947;
}

.position {
	width: 1100px;
	margin: 0 auto;
	text-indent: 30px;
	height: 54px;
	background: url(https://zhenjiangfm.com/images/job2017/job.png) 0 15px no-repeat;
}

.position p {
	float: left;
	font: normal 14px/54px "Microsoft Yahei", "simhei";
	color: #666;
}

.position p a {
	color: #666;
	padding: 0 5px;
}

.position p a:hover {
	color: #f60;
}

.position p span {
	padding-left: 5px;
	color: #666666;
}

.job {
	width: 100%;
	background-color: #ebf0ef;
	height: 208px;
	position: relative;
}

.job .company {
	font: normal 14px/20px "microsoft yahei";
	padding-top: 24px;
	margin-left: 30px;
}

.job .company a {
	color: #555555;
}

.job .post {
	font: normal 30px/40px "microsoft yahei";
	margin-top: 6px;
	margin-left: 30px;
}

.job .desc {
	margin-top: 4px;
	font: normal 18px/30px "microsoft yahei";
	margin-left: 30px;
}

.job .desc b {
	font: bold 18px/30px arial;
	color: #ff6600;
}

.job .time {
	margin-left: 30px;
}

.job .time i {
	font: normal 12px/22px "microsoft yahei";
	background-color: #38880b;
	color: #fff;
	margin-top: 6px;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	padding: 0 7px;
}

.job .update {
	font: normal 14px/30px "arial", "microsoft yahei";
	color: #999;
	margin-left: 30px;
	margin-top: 6px;
}

.job .contact {
	position: absolute;
	right: 30px;
	top: 50px;
	height: 50px;
}
.job .contact dl{
	width: 300px;
}

.job .contact dl dt {
	float: left;
	font: normal 14px/30px "microsoft yahei";
	color: #999999;
}

.job .contact dl dd {
	font: normal 16px/30px arial;
	color: #999999;
}
.job .contact dl dd em{
	font:bold 15px/30px "microsoft yahei";
	color: #333;
}
.job .contact dl dd b{
	font:normal 18px/30px arial;
	color: #f23319;
}
.job_show {
	width: 1100px;
	margin: 0px auto 0;
}

.job_left {
	width: 810px;
	float: left;
}

.job_left .hd {
	height: 36px;
	border-top: 3px solid #38880b;
	background: #f2f2f2;
	margin-top: 20px;
}

.job_left .hd a {
	padding: 0 30px;
	display: inline-block;
	font: normal 16px/36px "microsoft yahei";
}

.job_left .hd a.on {
	background: #fff;
	color: #38880b;
	font: bold 16px/36px "microsoft yahei";
}

.job_left .details {
	font: normal 15px/36px "microsoft yahei";
	padding: 16px 24px;
}
.job_left .details p{
	font-weight: bold;
}

.job_right {
	width: 270px;
	float: right;
}

.job_right .company {
	width: 100%;
}

.job_right .company h3 {
	background: url(https://zhenjiangfm.com/images/product_show2016/gold_medal.png) 0 0 no-repeat #388803;
	height: 44px;
	width: 187px;
	padding: 12px 10px 14px 73px;
	font: normal 14px/44px "microsoft yahei";
	display: table-cell;
	vertical-align: middle;
}

.job_right .company h3 a {
	color: #fff;
}

.job_right .companyBot {
	width: 268px;
	border: 1px solid #dddddd;
	float: left;
}

.job_right .companyBot dl dd {
	font: normal 14px/20px "microsoft yahei";
	margin-left: 20px;
	margin-top: 17px;
}

.job_right .companyBot dl dd b {
	font: bold 14px/20px "microsoft yahei";
	color: #38880b;
}

.job_right .companyBot dl dd span {
	font: normal 14px/20px arial;
}

.job_right .companyBot dl dd i {
	height: 14px;
	width: 14px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	background: url(https://zhenjiangfm.com/images/job2017/job.png) no-repeat;
}

.job_right .companyBot dl dd i.icon1 {
	background-position: 0 -142px;
}

.job_right .companyBot dl dd i.icon2 {
	background-position: 0 -178px;
}

.job_right .companyBot dl dd i.icon3 {
	background-position: 0 -215px;
}

.job_right .companyBot dl dd i.icon4 {
	background-position: 0 -252px;
}

.job_right .company strong {
	margin-top: 17px;
	font: normal 14px/28px "microsoft yahei";
	color: #000;
	padding-top: 6px;
	width: 224px;
	background-color: #f2f2f2;
	display: block;
	padding-left: 22px;
	padding-right: 22px;
	height: 77px;
}

.job_right .company strong a {
	color: #FF6600;
}

i.companyAuth {
	display: inline-block;
	width: 23px;
	height: 22px;
	margin-left: 10px;
	vertical-align: middle;
	background: url("https://zhenjiangfm.com/cdn/www.jc35.com/NewShowStand/images/authentication.png") no-repeat 0 0;
}

i.personAuth {
	display: inline-block;
	width: 23px;
	height: 22px;
	margin-left: 10px;
	vertical-align: middle;
	background: url("https://zhenjiangfm.com/NewShowStand/images/authentication.png") no-repeat -31px 0;
}

i.noAuth {
	display: inline-block;
	width: 23px;
	height: 22px;
	margin-left: 10px;
	vertical-align: middle;
	background: url("https://zhenjiangfm.com/NewShowStand/images/authentication.png") no-repeat -62px 0;
}

.product {
	width: 270px;
	float: left;
	margin-top: 20px;
}

.product .hd {
	height: 40px;
	background-color: #38880b;
	position: relative;
}

.product .hd h3 {
	font: normal 16px/40px "microsoft yahei";
	text-indent: 16px;
	color: #fff;
}

.product .hd a.more {
	position: absolute;
	right: 10px;
	top: 0;
	font: normal 12px/40px "microsoft yahei";
	color: #fff;
}

.product_list {
	background: #f2f2f2;
	padding: 0 15px 30px;
}

.product_list ul li {
	height: 126px;
	width: 240px;
	border-bottom: 1px dashed #cbcbcb;
}

.product_list ul li span {
	display: block;
	width: 100%;
	margin-top: 6px;
	font: normal 14px/36px "microsoft yahei";
}

.product_list ul li span a {
	color: #333333;
}

.product_list ul li span a:hover {
	color: #FF6600;
}
.product_list ul li .proimgs{
	display:block; 
	float:left;
	width:82px; 
	height:70px;
	text-align: center;
    vertical-align: middle;
    background: #fff;
}



.product_list ul li p {
	font: normal 14px/24px "microsoft yahei";
	width: 140px;
	float: left;
	margin-left: 10px;
	color: #666666;
}

.product_list ul li p a {
	color: #ff6600;
}

/*footer*/
#footer{ width:100%; margin:24px auto 0; background:url(https://zhenjiangfm.com/images/brand2015/footbg.jpg) repeat-x; padding-bottom:20px; }
.footer{ width:1100px; margin:0 auto; padding-top:16px; }
.footer p{ width:1100px; 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:#f60; text-decoration:underline; }
.footer span{ width:1100px; 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:1100px; height:21px; float:left; text-align:center; font:normal 12px/21px "Tahoma","\5b8b\4f53"; color:#888; }
.footer strong{ padding:0 15px; }
/*goTop*/
.backHome{ width:54px; }
.backHome a{ width:38px; height:46px; display:block; float:left; background:#5b7648; text-align:center; font:normal 14px/20px "Microsoft Yahei","simhei"; color:#fff; padding:8px 8px 0 8px; margin:2px 0; opacity:0.7; filter:alpha(opacity=70); background:url(https://zhenjiangfm.com/images/public/rightBar.png) no-repeat 0 0; overflow: hidden; text-indent: -9999px; }
.backHome a:hover{ opacity:1; filter:alpha(opacity=100); }
.backHome a.guest,.backHome a.guest:hover{ background:url(https://zhenjiangfm.com/images/public/rightBar.png) no-repeat 0 -114px; opacity: 0.7; filter:alpha(opacity=70); }
.backHome a.price{ background:url(https://zhenjiangfm.com/images/public/rightBar.png) no-repeat 0px -57px; opacity: 0.7; filter:alpha(opacity=70); }
.backHome a.guest:hover,.backHome a.price:hover{ opacity: 1; filter:alpha(opacity=100); }
.toTop{ width:54px; height:54px; position:fixed; _position:absolute; top:379px; _top:expression(eval(document.documentElement.scrollTop+321)); display:none; }
.toTop a,.toTop a:hover{ display:block; width:54px; height:54px; background:url(https://zhenjiangfm.com/images/public/rightBar.png) no-repeat 0px -171px; opacity: 0.6; filter:alpha(opacity=60); }
.toTop a:hover{ opacity:1; filter:alpha(opacity=100); }
#goTop { position:fixed; _position:absolute; top:203px; display:block; right:10px; }
*html, * html body { background-attachment:fixed; }
*html #goTop { position:absolute; right:expression(eval(document.documentElement.scrollLeft+10)); top:expression(eval(document.documentElement.scrollTop+145)); }