* {
	margin: 0px;
	padding: 0px;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Microsoft YaHei UI", "宋体", Helvetica, Arial, Gotham;	
	font-size: 14px;
	line-height: 22px;
	color: #828282;
}
a {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	color: #000000;
}
input {
	font-size: 14px;
}

.navcontainer {
	width: 100%;
	min-width: 1080px; /* 必须加 因为很多手机或分辨率小的显示器在topbg中100%宽度只有980px左右，导致右侧部分菜单文字下面无背景色 */
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #008040;
	border-bottom-color: #008040;
	background-color: #B8DECA;
	height: 32px;
}
.nav {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.nav li {
	float: left;
	list-style: none;
	height: 32px; /* 需要保留 否则高度会增大到下拉菜单高度 */
	width: 12.5%;
}
.nav li a {
	display: block; /* 如不加，字体就会顶上端 */
	font-size: 16px;
	line-height: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #006600;
}
.nav li a:hover {
	color: #004D26;
	text-decoration: none;	
	background-color: #A4D5BB;
}


.nav li div {                   /* 下拉展开菜单*/
	visibility: hidden;
	position: absolute; /* 如不加，下拉菜单左右宽受限于ul li的宽度，不会自动延伸 */
}
.nav li:hover div {
	visibility: visible;
}
.nav li div a {
	position: relative;/* 必须加 */
	z-index: 99; /* 置于顶层的，必须加，不加会被下面图遮住 */
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	background-color: rgba(180,222,200,0.95);
}
.nav li div a:hover {
	background-color: rgba(160,200,160,0.95);
}





.adv1 {
    width: 100%;
    height: 118px;
    overflow: hidden; /*若超出了给定的宽度和高度属性，那么超出的部分将会被隐藏，不占位 */
    position: relative;
	min-width: 1080px; /* 必须加 因为很多手机或分辨率小的显示器，比如在topbg中100%宽度只有980px左右，导致右侧部分无图白色了 */
}
.adv2 {
    width: 100%;
    height: 200px;
    overflow: hidden; /*若超出了给定的宽度和高度属性，那么超出的部分将会被隐藏，不占位 */
    position: relative;
	min-width: 1080px; /* 必须加 因为很多手机或分辨率小的显示器，比如在topbg中100%宽度只有980px左右，导致右侧部分无图白色了 */
}
.adv3 {
    width: 100%;
    height: 315px;
    overflow: hidden; /*若超出了给定的宽度和高度属性，那么超出的部分将会被隐藏，不占位 */
    position: relative;
	text-align: center;
	min-width: 1080px;  /* 必须加 因为很多手机或分辨率小的显示器，比如在topbg中100%宽度只有980px左右，导致右侧部分无图白色了 */
}
.adv4 {
    width: 100%;
    height: 444px;
    overflow: hidden; /*若超出了给定的宽度和高度属性，那么超出的部分将会被隐藏，不占位 */
    position: relative;
	min-width: 1080px;  /* 必须加 因为很多手机或分辨率小的显示器，比如在topbg中100%宽度只有980px左右，导致右侧部分无图白色了 */
}
.adv19 {
    width: 100%;
    height: 1991px;
    overflow: hidden; /*若超出了给定的宽度和高度属性，那么超出的部分将会被隐藏，不占位 */
    position: relative;
	min-width: 1080px;  /* 必须加 因为很多手机或分辨率小的显示器，比如在topbg中100%宽度只有980px左右，导致右侧部分无图白色了 */
}
.adv img {
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


.maina {
	width: 1080px; 
	margin-left: auto;
	margin-right: auto;
	/*padding: 15px;*/
}
.mainb {
	width: 880px; 
	margin-left: auto;
	margin-right: auto;
	padding-left: 200px;
}
.mainc {
	width: 100%;
	min-width: 1080px;/* 必须加 因为很多手机或分辨率小的显示器，比如在topbg中100%宽度只有980px左右，导致右侧部分文字底部无图了 */
	background-color: #E7E7E7;
	text-align: center;
}



.leftbig {
	clear: both;
	float: left;
	width: 145px;
}

.left0 {
	float: left;
	width: 145px;
	background-color: #D8EBE1;
	margin-top: 10px; /* 左侧外框距离别的对象 */
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 24px;
}

.left {
	clear: both;
	float: left;
	width: 145px;
	background-color: #F5FAF8;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 14px; /* 左侧外框距离别的对象 */
	line-height: 24px;
}
.left a {
	display: block;
	padding-left: 10px;
	padding-top: 5px; 
	padding-bottom: 5px; 
	color: #006600;
	line-height: 14px;
}
.left a:hover {
	background-color: #DBEEE3;
}


.right {     /*右侧大容器*/
	float: right;
	width: 924px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.shangpin {
	float: left;
	width: 210px;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 22px;
	border: 1px solid #CCC;
	text-align: left;
	color: #999999;
}

.shangpin:hover {
	border: 1px solid #FF0000;
	text-decoration: none;
}

.shangpinp {
	height: 208px;
	width: 208px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.shangpinp img {
	max-width: 200px;
	max-height: 200px;
}
.right2 {    /* 翻页用到 */
    clear:both;
	float: right;
	width: 880px;
	text-align: right;
	margin-right: 8px;
	margin-bottom: 100px;
}




.rightshowpv0 {
	float: right;
	width: 896px;
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.rightshowpv1 {
	float: right;
	width: 435px;
	height: 435px;
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-left: 8px;
	line-height: 26px;
}
.rightshowpv2 {
	float: right;
	width: 435px;
	height: 435px;
	padding: 8px;
	border: 1px solid #CCCCCC;
	text-align: center;
}
.rightshowpv2 img{
	max-width: 435px;
	max-height: 435px;
	position: relative;  /* 本行及以下3行为垂直居中 */
    top: 50%;
    transform: translateY(-50%);
}
.rightshowpv3 {
	float: right;
	width: 896px;
	padding: 8px;
	border: 1px solid #CCCCCC;
	margin-top: 8px;
}
.rightshowpv3 img{
	max-width: 896px;
}






.footerbg {
	clear: both;
	width: 100%;
	min-width: 1080px; /* 必须加 因为很多手机或分辨率小的显示器在topbg中100%宽度只有980px左右，导致右侧部分菜单文字下面无背景色 */
	margin-top: 30px;
	background-color: #B8DECA;
	text-align: center;
}
.footer {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 30px;
}
.footer a:hover {
   text-decoration: underline;
}




.butn1{
	font-size: 12px;
	padding: 2px;
	cursor: pointer;
} 
.butn2{                        /* 主要用于翻页 pading值太大如果页多会出现换行*/
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right:8px;
	border: 1px solid #FF0000;
	cursor: pointer;
} 
.butn3{                        /* 主要用于翻页*/
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right:8px;
	border: 1px solid #666666;
	background-color:#CCCCCC
} 
.butn4 a{
	border-radius: 8px;                      /* 主要用于翻页 pading值太大如果页多会出现换行*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid #003300;
	cursor: pointer;
	background-color: #009900;
	color: #FFFFFF;
} 
.butn4 a:hover{                        /* 主要用于翻页 pading值太大如果页多会出现换行*/
	background-color: #00CC33;
} 
.butn9 {
	font-size: 16px;
	background-color: #339966;
	height: 40px;
	width: 180px;
	color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E7E7E7;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #E7E7E7;
	cursor: pointer;
} 
.ziti2x{
	color: #FF0000;
	font-weight: bold;	
}
.ziti4x{
	color: #FF0000;
	font-size:20px;
	font-weight: bold;	
}
.zitihong{
	color: #FF0000;
}
.ziti14{
	font-size: 14px;
}
.ziti18{
	font-size: 18px;
}
.ziti22{
	font-size: 22px;
}
.zitib {
	font-weight: bold;
	color: #000000;
}
