body, h1, h2, h3, h4, ul, li, a, input {
	margin: 0;
	padding: 0;
	font-family: microsoft yahei;
}
div, a {
	font-size: 14px;
	color: #323232;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: middle;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
}
ul, li, dl, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	min-width:1200px;
}
/*头部*/

#hy_top {
	height: 31px;
	line-height: 31px;
	background:#f2f2f2;
}
.hy_top {
	width:1200px;
	margin:0 auto;
}
.hy_top p {
	color: #888888;
	font-size: 13px;
	font-weight: normal;
	float: left;
	height:31px;
	background:url(../images/xin.png) no-repeat left;
	padding-left:20px;
}
.hy_top p span {
	font-size: 13px;
	color: #888888;
	font-weight: bold;
}
.hy_sn {
	color: #888888;
	text-align: right;
	font-size: 13px;
}
.hy_sn a {
	color: #888888;
	padding:0 5px;
	font-size:13px;
}
.hy_warp {
	width:1200px;
	margin:0 auto;
}
.hy_head {
	height:110px;
}
.hy_logo {
	width:436px;
	height:63px;
	float:left;
	margin-top:24px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
}
.hy_logo img {
	width:436px;
	height:63px;
}
.hy_sv {
	width:248px;
	float:right;
	font-size:14px;
	color:#575757;
	background:url(../images/tel.png) no-repeat left;
	padding-left:53px;
	margin-top:32px;
}
.hy_sv p {
	font-size:28px;
	color:#ff7c07;
}
/*导航*/

#hy_nav {
	border-top: 1px solid #dfdfdf;
	height:55px;
}
.hy_nav {
	width:1200px;
	margin:0 auto;
	height:55px;
}
.hy_nav ul li {
	float:left;
	padding:0 33px;
	line-height:52px;
	text-align:center;
}
.hy_nav ul li:last-child {
	background:none;
}
.hy_nav ul li a {
	font-size:16px;
	color:#666666;
	display:block;
}
.hy_nav ul li a:hover, .hy_nav ul li a.hover {
	color:#ff7c07;
	border-bottom: 3px solid #ff7c07;
}
/*轮播图*/

