@charset "utf-8";
body {
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 970px;
	background-color: #E9E9E9;
	font-family: "微软雅黑";
}
#dhk {
	height: 379px;
	width: 750px;
}
#dhk .banner {
	height: 379px;
	width: 750px;
}


#top {
	height: 80px;
	width: 970px;
	background-color: #FFFFFF;
}


-------------------------------------------------- */


.carousel-caption {
	bottom: 11em;
	z-index: 10;
	text-align: center;
	width: 59%;
	margin: 0 auto;
}


.carousel-item {
	height: 379px;
	background-color: #777;
}

.carousel-item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
    height: 379px;
}



/*--/slider--*/

.carousel-item {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/001.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/001.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/001.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/001.jpg) no-repeat;
	background-size: cover;
	height: 379px;
	width: 750px;
}

.carousel-item.item2 {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/002.jpg) no-repeat ;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/002.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/002.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/002.jpg) no-repeat;
	background-size: cover;
	height: 379px;
	width: 750px;
}

.carousel-item.item3 {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/003.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/003.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/003.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/003.jpg) no-repeat;
	background-size: cover;
	height: 379px;
	width: 750px;
}

.carousel-item.item4 {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/004.jpg) no-repeat ;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/004.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/004.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.1), rgba(23, 22, 23, 0.3)), url(~@/../images_b/PIC/004.jpg) no-repeat;
	background-size: cover;
	height: 379px;
	width: 750px;
}

.carousel-caption h2,
.carousel-caption h3 {
	font-size: 3em;
	letter-spacing: 2px;
	line-height: 1.4em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

.carousel-indicators {
	bottom: 8%;
	left: 0%;
	cursor: pointer;
}


.carousel-control {
	line-height: 379px;
}

.carousel-indicators li {
	display: inline-block;
	max-width: 16px;
	height: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	margin: 0 8px;
}

.carousel-indicators .active {
	background: #222222;
}

/* Show it is fixed to the top */



/*--//banner --*/



#daohang {
	height: 29px;
	background-color: #FFFFFF;
	visibility: visible;
	z-index: 10000;
}

.menu {
	font-family: "微软雅黑";
	width: 950px;
	font-size: 12px;
	text-align: center;
	margin-left: 20px;

}
.menu ul li a, .menu ul li a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	width: 154px;
	height: 27px;
	text-align: center;
	color: #fff;
	line-height: 27px;
	font-size: 12px;
	background-color: #B33E44;
	overflow: hidden;




	border: 0
.mm solid #FFFFFF;
	z-index: 10;
}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {
	float:left;
	margin-right:1px;
	position:relative;
}
.menu ul li ul {display: none;}

.menu ul li:hover a {
	color:#fff;
	background-color: #EE7C20;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:27px;
	left:0px;
	text-indent: 10px;
	border-left-width: 10;
}
.menu ul li:hover ul li a.hide {
	color:#000000;
	background-color: #CCCCCC;
}
.menu ul li:hover ul li a.add {
	position: relative;
	width: 180px;
	display: block;
}
.menu ul li:hover ul li:hover ul .add {
	left: 28px;
	top: 0px;
	display: block;
}
.menu ul li:hover ul li:hover a.hide {
	color:#000;
	background-color: #B9B788;
}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	background:#ddd;
	color:#000;
	position: relative;
	width: 154px;
	text-align: left;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.menu ul li:hover ul li a:hover {
	color:#000;
	background-color: #BEC5D6;
}

.menu ul li:hover ul li:hover ul {
	display:block;
	left:153px;
	top:0px;
}

.menu ul li:hover ul li:hover ul.left {
	left: -154px;
}
.menu ul li:hover ul .left {
	left: -154px;
	display: block;
}
.menu ul li:hover ul li:hover ul li a {
	position: relative;
	width: 200px;
	display: block;
}
.menu ul li:hover ul li:hover ul li:hover ul {
	left: 229px;
	top: 0px;
	display: block;
}
.ppp {
	text-align: center;
}

