﻿.w1150 {width:1150px}
.bgcolor-hei {background-color:#000000}
.bgcolor-sh {background-color:#020217}
.bgcolor-dh {background-color:#39394C}
.bgcolor-qh {background-color:#F5F5F5}
.bgcolor-bai {background-color:#ffffff}
body {background-color:#F5F5F5}
/*主要内容*/
#hayi_content{
	width: 912px;
	z-index: 1;
	margin:0 auto;
	position: relative;
	top: 80px;
}

#hayi_content .banner img{
	-moz-box-shadow:3px 8px 3px rgba(0,0,0,.3); 
	-webkit-box-shadow:3px 8px 3px rgba(0,0,0,.3); 
	box-shadow:3px 8px 3px rgba(0,0,0,.3);
}

.banner{
	clear: both;
	float: left;
	margin-right: 5px;
}
.round_box{
	width: 145px;
	height: 145px;
	float: left;
	margin-right: 5px;
}
.round_box a{
	display: block;
	height: 145px;
	/*圆角*/
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    /*阴影*/
    -moz-box-shadow:1px 2px 8px rgba(0,0,0,.3);
    -webkit-box-shadow:1px 2px 8px rgba(0,0,0,.3);
    box-shadow:1px 2px 8px rgba(0,0,0,.3);
    padding-left: 16px;
    margin-bottom: 5px;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);




}
.rbg1{background-color: #0097e0;}
.rbg2{background-color: #2abc9c;}
.rbg3{background-color: #e57f30;}
.rbg4{background-image: url(../images/bg_conus.png);}
.round_box a:hover{
      filter:alpha(opacity=70);
      -moz-opacity:0.7;
      -khtml-opacity: 0.7;
      opacity: 0.7;

      +filter:alpha(opacity=70);
      +opacity: 0.7;

}
.rheight{height: 5px;}
.round_box p{
	font-size:14px;
	color: #fff;
	padding-top: 13px;
}
.round_box img{
	margin-top: 40px;
}


.home_news{
	width: 295px;
	float: left;
	
	}
	
.home_news .hnews{
	clear: both;
	position: relative;
	background-image:url(../images/hnewsbg.jpg);
	height: 132px;
	/*圆角*/
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    /*阴影*/
    -moz-box-shadow:2px 6px 9px rgba(0,0,0,.3);
    -webkit-box-shadow:2px 6px 9px rgba(0,0,0,.3);
    box-shadow:2px 6px 9px rgba(0,0,0,.3);
    padding-left: 16px;
    padding-top: 13px;
    top: 5px;

}
.hnews p{
	font-size:12px;
	color: #fff;
	float: left;
}
.hnews span{
	display: inline-block;
	float: right;
	margin-right: 15px;
}
.hnews a{
	font-size:12px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
.hnews a:hover{
	color: #005a2e;
	border-bottom: 1px solid #005a2e;
}
.hnews ul{
	clear: both;
	padding-left: 25px;
	padding-top: 3px;

}
.hnews ul li{
	line-height: 24px;
	color: #fff;
	font-weight: 100;
	list-style-type: disc;
}

.plist1 {
	height: 33px;
	line-height: 33px;
	background: url(../images/list-bg.png);
	border: #F6F6F6 1px solid;
	margin-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #0CF;
}

.plist2 {
	height:25px;
	line-height:25px;
	margin-bottom:5px;

	list-style-image:url(../images/dot03.png);
	padding-left:5px;
	text-align:left;
}