.flickerplate {
	position: relative;
	width: 100%;
	height: auto;
	background:none;
	overflow: hidden
}
.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}
.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table
}
.flickerplate ul.flicks>li .flick-inner {
	height: 100%;
	color: #fff;
	display: table-cell;
	vertical-align: middle
}
.flickerplate ul.flicks>li img {
	width: 100%;
}
.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}
.flickerplate .arrow-navigation.left {
	left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: left
}
.flickerplate .arrow-navigation.right {
	right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100;
}
.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}
.flickerplate .dot-navigation .dot {
	width: 30px;
	height: 4px;
	margin: 0px 6px;
	background: url(../images/num_b.png) no-repeat;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background: url(../images/num_a.png) no-repeat;
}
.flickerplate .dot-navigation .dot.active {
	background: url(../images/num_a.png) no-repeat;
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}
.n_bann {
	height: 500px;
	background: url(../images/banner.jpg) no-repeat;
}
.hy_con1 {
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.hy_con1_t {
	text-align: center;
}
.hy_con1_t em {
	display: block;
	font-size: 33px;
	color: #444444;
}
.hy_con1_t em span {
	font-weight: bold;
}
.hy_con1_t p {
	margin-top: 10px;
	font-size: 14px;
	color: #9e9e9e;
}
.hy_con1_u {
	margin-top: 45px;
}
.hy_con1_u ul li {
	float: left;
	margin: 0 30px;
	width: 240px;
	text-align: center;
}
.hy_con1_u ul li i {
	display: block;
	width: 170px;
	height: 170px;
	margin:0 auto;
	background: url(../images/icno.png) no-repeat;
}
 .hy_con1_u ul li:nth-child(1) i {
 background-position: 0 0;
}
 .hy_con1_u ul li:nth-child(2) i {
 background-position:-307px 0;
}
 .hy_con1_u ul li:nth-child(3) i {
 background-position: -614px 0;
}
 .hy_con1_u ul li:nth-child(4) i {
 background-position:-920px 0;
}
.hy_con1_u ul li em {
	display: block;
	font-size: 26px;
	color: #444444;
	margin-top: 20px;
}
.hy_con1_u ul li p {
	margin-top: 15px;
	font-size: 14px;
	color: #737373;
	line-height: 23px;
}
#hy_con2 {
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	padding: 75px 0;
}
.sld {
}
.sld .hd {
	text-align: center;
	margin-top: 40px;
}
.sld .hd ul {
	display: inline-block;
}
.sld .hd ul li {
	float: left;
	text-align:center;
	background:url(../images/li.png) no-repeat right center;
	padding:0 10px;
}
.sld .hd ul li:last-child {
	background:0;
}
.sld .hd ul li a {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width:100px;
	font-size:15px;
	color:#6d6d6d;
}
.sld .hd ul li.on {
}
.sld .hd ul li.on a {
	background:#ff7c07;
	color: #fff;
	height:36px;
	font-size: 15px;
	border-radius: 5px;
}
.sld .hd ul li a:hover, .sld .hd ul li a.hover {
	background:#ff7c07;
	color: #fff;
	height:36px;
	font-size: 15px;
	border-radius: 5px;
}
.sld .hd span {
	display: block;
}
.sld .bd {
	padding-top:8px;
	overflow: hidden;
}
.sld .bdst {
	margin:0 0px 0px 0px;
}
.sld .bdst .bds {
	padding-top: 25px;
}
.sld .bdst .bds ul {
}
.sld .bdst .bds ul li, .sld .bdst .bds ul li a, .sld .bdst .bds ul li a img, .sld .bdst .bds ul li .pic {
	width: 280px;
}
.sld .bdst .bds ul li {
	float: left;
	margin-left:18px;
	width: 280px;
	margin-bottom:15px;
}
.sld .bdst .bds ul li a {
	display: block;
	text-align: center;
}
.sld .bdst .bds ul li a .pic {
	height: 223px;
	width:280px;
	overflow:hidden;
	border:1px solid #e7e7e7;
}
.sld .bdst .bds ul li a .pic img {
	height: 223px;
	width:280px;
}
.sld .bdst .bds ul li a p {
	margin-top:20px;
	text-align:center;
	color: #444444;
	font-size:16px;
	padding-bottom:15px;
}
.sld .bdst .bds ul li a img:hover {
	-webkit-transition: all 0.25s linear 0.01s;
	-moz-transition: all 0.25s linear 0.01s;
	-ms-transition: all 0.25s linear 0.01s;
	-o-transition: all 0.25s linear 0.01s;
	transition: all 0.25s linear 0.01s;
	transform: scale(1.15, 1.15);
}
#hy_con3 {
	margin-top:40px;
	background: url(../images/ab_bg.jpg) no-repeat;
	height: 630px;
}
.hy_con3_l {
	float: left;
	width: 550px;
}
.hy_con3_l em {
	display: block;
	font-size: 32px;
	color: #ffffff;
	margin-top: 80px;
	margin-bottom:40px;
}
.hy_con3_l em span {
	font-weight: bold;
}
.hy_con3_l p {
	font-size: 15px;
	color: #d1d2d5;
	line-height: 29px;
	text-indent: 2em;
	margin-bottom:25px;
}
.tips {
	margin-top: 135px;
}
.tips li {
	float:left;
	padding-right:75px;
	text-align:center;
	font-size:14px;
	color:#ffe3d5;
	position:relative;
	background:url(../images/li.png) no-repeat right center;
}
.tips li p {
	font-size:45px;
	color:#ffffff;
	margin-bottom:10px;
	text-indent: 0;
	line-height: 35px;
}
.tips li p i {
	position:absolute;
	font-size:13px;
	top:-22px;
	font-style:normal;
	right:58px;
}
.tips li em {
	font-size:14px;
	color:#ffe3d5;
	margin:0;
}
.tips li:last-child {
	background:none;
}
.tips li:first-child p i {
	right:58px;
}
.tips li:last-child p i {
	right:58px;
}
.tips li:hover {
	margin-top:10px;
	transition:margin 1s;
}
.hy_con4 {
	margin-top: 70px;
	height: auto;
	overflow: hidden;
}
.hy_con4_u {
	margin-top:50px;
}
.hy_con4_u ul li {
	float:left;
	width:380px;
	margin-right:29px;
}
.hy_con4_u ul li:last-child {
	margin-right:0;
}
.hy_con4_u ul li .tu {
	width:380px;
	height:245px;
	overflow:hidden;
}
.hy_con4_u ul li .tu img {
	width:380px;
	height:245px;
}
.hy_con4_u ul li .tu img:hover {
	-webkit-transition: all 0.25s linear 0.01s;
	-moz-transition: all 0.25s linear 0.01s;
	-ms-transition: all 0.25s linear 0.01s;
	-o-transition: all 0.25s linear 0.01s;
	transition: all 0.25s linear 0.01s;
	transform: scale(1.15, 1.15);
}
.hy_con4_u ul li em {
	display:block;
	font-size:16px;
	color:#444444;
	text-align:left;
	height: 61px;
	line-height: 61px;
}
.hy_con4_u ul li:hover em {
	background:url(../images/jt.png) no-repeat 320px 25px #f5f5f5;
	transition: all 0.5s;
	padding: 0 20px;
}
.hy_con5 {
	margin-top: 50px;
	height: auto;
	overflow: hidden;
}
.hy_con5_u {
	margin-top: 50px;
}
.hy_con5_l {
	width: 650px;
	float: left;
}
.slb {
}
.slb .hd {
	margin-top: 40px;
	background:url(../images/hh.png) no-repeat left 4px;
	padding-left: 10px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}
