
/* CSS Document */

body {
	/*text-align: center;*/
	font-family: "微软雅黑";
}

* {
	padding: 0px;
	margin: 0px;
}

.wrapper {
	position: relative;
	width: 1180px;
	margin: auto;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

ul {
	margin: 0px;
}
img{
	border: 0px;
}

#pagehesder {
	background-image: url("../image/pageheader_publicBG.png")/*tpa=http://www.jtlf.net/static/image/pageheader_publicBG.png*/;
	height: 200px;
	width: 100%;
}

#top {
	background-image: url("../image/top_BG.png")/*tpa=http://www.jtlf.net/static/image/top_BG.png*/;
	height: 35px;
	width: 100%;
	font-size: 12px;
}

#top ul {
	float: right;
	padding-top: 9px;
	font-size: 12px;
}

#top a {
	color: #3d3c3c;
}

#logo {
	background-image: url("../image/lianxidianh.png")/*tpa=http://www.jtlf.net/static/image/lianxidianh.png*/;
	height: 120px;
	background-position: 300px 30px;
}

#nav {
	width: 100%;
	height: 45px;
	position: relative;
	z-index: 9999;
}

#nav li {
	width: 11%;
	float: left;
	line-height: 45px;
	text-align: center;
	position: relative;
}

#nav .list_bg {
	background-color: #2063b6;
	display: block;
}

#nav li a {
	color: #fff;
	font-size: 16px;
}

#nav li a:hover {
	background-color: #2063b6;
	display: block;
}

#nav li ul a {
	font-size: 16px;
}

#nav li li {
	width: 100%;
	background-color: #343434;
}

#nav li ul {
	display: none;
	position: absolute;
	width: 100%;
}

#nav li:hover ul {
	display: block;
	background-color: #363737;
	position: absolute;
	z-index: 9999;
}



#pagefooter {
	background-image: url("../image/footer_Bg.png")/*tpa=http://www.jtlf.net/static/image/footer_Bg.png*/;
	position: relative;
}

#pagefooter .footer-content {
	background-image: url("../image/footerconter_BG.png")/*tpa=http://www.jtlf.net/static/image/footerconter_BG.png*/;
	width: 100%;
}

#pagefooter .footer-content .content-nr {
	position: relative;
	width: 100%;
	height: 200px;
	height: 215px;
}

#pagefooter .content-tel {
	position: relative;
	padding-top: 75px;
	width: 35%;
	float: left;
	margin-right: 15px;
}

#pagefooter .content-tel p {
	color: #b5b5b5;
	font-size: 16px;
	padding-top: 5px;
}

#pagefooter .content-nav {
	position: relative;
	height: 150px;
	padding-top: 30px;
}

#pagefooter .content-nav li {
	position: relative;
	width: 125px;
	float: left;
	line-height: 30px;
}

#pagefooter .content-nav li a {
	color: #b5b5b5;
	font-size: 16px;
	width: 100%;
}

#pagefooter .content-nav li a:hover {
	color: #C3C3C3;
	display: block;
}

#pagefooter .content-nav li ul a {
	font-size: 14px;
	color: #767676;
}

#pagefooter .content-nav li li {
	width: 100%;
}

#pagefooter .content-nav li ul {
	position: absolute;
	width: 100%;
}

#pagefooter .content-bq {
	text-align: center;
	padding: 15px 0;
}

#pagefooter .content-bq .link,
#pagefooter .content-bq a {
	color: #8e8e8e;
}

#pagefooter .content-bq span {
	font-size: 13px;
	color: #b5b5b5;
}