﻿@charset "utf-8";

/*==========@@HTML默认 开始@@==========*/
/*基本*/
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}

input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}

body,
input,
button,
form,
textarea {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", "Arial Black";
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0px;
  display: block;
  margin: 0;
  padding: 0;
}

em,
i,
strong {
  font-style: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #fff;
}

* {
  padding: 0px;
  margin: 0px
}

div {
  margin: 0;
  padding: 0;
  border: 0;
}

p {
  margin: 0;
}

b,
strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* Remove most spacing between table cells.*/
}

li {
  list-style: none outside none;
}

html {
  min-width: 1446px;
}

/*链接*/
a {
  text-decoration: none;
  color: #333;
  background: transparent;
  outline: none;
  cursor: pointer;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  color: #a4c330;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/*表单*/
form {
  margin: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Correct font size not being inherited in all browsers. */
  margin: 0;
  /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
  vertical-align: baseline;
  /* Improve appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improve appearance and consistency in all browsers */
  outline: none;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
  border: none;
}

textarea {
  -moz-box-sizing: border-box;
  background: #dddddd;
  border: 1px solid #999999;
  width: 99%;
}

fieldset {
  display: block;
  -webkit-margin-start: 2px;
  -webkit-margin-end: 2px;
  -webkit-padding-before: 0.35em;
  -webkit-padding-start: 0.75em;
  -webkit-padding-end: 0.75em;
  -webkit-padding-after: 0.625em;
  min-width: -webkit-min-content;
  border-width: 2px;
  border-style: groove;
  border-color: threedface;
  border-image: initial;
}

/*其它*/
blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

pre {
  margin: 1em 0;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dd {
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/*==========@@HTML默认  结束@@==========*/


/*==========@@通用 开始@@==========*/
/*常用颜色*/
.red {
  color: #F00 !important;
}

/*清除浮动*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  line-height: 0;
}

.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
}

.fl,
.left {
  float: left;
}

.fr,
.right {
  float: right;
}

/*其它*/
.hidden {
  display: none;
}

/*必须输入，主要*/
.required {
  color: red;
  font-weight: bold;
}

.form_text_verifycode {
  width: 80px;
}

.form_radio {
  width: auto;
  border: 0;
}

.form_checkbox {
  width: auto;
  border: 0
}

/*网站公用样式表*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.icon {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.icon1 {
  background: url(../images/icon1.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

#banner_main,
#floor_1_main,
#links_main,
#footer_main {
  width: 100%;
  margin: 0;
}

.trans {
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

/*top*/
#top_main {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  height: 95px;
}

#top_main #top {
  height: 95px;
  box-sizing: border-box;
  z-index: 11;
  min-width: 1300px;
}

#top_main #top .logo {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-left: 50px;
}

#top_main #top .logo .weblogo {
  display: block;
  width: 256px;
  height: 41px;
  vertical-align: middle;
  margin-top: 29px;
}

#top_main #top .top_r {
  position: relative;
}


/*.top_main.fixed{ position:fixed; left:0; top:0; width:100%; background-color:#fff; z-index:999;}*/
#top .header_search {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin-top: 22px;
  height: 36px;
  margin-right: 10px;
}

#top .header_search .search_btn {
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-position: -145px -194px;
}

#top .header_search .search_btn:hover {
  background-position: -145px -235px;
}

#top .header_search .search_main {
  position: absolute;
  z-index: 10;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  width: 0;
  height: 80px;
  right: 186px;
  top: 80px;
  overflow: hidden;
  background: #fff;
}

#top .header_search .search_box {
  width: 280px;
  height: 40px;
  margin-top: 20px;
  margin-left: 40px;
  background: url(../images/search_main.png) no-repeat bottom center;
}

#top .header_search .search_box input {
  background-color: none;
  border: none;
}

#top .header_search .search_box .stxt {
  width: 240px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-indent: 10px;
  color: #999;
  background-color: transparent;
}

#top .header_search .search_box .sbtn {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  background: url(../images/search1.png) no-repeat center center;
}

#top .header_search.addy .search_main {
  width: 360px;
}

#top .header_search.addy .search_btn {
  background: url(../images/search2.png) no-repeat center center;
}

.tel_main {
  margin-right: 30px;
  margin-top: 36px;
}

.tel_main .icon {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background-position: 0px -122px;
  margin-top: 2px;
}

.tel_main p {
  float: left;
  font-size: 26px;
  color: #70a90d;
  font-family: "Arial";
  padding-left: 10px;
  line-height: 26px;
}

