/*general start*/
* {
	padding:0px;
	margin:0px;
}
body {
	width:100%;
	height:auto;
	padding:0px;
	text-align:center;
	background-color:#fff;
}
body,td,th {
	font-size: 12px;
	color: #333;
	font-family:"微软雅黑"
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul, li, p, dl, dd, dt ,h,td,th{
	margin:0px;
	padding:0px;
}
a{
	color:#333;
	text-decoration:underline;
}
a,a *{
	cursor:pointer;
}
a img{
	border:0;
}
ul,li,ol{
	list-style-type:none;
	list-style-position:outside;
}
input{
	border: 0px solid transparent;
	background-color: transparent;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
}
h6 {
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}
.hl1{
	height: 15px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.hl2{
	height: 14px;
	_height: 8px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.hl3{
	height: 8px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.hl4{
	height: 20px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.hl5{
	height: 10px;
	width: 100%;
	_overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
.demoOver{
	background-color:#fff;
}
.demoBg{
	background-color:#f2f2f2;
}
.hide{
	display:none;
}
/*head_box*/
.head_box{
	width:1100px;
	height:130px;
	margin:0px auto;
	background-color:#e9f4fc;
}
.logo{
	width:400px;
	height:130px;
	float:left;
	background:url(../images/logo.jpg) no-repeat center center;
}
.logo_right{
	width:700px;
	height:130px;
	float:right;
}
.h_nav{
	width:620px;
	height:40px;
	float:right;
	margin:72px auto 0px auto;
}
.h_nav dl{
	padding:0px;
}
.h_nav dl dd{
	float:left;
	width:80px;
	height:26px;
	font-size:15px;
	line-height:26px;
	text-align:center;
	margin-top:8px;
}
.h_nav dl em{
	width:1px;
	height:14px;
	float:left;
	background-color:#ddd;
	margin:14px 20px 0px 20px;
}
.h_nav dl dd a{
	width:80px;
	height:26px;
	display:block;
}
.h_nav dl dd a:hover{
	color:#fff;
	background-color:#1b7244;
}
.sc{
	width:80px;
	height:26px;
	background-color:#1b7244;
}
.sc a{
	color:#fff;
}
/*title_show*/
.title_show{
	width:100%;
	height:48px;
	margin:12px auto 0px auto;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	line-height:48px;
	color:#2963a4;
	text-indent:40px;
	border-bottom:solid 1px #c7c7c7;
	background:url(../images/icos_p.png) no-repeat 12px 12px;
}
.title_show span{
	width:45px;
	float:right;
	color:#999;
	font-size:12px;
	text-indent:0px;
	font-weight:normal;
}
.title_show span img{
	float:left;
	margin-top:15px;
	padding-right:3px;
}
.title_show span a{
	color:#999;
}
.title_show span a:hover{
	text-decoration:underline;
	color:#000;
}
/*focus_box*/
.focus_box{
	width:1100px;
	height:494px;
	margin:0px auto;
	position:relative;
}
#slideimg_bg img {
	width:100%;
	height:494px;
	z-index:8;
    position: absolute; 
	top: 0px; 
	left: 0px; 
	opacity: 0.0;
}
#slideimg_bg img.active {
	 z-index: 10;
	 opacity: 1.0
}
#slideimg_bg img.last-active {
	z-index: 9
}
.search{
	width:1000px;
	height:200px;
	position:absolute;
	left:50px;
	top:30px;
	background:url(../images/s_60.png) repeat 0px 0px;
	border-radius:10px;
	z-index:1000;
}
.search span{
	width:146px;
	height:146px;
	float:left;
	margin:20px 0px 0px 16px;
}
.search span img{
	width:98%;
	border-radius:2px;
}
.search span i{
	font-style:normal;
	font-size:14px;
	padding-top:5px;
	color:#fff;
}
.search b{
	width:810px;
	float:right;
	padding-right:16px;
	margin-top:30px;
}
.search b i{
	float:left;
	font-style:normal;
	font-size:14px;
	color:#fff;
	padding-bottom:10px;
}
.search b em{
	width:120px;
	height:40px;
	float:left;
	font-size:16px;
	font-style:normal;
	line-height:40px;
	background-color:#fff;
	margin-top:12px;
	border-radius:2px;
}
.search b em a{
	color:#f00;
}
.msg_input{
	width:100%;
	height:40px;
	padding-top:5px;
	padding-bottom:5px;
	line-height:20px;
	background:#fff;
	font-size:14px;
	color:#999;
	margin:0px auto;
	text-indent:5px;
	border-radius:2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-webkit-appearance: none;  
}
/*main_box*/
.main_box{
	width:100%;
	height:auto;
	margin:0px auto;
}
.main_con{
	width:1100px;
	height:auto;
	min-height:500px;
	margin:0px auto;
}
.info_show{
	width:96%;
	height:auto;
	min-height:300px;
	margin:0px auto 25px auto;
	text-align:left;
	font-size:14px;
	line-height:24px;
	color:#000;
}
.info_show img{
	width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
/*info_list*/
.info_list dl{
	width:100%;
	height:auto;
	min-height:400px;
	padding:0px;
}
.info_list dl p{
	margin:10px auto;
}
.info_list dl dt{
	width:100%;
	height:224px;
	margin:20px auto;
}
.info_list dl dt img{
	width:100%;
	height:224px;
}
.info_list dl dd{
	width:100%;
	height:40px;
	float:left;
	text-align:left;
	line-height:40px;
	font-size:14px;
	border-bottom: dotted 1px #ddd;
	text-indent:18px;
	background:url(../images/info_dd.png) no-repeat 10px center;
	background-color:#fafafa;
}
.info_list dl dd b{
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#666;
}
.info_list dl dd span{
	width:100px;
	text-align:left;
	float:right;
	font-size:12px;
	color:#666;
}
.info_list dl dd a:hover{
	color:#c80726;
	text-decoration:underline;
}
/*info_list*/
.info_list{
	width:100%;
	height:auto;
	margin:0px auto;
}
.info_list img{
	border-radius:3px;
}
.info_list h1{
	width:100%;
	height:34px;
	text-align:left;
	font-size:14px;
	text-indent:38px;
	margin-top:10px;
	padding:19px 0px 0px 0px;
	border-bottom: solid 1px #ddd;

}
.icos_a{
	background:url(../images/icos_a.png) no-repeat 10px center;
}
.icos_n{
	background:url(../images/icos_n.png) no-repeat 10px center;
}
.icos_p{
	background:url(../images/icos_p.png) no-repeat 10px center;
}
.info_list h1 span{
	font-size:12px;
	font-weight:normal;
	float:right;
	padding-right:18px;
}
.info_list h3{
	font-size:20px;
	text-align:center;
	line-height:90px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #eee;
	color:#3f2320;
}
.info_list h4{
	font-size:12px;
	text-align:center;
	line-height:36px;
	font-weight:normal;
	background-color:#fff;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #eee;
	color:#333;
	margin:0px 0px 20px 0px;
}
.info_list h4 small{
	padding:0px 10px;
}
.small{
	color:#999;
	font-size:12px;
	font-weight:bold;
	padding-right:5px;
	cursor:pointer;
}
.big{
	color:#f00;
	font-size:15px;
	font-weight:bold;
	padding-left:5px;
	cursor:pointer;
}
.info_show{
	width:640px;
	height:auto;
	min-height:300px;
	margin:0px auto 25px auto;
	text-align:left;
	font-size:15px;
	line-height:24px;
	color:#000;
}
.info_show img{
	width:100%;
	height:auto;
	display:block;
	margin:0px auto;
}
/*pic_class*/
.pic_class{
	width:1100px;
	height:auto;
	min-height:500px;
	margin:0px auto;
}
.pic_class ul{
	width:100%;
	height:auto;
	margin:0px auto;
}
.pic_class ul li{
	float:left;
	width:190px;
	height:180px;
	margin:20px 0px 0px 23px;
	background-color:#e9f4fc;
	border:solid 1px #fff;
	border-radius:2px;
}
.pic_class ul li img{
	width:93%;
	height:80%;
	border-radius:2px;
	margin-top:8px;
}
.pic_class ul li span{
	font-size:14px;
	display:block;
	padding-top:3px;
}
.pic_class ul li a{
	width:190px;
	height:180px;
	display:block;
	color:#333;
}
.pic_class ul li a:hover{
	border-radius:3px;
	background-color:#eee9dd;
	color:#c80726;
}
/*pagestart*/
.page_ml{
	width:100%;
	height:40px;
	margin:0px auto;
	background-color:#fff;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
}
.page_box{
	width:93%;
	height:40px;
	margin:0px auto 20px auto;
}
.page{
	float:left;
}
.page ul{
	padding:0px;
	list-style:none;
}
.page ul li{
	width:auto;
	padding:0px 10px;
	height:25px;
	float:left;
	line-height:25px;
	border: solid 1px #ddd;
	background-color:#fff;
	margin-left:2px;
	color:#ff6600;
}
.page ul li a{
	color:#336699;
}
.next{
	background-image:url(../images/icos_o.gif);
	background-repeat:no-repeat;
	background-position:48px center;
}
.prev{
	background-image:url(../images/icos_p.gif);
	background-repeat:no-repeat;
	background-position:3px center;
}
.page_box dl{
	width:100%;
	height:auto;
	padding-top:7px;
}
.page_box dl dd{
	width:50%;
	float:left;
	height:26px;
	font-size:12px;
	padding:5px 0px;
	text-align:center;
}
.page_box dl dd a{
	color:#666;
}
.page_box dl dd a:hover{
	color:#001938;
	text-decoration:underline;
}
/*case_list*/
.case_list{
	width:1100px;
	height:auto;
	min-height:180px;
	margin:0px auto;
	background-color:#fff;
}
.case_list dl{
	padding:0px;
	margin:10px auto;
}
.case_list dl dd{
	float:left;
	width:190px;
	height:165px;
	margin:20px 0px 0px 23px;
	background-color:#e9f4fc;
	border:solid 1px #fff;
	border-radius:2px;
}
.case_list dl dd img{
	width:100%;
	height:80%;
	border-radius:2px;
}
.case_list dl dd span{
	display:block;
	font-size:13px;
	padding-top:5px;
}
/*foot_copyright*/
.foot_copyright{
	width:1100px;
	height:80px;
	margin:0px auto;
	background-color:#e9f4fc;
}
.foot_copyright p{
	font-size:13px;
	padding-top:32px;
}