.menu ul li:hover ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li:hover ul li a.hide {
	background-color: #CCCCCC;
	color: #000000;
}
.menu ul li:hover ul li:hover ul li:hover a.hide {
	background-color: #B9B788;
	color: #000000;
}

#donghua {
	height: 445px;
	background-color: #FFFFFF;
}
#chanpin {
	height: 185px;
	background-color: #FFFFFF;
}
#neirong {
	height: 630px;
	width: 970px;
	background-color: #FFFFFF;
}
#zpshang {
	height: 244px;
	width: 970px;
}

#zzzppp {
	height: 200px;
	width: 930px;
	background-image: url(images/Pure%20water.jpg);
}
#zpshang #tu {
	height: 200px;
	width: 930px;
	border: 1px solid #C0C0C0;
}

#zhaopin {
	height: 320px;
	width: 930px;
	border: 1px solid #C0C0C0;
}
#zpxia {
	height: 634px;
	width: 970px;
	background-color: #FFFFFF;
}
#zpxiazz {
	height: 634px;
	width: 20px;
	float: left;
}

#zpxiayy {
	float: right;
	height: 634px;
	width: 20px;
}
#zpxiay {
	float: left;
	height: 614px;
	width: 215px;
	margin-left: 15px;
	border: 1px solid #C0C0C0;
}

#zpxiaooo {
	float: left;
	height: 614px;
	width: 695px;
	border: 1px solid #C0C0C0;
}
#zpxiaooo #zpooobt {
	height: 28px;
	width: 695px;
	vertical-align: middle;
	line-height: 28px;
	font-size: 14px;
	background-color: #E0E0E0;
	font-family: "汉仪中黑简";
}
#zpxiaooo #ezpooobt {
	height: 28px;
	width: 695px;
	vertical-align: middle;
	line-height: 28px;
	font-size: 14px;
	background-color: #E0E0E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#zpxiaooo #zpooonr {
	height: 586px;
	width: 695px;
	background-color: #ECEEF2;
}
#nav {
	width:695px;
	list-style-type: none;
	text-align:left;
	line-height: 30px;
}
#nav a {
	width: 655px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}

#nav li {
	float:left;
}
#nav li a:hover{
	text-decoration: blink;
	color: #B33E44;
}
#nav a:link  {
	color:#000000;
	text-decoration:none;
}
#nav a:visited  {
	color:#B33E44;
	text-decoration:none;
}
#nav a:hover  {
	color:#B33E44;
	text-decoration:none;
}
#nav ul li {
	list-style:none;
	text-align:left;
	display: block;
}
#nav  ul li a{
	height: 300px;
	width: 758px;
	display: block;
	
}
.wenwen {
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 21px;
}

#tt {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tt {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}




#nav ul li a:link  {
	color:#000000;
	text-decoration:none;
	border: 1px solid #CCCCCC;
}
#nav ul li a:visited  {
	color:#B33E44;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#B33E44;
	text-decoration:none;
	font-weight:normal;
}
 


#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
#content {
 clear: left; 
}
#nav ul.collapsed {
 display: none;
}

.zpd {
	font-size: 14px;
	line-height: 28px;
	vertical-align: middle;
}
.zpdp {
	font-size: 16px;
	line-height: 28px;
	vertical-align: middle;
	color: #B33E44;
}
.ezpdp {
	font-size: 16px;
	line-height: 28px;
	vertical-align: middle;
	color: #B33E44;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
}
.pw0 {
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
}
.pw {
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
}
.pw1 {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}


.zpd1 {
	font-size: 12px;
	line-height: 28px;
	vertical-align: middle;
}
#zz {
	height: 28px;
	width: 930px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	background-color: #DEDEDE;
}
#zz1 {
	height: 28px;
	width: 930px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}



#neirong1 {
	height: 830px;
	width: 970px;
}
#neirong2{
	height: 830px;
	width: 970px;
	background-color: #FFFFFF;
}
#neirong3 {
	height: 880px;
	width: 970px;
	background-color: #FFFFFF;
}