.tel_main p .tel_e {
  display: block;
  font-size: 20px;
  color: #333;
  font-family: "Arial";
  line-height: 20px;
}

.top .tel {
  float: right;
  margin-right: 50px;
  font-size: 26px;
  color: #c70019;
  line-height: 80px;
  background: url(../images/tel_03.png) left center no-repeat;
  padding-left: 34px;
}

.top .ditu {
  width: 36px;
  height: 36px;
  background-position: -191px -194px;
  margin-top: 22px;
  margin-right: 50px;
}

.top .ditu:hover {
  background-position: -191px -235px;
}

/*nav*/
#nav {
  width: 100%;
  height: 95px;
}

#nav ul {
  display: block;
  width: 100%;
}

#nav li {
  float: left;
  display: block;
  height: 95px;
  font-size: 14px;
  text-align: center;
  line-height: 95px;
  position: relative;
  margin: 0 2px;
}

#nav li a {
  display: block;
  text-align: center;
  position: relative;
  height: 93px;
  color: #333;
  line-height: 93px;
  font-size: 18px;
  padding: 0 30px;
  font-weight: bold;
}

#nav li:hover a,
#nav li.hover a {
  color: #a4c330;
}

#nav li a i {
  width: 0;
  height: 3px;
  background-color: #c70019;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  position: absolute;
  left: 0;
  bottom: 0;
}

#nav li:hover a i,
#nav li.hover a i {
  display: block;
  width: 100%;
}

#nav li.li6 {
  margin-right: 0;
}

#nav li ul {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 95px;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  height: auto;
  overflow: hidden;
  width: 120px;
  transition: all .6s ease 0s;
  transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  margin-right: 0;
  background: rgba(255, 255, 255, .8);
}

#nav li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  text-align: center;
}

#nav li ul li {
  display: block;
  clear: left;
  width: 100%;
  background: none;
  height: 45px;
  background: rgba(255, 255, 255, .8);
  border-bottom: rgba(171, 171, 171, .8) solid 1px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-right: 0;
  border-radius: 0;
}

#nav li ul li:last-child {
  border-bottom: none;
}

#nav li ul li a {
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0;
}

#nav li:hover ul li a,
#nav li.hover ul li a {
  color: #333;
  background-color: #fff;
  margin: 0;
}

#nav li ul li:hover a {
  background: #a4c330;
  color: #fff;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
}


#nav .item.hover .alink {
  border-bottom: 2px solid #a4c330;
}

#nav .item:hover .alink,
#nav .item.hover .alink {
  color: #a4c330;
  font-weight: bold;
}







/* banner */
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.banner_main .banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 43.08%;
  z-index: 20;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

.banner_main .banner .list {
  width: 100%;
}

.banner_main .banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.banner_main .banner li img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

.banner_main .banner li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner_main .banner .tip {
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 36px;
  z-index: 10;
}

.banner_main .banner .tip span {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  background: none;
  background-color: #fff;
  border-radius: 20px;
}

.banner_main .banner .tip span.cur {
  background: #a4c330;
  opacity: 1;
}

.banner_main .banner .prev,
.banner_main .banner .next {
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  background-position: -0px -0px;
  display: none;
}

.banner_main .banner .prev {
  left: 8%;
  background-position: -0px -0px;
}

.banner_main .banner .prev:hover {
  background-position: -162px -0px;
}

.banner_main .banner .next {
  right: 8%;
  background-position: -94px -0px;
}

.banner_main .banner .next:hover {
  background-position: -256px -0px;
}

.banner_main .banner:hover .prev,
.banner_main .banner:hover .next {
  display: block;
}

@media (min-width: 1460px) {

  .banner_main .banner .prev,
  .banner_main .banner .next {
    width: 63px;
    height: 63px;
    margin-top: -30px;
    cursor: pointer;
    background-position: -0px -0px;
    display: none;
  }

  .banner_main .banner .prev {
    left: 8%;
    background-position: -0px -0px;
  }

  .banner_main .banner .prev:hover {
    background-position: -162px -0px;
  }

  .banner_main .banner .next {
    right: 8%;
    background-position: -94px -0px;
  }

  .banner_main .banner .next:hover {
    background-position: -256px -0px;
  }

  .banner_main .banner:hover .prev,
  .banner_main .banner:hover .next {
    display: block;
  }
}



:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}


.bottom_main {
  width: 100%;
  height: 328px;
  background: url(../images/zj9_02.jpg) center center no-repeat;
  position: relative;
  z-index: 1;
  clear: left;
  padding-top: 70px;
  overflow: hidden;
}

