/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu { margin: 0; padding: 0; }
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details { display: block; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; font-weight: normal; }
html, body, fieldset, img, iframe, abbr { border: 0; }
i, cite, em, var, address, dfn { font-style: normal; }
[hidefocus], summary { outline: 0; }
li { list-style: none; }
h1, h2, h3, h4, h5, h6, small { font-size: 100%; }
sup, sub { font-size: 83%; }
pre, code, kbd, samp { font-family: inherit; }
q:before, q:after { content: none; }
textarea { overflow: auto; resize: none; }
label, summary { cursor: default; }
a, button { cursor: pointer; }
h1, h2, h3, h4, h5, h6, em, strong, b { font-weight: bold; }
del, ins, u, s, a, a:hover { text-decoration: none; }
body, textarea, input, button, select, keygen, legend { font: 12px/1.14 arial, \5b8b\4f53; color: #333; outline: 0; }
body { background: #fff; }
a, a:hover { color: #333; }

/*base*/
body { font-size: 14px; font-family: Microsoft YaHei; }
.container { width: 960px; margin: 0 auto; position: relative; overflow: hidden; }
.fl { float: left; }
.fr { float: right; }
.clearfix:after { content: ""; visibility: hidden; height: 0; display: block; clear: both; }
.sidebar>ul>li { width: 220px; line-height: 50px; padding-left: 40px; background: url(../images/sidebar-bg.jpg); color: #000; font-size: 18px; font-weight: bold; }
.sidebar li:hover{
	cursor:pointer;
}
.sidebar>ul>li:before { content: ""; display: inline-block; *display: inline; *zoom: 1; width: 16px; height: 14px; background: url(../images/ico-collapsed.jpg) no-repeat; margin-right: 15px; }
.sidebar>ul>li.home:before { content: ""; display: inline-block; *display: inline; *zoom: 1; width: 16px; height: 17px; background: url(../images/ico-home.jpg); margin-right: 15px; }
.sidebar ul ul { display: none; }
.sidebar li li { box-sizing: border-box; font-size: 14px; border-right: 5px solid #8dc33e; padding-left: 45px; }
.sidebar li li a { color: #7d7d7d; }
.sidebar li.expand:before { content: ""; background: url(../images/ico-expand.jpg) no-repeat; }
.sidebar li.expand ul { display: block; }

/*main*/
.main { width: 650px; padding: 40px 0 0 40px; }
.main .tit { padding-bottom: 15px; }
.main .tit img { float: left; display: block; margin-right: 20px; }
.main .tit h2 { font-size: 24px; color: #000; }
.main .tit h2 p { color: #cecece; font-size: 18px; padding-top: 10px; font-weight: normal; }
.main .content { padding-bottom: 135px; min-height:725px;}

/*news*/
.news li { width: 178px; height: 203px; float: left; padding: 5px 10px; border: 1px solid #d4d4d4; margin: 0 25px 25px 0; overflow: hidden; -webkit-box-shadow: 0 5px 5px #d4d4d4; box-shadow: 0 5px 5px #d4d4d4; }
.news li img { display: block; width: 180px; height: 120px; padding-bottom: 15px; }
.news li p { color: #666666; line-height: 1.3; }
.news li:nth-child(3n) { margin-right: 0; }

/*pagination*/
.lph-paging1 { padding-top: 55px; overflow: hidden;}
.lph-paging1 a { display: inline-block; float: left;width: 310px; height: 50px; border: 1px solid transparent; text-align: center; font-size: 18px; font-weight: bold; line-height: 50px; -webkit-border-radius: 3px; border-radius: 3px; }
.lph-paging1 a.disabled:hover{cursor:no-drop;}
.lph-paging1 .pr { background: #fff; color: #8dc33e; border: 1px solid #8dc33e; margin-right: 25px; }
.lph-paging1 .nt { background: #8dc33e; color: #fff; }

/*footer*/
.footer { padding-top: 40px; background: #313131; color: #fff; text-align: center; height: 118px; line-height: 1.8; }
.footer a { color: #fff; font-size: 18px; padding-right: 40px; }
.footer .link { padding-bottom: 20px; }

/*asideBar*/
.asideBar { background: url(../images/asidebar.png); width: 135px; height: 464px; position: fixed; top: 45px; right: 65px; text-align: center; z-index: 1000; }
.asideBar h3 { color: #eaf6d8; font-size: 18px; padding: 80px 0 35px; }
.asideBar li a { display: block; margin-bottom: 30px; color: #fff; font-size: 13px; }
.asideBar .share { padding-top: 8px; height: 75px; padding-bottom: 40px; }
.asideBar .tel { font-weight: bold; color: #fff; font-size: 13px; }