#neirong4 {
	height: 1100px;
	width: 970px;
	background-color: #FFFFFF;
}
#neirong5 {
	height: 950px;
	width: 970px;
	background-color: #FFFFFF;
}
#neirong6 {
	height: 2200px;
	width: 970px;
	background-color: #FFFFFF;
}

#wei {
	height: 71px;
	width: 930px;
	background-image: url(images/wei.jpg);
}

#bottom {
	height: 91px;
	width: 970px;
	background-color: #FFFFFF;
	float: left;
}
.aaa {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#dh {
	float: left;
	width: 780px;
	height: 445px;
}
#chs {
	float: right;
	height: 445px;
	width: 190px;
}
.chib1 {

	height: 50px;
	width: 160px;
}

#chlb {
	height: 360px;
	width: 160px;
	border: 1px solid #C0C0C0;
}
.pic1 {
	height: 48px;
	width: 170px;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
.pic11 {
	height: 123px;
	width: 170px;
	border: 1px solid #C0C0C0;
}

#xpic {
	height: 13px;
	width: 20px;
	visibility: visible;
	margin-top: -20px;
	margin-left: 80px;
}
#xpicc {
	height: 13px;
	width: 20px;
	visibility: visible;
	margin-top: -20px;
	margin-left: 80px;
}
#wz {
	height: 564px;
	width: 410px;
}
.pic {
	height: 360px;
	width: 460px;
}
.biaoti {
	font-size: 16px;
	text-align: center;
}
.wenzi {
	font-size: 12px;
	line-height: 27px;
	vertical-align: top;
	padding-right: 20px;
	padding-left: 12px;
}
#bt2 {
	height: 28px;
	width: 680px;
	background-color: #E0E0E0;
	text-align: left;
	text-indent: 10px;
	line-height: 28px;
}
.bt2 {
	height: 28px;
	width: 695px;
	background-color: #E0E0E0;
	text-align: left;
	text-indent: 10px;
	line-height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.btt2 {
	height: 28px;
	width: 695px;
	background-color: #E0E0E0;
	text-align: left;
	text-indent: 10px;
	line-height: 28px;
	font-family: "汉仪中黑简";
	font-size: 14px;
}
.btt22 {
	text-align: left;
	text-indent: 10px;
	line-height: 28px;
	font-family: "汉仪中黑简";
	font-size: 14px;
}
#bt3 {
	height: 28px;
	width: 350px;
	line-height: 28px;
	background-color: #E0E0E0;
	text-indent: 10px;
	font-family: "汉仪中黑简";
	font-size: 14px;
}
#ebt3 {
	height: 28px;
	width: 350px;
	line-height: 28px;
	background-color: #E0E0E0;
	text-indent: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#tppp {
	height: 139px;
	width: 930px;
}


#xxddhh {
	height: 266px;
	width: 970px;
}
#news {
	float: left;
	height: 566px;
	width: 695px;
	border: 1px solid #C0C0C0;
	margin-left: 20px;
}
#newss {
	float: left;
	height: 686px;
	width: 695px;
	border: 1px solid #C0C0C0;
	margin-left: 20px;
}
#news1 {
	float: left;
	height: 686px;
	width: 930px;
	border: 1px solid #C0C0C0;
	margin-left: 20px;
}
.bdo {
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
}
.bdr {
	text-indent: 20px;
}
.bdx {
	padding-right: 30px;
}
#bt4 {
	height: 28px;
	width: 695px;
	text-indent: 10px;
	background-color: #E0E0E0;
	font-size: 16px;
	font-family: "汉仪中黑简";
}
.bt4 {
	height: 28px;
	width: 695px;
	text-indent: 10px;
	background-color: #E0E0E0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.zbt4 {
	height: 28px;
	width: 695px;
	text-indent: 10px;
	background-color: #E0E0E0;
	font-family: "汉仪中黑简";
	font-size: 14px;
}
#hdtp {
	height: 255px;
	width: 695px;
}
#hdtpin {
	height: 216px;
	width: 655px;
	text-align: center;
	margin-top: 29px;
	margin-right: 20px;
	margin-bottom: 11px;
	margin-left: 20px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#demo1 {
	background-repeat: no-repeat;
}

