@charset "utf-8";
/* CSS Document */
body,html {
	margin:0;
	padding:0;
	color: #000;
	font-family: "微软雅黑", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 180%;
}
body{width:100%; background-color:#fff;}
h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {margin: 0;padding: 0; list-style:none;}
li {list-style: none; vertical-align: bottom;}
a{text-decoration:none; color: #666;}
.wra{ width: 1200px; margin: 0 auto;}

.tu {
	padding: 5px;
	margin-top: 8px;
	margin-left: 8px;
	border: 1px solid #DFDFDF;
}
.box{
	position:absolute;
	width:224px;
	height:130px;
	padding: 0px;
	float: none;
	visibility: visible;
	margin-top: 150px;
}
/*头部*/
.header{
	min-width: 1200px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}

.header .header-t {
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	line-height: 3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.header .header-t  li {
	float: left;
	width: auto;
}
.header .header-t  .fl {
	font-size: 14px;
	float: left;
}
.header .header-t  .fr {
	font-size: 14px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
	width: 80px;
	text-align: center;
}
.header .header-logo {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(../wiremesh/logo_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6C6C6;
	background-color: #FDFDFD;
	background-position: top;
}
.header .header-logo  .logo {
	float: left;
	width: 850px;
}
.header .header-logo  .logo .logol {
	float: left;
	width: 550px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
}
.header .header-logo  .logo .logol b {
	font-family: "微软雅黑";
	font-size: 40px;
	font-weight: bold;
	color: #E17310;
}
.header .header-logo  .logo .logol p {
	font-size: 16px;
	font-weight: lighter;
	color: #B7B7B7;
	text-align: left;
	margin-top: 10px;
}


.header .header-logo  .logo .logor {
	width: 300px;
	padding-left: 550px;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
	text-align: center;
	line-height: 1.5;
	margin: 0px;
}
.header .header-logo  .tel {
	float: right;
	width: 200px;
	background-image: url(../wiremesh/tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	display: block;
	height: 70px;
}
.header .header-logo  .tel a {
	font-family: "Times New Roman", Times, serif;
	font-size: 29px;
	font-weight: bold;
	color: #E67A18;
}
.header .header-nav {
	float: left;
	width: 100%;
	line-height: 3.5;
	background-image: url(../wiremesh/navbg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom: 5px;
}
.header .header-nav .wran {
	background-image: url(../wiremesh/nav.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: auto;
	width: 1200px;
	height: 49px;
}
.header .header-nav .wran ul {
	padding:0 80px;
}

.header .header-nav .wran li {
	float:left;
	height:40px;
	overflow:hidden;
	background-image: url(../wiremesh/hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.header .header-nav .wran li a{
	display:inline-block;
	color:#fff;
	line-height:49px;
	height:49px;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
	padding-top: 0;
	padding-right: 14px;
	padding-bottom: 0;
	padding-left: 14px;
}
.header .header-nav .wran li a:hover , .h_nav .cur a { font-size:16px; font-weight:bold; text-decoration:none; background:url(../wiremesh/hover2.gif) no-repeat center 1px;}



.header .banber {
	float: left;
	width: 100%;
	overflow: hidden;
}
.case {
	float: left;
	width: 100%;
	background-image: url(../wiremesh/case_bg.jpg);
	background-repeat: repeat;
	padding-bottom: 20px;
	height: auto;
}
.case .casett {
	background-image: url(../wiremesh/case.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 160px;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 20px;
	margin: 0px;
}

.case li {
	background-color: #E8E8E8;
	float: left;
	width: 380px;
	margin-right: 10px;
	list-style-type: none;
	padding: 5px;
	color: #333333;
}
.case li:hover {
	background-color: #0462BE;
	float: left;
	width: 380px;
	margin-right: 10px;
	color: #FFFFFF;
}
.case li .caset {
	float: left;
	width: 100%;
}
.case li .caseb {
	float: left;
	width: 100%;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: bold;
	line-height: 3;
}
.case li .casem {
	float: left;
	width: 100%;
	background-image: url(../wiremesh/case_btn1.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 70px;
}
.case li .casem:hover{

	background-image: url(../wiremesh/case_btn2.png);

}
.pr {
	float: left;
	width: 100%;
}
.pr .prb {
	float: left;
	width: 100%;
	background-image: url(../wiremesh/prt.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #949494;
	line-height: 1.5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pr .prb a {
	font-family: "微软雅黑";
	font-size: 30px;
	font-weight: bold;
	color: #FF7900;
}

.pr .prm {
	float: left;
	width: 100%;
}
.pr .prm .prl {
	float: left;
	width: 248px;
}
.pr .prm .prl .prlb {
	background-image: url(../wiremesh/pr_t.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 248px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
.pr .prm .prl .prlb a {
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

.pr .prm .prl .prln {
	float: left;
	width: 237px;
	border: 3px solid #0462BE;
	padding-bottom: 5px;
	padding-left: 5px;
}
.pr .prm .prl .prln .prlnd {
	float: left;
	width: 215px;
	background-color: #0462BE;
	background-image: url(../wiremesh/pr_ico.gif);
	background-repeat: no-repeat;
	background-position: 190px;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	line-height: 2;
	border-radius:8px;
	margin-top: 5px;
}
.pr .prm .prl .prln .prlnd:hover {
	background-image: url(../wiremesh/pr_ico1.gif);
}
.pr .prm .prl .prln .prlnx {
	float: left;
	width: 200px;
	background-color: #CCCCCC;
	border-radius:8px;
	margin-top: 10px;
	padding-left: 30px;
	line-height: 2;
}
.pr .prm .prl .prln .prlnx:hover {
	background-color: #0462BE;
	color: #FFFFFF;
}
.pr .prm .prr {
	width: 942px;
	margin-left: 258px;
}
.pr .prm .prr .prrt {
	background-image: url(../wiremesh/prtx2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	width: 100%;
}
.pr .prm .prr .prrt .prrtl {
	background-image: url(../wiremesh/prtx1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 150px;
	text-align: center;
	padding-bottom: 10px;
}
.pr .prm .prr .prrt .prrtl a {
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	color: #0462BE;
}
.pr .prm .prr .prrt .prrtr {
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 10px;
}
.pr .prm .prr .prrd {
	float: left;
	width: 100%;
}
.pr .prm .prr .prrd .zxx_5 {
	line-height: 3;
	text-align: center;
	float: left;
	width: 100%;
}

.pr .prm .prr .prrd ul {
	float: left;
	width: 305px;
	margin-top: 12px;
	margin-left: 5px;
}
.pr .prm .prr .prrd ul li {
	text-align: center;
	float: left;
	width: 100%;
	line-height: 3;
}
.pr .prm .prr .prrd ul li a{
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: lighter;
	color: #A8A8A8;
}
.sy {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sy .yst {
	background-image: url(../wiremesh/yst.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	height: 130px;
	width: 100%;
	padding-top: 20px;
}
.sy .ysm {
	float: left;
	width: 100%;
	background-image: url(../wiremesh/ysr2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 400px;
}
.sy .ysm li {
	float: right;
	width: 570px;
	list-style-type: none;
	background-image: url(../wiremesh/1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	margin-top: 50px;
}
.sy .ysm .ys2 {
	background-image: url(../wiremesh/2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sy .ysm li .ysbt {
	font-family: "微软雅黑";
	font-size: 25px;
	font-weight: bold;
	color: #FF7900;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	float: left;
	width: 100%;
	line-height: 2;
}
.sy .ysm li .ysnr {
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: lighter;
	color: #666666;
	float: left;
	width: 100%;
}


.sy .ysd {
	background-image: url(../wiremesh/ysr.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	height: 400px;
	width: 100%;
}
.sy .ysd li {
	background-image: url(../wiremesh/3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 530px;
	padding-left: 70px;
	margin-right: 50px;
	margin-top: 30px;
}
.sy .ysd .ys4 {
	background-image: url(../wiremesh/4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.sy .ysd li .ysd1 {
	font-family: "微软雅黑";
	font-size: 25px;
	font-weight: bold;
	color: #FF7900;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	float: left;
	width: 100%;
	line-height: 2;
}
.sy .ysd li .ysd2 {
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: lighter;
	color: #666666;
	float: left;
	width: 100%;
}
.ys {
	float: left;
	height: 265px;
	width: 100%;
}
.ys .ysl {
	background-image: url(../wiremesh/ysl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 265px;
	width: 50%;
}
.ys .ysr {
	background-image: url(../wiremesh/ys.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 265px;
	width: 50%;
	margin-left: 50%;
}


.ys .ysr li {
	color: #FFFFFF;
	text-align: left;
	float: left;
	width: 300pt;
	background-image: url(../wiremesh/ys_lx.png);
	background-repeat: no-repeat;
	background-position: 50px center;
	margin-top: 150px;
	padding-left: 100px;
	list-style-type: none;
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
}
.wk {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.wk .wkt {
	float: left;
	width: 100%;
	background-image: url(../wiremesh/prtx2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.wk .wkt .wkl {
	background-image: url(../wiremesh/work.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 150px;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	color: #0462BE;
	text-align: center;
	padding-bottom: 15px;
}
.wk .wkt .wkr {
	float: right;
	width: 80px;
}
.wk .wkd {
	float: left;
	width: 100%;
}
.wk .wkd ul {
	float: left;
	width: 290px;
	margin-left: 10px;
	margin-top: 10px;
}
.wk .wkd ul li {
	text-align: center;
	float: left;
	width: 100%;
	line-height: 2.8;
}
.ab {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../wiremesh/ab_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.ab .abt {
	text-align: center;
	float: left;
	width: 100%;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: lighter;
	color: #FFFFFF;
	line-height: 2;
	padding-top: 40px;
	padding-bottom: 40px;
}
.ab .abt a {
	font-family: "微软雅黑";
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.ab .abm {
	float: left;
	width: 1190px;
	border: 5px solid #FFFFFF;
	background-image: url(../wiremesh/ab.jpg);
	height: 519px;
}
.ab .abg {
	text-align: center;
	float: left;
	width: 100%;
	line-height: 3;
}
.ab .abg a {
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.ab .abnr {
	float: left;
	width: 100%;
	color: #666666;
	line-height: 2;
	padding: 0px;
	margin: 0px;
}
.ab .abdr {
	margin: auto;
	width: 400px;
	float: none;
}
.ab .abdr li {
	text-align: center;
	float: left;
	width: 150px;
	margin-left: 10px;
	border: 1px solid #333333;
	line-height: 3;
}
.ab .abdr li:hover {
	color: #FFFFFF;
	background-color: #EF8627;
		border: 1px solid #EF8627;
}
.link {
	float: left;
	width: 100%;
}
.link .linkt {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.link .linkt .linkb {
	text-align: left;
	float: left;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0462BE;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: lighter;
	padding-bottom: 10px;
}

.link .linkd {
	float: left;
	width: 100%;
	line-height: 3;
}

.main {
	float: left;
	width: 100%;
}
.main .maint {
	float: left;
	width: 100%;
	background-image: url(../wiremesh/prt.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #949494;
	line-height: 1.5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.main .maint b {
	font-family: "微软雅黑";
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.main .maint a {
		font-family: "微软雅黑";
	font-size: 24px;
	font-weight: bold;
	color: #FF7900;
}
.main .mianm {
	float: left;
	width: 100%;
}
.main .mianm li {
	text-align: center;
	float: left;
	width: 110px;
	margin-right: 8px;
	border: 1px dashed #D2D2D2;
	list-style-type: none;
	line-height: 3;
}
.main .mianm .miangd {
	float: right;
}


.main .maind {
	float: left;
	width: 100%;
	line-height: 2.5;
	padding-top: 20px;
	padding-bottom: 20px;
}
.main .maind h1 {
	text-align: center;
}

.main .maind ul {
	float: left;
	width: 380px;
	margin-top: 10px;
	margin-left: 5px;
	border: 1px solid #D7D7D7;
}
.main .maind ul li {
	text-align: center;
	float: left;
	width: 100%;
	line-height: 3;
}
.main .maind .zxx_1 {
	text-align: center;
	float: left;
	width: 100%;
}
.main .maind .zxx_2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
	width: 100%;
	line-height: 3;
}
.main .maind .zxx_3 {
	float: left;
	width: 100%;
}
.main .maind .zxx_4 {
	float: left;
	width: 100%;
}

.main .maind .zxx_5 {
	text-align: center;
	float: left;
	width: 100%;
	line-height: 3;
}
.main .maind .zxx_6 {
	line-height: 3;
	margin: 0px;
	float: left;
	width: 1080px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
	background-image: url(../wiremesh/ico.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.main .maind .zxx_7 {
	width: 100px;
	margin-left: 1100px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDDDDD;
	line-height: 3;
}

.down {
	float: left;
	width: 100%;
	background-image: url(../wiremesh/down2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 250px;
	color: #F0F0F0;
	margin-top: 15px;
}
.down .downl {
	float: left;
	width: 257px;
	background-image: url(../wiremesh/down1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
}
.down .downr {
	width: 933px;
	margin-left: 267px;
}
.down .downr .downt {
	float: left;
	width: 100%;
	padding-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0659A4;
	padding-bottom: 20px;
}
.down .downr .downt li {
	float: left;
	width: 75px;
	margin-left: 5px;
	list-style-type: none;
}
.down .downr .downt li a {
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: lighter;
	color: #F2F2F2;
}

.down .downr .downd {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.down .downr .downd a{
	color: #FFFFFF;
}



/*新闻*/
.news {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background-image: url(../wiremesh/news.jpg);
	background-repeat: repeat;
}

/* 必要布局样式css */
.title_cn {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 35px;
	font-weight: bold;
}

#new_box {
	width: 100%;
	padding: 50px 0px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 0px;
}

.new_con {
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}

.newtel {
	height: 30px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666
}

.new_telst {
	width: 550px;
	margin: 0 auto;
	position: relative;
	top: 6px;
	text-align: center
}

.new_telst li {
	width: 166px;
	line-height: 30px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
}

.new_telst li.newon {
	color: #0969C0;
	font-weight: bold;
}

.new_telst p {
	position: absolute;
	top: 32px;
	left: 0px;
	width: 166px;
	height: 7px;
	overflow: hidden;
	text-align: center;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0868BF;
}

.new_telst b {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	border-top-width: 9px;
	border-right-width: 9px;
	border-bottom-width: 9px;
	border-left-width: 9px;
	border-top-style: solid;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #0969C0;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}

.new_lst {
	height: 315px;
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 10px;
	padding-top: 20px;
}

.new_lst ul {
	position: absolute;
	left: 0px;
}

.new-wrap {
	margin-top: 30px;
}

.new-wrap .show {
	display: block;
}

li.new_cnlf {
	width: 370px;
	float: left;
}

li.new_cnlf p {
	width: 100%;
}

p.newlf_tel a {
	color: #F58220;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: block;
}

p.newlf_tel a:hover {
	color: #C33
}

p.newlf_tx {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height: 105px;
	overflow: hidden;
}

li.new_cnrf {
	float: right;
	width: 820px;
	margin-left: 10px;
}

.newrf_lst dd {
	width: 368px;
	height: 85px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
}

p.new_rq {
	width: 65px;
	height: 65px;
	background: #969393;
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

p.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}

p.newrf_tx {
	float: left;
	width: 270px;
	margin-top: 8px;
}

p.newrf_tx a {
	color: #333;
	font-size: 14px;
	display: block;
	line-height: 30px;
}

p.newrf_tx span {
	display: block;
	font-size: 12px;
	color: #999;
	height: 60px;
	overflow: hidden;
}

.newrf_lst dd:hover {
	width: 366px;
	height: 83px;
	border: 2px solid #318E84;
	box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);
}

.newrf_lst dd:hover p.newrf_tx a {
	color: #F58220;
}

.newrf_lst dd:hover p.new_rq {
	margin-top: 9px;
	margin-left: 9px;
	background-color: #318E84;
}

.newrf_lst dd:hover p.newrf_tx {
	margin-top: 7px;
}

.mr0 {
	margin-right: 0px;
}
.contact {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.contact .wrapper .cont {
	background-image: url(../wiremesh/bt.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 3;
}
.contact .wrapper .cont a {
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.contact .wrapper .cond {
	margin: 0px;
	float: left;
	width: 100%;
	background-color: #EAE8E9;
}
.contact .wrapper .cond .condl {
	padding: 20px;
	float: left;
	width: 30%;
}
.contact .wrapper .cond .condr {
	width: 60%;
	margin-left: 35%;
	background-image: url(../wiremesh/map.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 30px;
	margin-right: 30px;
	height: 300px;
	margin-bottom: 30px;
}


/*图片轮换*/

#solid{
	width:100%;
	height:500px;
	clear:both;
	position:relative;
	overflow: hidden;
}
#solid .solid0,#solid .solid1,#solid .solid2{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:500px;
	display:none;
}
#solid .solid0{
	background-color: #FFFFFF;
}
#solid .solid1{
	background-color: #FFFFFF;
}
#solid .solid2{
	background-color: #FFFFFF;
}
#solid ul{
	margin:0px;
	padding:0px;
	list-style:none;	
}
#solid ul li{
	position:absolute;
	left:50%;
	top:0px;
	width:1850px;
	height:500px;
	margin-left:-925px;
	display:none;
	cursor:pointer;
}
#solid #btt{
	width:905px;
	height:55px;
	top:450px;
	left:50%;
	position:relative;
	margin-left:-452px;
}
#solid #btt span{
	position:absolute;
	top:5px;
	left:45%;
	display:block;
	width:30px;
	height:8px;
	margin:0 15px;
	text-align:center;
	background:#3d3d3d;
	z-index:1000;
	cursor:pointer;
	filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
	-moz-opacity:0.7; /*Firefox私有，透明度50%*/
	opacity:0.7;/*其他，透明度50%*
}