.bottom_main1 {
  width: 100%;
  height: 312px;
  background-color: #b4cd00;
  position: relative;
  z-index: 1;
  clear: left;
}

.bottom_main .cvv {
  height: 242px;
}

.bottom_main .bottom_nav {
  width: 100%;
  display: block;
  margin-top: 18px;
  height: 180px;
}

.bottom_main .bottom_nav ul {
  width: 140px;
  text-align: left;
  float: left;
  margin-right: 40px;
}

.bottom_main .bottom_nav ul li {
  line-height: 26px;
}

.bottom_main .bottom_nav ul li h3 {}

.bottom_main .bottom_nav ul li h3 a {
  display: block;
  font-size: 18px;
  color: #fff;
}

.bottom_main .bottom_nav ul i {
  display: block;
  width: 100%;
  height: 10px;
}

.bottom_main .bottom_nav ul li a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.bottom_main .bottom_nav ul p a {
  display: block;
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  width: 130px;
}

.bottom_main .bottom_nav ul.ul1 p a {
  width: 100px;
}

.bottom_main .bottom_nav ul li a:hover {
  color: #fff;
}

.bottom_main .bottom_nav ul p a:hover {
  color: #fff;
}

.bottom_main .bottom_tit {
  width: 100%;
  height: 70px;
  border-bottom: #b9b9bb solid 1px;
}

.bottom_main .bottom_tit .r1 {
  float: left;
}

.bottom_main .bottom_tit .r1 p img {
  display: inline-block;
  width: 276px;
}

.bottom_main .bottom_tit .r2 {
  float: right;
}

.bottom_main .bottom_tit .r2 p {
  font-size: 14px;
  color: #999;
  line-height: 14px;
  background: url(../images/zj8_03.png) left center no-repeat;
  padding-left: 56px;
  float: left;
  margin-right: 26px;
  margin-left: 80px;
}

.bottom_main .bottom_tit .r2 span {
  display: block;
  padding-top: 3px;
}

.bottom_main .bottom_tit .r2 i {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 35px;
  font-family: "Arial";
}

.bottom_main .ewm {
  width: 382px;
  text-align: center;
  float: right;
}

/*.bottom_main .ewm img{ display:block; width:118px;}*/
.bottom_main .ewm span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #cfcfcf;
  line-height: 40px;
  padding-bottom: 10px;
}

.bottom_main .ewm p {
  line-height: 36px;
  height: 36px;
  font-size: 18px;
  color: #fff;
  text-align: center;

  width: 100%;
}

.bottom_main .bottom_copy {
  line-height: 56px;
  height: 56px;
  font-size: 14px;
  color: #999;
  clear: left;
  width: 100%;
}

.bottom_main .bottom_copy span {
  padding-left: 10px;
}

.bottom_main .bottom_copy a {
  display: inline-block;
  font-size: 12px;
  color: #999;
}

.bottom_main .bottom_copy a:hover {
  color: #fff;
}

.bottom_main .bottom_copy p {
  float: left;
}

.bottom_main .bottom_copy i {
  float: right;
}

.bottom_main1 .bottom_nav {
  width: 600px;
  display: inline-block;
  margin-top: 66px;
}

.bottom_main1 .bottom_nav ul {
  width: 150px;
  text-align: left;
  float: left;
  height: 220px;
}

.bottom_main1 .bottom_nav ul li {
  line-height: 26px;
}

.bottom_main1 .bottom_nav ul li h3 {
  padding-bottom: 8px;
}

.bottom_main1 .bottom_nav ul li h3 a {
  display: block;
  font-size: 18px;
  color: #fff;
}

.bottom_main1 .bottom_nav ul li a {
  display: block;
  font-size: 14px;
  color: #eee;
}

.bottom_main1 .bottom_nav ul li a:hover {
  color: #fff;
}

.bottom_main1 .bottom_tit {
  padding-top: 66px;
}

.bottom_main1 .bottom_tit .r1 {
  width: 400px;
}

.bottom_main1 .bottom_tit .r1 p {
  width: 269px;
}

.bottom_main1 .bottom_tit .r1 p img {
  width: 213px;
  height: 47px;
}

.bottom_main1 .bottom_tit .r1 p span {
  font-size: 12px;
  color: #666;
  display: block;
  padding-top: 10px;
  line-height: 20px;
}