#hdtp0 {
	height: 69px;
	width: 695px;
}
#hdtpin0 {
	height: 53px;
	width: 695px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#demoo1 {
	background-repeat: no-repeat;
}


#cpjj {
	float: left;
	height: 846px;
	width: 715px;
}

#cpjj1 {
	float: left;
	height: 576px;
	width: 715px;
}
.bbbggg {
	text-indent: 20px;
}


#cpjj2 {
	float: left;
	height: 696px;
	width: 715px;
}
#cpjj3 {
	float: left;
	height: 1946px;
	width: 715px;
}
#cpjjright {
	float: right;
	height: 543px;
	width: 215px;
	border: 1px solid #C0C0C0;
	margin-right: 20px;
	margin-top: 23px;
	margin-bottom: 20px;
}
.qq {
	padding-right: 5px;
}
.qq1 {
	padding-right: 5px;
	padding-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}
.zqq1 {
	padding-right: 5px;
	padding-left: 17px;
	line-height: 17px;
}
.ww {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
}
.ee {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.zee {
	padding-left: 10px;
	font-size: 14px;
	font-family: "汉仪中黑简";
}

#cpjjright a:link {
	color: #666666;
	text-decoration: underline;
}
#cpjjright a:visited {
	color: #B33E44;
	text-decoration: underline;
}
#cpjjright a:hover {
	color: #B33E44;
	text-decoration: underline blink;
}
#cpjjright a:active {
	color: #B33E44;
	text-decoration: none;
}

#newsright .qq1 a:link {
	color: #666666;
	text-decoration: underline;
}
#newsright .qq1 a:visited {
	color: #B33E44;
	text-decoration: underline;
}
#newsright .qq1 a:hover {
	color: #B33E44;
	text-decoration: underline blink;
}
#newsright .qq1 a:active {
	color: #B33E44;
	text-decoration: none;
}

#newsright .zqq1 a:link {
	color: #666666;
	text-decoration: underline;
}
#newsright .zqq1 a:visited {
	color: #B33E44;
	text-decoration: underline;
}
#newsright .zqq1 a:hover {
	color: #B33E44;
	text-decoration: underline blink;
}
#newsright .zqq1 a:active {
	color: #B33E44;
	text-decoration: none;
}

.zqq1 a:link {
	color: #666666;
	text-decoration: underline;
}
.zqq1 a:visited {
	color: #B33E44;
	text-decoration: underline;
}
.zqq1 a:hover {
	color: #B33E44;
	text-decoration: underline blink;
}
.zqq1 a:active {
	color: #B33E44;
	text-decoration: none;
}

#zpxiay .zqq1 a:link {
	color: #666666;
	text-decoration: underline;
}
#zpxiay .zqq1 a:visited {
	color: #B33E44;
	text-decoration: underline;
}
#zpxiay .zqq1 a:hover {
	color: #B33E44;
	text-decoration: underline blink;
}
#zpxiay .zqq1 a:active {
	color: #B33E44;
	text-decoration: none;
}
#news a:link {
	color: #666666;
	text-decoration: none;
}
#news a:visited {
	color: #B33E44;
	text-decoration: underline;
}
#news a:hover {
	color: #B33E44;
	text-decoration: underline blink;
}
#news a:active {
	color: #B33E44;
	text-decoration: none;
}

#zpxiay .qq1 a:link {
	color: #666666;
	text-decoration: underline;
}
#zpxiay .qq1 a:visited {
	color: #B33E44;
	text-decoration: underline;
}
#zpxiay .qq1 a:hover {
	color: #B33E44;
	text-decoration: underline blink;
}
#zpxiay .qq1 a:active {
	color: #B33E44;
	text-decoration: none;
}


