html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font: inherit;
  /* vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  color: #333;
  font-family: "Microsoft YaHei",SimSun,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei",sans-serif;
}

ol, ul {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.clearfix:after, .clearfix:before {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  outline-style: none;
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #78BD2A;
  text-decoration: none;
}

.hidden {
  display: none;
}

.test {
  color: #ff9e44;
  color: #ff4683;
}

.container {
  position: relative;
  width: 1190px;
  margin: 0 auto;
}

.mr20 {
  margin-right: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.lr10 {
  margin-left: 10px;
}

.top {
  height: 32px;
  line-height: 32px;
  font-family: SimSun;
  font-size: 12px;
  background-color: #f6f6f6;
}
.top a {
  color: #666;
}

.head .container {
  height: 140px;
}
.head .logo {
  height: 73px;
  width: 450px;
  position: absolute;
  top: 50%;
  margin-top: -36.5px;
}
.head .logo img {
  width: 590px;
  height: 100%;
}
.head .slogan {
  <!--background: url("../imgs/slogan.png") no-repeat;-->
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 125px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  left: 465px;
}
.head .search {
  border: 1px solid #78BD2A;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
}
.head .search .search-form .search-category {
  background-color: #f6f6f6;
  text-align: center;
  height: 48px;
  line-height: 48px;
  width: 100px;
  position: relative;
  cursor: pointer;
}
.head .search .search-form .search-category i {
  background: url("../imgs/spirit.png") no-repeat 0 0;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 10px;
  height: 6px;
  right: 8px;
}
.head .search .search-form .search-category .dropdown span {
  font-size: 14px;
  width: 100px;
  height: 48px;
  box-sizing: border-box;
  border: none;
  line-height: 48px;
  padding-left: 0;
}
.head .search .search-form .search-category .dropdown .dropdown-items li {
  width: 98px;
  height: 35px;
  line-height: 35px;
  padding-left: 0;
  cursor: pointer;
  font-size: 12px;
}
.head .search .search-form .search-category:hover i {
  background: url("../imgs/spirit.png") no-repeat -16px 0;
}
.head .search .search-form .search-input input {
  width: 240px;
  height: 48px;
  line-height: 48px;
  color: #CCCCCC;
  outline: none;
  padding-left: 10px;
}
.head .search .search-form .search-btn input {
  width: 100px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #78BD2A;
  outline: none;
  cursor: pointer;
}

.nav {
  background-color: #78BD2A;
}
.nav .container ul {
  width: 100%;
}
.nav .container ul li {
  width: 14.28%;
  float: left;
}
.nav .container ul li a {
  width: 100%;
  display: block;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.nav .container ul li a:hover {
  background-color: #68A324;
  color: #ffffff;
  text-decoration: none;
}

.footer {
  background-color: #F6F6F6;
  text-align: center;
  border-top: 1px solid #CCCCCC;
  padding: 55px 0;
}
.footer p {
  color: #666;
}
.footer p a {
  color: #666;
  border-left: 1px solid #666;
  padding: 0 8px;
}
.footer p a:first-child {
  border: none;
}
.footer p:first-child {
  margin-bottom: 27px;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown span {
  width: 142px;
  border: 1px solid #CCCCCC;
  height: 28px;
  line-height: 28px;
  padding-left: 15px;
  display: block;
  cursor: pointer;
}
.dropdown .dropdown-items {
  position: absolute;
  display: none;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  z-index: 1000000;
}
.dropdown .dropdown-items li {
  width: 142px;
  padding-left: 15px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  font-size: 12px;
}
.dropdown .dropdown-items li:hover {
  background-color: #78BD2A;
  color: #ffffff;
}

.float-nav {
  position: absolute;
  right: -115px;
  top: 200px;
}
.float-nav .section-title-nav li a {
  display: block;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #78BD2A;
  text-align: center;
  border-radius: 3px;
  position: relative;
  margin-bottom: 30px;
}
.float-nav .section-title-nav li a .tri-icon {
  display: none;
  background: url("../imgs/spirit.png") no-repeat -90px -114px;
  width: 6px;
  height: 10px;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -5px;
}
.float-nav .section-title-nav li a em {
  position: absolute;
  width: 2px;
  height: 35px;
  bottom: -35px;
  left: 50%;
  margin-left: -1px;
  background-color: #78BD2A;
}
.float-nav .section-title-nav li a:hover {
  text-decoration: none;
}
.float-nav .section-title-nav li.current a {
  background-color: #57960f;
}
.float-nav .section-title-nav li.current a .tri-icon {
  display: block;
}
.float-nav .section-title-nav li:last-child a em {
  display: none;
}

.paginationwrap {
  margin: 42px auto 100px auto;
}
.paginationwrap ul li {
  float: left;
}
.paginationwrap ul li a, .paginationwrap ul li span {
  display: block;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #dcdcdc;
  margin: 0 3px;
}
.paginationwrap ul li .ellipse {
  border: none;
}
.paginationwrap ul li .prev, .paginationwrap ul li .next {
  width: 48px;
  line-height: 28px;
  height: 28px;
  position: relative;
}
.paginationwrap ul li .prev i, .paginationwrap ul li .next i {
  position: absolute;
  height: 8px;
  width: 5px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  background: url("../imgs/spirit.png") no-repeat;
}
.paginationwrap ul li .prev {
  padding-left: 20px;
  margin-left: 0;
}
.paginationwrap ul li .prev i {
  background-position: -260px 0;
  left: 10px;
}
.paginationwrap ul li .next {
  padding-right: 20px;
  text-align: right;
  margin-right: 0;
}
.paginationwrap ul li .next i {
  background-position: -140px 0;
  right: 10px;
}
.paginationwrap ul .active .prev {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  color: #dcdcdc;
}
.paginationwrap ul .active .prev i {
  background-image: url("../imgs/spirit.png");
  background-repeat: no-repeat;
  background-position: -220px 0;
}
.paginationwrap ul .active .next {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  color: #dcdcdc;
}
.paginationwrap ul .active .next i {
  background-image: url("../imgs/spirit.png");
  background-repeat: no-repeat;
  background-position: -180px 0;
}
.paginationwrap ul .active span {
  background-color: #78BD2A;
  color: #ffffff;
  border: 1px solid #78BD2A;
}

.btn {
  padding: 7px 12px;
  box-sizing: border-box;
  background-color: #78BD2A;
  color: #ffffff;
  outline: none;
  border-radius: 3px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}
.btn:hover {
  border: 1px solid #4f8f25;
  background-color: #6db32b;
}

/*# sourceMappingURL=common.css.map */