.slb .hd ul {
	display: inline-block;
}
.slb .hd ul li {
	float: left;
	margin:0 15px;
	font-size: 20px;
	color: #444444;
}
.slb .hd ul li a {
	font-size: 20px;
	color: #444444;
}
.slb .hd ul li.on a {
	color: #ff7c07;
}
.slb .hd span {
	float: right
}
.slb .bd {
	padding-top:8px;
	overflow: hidden;
}
.slb .bdst {
	margin:0 0px 0px 0px;
}
.slb .bdst .bds {
	padding-top: 25px;
}
.slb .bdst .bds ul {
}
.hy_newsrt {
	width:650px;
	height:150px;
}
/*.con2lt img{

	width: 204px;height: 136px;

	border:#e3e3e3 10px solid;

	margin:27px 0px 0px 20px;

}*/

.hy_newsrt_img {
	width:185px;
	float:left;
}
.hy_newsrt_img img {
	width:185px;
	height:118px;
}
.hy_newsrtt {
	float:right;
	width:437px;
}
.hy_newsrtt em {
	display:block;
	font-size:13px;
	color:#929292;
	margin:8px 0 0 0;
}
.hy_newsrtt p {
	margin:5px 0 0 0;
}
.hy_newsrtt p a {
	font-size:16px;
	text-align:left;
	margin-top:30px;
	color:#535353;
	font-weight:normal;
}
.hy_newsrtt span {
	font-size:13px;
	color:#929292;
	line-height:25px;
	display:block;
	margin-top:10px;
}
.hy_newsru {
	width:666px;
}
.hy_newsru ul li {
	background:url(../images/ff.png) no-repeat left;
	padding-left:20px;
	margin-right:10px;
	line-height:40px;
	height:40px;
	font-size:14px;
	position:relative;
}
.hy_newsru ul li a {
	color:#545454;
	font-size:16px;
}
.hy_newsru ul li span {
	font-size:15px;
	color:#929292;
	position:absolute;
	top:0px;
	right:10px;
}
.hy_con4r {
	float:right;
	width:450px;
	margin-right:20px;
}
.hy_con4r_u {
	margin-top: 13px;
}
.hy_con4r_u ul li {
	height:auto;
	overflow: hidden;
	width:450px;
	padding:18px 0;
	border-bottom:1px solid #dcdcdc;
}
.hy_con4r_u ul li:last-child {
	border-bottom:none;
}
.hy_con4r_u ul li em {
	color:#535353;
	font-size:16px;
	display:block;
	height:26px;
	line-height:26px;
	background:url(../images/ww.png) no-repeat left center;
	padding-left:35px;
}
.hy_con4r_u ul li p {
	background:url(../images/dd.png) no-repeat left 10px;
	color:#929292;
	padding-left:35px;
	margin-top:5px;
	line-height:23px;
	font-size:13px;
}
.hy_flink {
	height:auto;
	overflow:hidden;
	margin-top:25px;
}
.hy_flinkl {
	background:url(../images/link.png) no-repeat left center;
	width:100px;
	float:left;
	font-size:20px;
	color:#454545;
	height:20px;
	line-height:20px;
	padding-left:30px;
	margin-top:17px;
	border-right: 1px solid #d4d4d4;
}
.hy_flinkr {
	width:1050px;
	float:right;
	text-align:left;
	line-height:30px;
	margin-top:12px;
}
.hy_flinkr a {
	font-size:14px;
	color:#403f3f;
	margin:0 6px;
	display:block;
	float:left;
}
#footer {
	margin-top:35px;
	background:#212d37;
	padding-top:45px;
	height:auto;
	overflow:hidden;
}
.footer {
	height:auto;
	overflow:hidden;
}
.footer_l {
	float:left;
	width:228px;
	margin-top:15px;
}
.footer_l p {
	font-size:12px;
	color:#ffffff;
}
.footer_l a {
	display:block;
	margin-top:20px;
}
.footer_c {
	width:205px;
	float:left;
	margin-left:85px;
	height:185px;
}
.ksl {
	font-size:16px;
	color:#ffffff;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}
.ksl hr {
	width:44px;
	height:2px;
	background:#909395;
	border:none;
	display:block;
	float:left;
	margin-top:10px;
}
.snav {
	margin-top:10px;
}
.snav ul a {
	display:block;
	float:left;
	margin-right:22px;
	margin-bottom:15px;
	font-size:13px;
	color:#d3d3d4;
	width: 80px;
}
.footer_c2 {
	width:270px;
	float:left;
	margin-left:65px;
}
.footer_c1 {
	width: 80px;
	margin-left: 105px;
}
.footer_c1 .snav ul a {
	margin-right: 0;
	float: none;
}
.footer_c2 p {
	font-size:13px;
	color:#d3d3d4;
	height:125px;
	margin-top:6px;
	line-height:30px;
}
.footer_r {
	width:105px;
	float:right;
	padding-left:50px;
	height: 90px;
}
.footer_r img {
	display:block;
	margin-top:9px;
	width:105px;
	height:105px;
}
.foot_u {
	
	border-top:1px solid #313c45;
	padding:15px 0;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.foot_u a {
	font-size:13px;
	color:#ced0d1;
}
.foot_l {
	float: left;
	font-size:13px;
	color:#ced0d1;
	line-height:28px;
}
.foot_r {
	float: right;
}
/**å†…é¡µåˆ—è¡¨**/

.hy_fy_con {
	margin-top:25px;
}
.hy_fy_con_tit {
	text-align:center;
	font-size:30px;
	font-weight:bold;
	color:#035f92;
}
.hy_fy_con_tit hr {
	width:104px;
	margin:15px auto 0 auto;
	height:4px;
	background:#035f92;
	border:none;
}
#fy_nav {
	background:#eeeeee;
	padding:20px 0;
}
.fy_nav {
	text-align: center;
}
.fy_nav ul {
	display: inline-block;
}
.fy_nav li {
	float: left;
	margin: 0 15px 15px 15px;
}
.fy_nav li a {
	display: block;
	width: 116px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #eeeeee;
	text-align: center;
	font-size:14px;
	color:#1f60ba;
	background:#eeeeee;
}
.fy_nav li a:hover, .fy_nav li a.hover {
	background: #1f60ba;
	border: 1px solid #1f60ba;
	color: #fff;
}
#hy_dqwz {
	background:#f7f7f7;
	height:40px;
	line-height:40px;
}
.hy_dqwz {
	color: #2f2f2f;
	background:url(../images/home.png) no-repeat left;
}
/*æ–°é—»åˆ—è¡¨*/

