/*公共样式*/
* { margin: 0px; padding: 0px; }
a { color: #333; text-decoration: none; outline:none; }
a:hover { text-decoration: none; color: #F60; }
a:active { text-decoration: none; color: #F60; star:expression(this.onFocus=this.blur());
}
ul, li, dl, dt, dd { list-style:none; margin:0; padding:0; }
img { border:0; }
.red { color:#F00; }
.hs:link { color: #999999; text-decoration: underline; }
.hs:link, .hs:visited { color: #999; }
.hs:hover { color: #f60; }
body { font-family: Arial; font-size: 14px; color: #333; }
/* button 
---------------------------------------------- */
.button { display: inline-block; zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */  *display: inline;
vertical-align: baseline; margin: 0 2px; outline: none; cursor: pointer; text-align: center; text-decoration: none; font: 14px/100% Arial, Helvetica, sans-serif; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0, 0, 0, .3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); box-shadow: 0 1px 2px rgba(0, 0, 0, .2); }
.button:hover { text-decoration: none; }
.button:active { position: relative; top: 1px; }
.bigrounded { -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
.medium { font-size: 12px; padding: .4em 1.5em .42em; }
.small { font-size: 11px; padding: .2em 1em .275em; }
/* color styles 
---------------------------------------------- */

/* black */
.black { color: #d7d7d7; border: solid 1px #333; background: #333; background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000)); background: -moz-linear-gradient(top, #666, #000);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover { background: #000; background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000)); background: -moz-linear-gradient(top, #444, #000);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active { color: #666; background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444)); background: -moz-linear-gradient(top, #000, #444);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */
.gray { color: #e9e9e9; border: solid 1px #555; background: #6e6e6e; background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757)); background: -moz-linear-gradient(top, #888, #575757);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover { background: #616161; background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b)); background: -moz-linear-gradient(top, #757575, #4b4b4b);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active { color: #afafaf; background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888)); background: -moz-linear-gradient(top, #575757, #888);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* white */
.white { color: #606060; border: solid 1px #b7b7b7; background: #fff; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); background: -moz-linear-gradient(top, #fff, #ededed);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover { background: #ededed; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); background: -moz-linear-gradient(top, #fff, #dcdcdc);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active { color: #999; background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff)); background: -moz-linear-gradient(top, #ededed, #fff);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* orange */
.orange { color: #fef4e9; border: solid 1px #da7c0c; background: #f78d1d; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); background: -moz-linear-gradient(top, #faa51a, #f47a20); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
font-family: "宋体"; font-weight: bold; }
.orange:hover { background: #f47c20; background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)); background: -moz-linear-gradient(top, #f88e11, #f06015);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active { color: #fcd3a5; background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); background: -moz-linear-gradient(top, #f47a20, #faa51a);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* blue */
.blue { color: #d9eef7; border: solid 1px #0076a3; background: #0095cd; background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5)); background: -moz-linear-gradient(top, #00adee, #0078a5);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover { background: #007ead; background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e)); background: -moz-linear-gradient(top, #0095cc, #00678e);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active { color: #80bed6; background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee)); background: -moz-linear-gradient(top, #0078a5, #00adee);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */
.rosy { color: #fae7e9; border: solid 1px #b73948; background: #da5867; background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f)); background: -moz-linear-gradient(top, #f16c7c, #bf404f);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover { background: #ba4b58; background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845)); background: -moz-linear-gradient(top, #cf5d6a, #a53845);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active { color: #dca4ab; background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c)); background: -moz-linear-gradient(top, #bf404f, #f16c7c);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */
.green { color: #e8f0de; border: solid 1px #538312; background: #64991e; background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e)); background: -moz-linear-gradient(top, #7db72f, #4e7d0e);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover { background: #538018; background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c)); background: -moz-linear-gradient(top, #6b9d28, #436b0c);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active { color: #a9c08c; background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f)); background: -moz-linear-gradient(top, #4e7d0e, #7db72f);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* pink */
.pink { color: #feeef5; border: solid 1px #d2729e; background: #f895c2; background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab)); background: -moz-linear-gradient(top, #feb1d3, #f171ab);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover { background: #d57ea5; background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4)); background: -moz-linear-gradient(top, #f4aacb, #e86ca4);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active { color: #f3c3d9; background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3)); background: -moz-linear-gradient(top, #f171ab, #feb1d3);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
/*页头样式*/
.inhead { width: 100%; height:40px; padding:11px 0 0 0; background:url(../images/topbg.jpg) repeat-x left top; }
.initem { float: left; padding-left: 135px; }
.initem a { padding-right: 12px; }
.Language { float: right; padding-right: 135px; }
/*主体样式*/
.box { width:100%; float:left; background: url(../images/footer.jpg) no-repeat right bottom; }
.boxmid { width:1000px; margin:0 auto; }
.boxleft { width:1000px; float:left; }
.main { float: left; width: 1000px; }
.mainmid { width: 836px; margin:0 auto; min-height:514px; }
.mainmid dl { float: left; width: 836px; }
.logo { text-align: center; padding:35px 0; }
.class { float: left; width: 836px; padding-top:55px; background:url(../images/bgmid.jpg) no-repeat center top; }
.class li { float:left; width:215px; padding:3px 0 3px 55px; font-size:16px; }
.ggtext { float: left; width: 836px; font-size: 28px; text-align: center; padding:38px 0 30px 0; font-family:"微软雅黑" !important; }
.seach { float: left; width: 682px; height:62px; padding-top:23px; padding-left: 77px; background:url(../images/seachbg.jpg) no-repeat right top; }
.seainput { float: left; padding-left: 65px; width: 480px; padding-top:5px; }
.textsyk { line-height: 30px; height: 30px; border: 1px solid #FFF; color: #666; width: 448px; }
.seabut { float: right; padding-right: 27px; }
.footer { height:71px; padding:176px 0 0 0; float: left; width: 1000px; font-size:13px; line-height:170%; }
.footer a { padding:0 6px; font-size:13px; }
/*搜索结果列表*/
.head { float: left; width: 100%; height:103px; background:url(../images/headbg.jpg) repeat-x left top; }
.head dl { float: left; width: 100%; }
.pitem { float: left; color:#FFF; }
.pitem a { padding-right: 12px; color:#FFF; }
.pLanguage { float: right; color:#FFF; }
.logo2 { float: left; padding-left: 135px; padding-right: 10px; }
.suo { float: left; height: 35px; width: 480px; padding:6px 0 0 40px; background:url(../images/suobg.jpg) no-repeat left center; }
.suobut { float: left; width:97px; height:38px; line-height:38px; text-align:center; background: url(../images/suobut.jpg) no-repeat left center; margin-left:10px; font-size:24px; font-weight:bold; }
.suobut a { font-size:24px; font-weight:bold; }
.boxblock { width: 100%; }
.blockleft { float: left; width: 240px; padding-left:10px; height: 754px; overflow-y:auto; border:solid 1px #CCC; }
.blockmid { width: 760px; float: left; padding-left:40px; }
.narSeachA { float: left; width: 210px; }
.title { color: #2367BA; padding:10px 0; border-bottom:1px #CCC solid; }
.checkfz { text-align: center; }
.narSeachA dl { padding:10px 0; }
.sele { padding:4px 0; }
.narSeachB { float: left; width: 210px; border-top:1px #CCC solid; padding-top:15px; }
.narSeachB ul { float: left; width: 210px; padding:10px 0; }
.narSeachB h1 { font-size: 14px; font-weight: normal; }
.narSeachB h1 span { float: right; padding:4px 0 0 0; }
.narSeachB ul li { float: left; width: 195px; padding:4px 0; padding-left:15px; }
.norm { float: left; width: 195px; background:url(../images/sjicon1.jpg) no-repeat left center; }
.cur { float: left; width: 195px; background:url(../images/sjicon2.jpg) no-repeat left center; }
.xila { float: left; width: 190px; padding:10px 0 0 20px; }
.xila dl { float: left; width: 190px; padding-bottom:10px; }
.xititle { padding-left:15px; background:url(../images/sjicon1.jpg) no-repeat left center; }
.xicont { padding:3px 0 0 15px; }
.narSeachC { float: left; width: 210px; border-top:1px #CCC solid; padding-top:15px; }
.narSeachC ul { padding:10px 0; }
.narSeachC h1 { font-size: 14px; font-weight: normal; }
.narSeachC h1 span { float: right; padding:4px 0 0 0; }
.narSeachC ul li { padding:4px 0; }
.narSeachC ul li font { float: right; }
.titleB { line-height: 33px; height: 33px; font-size: 18px; color: #1A0DAB; font-weight: bold; padding:0 8px; }
.titleB span { color: #DE0202; }
.titleB font { float: right; font-weight: normal; color: #1A0DAB; }
.titleB font a { color: #1A0DAB; }
.titleC { line-height: 36px; background-color: #F5FFEC; height: 36px; font-size: 18px; font-weight: bold; color: #000; padding:0 8px; }
.titleD { padding-top: 25px; float: left; width: 760px; }
.titleDlef { float: left; width: 567px; }
.titleDbut { float: right; }
.dpic { float: left; width: 80px; padding-right: 6px; }
.dname { font-size: 18px; font-weight: bold; color: #0B7403; padding:10px 0 6px 0; }
.dtext { font-size: 12px; color: #000; }
.seachconti { float: left; width: 760px; padding-top:22px; }
.biao1 td { padding: 6px 0 6px 6px; border-bottom:solid 1px #dedede; font-size: 12px; color: #000; }
.biao1 tr td a { color: #5700F0; text-decoration: underline; }
.biao1 tr td a:hover { color: #f60; }
.riprod { float: right; width: 170px; padding:20px 20px 0 20px; border:solid 1px #CCC; }
.riprod dl { padding-bottom: 20px; float: left; width: 170px; }
.rcont { font-size: 12px; color: #6F6F6F; float: left; width: 170px; }
.rcont a { color: #6F6F6F; }
.rcont a:hover { color: #f60; }
.rname { font-weight: bold; float: left; width: 170px; padding:8px 0; color: #6F6F6F; }
.rproduct { float: left; width: 170px; height: 122px; padding:6px 0 0 0; text-align:center; background:url(../images/prodbg.jpg) no-repeat left top }
/*8-15样式表*/
.midblock { width: 1084px; margin:0 auto; }
.midblock ul { float: left; width: 1084px; }
.titleM { float: left; width: 1034px; padding:0 25px; height:53px; line-height:53px; font-size: 12px; color: #E70C0C; background: url(../images/titlebg.jpg) no-repeat left bottom; }
.titleM span { float: right; font-size: 12px; font-weight: normal; color: #000; }
.titleM span a { color:#1710AC; }
.titleM font { float: left; font-size: 18px; font-weight: bold; color: #000; }
.contM { float: left; width: 982px; padding:50px; border-bottom:1px solid #CCC; border-left:1px solid #CCC; border-right:1px solid #CCC; }
.regist { float: left; width: 750px; padding-left: 150px; }
.regist dl { float: left; width: 750px; font-size: 12px; padding-bottom: 20px; }
.regist dl .rename { float: left; width: 82px; line-height: 20px; text-align: right; }
.seleB { color: #999; width: 105px; }
.reitem { line-height: 25px; color: #999; }
.textinput { line-height: 20px; height: 20px; border: 1px solid #CCC; vertical-align: middle; }
.selesr { float: left; width: 320px; color: #999; }
.succes { float: left; width: 910px; padding:25px 10px; }
.supic { float: left; padding-right: 8px; }
.sutitle { font-size: 24px; font-weight: bold; color: #FD5D05; padding-bottom: 30px; }
.sucont { padding-top: 30px; border-top:dashed 1px #CCC; font-size:12px; line-height:30px; color:#666; }
.login { float: left; width: 974px; }
.logblock { float: right; width: 450px; border:solid 1px #CCC; background:url(../images/loginbg.jpg) repeat-x left top;}
.lotitle { line-height: 55px; font-size: 24px; font-weight: bold; color: #008ABE; text-align: center; }
.loitem { padding: 0 25px; float: left; width: 400px; }
.loinpu font { padding-left: 10px; }

.loitem dl { padding-bottom: 10px; float: left; width: 400px; }
.loinpu { color: #666; padding-top: 10px; }
.text28 { line-height: 28px; height: 28px; vertical-align: middle; border: 1px solid #CCC; }


.jsPre { float: left; width: 476px; }
/*js样式*/
#album { position:relative; width:476px; height:356px; }
#album ul, #album li { list-style:none; margin:0; padding:0; }
#album ul { position:relative; height:356px; width:476px; overflow:hidden; background:transparent url(../images/jspre.jpg) no-repeat 0 0; }
#album li { position:absolute; width:1000%; font-size: 14px; font-weight: bold; color: #FFF; }
#album a { float:left; }
#album img { display:block; border:0; }
#album span { position:absolute; right:10px; bottom:8px; }
#album span a { display:block; margin-right:6px; width:18px; height:18px; line-height:18px; text-align:center; text-decoration:none; color:#000; background:url(../images/icon.png) no-repeat right 0; }
#album span a:hover, #album span a.hover { color:#F8F8F8; background-position:0 0; }