.bottom_main1 .bottom_tit .r2 p {
  font-size: 14px;
  color: #fff;
  text-align: left;
  margin-top: 26px;
  background: url(../images/icon.png) left center no-repeat;
  line-height: 14px;
  background-position: -135px -366px;
  padding-left: 22px;
}

.bottom_main1 .bottom_tit .r2 em {
  display: block;
  font-size: 30px;
  color: #eee;
  text-align: left;
  font-family: "Arial";
  padding-top: 10px;
}

.bottom_main1 .ewm {
  width: 200px;
  margin-top: 66px;
}

.bottom_main1 .ewm img {
  display: block;
  width: 120px;
}

.bottom_main1 .ewm p {
  margin-left: 12px;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  padding-top: 6px;
}

.bottom_copy1 {
  height: 50px;
  background-color: #d86203;
  line-height: 50px;
  font-size: 14px;
  color: #efe0ce;
  clear: left;
}

.bottom_copy1 span {
  padding-left: 10px;
}

.bottom_copy1 a {
  display: inline-block;
  font-size: 12px;
  color: #efe0ce;
  padding-left: 10px;
  padding-right: 10px;
}

.bottom_copy1 a:hover {
  color: #fff;
}


/*index*/

.title {
  padding-top: 94px;
  text-align: center;
}

.title .tit {
  font: normal 48px "microsoft yahei";
  color: #363640;
  text-align: center;
}

.title .tit span {
  color: #a4c330;
}