.news_list {
	margin-top:35px;
}
.news_list .search {
	text-align: center;
	font-size: 20px;
}
.news_list li {
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	height:150px;
}
 .news_list li::before {
content: "";
position: absolute;
top:0;
left:-50%;
z-index: 0;
width: 200%;
height: 100%;
}
 .news_list li:hover{ background-color:#eee;}
.hy_chanpin li:hover{ background-color:rgb(255, 141, 50);}
.hy_chanpin li:hover p{ color:#FFF;}
.hy_chanpin li:hover img{opacity:0.7}
.news_list li a {
	display: block;
	overflow: hidden;
	position: relative;
	color: #333;
}
.news_img {
	height: 150px;
	display: block;
	width: 200px;
	float: right;
	overflow: hidden;
}
.news_time {
	float: left;
	font-size: 35px;
	line-height:normal;
	font-family: Aparajita;
	position: relative;
	padding-right: 50px;
	margin:10px 30px 0 0;
}
 .news_time::before, .news_time::after {
content: "";
position: absolute;
top:15px;
right:0;
width: 35px;
height: 1px;
background: #bfbfbf;
}
 .news_time::after {
width: 0px;
background: #ffb108;
right: 35px;
}
.news_more {
	display: block;
	margin-top: 15px;
	font-size: 0;
	width: 48px;
	height: 38px;
	background: #fff url(../images/ico_11a.png) center center no-repeat;
	position: relative;
}
 .news_more::before {
content: "";
position: absolute;
top:0;
left:0;
width: 0;
height: 100%;
background: #007440 url(../images/ico_11b.png) center center no-repeat;
}
 .news_list li:hover .news_more::before {
width: 100%;
}
 .news_list li:hover .news_time::after {
width: 35px;
right: 0;
}
.news_info {
	overflow: hidden;
	padding-right: 15%;
	margin-top: 10px;
}
.news_info p {
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 25px;
	background:url(../images/ff.png) no-repeat left;
	padding-left:15px;
}
.news_des {
	font-size: 14px;
	line-height: 26px;
	max-height: 464px;
	overflow: hidden;
}
.news_list li:hover a .news_time {
	color: #ffb108;
}
.news_list li em {
	position: relative;
}
.hy_ny_u {
	height:auto;
	overflow:hidden;
	margin-bottom:35px;
}
.hy_show_t {
	text-align:center;
	border-bottom:#CCC 1px solid;
}
.hy_show_t h1 {
	font-size: 25px;
	color: #333;
	font-weight:normal;
}
.hy_show_t p {
	font-size: 13px;
	color: #adadad;
	font-weight:normal;
	margin: 20px 0;
}
.hy_show_c {
	padding:20px 15px;
	color:#464646;
	border-bottom:#CCC 1px solid;
	line-height:2em;
	font-size:14px;
}
.hy_show_c h2,.hy_show_c h3{ line-height:200%; background-color:#eee; padding-left:1em;}
.hy_show_c img {
	max-width:1200px;
	padding:10px 0 10px 0;
}
.hy_show_u {
	text-align:left;
	padding:10px 15px 10px 0px;
}
.hy_show_u ul li {
	list-style:none;
	text-decoration:none;
	color:#464646;
	height:30px;
	line-height:30px;
	margin:0px 20px 0px 20px;
	font-size:14px;
}
.hy_show_u ul li a {
	color:#464646;
	font-size:14px;
}
.hy_show_u ul li a:hover {
	text-decoration:underline;
	color:#464646;
}
.hy_page_conru {
	color:#464646;
	padding:35px 15px 40px 15px;
	font-size:14px;
	line-height:28px;
}
.hy_page_conru img {
	max-width:1200px;
	padding:15px 0 40px 0;
}
.hy_chanpin {
	padding:10px 0;
	height:auto;
	overflow:hidden;
}
.hy_chanpin ul li {
	margin:0 10px;
	float: left;
	margin-bottom: 2px;
	width:280px;
}
.hy_chanpin ul li a {
	display: block;
	text-align: center;
	color:#545454
}
.hy_chanpin ul li a .pic {
	width: 280px;
	height: 205px;
	overflow: hidden;/*border: 1px sol 

id #d3d3d3; border-radius: 1px;*/
	display: table-cell;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	border:1px solid #efefef;
}
.hy_chanpin ul li a img {
	width: 280px;
	height: 205px;
}
.hy_chanpin ul li a p {
	height: 55px;
	line-height: 55px;
	font-size:16px;
}
.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: 5px 2px;
	background: #ddd;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color:#000;
}
.fenye span.current {
	background: #ff7c07;
	color: #fff;
}
.fenye a:hover {
	background: #ff7c07;
	color: #fff;
}
.baike {
	text-align: left;
	text-indent: 2em;
	padding-top:12px;
}
.baike img {
	float: left;
	margin: 12px;
	width:500px;
}
.baiketext p {
	color:#333;
	line-height:1.8em;
}
.baiketext h2 {
	padding-top:10px;
}
.baiketext a {
	font-size:16px;
}
.baiketext a, .hy_show_c a {
	color:#09F;
}
.baiketext a:hover, .hy_show_c a:hover {
	color:#C60;
}
.clear {
	clear:both;
}
.hotcp {
	margin-top: 20px;
}
.hotcp ul {
	padding-top: 20px;
}
.hotcp li {
	float: left;
	line-height: 40px;
	margin-left: 12px;
	text-align: center;
}
.hotcp li:nth-child(5n+1) {
	margin: 0;
}
.hotcp li img {
	width: 230px;
	height: 173px;
}
.hotcp li:hover img {
	opacity: 0.8;
}

.hotnews {
	margin-bottom: 30px;
	margin-top: 20px;
}
.hotcp_top ,.hotnews_top {
	border-bottom: 1px solid #ddd;
	color: #033c83;
	font-size: 16px;
	line-height: 3em;
	margin-bottom: 10px;
}
.hotnews_top a,.hotcp_top a{ float:right;} 
.hotnews ul {
	margin-left: -55px;
}
.hotnews li {
	border-bottom: 1px dotted #ddd;
	float: left;
	line-height: 40px;
	margin-left: 55px;
	width: 28%;
}
.hotnews li a {
	color: #2e2e2e;
}
.hotnews li span {
	color: #999;
	float: right;
	font-size: 13px;
}
.hotnews li a:hover {
	color: #033c83;
}
.hotlabel {
	margin-top: 30px;
}
.hotlabel p {
	color: #033c83;
}
.hotlabel a {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #033c83;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}
.pro2 h2{  margin:10px 0;}
.pro2 h2 a{ font-size:1.2em;}
.pro2 li:hover h2 a{ color:rgb(255, 141, 50);}