#newsright {
	float: right;
	height: 566px;
	width: 215px;
	border: 1px solid #C0C0C0;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#lxwm {
	border: 1px solid #C0C0C0;
	height: 405px;
	width: 350px;
	text-align: left;
	line-height: 30px;
}
#lxwopic {
	height: 405px;
	width: 558px;
	border: 1px solid #C0C0C0;
}
#neirong #kkkk {
	border: 1px solid #C0C0C0;
	height: 564px;
	width: 695px;
}
OL LI {
	MARGIN: 8px
}
#con {
	FONT-SIZE: 12px;
	margin-left: 20px;
}
#tags {
	WIDTH: 665px;
	HEIGHT: 23px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#tags LI {
	FLOAT: left;
	MARGIN-RIGHT: 1px;
	LIST-STYLE-TYPE: none;
	HEIGHT: 23px;
	background-image: url(images/tagleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#tags LI A {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	BACKGROUND: url(images/tagright.gif) no-repeat right bottom;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	COLOR: #757575;
	LINE-HEIGHT: 23px;
	PADDING-TOP: 0px;
	HEIGHT: 23px;
	TEXT-DECORATION: none
}
#tags LI.emptyTag {
	BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 4px
}
#tags LI.selectTag {
	BACKGROUND-POSITION: left top;
	MARGIN-BOTTOM: -2px;
	POSITION: relative;
	HEIGHT: 25px;
}
#tags LI.selectTag A {
	BACKGROUND-POSITION: right top;
	COLOR: #000000;
	LINE-HEIGHT: 25px;
	HEIGHT: 25px;
	font-weight: normal;
	text-decoration: underline;
}
#tagContent {
	BORDER-RIGHT: #aecbd4 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #aecbd4 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; BORDER-LEFT: #aecbd4 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: #aecbd4 1px solid; BACKGROUND-COLOR: #fff
}
#tagContented {
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	BACKGROUND-COLOR: #fff;
	border: 1px solid #aecbd4;
}
#tagContentd {
	BORDER-RIGHT: #aecbd4 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #aecbd4 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; BORDER-LEFT: #aecbd4 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: #aecbd4 1px solid; BACKGROUND-COLOR: #fff
}
#tagContente {
	BORDER-RIGHT: #aecbd4 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #aecbd4 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; BORDER-LEFT: #aecbd4 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: #aecbd4 1px solid; BACKGROUND-COLOR: #fff
}
.tagContent {
	DISPLAY: none;
	BACKGROUND: url(images/bg.gif) repeat-x;
	WIDTH: 671px;
	COLOR: #474747;
	HEIGHT: 800px;
	padding: 10px;
}
.tagContented {
	DISPLAY: none;
	BACKGROUND: url(images/bg.gif) repeat-x;
	WIDTH: 671px;
	COLOR: #474747;
	HEIGHT: 530px;
	padding: 10px;
}
.tagContentd {
	DISPLAY: none;
	BACKGROUND: url(images/bg.gif) repeat-x;
	WIDTH: 671px;
	COLOR: #474747;
	HEIGHT: 650px;
	padding: 10px;
}
.tagContente {
	DISPLAY: none;
	BACKGROUND: url(images/bg.gif) repeat-x;
	WIDTH: 671px;
	COLOR: #474747;
	HEIGHT: 1900px;
	padding: 10px;
}
#tagContent DIV.selectTag {
	DISPLAY: block
}

#tagContented DIV.selectTag {
	DISPLAY: block
}
#tagContentd DIV.selectTag {
	DISPLAY: block
}
#tagContente DIV.selectTag {
	DISPLAY: block
}
#chanpin #pic11 a:link {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pic1 a:link {
	color: #000000;
	text-decoration: none;
}
.pic1 a:hover {
	text-decoration: underline;
}
.pic1 a:active {
	color: #B33E44;
	text-decoration: underline;
}

.pic1 a:visited {
	color: #B33E44;
	text-decoration: underline;
}