.title .entit {
  display: inline-block;
  position: relative;
  line-height: 24px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.title .entit .i1 {
  background: url(../images/zj2_06.png) center center no-repeat;
  position: absolute;
  left: -36px;
  top: 0;
  width: 25px;
  height: 23px;
  display: block;
}

.title .entit .i2 {
  background: url(../images/zj2_03.png) center center no-repeat;
  position: absolute;
  right: -36px;
  top: 0;
  width: 25px;
  height: 23px;
  display: block;
}

.floor_1_main {
  width: 100%;
  position: relative;
  /*background:url(../images/zj10_02.jpg) center center no-repeat;*/
  width: 100%;
  height: 602px;
}

.floor_1_main .title .entit {
  color: #333;
}

.floor_1 {
  display: inline-block;
  width: 100%;
  padding-top: 26px;
}

.floor_1 ul {
  display: inline-block;
  width: 100%;
}

.floor_1 ul li {
  width: 42%;
  padding: 0px 3%;
  float: left;
  text-align: center;
}

/*.floor_1 ul li.li2{ margin-left:170px;}
.floor_1 ul li.li3{ margin-left:206px; width:160px}*/
.floor_1 ul li p {
  display: block;
  width: 100%;
  transition: all .36s ease;
  margin-top: 10px;
  /*border: #e3e3e3 solid 1px; overflow:hidden;*/
}

.floor_1 ul li span {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  padding-top: 10px;
}

.floor_1 ul li:hover p {
  margin-top: 5px;
}

.floor_1 ul li p img {
  display: block;
  margin: 0 auto;
  width: 100%;
  transition: all .6s ease;
}

.floor_1 ul li:hover span {
  color: #a4c330;
}

.floor_1 ul li:hover p img {
  -webkit-filter: brightness(106%);
  filter: brightness(106%);
  transform: scale(1.06);
  transition: all ease 0.36s;
}


.floor_1_2 {
  position: relative;
  float: right;
  width: 518px;
}

.floor_2_main {
  width: 100%;
}

.floor_2_main .title {
  padding-top: 70px;
}

.floor_2_main .title em {
  display: block;
  width: 150px;
  height: 49px;
  background: url(../images/zj3_03.png) center center no-repeat;
  margin: 0 auto;
}

.floor_2_main .title .entit {
  color: #333;
}

.floor_2_1 {
  display: inline-block;
  width: 100%;
}

.floor_2_1 .bd {
  width: 100%;
  display: inline-block;
}

.floor_2_1 .bd ul {
  width: 105%;
  display: inline-block;
}

.floor_2_1 .bd ul li {
  display: block;
  width: 386px;
  height: 345px;
  float: left;
  margin-right: 18px;
  text-align: center;
  margin-top: 50px;
}

.floor_2_1 .bd ul li b {
  display: block;
  width: 386px;
  height: 290px;
  overflow: hidden;
}

.floor_2_1 .bd ul li b img {
  display: block;
  width: 386px;
  height: 290px;
  transition: all .36s ease;
}

.floor_2_1 .bd ul li:hover img {
  transform: scale(1.05);
}

.floor_2_1 .bd ul li .wen {
  height: 55px;
  border-top: #ccc solid 1px;
  line-height: 55px;
  text-align: center;
  position: relative;
}

.floor_2_1 .bd ul li .wen p {
  display: inline-block;
  width: 80%;
  line-height: 55px;
  height: 55px;
  text-align: left;
}

.floor_2_1 .bd ul li .wen p span {
  display: block;
  width: 204px;
  float: left;
  font-size: 18px;
  color: #666;
  line-height: 35px;
  font-weight: bold;
}

.floor_2_1 .bd ul li .wen p span strong {
  display: block;
  line-height: 20px;
  font-weight: normal;
  font-size: 14px;
}

.floor_2_1 .bd ul li .wen p em {
  display: block;
  width: 21px;
  height: 21px;
  background-position: 0px -354px;
  float: right;
  margin-top: 17px;
  transition: all .9s ease;
}

.floor_2_1 .bd ul li .wen i {
  display: block;
  width: 0;
  height: 1px;
  background-color: #a4c330;
  transition: all .9s ease;
  position: absolute;
  left: 0;
  top: -1px;
}

.floor_2_1 .bd ul li:hover .wen i {
  width: 100%;
}

.floor_2_1 .bd ul li:hover .wen p span {
  color: #a4c330;
}

.floor_2_1 .bd ul li:hover .wen p em {
  background-position: -23px -354px;
}

.floor_2_1 .hd {
  text-align: center;
  padding-top: 30px;
}

.floor_2_1 .hd ul {
  display: inline-block;
}

.floor_2_1 .hd ul li {
  width: 15px;
  height: 15px;
  background-color: #ccc;
  float: left;
  margin: 0 5px;
  font-size: 0;
  border-radius: 30px;
}

.floor_2_1 .hd ul li.on {
  background-color: #a4c330;
}

.floor_2_main .aaa {
  display: block;
  width: 210px;
  height: 42px;
  border: #a4c330 solid 1px;
  margin: 0 auto;
  margin-top: 54px;
  transition: all .6s ease;
}

.floor_2_main .aaa span {
  display: block;
  width: 58px;
  height: 8px;
  background-position: -64px -384px;
  margin: 0 auto;
  margin-top: 17px;
}

.floor_2_main .aaa:hover {
  background-color: #a4c330;
  width: 220px;
}

.floor_2_main .aaa:hover span {
  background-position: -127px -384px;
}

.floor_3_main {
  width: 100%;
  height: 905px;
  background: url(../images/zj11_02.jpg) center center no-repeat;
  /*margin-top:80px;*/
}

.floor_3_main .title .tit {
  color: #fff;
}

.floor_3_main .title b {
  display: block;
  width: 88px;
  height: 1px;
  margin: 18px auto;
  background-color: #a4c330;
}

.floor_3_main .title .entit {
  margin-top: 4px;
}

.floor_3_1 {
  margin-top: 54px;
  width: 100%;
}

.floor_3_1 ul {
  display: inline-block;
  width: 105%;
}

.floor_3_1 ul li {
  width: 18.4%;
  height: 330px;
  background-color: #fff;
  border: #ccc solid 1px;
  border-radius: 10px;
  margin-right: 1.6%;
  float: left;
  padding-top: 68px;
  transition: all .9s ease;
  text-align: center;
}

.floor_3_1 ul li:last-child {
  margin-right: 0;
}

.floor_3_1 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_3_1 ul li i {
  display: block;
  width: 100px;
  height: 100px;
  background-position: 0 0;
  margin: 0 auto;
  transition: all .5s ease;
}

.floor_3_1 ul li:hover {
  border: #a4c330 solid 1px;
}

.floor_3_1 ul li.li2 i {
  background-position: -109px 0;
}

.floor_3_1 ul li.li3 i {
  background-position: -218px 0;
}

.floor_3_1 ul li.li4 i {
  background-position: -326px 0;
}

.floor_3_1 ul li.li5 i {
  background-position: -433px 0;
}

.floor_3_1 ul li.li1:hover i {
  background-position: -0px -105px;
}

.floor_3_1 ul li.li2:hover i {
  background-position: -109px -105px;
}

.floor_3_1 ul li.li3:hover i {
  background-position: -218px -105px;
}

.floor_3_1 ul li.li4:hover i {
  background-position: -326px -105px;
}

.floor_3_1 ul li.li5:hover i {
  background-position: -433px -105px;
}

.floor_3_1 ul li h3 {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  padding-top: 28px;
}

.floor_3_1 ul li:hover h3 {
  color: #a4c330;
  font-weight: bold;
}

.floor_3_1 ul li p {
  color: #666;
  line-height: 26px;
  padding: 0 28px;
  padding-top: 24px;
  font-size: 14px;
}

.floor_3_main .aaa {
  display: block;
  width: 210px;
  height: 42px;
  border: #ccc solid 1px;
  margin: 0 auto;
  margin-top: 74px;
  transition: all .6s ease;
}

.floor_3_main .aaa span {
  display: block;
  width: 58px;
  height: 8px;
  background-position: -0px -384px;
  margin: 0 auto;
  margin-top: 17px;
}

.floor_3_main .aaa:hover {
  background-color: #a4c330;
  width: 220px;
  border: #a4c330 solid 1px;
}

.floor_3_main .aaa:hover span {
  background-position: -127px -384px;
}

.floor_22_main {
  background: #fbfbfb;
  margin-top: 80px;
  padding-bottom: 80px;
}

.floor_22_1 {
  margin-top: 40px;
  position: relative;
}

.floor_22_1 .bd {
  display: inline-block;
}

.floor_22_1 .bd ul {
  display: inline-block;
}

.floor_22_1 .bd ul li {
  display: block;
  width: 386px;
  height: 273px;
  float: left;
  margin-right: 18px;
  text-align: center;
  background-color: #fff;
}

.floor_22_1 .bd ul li .img {
  display: block;
  width: 386px;
  height: 217px;
  overflow: hidden;
}

.floor_22_1 .bd ul li .img img {
  display: block;
  width: 386px;
  height: 217px;
  transition: all .36s ease;
}

.floor_22_1 .bd ul li h3 {
  text-align: center;
  line-height: 56px;
  height: 56px;
  font-size: 16px;
}

.floor_22_1 .bd ul li h3 span {
  display: block;
  line-height: 20px;
  font-weight: normal;
  font-size: 14px;
}

.floor_22_1 .bd ul li:hover h3 {
  background: #a4c330;
  color: #fff;
}

.floor_22_1 .bd ul li:hover img {
  transform: scale(1.05);
}

.floor_22_1 .hd {
  text-align: center;
  padding-top: 30px;
}

.floor_22_1 .hd ul {
  display: inline-block;
}

.floor_22_1 .hd ul li {
  width: 15px;
  height: 15px;
  background-color: #ccc;
  float: left;
  margin: 0 5px;
  font-size: 0;
  border-radius: 30px;
}

.floor_22_1 .hd ul li.on {
  background-color: #a4c330;
}

.floor_22_1 .hd .prev {
  display: block;
  width: 28px;
  height: 55px;
  background-position: -133px -95px;
  position: absolute;
  left: -90px;
  top: -180px;
}

.floor_22_1 .hd .next {
  display: block;
  width: 28px;
  height: 55px;
  background-position: -169px -95px;
  position: absolute;
  right: -90px;
  top: -180px;
}

.floor_22_main .aaa {
  display: block;
  width: 210px;
  height: 42px;
  border: #ccc solid 1px;
  margin: 0 auto;
  margin-top: 74px;
  transition: all .6s ease;
}

.floor_22_main .aaa span {
  display: block;
  width: 58px;
  height: 8px;
  background-position: -0px -384px;
  margin: 0 auto;
  margin-top: 17px;
}

.floor_22_main .aaa:hover {
  background-color: #a4c330;
  width: 220px;
  border: #a4c330 solid 1px;
}

.floor_22_main .aaa:hover span {
  background-position: -127px -384px;
}


.floor_4_main {
  width: 100%;
}

.floor_4_1 {
  padding-top: 58px;
  display: inline-block;
  width: 100%;
}

.floor_4_1 ul {
  display: inline-block;
  width: 105%;
}

.floor_4_1 ul li {
  width: 350px;
  float: left;
  margin-right: 70px;
  font-size: 18px;
  color: #666;
  line-height: 18px;
  border-bottom: #e0dfdf solid 1px;
  padding-bottom: 34px;
}

.floor_4_1 ul li p span {
  font-size: 56px;
  color: #666;
  line-height: 56px;
  font-family: "Impact";
  padding-right: 12px;
  display: inline-block;
}

.floor_4_1 ul li em {
  display: block;
  padding-top: 12px;
}

.floor_4_2 {
  padding-top: 18px;
}

.floor_4_2 .floor_4_21 {
  display: inline-block;
  width: 100%;
}

.floor_4_2 .floor_4_21 p {
  font-size: 20px;
  color: #666;
  line-height: 24px;
  text-indent: 28px;
  width: 1050px;
  float: left;
  padding-top: 50px;
}

.floor_4_2 .floor_4_21 span {
  display: block;
  float: right;
  padding: 24px 30px;
  background-color: #b4cd00;
  width: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.floor_4_2 .floor_4_21 span:hover {
  background-color: #9aaf00;
}

.floor_4_2 img {
  display: block;
  clear: left;
  margin-top: 40px;
}

.floor_4_main .aaa {
  display: block;
  width: 210px;
  height: 42px;
  border: #ccc solid 1px;
  margin: 0 auto;
  margin-top: 40px;
  transition: all .6s ease;
}

.floor_4_main .aaa span {
  display: block;
  width: 58px;
  height: 8px;
  background-position: -0px -384px;
  margin: 0 auto;
  margin-top: 17px;
}

.floor_4_main .aaa:hover {
  background-color: #a4c330;
  width: 220px;
  border: #a4c330 solid 1px;
}

.floor_4_main .aaa:hover span {
  background-position: -127px -384px;
}


.floor_5_main {}

.floor_5_1 {
  padding-top: 42px;
}

.floor_5_1 .hd {
  text-align: center;
}

.floor_5_1 .hd ul {
  display: inline-block;
}

.floor_5_1 .hd ul li {
  width: 146px;
  height: 36px;
  float: left;
  margin: 0 18px;
  text-align: center;
  line-height: 36px;
  border-radius: 50px;
}

.floor_5_1 .hd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
}

.floor_5_1 .hd ul li.on {
  background-color: #b4cd00;
}

.floor_5_1 .hd ul li.on a {
  font-weight: bold;
  color: #fff;
}

.floor_5_1 .bd {
  margin-top: 40px;
}

.floor_5_1 .bd ul {
  display: block;
  width: 105%;
  height: 420px;
  position: relative;
}

.floor_5_1 .bd ul li {
  width: 386px;
  height: 448px;
  border: #ddd solid 1px;
  margin-right: 19px;
  overflow: hidden;
  background-color: #f8f8f8;
  position: relative;
  float: left;
}

.floor_5_1 .bd ul li .img {
  display: block;
  width: 386px;
  height: 216px;
  overflow: hidden;
}

.floor_5_1 .bd ul li .img img {
  display: block;
  width: 386px;
  height: 216px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  overflow: hidden;
}

.floor_5_1 .bd ul li:hover .img img {
  transform: scale(1.06, 1.06);
}

.floor_5_1 .bd ul li .bt {
  display: inline-block;
  padding: 0 30px;
  height: 72px;
  margin-top: 40px;
  width: 326px;
}

.floor_5_1 .bd ul li .bt p {
  float: left;
  width: 70px;
  text-align: right;
  font-size: 26px;
  color: #333;
  line-height: 26px;
  font-family: "Arial";
}

.floor_5_1 .bd ul li .bt p em {
  display: block;
  color: #999;
  line-height: 14px;
  font-size: 14px;
  padding-top: 4px;
}

.floor_5_1 .bd ul li .bt h3 {
  float: right;
  width: 230px;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  text-align: left;
}

.floor_5_1 .bd ul li .xq {
  display: inline-block;
  padding: 0 30px;
  height: 92px;
  width: 326px;
}

.floor_5_1 .bd ul li .xq i {
  float: left;
  display: block;
  width: 30px;
  height: 5px;
  background-position: -387px 0px;
  margin-left: 38px;
  margin-top: 30px;
}

.floor_5_1 .bd ul li .xq p {
  float: right;
  width: 230px;
  line-height: 22px;
  font-size: 14px;
  color: #999;
  text-align: left;
}

.floor_5_1 .bd ul li:hover h3 {
  color: #b4cd00;
}

.floor_5_1 .bd ul li:hover {
  background-color: #fff;
  border: #fff solid 1px;
  box-shadow: 0px 5px 20px #e9e9e9;
}

.floor_5_main .aaa {
  display: block;
  width: 210px;
  height: 42px;
  border: #ccc solid 1px;
  margin: 0 auto;
  margin-top: 50px;
  transition: all .6s ease;
}

.floor_5_main .aaa span {
  display: block;
  width: 58px;
  height: 8px;
  background-position: -0px -384px;
  margin: 0 auto;
  margin-top: 17px;
}

.floor_5_main .aaa:hover {
  background-color: #a4c330;
  width: 220px;
  border: #a4c330 solid 1px;
}

.floor_5_main .aaa:hover span {
  background-position: -127px -384px;
}


.floor_6_main {
  padding-top: 90px;
  width: 100%;
  padding-bottom: 54px;
  display: none;
}

.floor_6_1 {
  text-align: center;
}

.floor_6_1 ul {
  display: inline-block;
}

.floor_6_1 ul li {
  width: 73px;
  float: left;
  margin: 0 12px;
  position: relative;
}

.floor_6_1 ul li p {
  width: 73px;
  height: 73px;
}

.floor_6_1 ul li p img {
  border-radius: 15%;
}

.floor_6_1 ul li em {
  display: block;
  width: 0;
  position: absolute;
  left: -24px;
  top: -120px;
}

.floor_6_1 ul li em img {
  display: block;
  width: 0;
}

.floor_6_1 ul li:hover em {
  width: 120px;
}

.floor_6_1 ul li:hover em img {
  display: block;
  width: 120px;
}

/* bottom */
.ewm .bot_6_main {

  padding-top: 0px;
  width: 100%;
  padding-bottom: 4px;
}

.ewm .bot_6_1 {
  text-align: center;
}

.ewm .bot_6_1 ul {
  display: inline-block;
  width: 33%;
  margin-right: 0px;
}

.ewm .bot_6_1 ul li {
  width: 100px;
  float: left;
  margin: 0 16px;
  position: relative;
}



.ewm .bot_6_1 ul li p img {
  border-radius: 33%;
}

/* .ewm .bot_6_1 ul li em {
  display: block;
  width: 0;
  position: absolute;
  left: -24px;
  top: -120px;
} */

.ewm .bot_6_1 ul li em img {
  display: block;
  width: 100px;
  height: 100px;
}

/* .ewm .bot_6_1 ul li:hover em {
  width: 120px;
} */

/* .ewm .bot_6_1 ul li:hover em img {
  display: block;
  width: 120px;
} */


@keyframes heart {
  from {
    margin-top: 0px;
  }

  to {
    margin-top: -6px;
  }
}

@keyframes heart {
  from {
    transform: translate(0, 0)
  }

  to {
    transform: translate(0, 6px)
  }
}

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes rotate1s {
  0% {
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotate1s {
  0% {
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotates {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }
}

@keyframes rotates {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }
}

/********.toolbar1*********/
/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 1%;
  bottom: 20%;
  margin-top: -110px;
  z-index: 99;
}

.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border-radius: 48px;
  border: 1px solid #eee;
  margin-bottom: 5px;
  background: #fff url(../images/fix-ico.png) no-repeat center 0;
  cursor: pointer;
}

.rightFix .ico img {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 3px;
  background: #a4c330;
  border: 1px solid #f0cd91;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 10px;
}

.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #fff;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 48px;
}

