﻿@charset "utf-8";
/*Generated by wjdhcms 3.0 */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #0aa24e;
  color: #fff;
}
::-moz-selection {
  background-color: #0aa24e;
  color: #fff;
}
::-webkit-selection {
  background-color: #0aa24e;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  outline: 0;
  outline: none;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
textarea {
  outline: none;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
html {
  cursor: url(../images/cur.png), default;
}
a {
  cursor: url(../images/Acur.png), default;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
textarea {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="text"] {
  animation: animated 1s infinite;
  -moz-animation: animated 1s infinite;
  -webkit-animation: animated 1s infinite;
  -o-animation: animated 1s infinite;
}
input[type="button"] {
  cursor: url(../images/Acur.png), default !important;
}
@keyframes animated {
  0% {
    cursor: url('../images/Pcuro1.png'), auto;
  }
  8.8% {
    cursor: url('../images/Pcuro2.png'), auto;
  }
  17.6% {
    cursor: url('../images/Pcuro3.png'), auto;
  }
  26.4% {
    cursor: url('../images/Pcuro4.png'), auto;
  }
  35.2% {
    cursor: url('../images/Pcuro5.png'), auto;
  }
  44% {
    cursor: url('../images/Pcuro6.png'), auto;
  }
  52.8% {
    cursor: url('../images/Pcuro7.png'), auto;
  }
  61.6% {
    cursor: url('../images/Pcuro8.png'), auto;
  }
  70.4% {
    cursor: url('../images/Pcuro9.png'), auto;
  }
  79.2% {
    cursor: url('../images/Pcuro10.png'), auto;
  }
  88% {
    cursor: url('../images/Pcuro11.png'), auto;
  }
  100% {
    cursor: url('../images/Pcuro12.png'), auto;
  }
}
img {
  border: none;
  background: none;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.fixedNav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
}
.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 220px;
    height: 220px;
  }
}
/* 水波纹特效 */
.header {
  width: 100%;
  height: 140px;
  background: #fff;
  position: relative;
}
.header * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.header .logo {
  /* width: 316px; */
  height: 71px;
  /* background-color: #f8f8f8; */
  text-align: center;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  z-index: 9999999;
  top: 1px;
}
.header .logo a {
  display: flex;
  /*! justify-content: center; */
  height: 43px;
  align-content: center;
  align-items: center;
}
.header .logo a img {
  display: block;
  width: 53px;
  height: 55px;
  margin-right: 11px;
  filter: drop-shadow;
}
.header .logo a span {
  display: block;
  font-size: 28px;
  color: #0aa24e;
  font-weight: bold;
  margin-top: 0;
}
.header .logo .slogan {
  font-size: 16px;
  margin-top: 16px;
  font-weight: bold;
  padding-top: 0;
  /*! background: url(../images/bybg.png) center top no-repeat; */
  display: block;
  text-align: left;
  display: none;
}
.header .top {
  height: 74px;
  width: 1200px;
  margin: 0 auto;
}
.header .top .xunpan {
  float: left;
  cursor: pointer;
  position: relative;
  color: #666666;
  margin-left: 420px;
  line-height: 30px;
  padding-top: 22px;
  background: url(../images/topxp.png) left 32px no-repeat;
  padding-left: 20px;
}
.header .top .xunpan i {
  color: #fff;
  display: inline-block;
  margin: 0 3px;
  font-family: Arial;
  font-size: 12px;
  background: #0aa24e;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  padding: 0 2px;
  vertical-align: middle;
}
.header .top .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  -ms-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  background-color: #0aa24e;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(10, 162, 78, 0.15);
}
.header .top .xunpan #xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #0aa24e;
}
.header .top .xunpan #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.header .top .tel {
  float: right;
  padding-top: 16px;
}
.header .top .tel span {
  display: inline-block;
  background: url(../images/toptel.png) center 0 no-repeat;
  line-height: 1;
  font-size: 14px;
  padding-top: 26px;
  vertical-align: middle;
}
.header .top .tel i {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #0aa24e;
  font-weight: bold;
  font-family: BodoniBT, 'Times New Roman', Times, serif;
  margin-left: 15px;
}
.nav_bg {
  height: 66px;
  width: 100%;
  background: #0aa24e;
}
.nav_bg .menu {
  width: 1200px;
  margin: 0 auto;
  height: 66px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu .logo {
  float: left;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  line-height: 1;
}
.nav_bg .menu .logo a {
  display: block;
}
.nav_bg .menu .logo a img {
  display: block;
  width: 114px;
  height: 39px;
}
.nav_bg .menu .nav {
  height: 66px;
  text-align: center;
  font-size: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.nav_bg .menu .nav > li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-left: 2px;
  flex: 1;
}
.nav_bg .menu .nav > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
  left: 0;
  top: 24px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .nav > li:first-child {
  padding-left: 0;
}
.nav_bg .menu .nav > li:first-child:before {
  display: none;
}
.nav_bg .menu .nav > li > a {
  display: block;
  height: 66px;
  line-height: 66px;
  font-size: 15px;
  position: relative;
  color: #fefefe;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
}
.nav_bg .menu .nav > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  border-width: 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent #fff;
  margin-left: -5px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .nav > li:hover > a,
.nav_bg .menu .nav > li.another > a,
.nav_bg .menu .nav > li.on > a {
  color: #fff;
}
.nav_bg .menu .nav > li:hover > a:after,
.nav_bg .menu .nav > li.another > a:after,
.nav_bg .menu .nav > li.on > a:after {
  bottom: 0;
}
.nav_bg .menu .nav > li:hover .sec {
  height: auto;
}
.nav_bg .menu .nav > li:hover .secs {
  height: auto;
}
.nav_bg .menu .nav .sec {
  width: 120px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 66px;
  left: 50%;
  margin-left: -60px;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  text-align: center;
}
.nav_bg .menu .nav .sec a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  left: 0;
  padding: 0 10px;
  border-top: 1px #eee solid;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0aa24e, #0aa24e);
  background-image: linear-gradient(to right, #0aa24e, #0aa24e);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .sec a:hover {
  background-size: 100% 100%;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9999);
}
.nav_bg .menu .nav .secs {
  background: #fff;
  width: 1180px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 66px;
  left: -547px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
  padding: 0 10px 20px;
  display: none;
}
.nav_bg .menu .nav .secs:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.nav_bg .menu .nav .secs li.nlayer1 {
  float: left;
  width: 275px;
  padding: 10px 10px 0;
  background: none;
  margin: 12px 0 0;
}
.nav_bg .menu .nav .secs li.nlayer1 img {
  width: 275px;
  height: 150px;
}
.nav_bg .menu .nav .secs li.nlayer1:nth-child(4) {
  border-right: none;
}
.nav_bg .menu .nav .secs li.nlayer1 > a {
  display: block;
  text-align: center;
  line-height: 34px;
  height: 34px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a {
  background: #d9d9d9;
  margin-top: 10px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0aa24e, #0aa24e);
  background-image: linear-gradient(to right, #0aa24e, #0aa24e);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.nav_bg .menu .nav .secs .nlayer2 a {
  margin-top: 4px;
  text-align: center;
  width: 265px;
  display: block;
  line-height: 30px;
  height: 30px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0aa24e, #0aa24e);
  background-image: linear-gradient(to right, #0aa24e, #0aa24e);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .secs .nlayer2 a:after {
  content: "";
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.nav_bg.fixedNav .menu .nav {
  float: none;
}
.nav_bg.fixedNav .menu .nav > li > a {
  width: 118px;
}
.nav_bg.fixedNav .menu .nav .secs {
  left: -400px;
}
.footer {
  background: url(../images/footerbg.jpg) center -596px no-repeat;
  color: #fff;
  position: relative;
}
.footer * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
}
.footer .footerBox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 35px 0 35px;
  height: 250px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footerBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .footerBox .fontnNav {
  float: left;
}
.footer .footerBox .fontnNav dl {
  float: left;
  width: 160px;
  margin-right: 40px;
  height: 166px;
  overflow: hidden;
}
.footer .footerBox .fontnNav dl:first-child {
  padding-left: 0;
}
.footer .footerBox .fontnNav dl dt {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.footer .footerBox .fontnNav dl dd {
  margin-top: 20px;
}
.footer .footerBox .fontnNav dl dd a {
  display: block;
  color: #fff;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footerBox .fontnNav dl dd a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .footerBox .ewm {
  float: right;
  padding-top: 55px;
  margin-right: 100px;
  width: 78px;
}
.footer .footerBox .ewm .pic {
  width: 78px;
  height: 78px;
  display: block;
}
.footer .footerBox .ewm .pic img {
  width: 78px;
  height: 78px;
}
.footer .footerBox .ewm p {
  line-height: 1;
  text-align: center;
  color: #333;
  margin-top: 5px;
  font-size: 12px;
}
.footer .footerBox .footerText {
  width: 490px;
  float: right;
  font-size: 14px;
}
.footer .footerBox .footerText p {
  line-height: 30px;
}
.footer .copyright {
  background: #0aa24e;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
.footer .copyright img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
