
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
}
body {
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	overflow-x: hidden;
	background: #fff;
	min-width: 1200px;
}
img, a {
	border: 0;
	text-decoration: none;
	color: #333;
}
ol, ul {
	list-style: none;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
.width1100 {
	width: 1100px;
	margin: 0 auto;
}
input:focus {
	outline: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.he1 {
	height: 10px;
}
.he2 {
	height: 20px;
}
.he4 {
	height: 40px;
}
.font14 {
	font-size: 14px;
}
.font12 {
	font-size: 12px;
}
.all {
	text-align: left;
}
.alc {
	text-align: center;
}
.alr {
	text-align: right;
}
.bggray {
	background: #eeeeee;
}
.fcolor {
	color: #b50100;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/*--------------Common Start-----------------------*/

/*top顶部*/
.top {
	background: url(../images/tline.jpg);
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #333333;
}
.hello {
	height: 30px;
	line-height: 30px;
	width: 50%;
	float: left;
}
.tright {
	height: 20px;
	line-height: 20px;
	margin: 5px 0;
	float: left;
	width: 50%;
}
.tright a {
	color: #333333;
	display: block;
	width: 80px;
	text-align: center;
	border-right: 1px solid #ccc;
	float: right;
}
.tright a:first-child {
	border-right: 0;
}
/*logo&&nav*/
.head {
	width: 1100px;
	height: 115px;
	margin: 0 auto;
}
.head .logo {
	width: 290px;
	height: 115px;
	float: left;
	position: relative;
}
.head .logo a, .head .logo a h1 {
	display: block;
	height: 100%;
	text-indent: -9999px
}
.head .nav {
	width: 785px;
	height: 115px;
	margin-left: 25px;
	float: left;
}
.head .nav .intel {
	/* width: 315px; */
	margin-top: 38px;
	height: 50px;
	float: right;
}
.head .nav .intel img {
	float: right;
	width: 35px;
	height: 35px;
}
.head .nav .intel span {
	display: block;
	float: right;
	font-size: 24px;
	color: #086de1;
	height: 35px;
	width: 180px;
	text-align: right;
}
.head .nav ul {
	height: 45px;
	margin-top: 45px;
}
.head .nav li {
	float: left;
	position: relative;
	width: 95px;
	height: 28px;
	line-height: 28px;
}
.head .nav li.has-children {
	width: auto;
	min-width: 95px;
}
.head .nav li a {
	display: block;
	width: 100%;
	float: left;
	font-size: 15px;
	color: #161616;
	text-align: center;
}
/* 只给顶级导航项做蓝色圆角高亮，不影响下拉菜单里的 a */
.head .nav > ul > li > a:hover,
.head .nav > ul > li > a.hover {
	background: #086de1;
	color: #ffffff;
	border-radius: 25px;
}
/* 确保下拉菜单里的链接不受父级导航hover样式影响 */
.head .nav ul li.has-children .sub-menu li {
	display: block !important;
	width: 100% !important;
}
.head .nav ul li.has-children .sub-menu li a,
.head .nav ul li.has-children .sub-menu li a:link,
.head .nav ul li.has-children .sub-menu li a:visited,
.head .nav ul li.has-children .sub-menu li a:active {
	background: #ffffff !important;
	border-radius: 0 !important;
	border: none !important;
	outline: none !important;
	display: block !important;
	width: 100% !important;
	padding: 10px 20px !important;
	margin: 0 !important;
	box-sizing: border-box !important;
}
.head .nav ul li.has-children .sub-menu li a:hover,
.head .nav ul li.has-children .sub-menu li a.hover {
	background: #f0f7ff !important;
	color: #086de1 !important;
	border-radius: 0 !important;
	padding-left: 24px !important;
	padding-right: 20px !important;
	margin: 0 !important;
}
/* 下拉菜单样式 - 使用更具体的选择器确保样式生效 */
.head .nav ul li.has-children {
	position: relative !important;
}
.head .nav ul li.has-children .sub-menu {
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	right: 0 !important;
	background: #ffffff !important;
	width: 100% !important;
	box-sizing: border-box !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
	border-radius: 4px !important;
	padding: 4px 0 !important;
	margin-top: 0 !important;
	display: none !important;
	z-index: 9999 !important;
	border: 1px solid #e8e8e8 !important;
}
.head .nav ul li.has-children:hover .sub-menu {
	display: block !important;
}
.head .nav ul li.has-children .sub-menu li {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	height: auto !important;
	line-height: normal !important;
	width: auto !important;
	min-width: 100% !important;
}
.head .nav ul li.has-children .sub-menu li a {
	display: block !important;
	width: 100% !important;
	padding: 10px 20px !important;
	font-size: 14px !important;
	color: #333 !important;
	text-align: left !important;
	border-radius: 0 !important;
	background: transparent !important;
	line-height: 1.5 !important;
	transition: all 0.2s ease !important;
	text-decoration: none !important;
	float: none !important;
	height: auto !important;
	white-space: nowrap !important;
}
.head .nav ul li.has-children .sub-menu li a:hover,
.head .nav ul li.has-children .sub-menu li a.hover {
	background: #f0f7ff !important;
	color: #086de1 !important;
	border-radius: 0 !important;
	padding-left: 24px !important;
}
.head .nav ul li.has-children .sub-menu li:first-child a {
	border-radius: 4px 4px 0 0 !important;
}
.head .nav ul li.has-children .sub-menu li:last-child a {
	border-radius: 0 0 4px 4px !important;
}
/*.nav li .chilNav {
	position: absolute;
	border-top: 5px solid #fff;
	left: -8px;
	width: 120%;
	top: 30px;
	z-index: 999;
	background: #db372b;
	display: none;
}
.nav li .chilNav a {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
}*/


/*分页*/
.fenye {
	text-align: center;
	margin: 20px 0 30px;
}
.fenye ul {
	height: auto;
	overflow: hidden;
}
.fenye span, .fenye a {
	display: inline-block;
	padding: 0 9px;
	margin: 0 2px;
	background: #ddd;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #000;
}
.fenye span.current {
	background: #086de1;
	color: #fff;
}
.fenye span.all, .fenye span.pageindex {
	display: none;
}
.fenye a:hover {
	background: #086de1;
	color: #fff;
}
/*footer*/
.footer {
	width: 100%;
	height: 170px;
	background: #303440;
	color: #fff;
	line-height: 22px;
}
.footer a {
	color: #fff;
}
.footLeft {
	float: left;
	width: 820px;
	padding: 25px 50px;
}
.footLeft ul {
	height: 30px;
	border-bottom: 1px #575960 solid;
}
.footLeft ul li {
	float: left;
	height: 20px;
	line-height: 20px;
	width: 10%;
	margin: 0 5px;
	text-align: center;
	border-right: 1px solid #fff;
}
.footLeft ul li:first-child {
	width: 7%;
}
.footLeft ul li:last-child {
	border-right: 0;
}
.footLeft ul li span {
	margin: 0 13px;
}
.footLeft .copyright {
	margin-top: 15px;
	line-height: 25px;
}
.footRight {
	background: #303440;
	float: right;
	width: 180px;
	height: 140px;
	padding-top: 30px;
}
.footRight img {
	width: 120px;
	height: 120px;
	margin: 0 30px
}
/*--------------Common end-----------------------*/

/*--------------Index start-----------------------*/

/*轮播图*/
.ibanr {
	height: 450px;
	position: relative;
}
.ibanr .img {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.ibanr .img li {
	width: 100%;
	height: 450px;
	float: left;
	background: no-repeat top center;
	background-size: cover;
}
.ibanr .img li a {
	display: block;
	width: 100%;
	height: 450px;
}
.ibanr .page {
	position: absolute;
	bottom: 3%;
	z-index: 20;
	left: calc(50% - 550px + 400px + 80px + 5px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.ibanr .page span {
	background: #ffffff;
	display: block;
	width: 30px;
	height: 5px;
	margin: 0;
	text-indent: 0;
	cursor: pointer;
	flex-shrink: 0;
	vertical-align: middle;
}
.ibanr .page span.current {
	background: #086de1;
}
/*contNav*/
.contNav {
	height: 45px;
	line-height: 45px;
	background: url('../images/futbg.png');
	display: none;
}
.contNav .newfut {
	width: 1065px;
	height: 45px;
	line-height: 45px;
	background: url('../images/fut.png') no-repeat 0px;
	padding-left: 35px;
	margin: 0 auto;
	position: relative;
	top: 60px;
}
.contNav .newfut strong {
	float: left;
	font-size: 16px;
	color: #086de1;
}
.contNav .newfut #newsfut {
	float: left;
	width: 90%;
	margin-left: 20px;
	height: 45px;
}
.contNav .newfut #newsfut a {
	color: #333;
}
/*车辆买卖*/
.insale {
	width: 100%;
	height: 375px;
	padding: 40px 0;
}
.insale .catname {
	width: 100%;
	text-align: center;
	margin: 0 auto 35px;
}
.insale .catname .width300 {
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
}
.insale .catname .width300 .prostr {
	display: block;
	color: #eeeced;
	font-size: 26px;
	text-align: center;
}
.insale .catname .width300 .proem {
	display: block;
	font-size: 26px;
	color: #086de1;
	text-align: center;
	float: left;
	width: 110px;
}
.insale .catname .width300 .xian {
	height: 1px;
	background: #5b5b5b;
	float: left;
	width: 80px;
	margin: 20px 5px;
}
.insale .catname .desc {
	font-size: 14px;
	color: #656a6a;
}
.insale .salelist {
	margin: 0 0 35px 0;
	width: 1100px;
	overflow: hidden;
}
#indemos {
	float: left;
	width: 800%;
}
#demos1 {
	float: left;
}
#demos2 {
	float: left;
}
.insale .salelist li {
	float: left;
	margin-right: 20px;
	width: 260px;
}
.insale .salelist li a {
	display: block;
}
.insale .salelist li a img {
	width: 260px;
	height: 195px;
	object-fit: cover;
}
.insale .salelist li span {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
/*运输线路*/
.inline {
	width: 100%;
	padding: 0 0 35px 0;
	margin-top: -35px;
}
.inline .catname {
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
.inline .catname .width300 {
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
}
.inline .catname .width300 .prostr {
	display: block;
	color: #eeeced;
	font-size: 26px;
	text-align: center;
}
.inline .catname .width300 .proem {
	display: block;
	font-size: 26px;
	color: #086de1;
	text-align: center;
	float: left;
	width: 110px;
}
.inline .catname .width300 .xian {
	height: 1px;
	background: #5b5b5b;
	float: left;
	width: 80px;
	margin: 20px 5px;
}
.inline .linelist-container {
	width: 1100px;
	margin: 0 auto;
	background: rgba(173, 216, 230, 0.15);
	border: 2px solid rgba(135, 206, 250, 0.4);
	padding: 30px;
	box-sizing: border-box;
	border-radius: 8px;
}
.inline .linelist {
	width: 100%;
	overflow: hidden;
}
.inline .linelist ul {
	width: 100%;
	overflow: hidden;
}
.inline .linelist li {
	width: 245px;
	height: 115px;
	float: left;
	padding: 20px 25px;
	border: 2px solid #e0f2ff;
	margin: 0 15px 20px 0;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 6px;
	transition: all 0.3s ease;
}
.inline .linelist li:nth-child(4n) {
	margin-right: 0;
}
.inline .linelist li:hover {
	box-shadow: 0 4px 12px rgba(135, 206, 250, 0.3);
	transform: translateY(-2px);
	border-color: #87ceeb;
}
.inline .linelist li a {
	display: block;
	width: 100%;
	height: 100%;
}
.inline .linelist li i {
	display: block;
	width: 40px;
	height: 40px;
	margin-top: 10px;
	float: left;
	background: url('../images/car.jpg') no-repeat;
	background-size: contain;
}
.inline .linelist li .desc {
	float: left;
	margin-left: 15px;
	width: calc(100% - 60px);
}
.inline .linelist li .desc span {
	display: block;
	font-size: 17px;
	color: #49494d;
	font-weight: 500;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inline .linelist li .desc p {
	font-size: 14px;
	color: #969390;
	line-height: 20px;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 翻页按钮样式 */
.inline .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	gap: 20px;
}
.inline .pagination .page-btn {
	padding: 10px 24px;
	background: linear-gradient(135deg, #87ceeb 0%, #4a9fd8 100%);
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(135, 206, 250, 0.3);
}
.inline .pagination .page-btn:hover:not(:disabled) {
	background: linear-gradient(135deg, #4a9fd8 0%, #2e7db8 100%);
	box-shadow: 0 4px 12px rgba(135, 206, 250, 0.5);
	transform: translateY(-2px);
}
.inline .pagination .page-btn:disabled {
	background: #d3d3d3;
	cursor: not-allowed;
	opacity: 0.6;
	box-shadow: none;
}
.inline .pagination .page-info {
	font-size: 14px;
	color: #49494d;
	font-weight: 500;
}
.inline .pagination .page-info span {
	color: #4a9fd8;
	font-weight: 600;
}
/*公司介绍*/
.inabout {
	width: 100%;
	min-height: 468px;
	padding: 25px 0;
	margin-top: 5px;
	background: url('../images/about.jpg') no-repeat center;
	background-size: cover;
	position: relative;
}
.inabout .inaboutdesc {
	position: relative;
}
/* 添加装饰性图标容器 */
.inabout .inaboutdesc::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	height: 100px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="2"/><path d="M30 50 L45 65 L70 35" fill="none" stroke="rgba(255,255,255,0.15)" stroke-width="3" stroke-linecap="round"/></svg>') no-repeat center;
	background-size: contain;
	opacity: 0.3;
	z-index: 0;
}
.inabout .inaboutdesc::after {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="50,10 90,90 10,90" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="2"/></svg>') no-repeat center;
	background-size: contain;
	opacity: 0.2;
	z-index: 0;
}
.inabout .inaboutdesc .desc {
	float: right;
	width: 550px;
	color: #474747;
	font-size: 16px;
	line-height: 25px;
	position: relative;
	background: linear-gradient(135deg, #086de1 0%, #0047bb 50%, #003087 100%);
	padding: 40px 35px 50px;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}
/* 装饰性背景图案 */
.inabout .inaboutdesc .desc::before {
	content: '';
	position: absolute;
	right: -30px;
	bottom: -30px;
	width: 250px;
	height: 250px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 40%, transparent 70%);
	border-radius: 50%;
	z-index: 0;
	animation: pulse 4s ease-in-out infinite;
}
.inabout .inaboutdesc .desc::after {
	content: '';
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 150px;
	height: 150px;
	background: 
		repeating-linear-gradient(45deg, 
			transparent, 
			transparent 12px, 
			rgba(255, 255, 255, 0.08) 12px, 
			rgba(255, 255, 255, 0.08) 24px);
	border-radius: 8px;
	z-index: 0;
	opacity: 0.5;
}
@keyframes pulse {
	0%, 100% {
		transform: scale(1);
		opacity: 0.6;
	}
	50% {
		transform: scale(1.1);
		opacity: 0.8;
	}
}
.inabout .inaboutdesc .desc .catname {
	padding: 15px 0;
	position: relative;
	z-index: 1;
}
.inabout .inaboutdesc .desc .catname span {
	display: block;
	font-size: 26px;
	color: #fff;
	line-height: 33px;
	font-weight: bold;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.inabout .inaboutdesc .desc p {
	display: block;
	padding: 5px 0;
	line-height: 28px;
	color: #ffffff;
	position: relative;
	z-index: 1;
	flex-grow: 1;
	margin: 20px 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.inabout .inaboutdesc .desc a.more {
	display: block;
	float: right;
	margin-top: 20px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #086de1;
	text-align: center;
	position: relative;
	z-index: 1;
	border-radius: 4px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.inabout .inaboutdesc .desc a.more:hover {
	background: #f0f0f0;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
/*newscontact*/
.innewconcat {
	height: 425px;
	padding: 60px 0;
	display: none;
}
.innew {
	width: 710px;
	float: left;
}
.innew .innewcat {
	height: 80px;
	border-bottom: 2px solid #eeeced;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innew .innewcat .catname {
	float: none;
}
.innew .innewcat .catname span {
	font-size: 26px;
	display: block;
}
.innew .innewcat .catname span:first-child {
	color: #eeeced;
}
.innew .innewcat .more {
	display: block;
	float: none;
	margin: 0;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #086de1;
	text-align: center;
	border-radius: 4px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	border: 1px solid #e0e0e0;
	flex-shrink: 0;
}
.innew .innewcat .more:hover {
	background: #f0f0f0;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.innew .innewconlist {
	margin: 25px 0;
}
.innewconlist li.fsecond {
	height: 90px;
	border-bottom: 1px dashed #eeeced;
}
.innewconlist li.fsecond a i {
	display: block;
	width: 67px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	font-style: normal;
	background: #086de1;
	color: #fff;
	font-size: 40px;
	float: left;
	margin: 12px 0;
}
.innewconlist li.fsecond a .desc {
	width: 623px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}
.innewconlist li.fsecond a .desc span {
	font-size: 16px;
	color: #086de1;
}
.innewconlist li.fsecond a .desc p {
	display: block;
	margin-top: 5px;
	line-height: 22px;
	font-size: 12px;
	color: #8d8c8c;
}
.innewconlist li.last {
	height: 35px;
	border-bottom: 1px dashed #eeeced;
}
.innewconlist li.last i {
	display: block;
	width: 30px;
	height: 35px;
	background: url('../images/dian.png') no-repeat 6px 8px;
	-webkit-background-size: 20px;
	background-size: 20px;
	float: left;
}
.innewconlist li.last span {
	display: block;
	width: 560px;
	float: left;
	line-height: 35px;
	height: 35px;
	font-size: 14px;
	color: #131313;
}
.innewconlist li.last time {
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	float: left;
	color: #b2b2b2;
}
.incontact {
	width: 360px;
	margin-left: 30px;
	float: left;
}
.incontact .incontactcat {
	height: 80px;
	border-bottom: 2px solid #eeeced;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.incontact .incontactcat .catname {
	float: none;
}
.incontact .incontactcat .catname span {
	font-size: 26px;
	display: block;
	color: #333;
	line-height: 33px;
	margin-top: 0;
	padding-top: 0;
}
.incontact .incontactcat .more {
	display: block;
	float: none;
	margin: 0;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #086de1;
	text-align: center;
	border-radius: 4px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	border: 1px solid #e0e0e0;
	flex-shrink: 0;
}
.incontact .incontactcat .more:hover {
	background: #f0f0f0;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.incontact .fimg {
	margin: 20px 0;
}
.incontact span {
	font-size: 18px;
	color: #086de1;
}
.incontact ul {
	margin-top: 10px;
	padding-left: 32px;
	background: url('../images/incontacticon.png') no-repeat -10px 12px;
}
.incontact ul li {
	height: 45px;
	line-height: 45px;
}
/*友情链接*/
.link {
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #efefef;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 18px;
	color: #086de1;
	font-weight: bold;
	display: none;
}
.link strong {
	padding: 0 20px;
	border-right: 1px solid #086de1;
}
.link a {
	font-weight: normal;
	font-size: 14px;
	color: #403f3f;
	margin: 0 20px;
}
/*--------------Index end-----------------------*/

/*--------------Info start-----------------------*/

/*content*/
.content {
	padding: 40px 0;
}
.contLeft {
	float: left;
	width: 165px;
}
.content .contLeft .leftNav dl {
	background: #086de1;
	padding: 0;
}
.content .contLeft .leftNav dt {
	height: 60px;
	line-height: 60px;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.content .contLeft .leftNav dd {
	width: 165px;
}
.content .contLeft .leftNav dd a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.content .contLeft .leftNav dd a.thiscursor, .content .contLeft .leftNav dd a:hover {
	background: #004593;
	color: #fff;
}
.content .contLeft .leftNav dd a i {
	width: 30px;
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	background: url(../images/icon.png) no-repeat 5px -44px;
}
.content .contLeft .leftNav dd a span {
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.content .contLeft .left_new {
	background: #086de1;
	padding-bottom: 15px;
}
.content .contLeft .left_new_tit {
	width: 155px;
	margin-left: 10px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #B5B5B5;
	padding-bottom: 8px;
	padding-top: 15px;
}
.content .contLeft .left_new_tit span {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	border-left: 5px solid #fff;
	height: 18px;
	line-height: 16px;
	padding-left: 5px;
	display: block;
}
.content .contLeft .left_new_list {
	line-height: 25px;
	margin-top: 15px;
	overflow: hidden;
}
.content .contLeft .left_new_list li {
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	width: 155px;
	overflow: hidden
}
.content .contLeft .left_new_list li a {
	font-size: 13px;
	color: #fff;
}
/*内容详情*/
.newinfo {
	padding: 0 30px;
}
.newinfo h3 {
	font-size: 16px;
	line-height: 25px;
	padding-top: 30px;
	text-align: center;
}
.newinfo time {
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #acacac;
	margin: 15px;
}
.newinfoText {
	line-height: 25px;
	padding: 5px 0;
}
.newinfoText img {
	text-align: center;
}
.newinfo td {
	padding: 10px 0;
}
.newinfo td a {
	color: #000;
}
.newlist .new-nav {
	width: 200px;
}
.jianTitle {
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	background: url(../images/jian.jpg) left center no-repeat;
	font-size: 14px;
	font-weight: bold;
}
.jianList a {
	display: block;
	padding: 5px 0;
}
.contRight {
	float: right;
	width: 82%;
}
/*positions*/
.positions {
	height: 40px;
	line-height: 40px;
	border-bottom: #D0D0D0 1px solid;
	padding-left: 25px;
	background: url(../images/home.jpg) left center no-repeat;
}
.positions a {
	color: #000;
}
.new {
	padding-left: 20px;
}
.new ul {
	margin: 10px 0 0 0;
}
.new li {
	height: 40px;
	line-height: 40px;
	position: relative;
	border-bottom: #ddd 1px solid;
}
.new li span {
	position: absolute;
	right: 0;
	top: 0;
}
.new li a {
	color: #333;
}
.article, .product {
	padding: 15px;
}
.article h3 {
	height: 45px;
	width: 100%;
	line-height: 33px;
	font-size: 20px;
	text-align: center;
}
.article img {
	text-align: center;
}
/*category_photo*/
.product dl {
	float: left;
	width: 31%;
	margin: 10px 10px 5px 0;
}
.product dt {
	text-align: center;
}
.product dt img {
	width: 100%;
	height: 214px;
	border: 1px #fff solid;
	border-radius: 3px;
}
.product dd {
	text-align: center;
	height: 16px;
	line-height: 30px;
}
.product dd a {
	color: #000;
}

/*在线QQ*/

/*.clear{clear:both;}
#floatbox{position:fixed; width:151px; right:0; top:30%; z-index:9999; overflow:hidden; }
.content-box{float:right; width:120px;  }
.qq-top { width:120px; height:29px; background:url(../images/qq_top.gif) no-repeat;}
.qq-center {  height: 220px;width:108px; padding-left:5px; padding-right:5px; border-left:#68B5FD solid 1px;border-right:#68B5FD solid 1px; padding-top:5px; background:#fff;}
.qq-bottom { width:120px; height:20px; line-height:20px; text-align:center; color:#4B7FD5;  background:url(../images/qq_bottom.gif) no-repeat;}
.content-box h3{font-size:13px; font-family:microsoft yahei; color:#2460A3;line-height:20px; border-bottom:#D3DFED solid 1px; font-weight:normal;  text-align:center;}
.content-box h4{font-size:13px; font-family:microsoft yahei; line-height:30px; border-bottom:#EFEFEF solid 1px; font-weight:normal; color:#000000; text-align:center;}
.content-box p{font-size:14px; font-family:microsoft yahei; color:#D60101;  text-indent:12px; font-weight:normal; line-height:30px; }
.content-box ul{width:88px;  padding:0px 0px 0px 10px;}
.content-box li{list-style:none; line-height:28px; height:28px; overflow:hidden; padding: 5px 5px; padding-right:5px;}
.content-box .rightewm{line-height:100px; height:110px;padding:0;}
.content-box li span a{width:25px;  float:left; text-align:right; padding-top:5px; margin-right:10px;}
.QQ_close{float:right; width:29px; height:117px; background:url(../images/qq_left.gif) no-repeat; margin-top:28px; cursor:pointer;}
*/

/*--------------Info start-----------------------*/
