::-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: #016436;
  color: #fff;
}
::-moz-selection {
  background-color: #016436;
  color: #fff;
}
::-webkit-selection {
  background-color: #016436;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.5 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  min-width: 1220px;
  background: #fff;
  overflow-x: hidden;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
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;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea,
button {
  outline: 0;
  outline: none;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.fixedNav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
img {
  border: none;
  background: none;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.content-1 {
  width: 1200px;
  margin: 0 auto;
}
.content-all {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.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: 239px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.header .topbar {
  width: 100%;
  border-bottom: 1px #f5f5f5 solid;
}
.header .topbar .topbarBox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  height: 48px;
  line-height: 47px;
  color: #808080;
  font-size: 12px;
}
.header .topbar .topbarBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.header .topbar .topbarBox a {
  color: #808080;
}
.header .topbar .topbarBox a:hover {
  color: #016436;
}
.header .topbar .topbarBox img {
  position: relative;
  top: -2px;
}
.header .topbar .left {
  background: url(../images/tophome.png) left center no-repeat;
  padding-left: 24px;
}
.header .topbar .left i {
  color: #016436;
}
.header .topbar .right img {
  margin-right: 2px;
  vertical-align: middle;
}
.header .topbar .right span {
  margin: 0 20px 0 30px;
  background: url(../images/toprss.png) left center no-repeat;
  padding-left: 20px;
}
.header .topbar .right span a {
  margin-left: 10px;
}
.header .topbar .right span a:first-child {
  margin-left: 0;
}
.header .topbar .xunpan {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0 15px;
  background: #016436;
  height: 40px;
  line-height: 40px;
  border-radius: 0px 0px 4px 4px;
  color: #fff;
  vertical-align: top;
}
.header .topbar .xunpan i {
  display: inline-block;
  background: #f3820f;
  border-radius: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  vertical-align: middle;
  margin: 0 5px;
  position: relative;
  top: -2px;
}
.header .topbar .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: #016436;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(1, 100, 54, 0.15);
}
.header .topbar .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: #016436;
}
.header .topbar .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 {
  width: 1200px;
  margin: 0 auto;
  height: 140px;
}
.header .top .logo {
  float: left;
  padding: 0;
  margin: 0;
  padding-top: 12px;
  line-height: 1;
  margin-right: 25px;
}
.header .top .logo a {
  display: block;
}
.header .top .logo a img {
  display: block;
  height: 116px;
}
.header .top .biaoyu {
  margin-top: 46px;
  background: url(../images/byline.png) left center no-repeat;
  padding-left: 25px;
  float: left;
  line-height: 1;
}
.header .top .biaoyu .w1 {
  font-size: 20px;
  color: #016436;
  font-weight: bold;
}
.header .top .biaoyu .w2 {
  color: #4d4d4d;
  margin-top: 14px;
}
.header .top .tel {
  margin-top: 48px;
  float: right;
  background: url(../images/toptel.png) left center no-repeat;
  padding-left: 64px;
  height: 48px;
  line-height: 1;
}
.header .top .tel i {
  font-size: 16px;
  color: #4d4d4d;
  display: block;
  text-align: center;
}
.header .top .tel i:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #ccc;
  margin-right: 10px;
  vertical-align: middle;
}
.header .top .tel i:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #ccc;
  margin-left: 10px;
  vertical-align: middle;
}
.header .top .tel span {
  display: block;
  font-size: 24px;
  line-height: 20px;
  color: #016436;
  margin-top: 11px;
  font-weight: bold;
}
.nav_bg {
  height: 50px;
  width: 100%;
  background: #016436;
}
.nav_bg .menu {
  width: 1210px;
  margin: 0 auto;
  height: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu .nav {
  height: 50px;
  text-align: center;
  font-size: 0;
  margin: 0;
}
.nav_bg .menu .nav > li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: 1px;
}
.nav_bg .menu .nav > li:first-child {
  margin-left: 0;
}
.nav_bg .menu .nav > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  width: 132.33333333px;
}
.nav_bg .menu .nav > li > a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #f3820f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -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:before,
.nav_bg .menu .nav > li.another > a:before,
.nav_bg .menu .nav > li.on > a:before {
  width: 100%;
}
.nav_bg .menu .nav > li:hover .sec {
  height: auto;
}
.nav_bg .menu .nav > li:hover .secs {
  height: auto;
}
.nav_bg .menu .nav .sec {
  width: 100%;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 50px;
  left: 0;
  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, #016436, #016436);
  background-image: linear-gradient(to right, #016436, #016436);
  -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: 50px;
  left: -533px;
  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, #016436, #016436);
  background-image: linear-gradient(to right, #016436, #016436);
  -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, #016436, #016436);
  background-image: linear-gradient(to right, #016436, #016436);
  -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);
}
.footer {
  background-color: #191919;
  color: #999;
  position: relative;
}
.footer * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.footer a {
  color: #999;
}
.footer a:hover {
  color: #fff;
}
.footer .footerBox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 20px 0;
}
.footer .footerBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .footerBox .fontnNav {
  float: left;
  width: 800px;
}
.footer .footerBox .fontnNav dl {
  float: left;
  width: 380px;
  margin-right: 20px;
  height: 32px;
  overflow: hidden;
  padding: 25px 0;
}
.footer .footerBox .fontnNav dl dt {
  line-height: 1;
  border-right: 1px #4d4d4d solid;
  float: left;
  width: 74px;
}
.footer .footerBox .fontnNav dl dt .cn {
  font-size: 16px;
}
.footer .footerBox .fontnNav dl dt .en {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 4px;
}
.footer .footerBox .fontnNav dl dd {
  width: 305px;
  float: left;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
}
.footer .footerBox .fontnNav dl dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 15px;
  float: left;
}
.footer .footerBox .fontnNav dl dd a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .footerBox .footerText {
  float: right;
  font-size: 14px;
  padding: 20px 0;
}
.footer .footerBox .footerText .tit {
  line-height: 1;
  border-right: 1px #4d4d4d solid;
  float: left;
  width: 74px;
  margin-top: 5px;
}
.footer .footerBox .footerText .tit .cn {
  font-size: 16px;
}
.footer .footerBox .footerText .tit .en {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 4px;
}
.footer .footerBox .footerText .text {
  width: 300px;
  float: right;
  margin-left: 15px;
}
.footer .footerBox .footerText .text p {
  line-height: 20px;
  margin-top: 12px;
}
.footer .footerBox .footerText .text p:first-child {
  margin-top: 0;
}
.footer .copyright {
  border-top: 1px #333 solid;
  padding: 28px 0;
  line-height: 30px;
  text-align: center;
}
.footer .copyright img {
  vertical-align: middle;
}
.footer .footerReturn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 72px;
  background: url(../images/footerReturn.png) center center no-repeat;
  animation: ht 1.5s infinite;
  -moz-animation: ht 1.5s infinite;
  -webkit-animation: ht 1.5s infinite;
  -o-animation: ht 1.5s infinite;
}
@keyframes ht {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@-webkit-keyframes ht {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

