::-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: #3db58d;
  color: #fff;
}
::-moz-selection {
  background-color: #3db58d;
  color: #fff;
}
::-webkit-selection {
  background-color: #3db58d;
  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 {
  outline: 0;
}
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 {
  height: 269px;
  width: 100%;
  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 {
  color: #fff;
  background: #05A045;
}
.header .topbar .topbarBox {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  clear: both;
  font-size: 14px;
  height: 34px;
  line-height: 33px;
  padding: 5px 0;
}
.header .topbar .topbarBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.header .topbar .topbarBox a {
  color: #fff;
}
.header .topbar .left span {
  float: left;
}
.header .topbar .left img {
  margin-right: 10px;
}
.header .topbar .right .list {
  float: left;
}
.header .topbar .right .list a {
  margin-left: 20px;
}
.header .topbar .right .list a.xml {
  margin: 0;
}
.header .topbar img {
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.header .topbar .xunpan {
  margin-left: 25px;
  cursor: pointer;
  position: relative;
  float: right;
}
.header .topbar .xunpan img {
  margin-right: 10px;
}
.header .topbar .xunpan i {
  font-size: 18px;
  margin: 0 3px;
  color: #fffcfc;
}
.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: #3db58d;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(61, 181, 141, 0.3);
}
.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: #3db58d;
}
.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: 150px;
  position: relative;
}
.logo p{
	font-size:22px;
	    margin-top: 11px;
		padding-left: 75px;
		color: #05A045;
}
.header .top .logo {
  position: absolute;
  left: 63%;
  margin: 0;
  padding: 0;
  margin-left: -218px;
  text-align: center;
  padding-top: 55px;
  line-height: 1;
}
.header .top .logo a {
  float: left;
  color: #000;
}
.header .top .logo a img {
  float: left;
  width: 88px;
  height: 62px;
}
.header .top .logo span {
  display: block;
  font-size: 26px;
  font-weight: bold;
  padding-left: 90px;
  padding-top: 12px;
  color: #05A045;
}
.header .top .logo i {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 10px;
  padding-left: 20px;
}
.header .top .logo:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0 13px 21px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: -15px;
}
.header .top .biaoyu {
  float: left;
  font-size: 15px;
  line-height: 24px;

}
.biaoyu img{

}
.header .top .biaoyu span {
  font-size: 16px;
  font-weight: bold;
  color: #05A045;
}
.header .top .tel {
  float: right;
  margin-top: 67px;
}
.header .top .tel h4 {
  float: right;
  line-height: 24px;
  font-size: 22px;
  text-align: justify;
  padding: 0;
  margin: 0;
  color: #05A045;}
.header .top .tel h4 span {
  letter-spacing: 1px;
}
.header .top .tel p {
  font-size: 14px;
  text-align: right;
  float: right;
  margin-right: 5px;
  width: 5em;
  line-height: 1;
  padding-top: 2px;
}
.header .top .tel p img {
  margin-right: 1em;
  width: 21px;
  height: 17px;
}
.header .top .tel p span {
  display: block;
  margin-top: 8px;
}
.nav_bg {
  border-top: 1px #05A045 solid;
  height: 74px;
  width: 100%;
  background: #fff url(../image/topbg.png) center center no-repeat;
}
.nav_bg .menu {
  width: 1200px;
  margin: 0 auto;
  height: 74px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  clear: both;
}
.nav_bg .menu:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.nav_bg .menu .nav {
  height: 74px;
  text-align: center;
  font-size: 0;
  float: left;
}
.nav_bg .menu .nav > li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav_bg .menu .nav > li > a {
  display: block;
  height: 74px;
  line-height: 74px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  z-index: 2;
  width: 122px;
  padding: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .nav > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  background: #3db58d;
  width: 0;
  height: 2px;
  left: 50%;
  margin-left: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .nav > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -6px;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #3db58d transparent transparent;
  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 {
  background: none;
  color: #05A045;
}
.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: 66px;
  margin-left: -33px;
}
.nav_bg .menu .nav > li:hover > a:after,
.nav_bg .menu .nav > li.another > a:after,
.nav_bg .menu .nav > li.on > a:after {
  top: 60px;
}
.nav_bg .menu .nav > li:hover .sec {
  height: auto;
}
.nav_bg .menu .nav > li:hover .secs {
  height: auto;
}
.nav_bg .menu .nav .sec {
  width: 160px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 74px;
  left: 50%;
  margin-left: -80px;
  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, #3db58d, #3db58d);
  background-image: linear-gradient(to right, #3db58d, #3db58d);
  -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: 74px;
  left: -324px;
  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, #05A045, #05A045);
  background-image: linear-gradient(to right, #05A045, #05A045);
  -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, #3db58d, #3db58d);
  background-image: linear-gradient(to right, #3db58d, #3db58d);
  -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 .menu .zxLink {
  float: right;
  display: block;
  color: #fff;
  line-height: 1;
  width: 165px;
  padding: 20px 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .zxLink img {
  float: left;
  display: block;
  margin-right: 10px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.nav_bg .menu .zxLink i {
  font-size: 12px;
  display: block;
  font-family: Arial;
}
.nav_bg .menu .zxLink span {
  display: block;
  margin-top: 8px;
}
.nav_bg .menu .zxLink:hover img {
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
}
.footer {
  color: #ccc;
  background: #333;
}
.footer * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.footer a {
  color: #ccc;
}
.footer a:hover {
  color: #ccc;
}
.footer .footerBox {
  color: #fff;
  padding: 30px 0 15px;
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.footer .footerBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .footerBox .footerNav {
  float: left;
  width: 441px;
}
.footer .footerBox .footerNav .li {
  line-height: 40px;
  overflow: hidden;
  height: 40px;
}
.footer .footerBox .footerNav .li span {
  display: inline-block;
  width: 120px;
}
.footer .footerBox .footerNav .li span img {
  display: inline-block;
  width: 20px;
  height: 18px;
  margin-right: 17px;
  vertical-align: middle;
}
.footer .footerBox .footerNav .li a {
  display: inline-block;
  width: 90px;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footerBox .footerNav .li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .footerBox .footerNav .li a:hover {
  color: #fff;
}
.footer .footerBox .footerText {
  float: right;
  margin-top: 25px;
}
.footer .footerBox .footerText .ewm {
  float: left;
  margin-left: 20px;
}
.footer .footerBox .footerText .ewm img {
  width: 103px;
  height: 103px;
}
.footer .footerBox .footerText .text {
  margin-left: 22px;
  line-height: 30px;
  float: right;
  font-size: 14px;
  padding-top: 8px;
  color: #e4e4e4;
}
.footer .footerBox .footerText .text img {
  width: 104px;
  height: 104px;
}
.footer .footerBox .footerText .text .tel {
  font-size: 14px;
}
.footer .copyright {
  border-top: 1px #5c5c5c solid;
  line-height: 34px;
  color: #ccc;
  text-align: center;
  padding: 30px 0;
}
.footer .copyright img {
  vertical-align: middle;
}