.rightFix .ico span.ftel {
  background: #a4c330;
}

.rightFix .ico:hover {
  background-color: #a4c330;
  border-color: #a4c330;
  overflow: visible;
}

.rightFix .ico:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}

.rightFix .ico:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -215px;
}

.rightFix .fix-tel {
  background-position: 11px 12px;
}

.rightFix .fix-tel:hover {
  background-position: -33px 12px;
}

.rightFix .fix-qq {
  background-position: 11px -40px;
}

.rightFix .fix-qq:hover {
  background-position: -33px -40px;
}

.rightFix .fix-ewm {
  background-position: 11px -96px;
}

.rightFix .fix-ewm:hover {
  background-position: -33px -96px;
}

.rightFix .fix_top {
  background-position: 11px -150px;
}

.rightFix .fix_top:hover {
  background-position: -33px -150px;
}

.rightFix .fix_bottom {
  background-position: 11px -150px;
  transform: rotate(180deg);
}

.rightFix .fix_bottom:hover {
  background-position: -33px -150px;
  transform: rotate(180deg);
}

.rightFix .fix-form {
  background-position: 10px -234px;
}

.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}

.rightFix .fix-form:hover {
  background-position: -37px -234px;
}

.rightFix .qq {
  background-position: 11px -192px;
}

.rightFix .qq:hover {
  background-position: -33px -192px;
}

/*css3*/

/* Underline From Center1 */
.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.hvr-underline-from-center1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -2px;
  background: #a4c330;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}

.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #d74f31;
  *line-height: 43px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}


@media (max-width: 1800px) {}

@media (max-width: 1700px) {}

@media (max-width: 1660px) {}

@media (max-width: 1600px) {}

@media (max-width: 1575px) {}

@media (max-width: 1536px) {}

@media (max-width: 1366px) {}