* {
	margin: 0px;
	padding: 0px;
}

body {
	min-width: 1100px;
	background: #f3f3f3;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
	font-variant: normal;
	font-family: "微软雅黑";
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

ul,
ol {
	list-style-type: none;
	list-style-image: none;
}
/**/
.top {
	width: 100%;
	height: 40px;
	background: #eee;
	float: left;
}
.top_main {
	width: 1100px;
	margin: 0 auto;
}
.top_main p {
	display: block;
	float: left;
	line-height: 40px;
	font-size: 12px;
	color: #1a1a1a;
}
.top ul {
	float: right;
}
.top ul li {
	float: left;
	position: relative;
}
.top_main a {
	font-size: 12px;
	color: #1a1a1a;
	float: left;
	line-height: 40px;
	margin-left: 20px;
}
.top ul li:after {
	content: "";
	background: #686868;
	width: 1px;
	height: 13px;
	top: 14px;
	margin-left: 10px;
	position: absolute;
}
.top ul li:last-child:after {
	width: 0;
	height: 0;
}
/**/
.header {
	width: 100%;
	height: 110px;
	background: #f3f3f3;
	float: left;
}
.head {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.logo img {
	display: block;
	float: left;
	margin-top: 20px;
}
.head_tel{
	width: 245px;
	height: auto;
	float: right;
	margin-top: 10px;
}
.head_tel img{
	display: block;
	float: left;
	margin-right: 5px;
}
.head_tel p{
	display: block;
	font-size: 14px;
	color:#1a1a1a;
	float: left;
}
.head_tel span{
	display: block;
	font-size: 28px;
	color: #d00608;
	float: right;
	font-weight: bold;
}
/**/
.nav_box {
	width: 100%;
	height: 45px;
	background: #0068b3;
	float: left;
}
.nav {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.nav .nli a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	text-align: center;
}
.nav .nli {
	float: left;
	width: 156px;
	height: 45px;
	border-right: 1px solid #fff;
	position: relative;
	display: inline;
}
.nav .nli:last-child{
	border-right:0;
}
.nav .nli:hover{
	background: #00479d;
}
.nav .sub {
	display: none;
	width: 156px;
	left: 0;
	top: 45px;
	position: absolute;
	background:#0068b3;
	z-index: 2;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav .sub li {
	zoom: 1;
	height: 35px;
	border-bottom: 1px dashed #00489e;
}
.nav .sub li:last-child{
	border-bottom: none;
}
.nav .sub li a{
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	position: relative;
}
.nav .sub li:hover{
	background: #0579cd;	
}
/**/
.banner{
	width: 100%;
	height: auto;
	float: left;
}
.slideBox {
	width: 80%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.slideBox .hd {
    height: 40px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -15px;
    z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #d9291c;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background: #0068b3;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}
/**/
.search {
	width: 100%;
	height: 45px;
	float: left;
}
.search .main {
	width: 1100px;
	height: 100%;
	background: #e5e5e5;
	margin: 0 auto;
	overflow: hidden;
}
.search .main p {
	display: block;
	width: 95px;
	height: 45px;
	background: #0068b3;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
	text-align: center;
	float: left;
	margin-right: 10px;
}
.search .main ul li {
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.search .main ul li a{
	font-size: 12px;
	color: #1a1a1a;
	line-height: 45px;
	text-align: center;
}
.search .main ul li a:hover{
	color:#0068b3;
}
/**/
.cont{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.cont .main{
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
.cont .main .about{
	width: 375px;
	height: auto;
	float: left;
	border:1px solid #dcdcdc;
	background: #fff;
	padding-bottom: 30px;
}
.cont .main .about .title{
	width: 100%;
	height: 45px;
	border-bottom:2px solid #0068b3;
}
.cont .main .about .title .name{
	width: 137px;
	height: 45px;
	float: left;
	background:#0068b3;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.cont .main .about .title .name span{
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 4px;
}
.cont .main .about .title .name p{
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.cont .main .about .title a{
	display: block;
	font-size: 12px;
	color: #0068b3;
	float: right;
	margin-right: 8px;
	line-height: 45px;
}
.cont .main .about .pic{
	width: 354px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}
.cont .main .about .pic img{
	display: block;
	width: 354px;
	height: 124px;
}
.cont .main .about .text{
	width: 354px;
	height: 150px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
	font-size: 15px;
	line-height: 24px;
}
.cont .main .about .text p{
	display: block;
	font-size: 15px;
	color: #1a1a1a;
	line-height: 22px;
	text-indent: 1em;
}
.cont .main .news{
	width: 700px;
	height: auto;
	float: right;
	border:1px solid #dcdcdc;
	background: #fff;
	padding-bottom: 30px;
}

.cont .main .news .list{
	width: 100%;
	height: 45px;
	border-bottom:2px solid #0068b3;
}
.cont .main .news .list ul{
	width: 295px;
	height: 45px;
	float: left;
}
.cont .main .news .list ul li{
	float: left;
	width: 137px;
	height: 45px;
	background:#4e4e4e;
	margin-right: 5px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	
}
.cont .main .news .list ul li span{
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 2px;
}
.cont .main .news .list ul li p{
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.cont .main .news .list .more a{
	display: block;
	font-size: 12px;
	color: #0068b3;
	float: right;
	margin-right: 8px;
	line-height: 45px;
}
.new-wrap{
	float: left;
}
.slideTxtBox{
	width: 96%;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
}
.slideTxtBox .sec{
	width: 100%;
	height: auto;
}
.slideTxtBox .sec img{
	display: block;
	width: 257px;
	height: 124px;
	float: left;
}
.slideTxtBox .sec .info{
	width: 385px;
	height: auto;
	float: right;
	margin-left:10px;
}
.slideTxtBox .sec .info span{
	display: block;
	width: 80%;
	height: auto;
	font-size: 18px;
	color: #0068b3;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.slideTxtBox .sec .info p{
	display: block;
	width: 100%;
	height: 85px;
	font-size: 13px;
	color: #222;
	line-height: 22px;
	text-indent: 1em;
	overflow: hidden;
}
.slideTxtBox .news-list ul{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
.slideTxtBox .news-list ul li{
	float: left;
	width: 310px;
	height: 20px;
	margin-bottom: 15px;
	float: left;
	position: relative;
}
.slideTxtBox .news-list ul li:nth-child(2n){
	float: right;
}
.slideTxtBox .news-list ul li span{
	display: block;
	font-size: 14px;
	color: #1a1a1a;
	float: left;
	margin-left: 13px;
	line-height: 20px;
	width: 70%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.slideTxtBox .news-list ul li span:hover{color:#0068b3;}

.slideTxtBox .news-list ul li:before{
	content: "※";
	width: 10px;
	height: 10px;
	color: #1a1a1a;
	position: absolute;
	left: 0;
	top: 2px;
}
.slideTxtBox .news-list ul li p{
	display: block;
	font-size: 12px;
	color: #999;
	float: right;
	line-height: 20px;
}
.cont .main .news .list .newon{
	width: 137px;
	height: 45px;
	background: #0068b3;
}	
/**/
.pro{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.pro .main{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	border:1px solid #dcdcdc;
	background: #fff;
}
.new-wrap{
	float: left;
}
.pro-slideTxtBox{
	width: 100%;
	height: 261px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
}
.pro .main .list{
	width: 100%;
	height: 45px;
	border-bottom:2px solid #0068b3;
}
.pro .main .list ul{
	width: 615px;
	height: 45px;
	float: left;
}
.pro .main .list ul li{
	float: left;
	width: 137px;
	height: 45px;
	background:#4e4e4e;
	margin-right: 5px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	
}
.pro .main .list ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
}
.pro .main .list .more a{
	display: block;
	font-size: 12px;
	color: #0068b3;
	float: right;
	margin-right: 8px;
	line-height: 45px;
}

.pro .main .scroll{
	width: 100%;
	height: 261px;
	float: left;
	overflow: hidden;
}
.pro .main .scroll ul li{
	float: left;
	margin-right: 20px;
}
.pro .main .scroll ul li img{
	display: block;
	width: 269px;
	height: 215px;
}
.pro .main .scroll ul li p{
	display: block;
	width: 100%;
	height: 40px;
	font-size: 15px;
	color: #222;
	text-align: center;
	line-height: 40px;
}
.pro .main .list .newon{
	width: 137px;
	height: 45px;
	background: #0068b3;
}
/**/
.container{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.container .main{
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
.container .main .cases{
	width: 665px;
	height: auto;
	float: left;
	border:1px solid #dcdcdc;
	background: #fff;
}
.container .main .cases .title{
	width: 100%;
	height: 45px;
	border-bottom:2px solid #0068b3;
}
.container .main .cases .title .name{
	width: 137px;
	height: 45px;
	float: left;
	background:#0068b3;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.container .main .cases .title .name span{
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 4px;
}
.container .main .cases .title .name p{
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.container .main .cases .title a{
	display: block;
	font-size: 12px;
	color: #0068b3;
	float: right;
	margin-right: 8px;
	line-height: 45px;
}
.container .main .cases .pic{
	float: left;
	margin-top: 25px;
}
.container .main .cases .pic img{
	width: 318px;
	height: 224px;
}
.container .main .cases ul{
	width: 323px;
	height: auto;
	float: left;
	margin: 25px 0 0 15px;
}
.container .main .cases ul li{
	float: left;
	width: 100%;
	height: 20px;
	margin-bottom: 10px;
	float: left;
	position: relative;
}
.container .main .cases ul li span{
	display: block;
	font-size: 14px;
	color: #1a1a1a;
	float: left;
	margin-left: 13px;
	line-height: 20px;
	width: 70%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.container .main .cases ul li:before{
	content: "※";
	width: 10px;
	height: 10px;
	color: #1a1a1a;
	position: absolute;
	left: 0;
	top: 2px;
}
.container .main .cases ul li p{
	display: block;
	font-size: 12px;
	color: #999;
	float: right;
	line-height: 20px;
}

.container .main .contact{
	width: 408px;
	height: auto;
	float: right;
	border:1px solid #dcdcdc;
	background: #fff;
	padding-bottom: 22px;
}
.container .main .contact .title{
	width: 100%;
	height: 45px;
	border-bottom:2px solid #0068b3;
}
.container .main .contact .title .name{
	width: 137px;
	height: 45px;
	float: left;
	background:#0068b3;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.container .main .contact .title .name span{
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 4px;
}
.container .main .contact .title .name p{
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.container .main .contact .title a{
	display: block;
	font-size: 12px;
	color: #0068b3;
	float: right;
	margin-right: 8px;
	line-height: 45px;
}
.container .main .contact .msg{
	width: 100%;
	height: auto;
}
.container .main .contact .msg span{
	display: block;
	font-size: 16px;
	color: #1a1a1a;
	font-weight: bold;
	margin: 15px 0 15px 15px;
}
.container .main .contact .msg p{
	display: block;
	font-size: 14px;
	color: #1a1a1a;
	line-height: 24px;
	margin-left: 15px;
}
/**/
.link{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.link .main{
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
.link .main .title{
	width: 100%;
	height: 35px;
	background:url(../images/link_title.png)no-repeat bottom;
}
.link .main .title span{
	display: block;
	font-size: 20px;
	color: #0068b3;
	font-weight: bold;
	float: left;
}
.link .main .title b{
	font-size: 16px;
	color: #0068b3;
	margin-left: 5px;
	font-weight: normal;
}
.link .main ul{
	width: 100%;
	height: 65px;
	float: left;
}
.link .main ul li{
	float: left;
	margin-right: 20px;
}
.link .main ul li a{
	display: block;
	font-size: 12px;
	color: #222;
	line-height: 65px;
	position: relative;
}
.link .main ul li a:after{
	content: "";
	background: #222;
	width: 1px;
	height: 13px;
	position: absolute;
	right: -10px;
	top: 26px;
}
/**/
.footer{
	width: 100%;
	height: auto;
	float: left;
	background: #dedcdc;
	padding-bottom: 50px;
}
.footer .main{
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
.footer .main .icon{
	width: 165px;
	height: auto;
	float: left;
	margin-top: 30px;
}
.footer .main .icon p{
	display: block;
	font-size: 18px;
	color: #222;
	float: left;
}
.footer .main .icon img{
	display: block;
	width: 165px;
	height: 165px;
	float: left;
	margin-top: 20px;
}
.footer .main .foot-nav{
	width: 580px;
	height: auto;
	float: left;
	margin: 30px 0 0 0;
}
.footer .main .foot-nav ul{
	float: left;
	width: 138px;
	height: auto;
	overflow: hidden;
}
.footer .main .foot-nav ul p{
	display: block;
	font-size: 22px;
	color: #222;
	margin-bottom: 20px;
	text-align:center;
}
.footer .main .foot-nav ul li{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.footer .main .foot-nav ul li a{
	display: block;
	font-size: 15px;
	color: #666;
	text-align: center;
}

.footer .main .foot-nav ul li a:hover{color:#0068b3; text-decoration:underline;}

.footer .main .foot-cont{
	width: 500px;
	height: auto;
	float: right;
	margin-top: 30px;
}
.footer .main .foot-cont span{
	display: block;
	font-size: 22px;
	color: #222;
	margin-bottom: 20px;
}
.footer .main .foot-cont p{
	display: block;
	font-size: 15px;
	color: #666;
	line-height: 30px;
}
/**/
.bottom{
	width: 100%;
	height: auto;
	float: left;
	background: #0068b3;
	padding-top: 30px;
	padding-bottom: 30px;
}
.bottom p{
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	text-align: center;
}
.bottom a{
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	margin-left: 20px;
}
/**/
*html .fixed {
	margin-top: 258px;
	position: absolute;
	top: expression(eval(document.documentElement.scrollTop));
}
.fixed {
	position: fixed;
	width: 50px;
	height: 230px;
	right: 0;
	top: 214px;
	z-index: 100;
}
.fixed ul li {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	margin-bottom: 10px;
}
.fixed ul li .sidetop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #454545;
	transition: all 0.3s;
}
.fixed ul li .sidetop:hover {
	background-color: #f9800a;
}
.fixed ul li .sidebox {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #454545;
	color: #fff;
	font: 14px/54px "微软雅黑";
	overflow: hidden;
}
.fixed ul li .sidebottom {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #454545;
	transition: all 0.3s;
}
.fixed ul li .sidebottom:hover {
	background-color: #f9800a;
}
.fixed ul li img {
	float: left;
}
.sidebox span {
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.sidebox p {
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	line-height: 11px;
	color: #fff;
}
.fixed ul li .hid_box{
	display: none;
	position: absolute;
	height: auto;
	top: -92px;
	right: 56px;
}
.fixed ul li .hid_box img{
	display: block;
	width: 140px;
	height: 140px;
}
.fixed ul li:hover .hid_box{
	display: block;
}



.contain{ width:1100px; margin:30px auto; }
.con_left{ width:240px; float:left; margin-right:20px; margin-bottom:50px;}
.con_right{ width:840px; float:left; margin-bottom:30px; margin-top:30px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:230px; padding-left:10px; height:40px;line-height:40px; color:#333; font-size:16px;   background:#e9e9e9; font-weight:bold; border-bottom:1px solid #ccc;  position:relative;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px; font-weight:normal;}
.in_prokind span a:link{ color:#333;}
.in_prokind span a:visited{ color:#333;}
.in_prokind span a:hover{ color:#000;}
.in_casetit{ width:98%; padding-left:2%; height:57px;  line-height:57px;font-size:21px; font-weight:bold; color:#333; text-align:left; position:relative; border-bottom:#0068b3 1px solid;}
.position{ position:absolute; right:5px; top:10px; font-size:14px; font-weight:normal;}
.position a:link{ color:#333;}
.position a:visited{ color:#333;}
.position a:hover{ color:#e9b951;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:215px;  font-size:13px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../images/icon04.png) no-repeat 5px; padding-left:25px; overflow:hidden;}
.in_contact{width:100%; margin-top:10px; float:left; color:#333; border:1px solid #0068b3; border-radius:5px 5px 0px 0px; }
.in_contact p{ width:200px; font-size:14px; line-height:24px; padding-left:5px; padding-right:5px;}
.in_contactmid{ background:#f0f0f0;padding-bottom:10px;border-bottom:#e9e9e9 2px solid;  }
.in_contactmid h3{line-height:28px; font-size:16px;padding-left:5px;color:#1b242d;}
.in_contactmid img{ margin-top:10px; width:100%;}
.clear{ clear:both;}
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product{ width:100%; margin:0px auto;}
.main_right_product ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:270px; height:260px;  float:left; margin-top:10px; margin-right:13px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:260px; height:220px; padding:5px;border:#eee 1px solid;}
.main_right_product ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover{ color:#0068b3; text-decoration:none;}
.product_con{ width:100%;} 
.newscontent{ font-size:16px; line-height:28px;}
.product_con img,.productimg img{ text-align:center; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont ul li{ height:42px; line-height:42px; border-bottom:#CCC 1px dotted; font-size:13px;  background:url(../images/icon04.png) no-repeat 5px; padding-left:25px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont ul li a:link,.ul_news li a:link{ color:#3e3e3e;;}
.index_newscont ul li a:visited,.ul_news li a:visited{ color:#3e3e3e;}
.index_newscont ul li a:hover,.ul_news li a:hover{ color:#0068b3;}
.nav ul li.current {background: #e9b951;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}
.product .list ul li.m_hover{
	background: #00479d;
}
.product .list ul li.m_hover a{
	color:#fff;
}
.con_left .list{
	width: 240px;
	height: auto;
	float: left;
	background: #0068b3;
	padding-bottom: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.con_left .list .title{
	width: 100%;
	height: 90px;
	background: #0068b3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.con_left  .list .title span{
	display: block;
	font-size: 24px;
	float: left;
	color: #fff;
	font-weight: bold;
	margin: 35px 0 0 30px;
}
.con_left .list .title p{
	display: block;
	font-size: 16px;
	color: #fff;
	float: right;
	margin: 45px 30px 0 0;
}
.con_left  .list ul{
	width: 98%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.con_left  .list ul li{
	width: 96%;
	height: 40px;
	background: #eee;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
}
.con_left  .list ul li a{
	display: block;
	font-size: 15px;
	color: #010101;
	line-height: 40px;
	padding-left: 20px;
}
.con_left  .list ul li:before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f2d374;
	position: absolute;
	left: 5px;
	top: 12px;
}
.con_left .list ul li:hover,.con_left .list ul li.m_hover{
	background: #00479d;
}
.con_left  .list ul li:hover a,.con_left  .list ul li.m_hover a{
	color: #fff;
}
.con_left  .list ul li:hover:before{
	background: #fff;
}
.con_left  .list .name{
	width: 98%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 30px;
}
.con_left  .list .name span{
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-left: 20px;
}
.con_left  .list .name p{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-left: 20px;
}



/*分页*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:14px;text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px; border-radius:3px;}
.thisclass{ background:#0068b3; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#0068b3; text-decoration:none;}
.footer .right .info a{ color:#FFF;}

/*留言*/
.message{width:100%; height:600px; /*background:#eee;*/ margin-left:50px;}
.message  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
.message p{font-size:15px; color:#999; text-align:center;}
   
 .message_left{float:left;width:40%;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
.message_right{float:left;width:90%;height:24px;line-height:24px;background-color:#eee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:90%;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:92%;height:40px;line-height:40px;background-color:#0068b3; border-radius:5px;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}




.allmap{
	width: 100%;
	height: 400px;
	margin-top: 10px;
}