.contactformfield {
	font-size: 11px;
	color: #000000;
	height: 18px;
	width: 400px;
	float: left;
	margin: 3px;
	padding: 3px;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
	clear: none;
	right: 30px;
}
.contactsubmit {
	font-size: 12px;
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(images/read_more_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 33px;
	clip: rect(500px,500px,auto,auto);
	top: 500px;
	right: 500px;
	bottom: 500px;
	left: 500px;
	float: left;
	margin: 5px;
	padding: 5px;
	width: 500px;
}


.submitbutton {
	font-size: 12px;
	color: #CA4C10;
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	height: 33px;
	width: 73px;
	float: left;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
	background-image: url(images/btn_serch.jpg);
}


.contacttext {
	margin: 3px;
	height: 18px;
	width: 145px;
	float: left;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.contactareas {
	float: left;
	height: 450px;
	width: 580px;
	top: 0px;
	margin: 0px;
	border: 2px dotted #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.contactcommenttext {
	margin: 3px;
	height: 170px;
	width: 145px;
	float: left;
	font-size: 12px;
	color: #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.errortext {
	font-size: 11px;
	color: #FF0000;
}

.submittextarea {
	font-size: 12px;
	color: #000000;
	float: left;
	width: 560px;
	margin: 3px;
	padding: 3px;
}

.textboxEffect
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #999999;
	height: 18px;
	width: 250px;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
.textboxEffect:hover
{
	background-color:#FFFFFF;
	color:#666600;
	margin:0px;
	padding:0px;
	border:1px solid #666600;
	font-family: Verdana;
	font-size: 12px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.MassageboxEffect
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #999999;
	height: 170px;
	width: 300px;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
.MassageboxEffect:hover
{
	background-color:#FFFFFF;
	color:#666600;
	margin:0px;
	padding:0px;
	border:1px solid #666600;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.contactformmsgfield {

	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 18px;
	width: 400px;
	float: left;
	margin: 3px;
	padding: 3px;
	top: 1px;
	clip: rect(1px,auto,auto,auto);
	clear: none;
	right: 30px;
}
.contactsubmit {
	margin: 5px;
	float: left;
	height: 30px;
	width: 350px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 160px;
}



#submitbutton
			{
	width:200px;
	height:33px;
	margin:50px 0 0 0;
	padding:0;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
			}	
			
.contactfeildname
			{
		font:normal 12px/17px Arial, Helvetica, sans-serif;
		color:#000000;
			}
.contactfeild
			{
				font-family:Arial, Helvetica, sans-serif;
				font-size:10pt;
				color: #3c4538;
				border:solid;
				border-width:1px;
				border-color:#666666;
				background-color:#f2f2f2;
			}
.contactfeild:hover
			{
				font-family:Arial, Helvetica, sans-serif;
				font-size:10pt;
				color:#3c4538;
				border:solid;
				border-width:1px;
				border-color:#666666;
				background-color:#f9f9f9;
			}
.submit
			{
				font-family:Arial, Helvetica, sans-serif;
				font-size:9pt;
				color:#FFFFFF;
				background-color:#666666;
				border:solid;
				border-width:1px;
				border-color:#CCCCCC;
			}
.submit:hover
			{
				font-family:Arial, Helvetica, sans-serif;
				font-size:9pt;
				color:#FFFFFF;
				background-color:#54180a;
				border:solid;
				border-width:1px;
				border-color:#54180a;
			}
			
.yy {
	font-size: 12px;
	color: #B33E44;
	padding: 5px;
	width: 680px;
	border: 3px solid #AAB4CA;
	background-color: #ECEEF2;
}
.e_wenzi {
	line-height: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.e_pw0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.e_pw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.bxsbb {
	font-family: Arial, Helvetica, sans-serif;
}
.bxszz {
	font-size: 12px;
}

#basic-accordian{
	width:695px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ECEEF2;
	border-bottom-color: #ECEEF2;
}

.accordion_headings{
	padding:5px;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	background-color: #CAD2DF;
}

.accordion_headings:hover{
	background-color: #AAB4CA;
}

.accordion_child{
	padding:15px;
	background-color: #ECEEF2;
	line-height: 23px;
}

.header_highlight{
	background-color: #AAB4CA;
}
#newsone {
	height: 200px;
	background-color: #FFF;
	float: left;
	width: 970px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bba {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.bba：link {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
