@charset "utf-8";

html {
  min-width: 1200px;
}

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 {
  font-size: 16px;
  line-height: 28px;
  font-family: "microsoft yahei", 'PingFang SC', 'Myriad Pro', "AvantGarde Bk BT", "Arial", 'Helvetica Neue', 'Helvetica', 'sans-serif';
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

input {
  background: none;
  border: 0 none;
}

img,
iframe {
  border: 0px;
}

em,
i {
  font-style: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.red {
  color: #ba292e;
}

.fl,
.left {
  float: left;
}

.fr,
.right {
  float: right;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.poa {
  position: absolute;
}

.por {
  position: relative;
}

.hidden {
  display: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.w1600 {
  width: 1600px;
  margin: 0 auto;
}

.ico {
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.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;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #1da674;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


.head_main {
  z-index: 10;
  background: #28292c;
  height: 30px;
  line-height: 30px;
  color: #bbb;
  font-size: 14px;
}

.head_main .left {
  margin-left: 2vw;
}

.head_main .right {
  margin-right: 2vw;
}

.head_main .right li {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 5px;
  height: 30px;
}

.head_main .right li a {
  color: #ddd;
  position: relative;
  z-index: 10;
  display: inline-block;
  height: 30px;
}

.head_main .right li a img {
  display: none;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 30px;
  right: -26px;
  z-index: 10;
  border-radius: 5px;
}

.head_main .right li a:hover {
  color: #fff;
}

.head_main .right li a:hover img {
  display: block;
}

.head_main .right li i {
  width: 18px;
  height: 18px;
  background-position: -0px -290px;
  margin-left: 10px;
  float: left;
  margin-top: 11px;
}

.head_main .right li p {
  float: left;
}

.head_main .right li em {
  display: block;
  float: left;
  width: 1px;
  height: 10px;
  background-color: #999;
  margin-top: 14px;
  margin-left: 16px;
}

.head_main .right li .i2 {
  background-position: -0px -315px;
  width: 14px;
}

.head_main .right li .i3 {
  background-position: -0px -337px;
  width: 14px;
}

.logo_main {
  background-color: #fff;
  height: 100px;
  position: relative;
}

.logo_main .logo {
  position: relative;
  width: 100%;
}

.logo_main .logo_left {
  margin-left: 2vw;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.logo_main .logo_left img {
  padding-top: 28px;
  float: left;
}

.logo_main .logo_left i {
  display: block;
  width: 1px;
  height: 50px;
  background-color: #ccc;
  float: left;
  margin-left: 20px;
  margin-top: 36px;
}

.logo_main .logo_left p {
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 22px;
  padding-top: 32px;
  padding-left: 16px;
  text-align: left;
}

.logo_main .logo_left p span {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  padding-top: 8px;
}

.logo_main .tel {
  padding-top: 40px;
}

.logo_main .tel p {
  font-size: 30px;
  font-weight: bold;
  display: block;
  color: #1da674;
  font-family: "Arial";
  line-height: 30px;
  background: url(../images/icon1.png) left center no-repeat;
  background-position: 0px -232px;
  padding-left: 60px;
}

.logo_main .tel p span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  padding-bottom: 8px;
  font-weight: normal;
}

.logo_main .logo .sou {
  width: 170px;
  height: 34px;
  border: #f2f2f2 solid 1px;
  border-radius: 50px;
  margin-top: 34px;
  margin-right: 64px;
  margin-right: 2vw;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f2f2f2;
}

.logo_main .logo .sou .input {
  outline: none;
  border: none;
  width: 120px;
  height: 34px;
  margin-left: 20px;
  color: #666;
  line-height: 34px;
  float: left;
}

.logo_main .logo .sou .btn {
  width: 16px;
  height: 16px;
  background-position: 0px 0px;
  border: none;
  float: left;
  cursor: pointer;
  margin-top: 10px;
}



.nav_main {
  height: 100px;
  position: relative;
  width: 100%;
  text-align: center;
}

.nav_main ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 3%;
}

.nav_main li {
  float: left;
  height: 100px;
  text-align: left;
  display: block;
  text-align: center;
  z-index: 9;
}

.nav_main li.li1 {
  margin-left: 0;
}

.nav_main li.li9 {
  margin-right: 0;
}

.nav_main li.li8 i {
  display: none;
}

.nav_main li i {
  display: block;
  position: absolute;
  right: 0;
  top: 9px;
  width: 1px;
  height: 14px;
  background-color: #ff7686;
}

.nav_main li a {
  transition: all ease 300ms;
  padding: 0 32px;
  font-size: 16px;
  height: 100px;
  line-height: 100px;
  display: block;
  position: relative;
  color: #333;
}

.nav_main li a:hover,
.nav_main li a.hover,
.nav_main li #hover2 {
  cursor: pointer;
  background: url(../images/logo_03.jpg);
  color: #fff;
  transition: all ease 300ms;
}

.nav_main li a:hover p,
.nav_main li a.hover p,
.nav_main li #hover2 p {
  color: #ffc600;
}

.nav_main dl {
  width: 100%;
  border-radius: 0 0 3px 3px;
  display: none;
  background: #fff;
  position: absolute;
  left: 0;
  top: 46px;
  z-index: 1555;
  border-top: none;
}

.nav_main dl dd {
  height: 40px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  position: relative;
  z-index: 12;
  display: block;
  width: 100%;
  line-height: 40px;
}

.nav_main dl dd a:hover {
  color: #fff;
}

.nav_main dl dd a {
  color: #333;
  height: 40px;
  display: block;
  border: none !important;
  transition: ease-in-out 0.2s;
  line-height: 40px;
  border-radius: none;
}

.nav_main li dl dd a:hover {
  cursor: pointer;
  background-color: #59a835;
  border-radius: 0px;
  color: #fff;
}

.nav_main li.li2 dl {
  width: 292px;
  left: -70px;
}

.nav_main li .subnav_main {
  border-top: 1px solid #eee;
  display: none;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  z-index: 7044;
  padding-top: 30px;
  margin-top: -1px;
  background: #fff;
  padding-bottom: 30px;
}

.nav_main li .subnav_main ul {
  padding-left: 0;
  width: 100%;
}

.nav_main li .subnav_main .subnav {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.nav_main li .subnav_main .subnav li {
  width:12%;
  height: 70px;
  text-align: center;
  border-left: 1px dashed #ccc;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: none;
  margin: 0;
  display: inline-table;
  padding: 0;
}

.nav_main li .subnav_main .subnav li:first-child {
  border-left: 0 none;
}

.nav_main li .subnav_main .subnav li a {
  display: block;
  padding: 0;
  line-height: 24px;
  color: #333;
  background: none;
  border: none;
}

.nav_main li .subnav_main .subnav li .stu {
  width: 68px;
  height: 68px;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.nav_main li .subnav_main .subnav li .stu img {
  width: 68px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.nav_main li .subnav_main .subnav li h4 {
  margin: 0 auto;
  padding-top: 14px;
  width:70%;
  height: 46px;

  display: block;
}

.nav_main li .subnav_main .subnav li a:hover {
  color: #1da674;
}

.nav_main li .subnav_main .subnav li {
  height: 128px;
}

@media (max-width: 1660px) {
  .nav_main li a {
    padding: 0 22px;
  }

  .nav_main ul {
    padding-left: 12%;
  }

  .w1600 {
    width: 1200px;
    margin: 0 auto;
  }
}

@media (max-width: 1500px) {
  .nav_main li a {
    padding: 0 20px;
  }

  .nav_main ul {
    padding-left: 10%;
  }
}

@media (max-width: 1366px) {
  .nav_main li a {
    padding: 0 16px;
  }

  .nav_main ul {
    padding-left: 10%;
  }
}

@media (max-width: 1300px) {
  .logo_main .logo_left p {
    display: none;
  }

  .nav_main ul {
    padding-left: 3%;
  }
}


/****banner****/
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.banner_main .banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 42.03%;
  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%; position: relative;
}
.banner_main .banner li video {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    object-fit: cover;
    object-position: center;
    left: 0;
    background-size: cover;
    top: 0;
}
.banner_main .banner .tip {
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 10;
}

.banner_main .banner .tip span {
  width: 30px;
  height: 3px;
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  background: none;
  background-color: #f1f5f9;
  filter: alpha(opacity=80);
  opacity: 0.8;
  border-radius: 8px;
}

.banner_main .banner .tip span.cur {
  background: #1da674;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 50px;
}

.banner_main .banner .prev,
.banner_main .banner .next {
  width: 20px;
  height: 66px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -33px;
  cursor: pointer;
  background-position: -268px -65px;
  display: none;
}

.banner_main .banner .prev {
  left: 5%;
  background-position: -268px -65px;
}

.banner_main .banner .prev:hover {
  background-position: -268px -65px;
}

.banner_main .banner .next {
  right: 5%;
  background-position: -294px -65px;
}

.banner_main .banner .next:hover {
  background-position: -294px -65px;
}

.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: 20px;
    height: 66px;
    margin-top: -33px;
    cursor: pointer;
    background-position: -268px -65px;
    display: none;
  }

  .banner_main .banner .prev {
    left: 5%;
    background-position: -268px -65px;
  }

  .banner_main .banner .prev:hover {
    background-position: -268px -65px;
  }

  .banner_main .banner .next {
    right: 5%;
    background-position: -294px -65px;
  }

  .banner_main .banner .next:hover {
    background-position: -294px -65px;
  }

  .banner_main .banner:hover .prev,
  .banner_main .banner:hover .next {
    display: block;
  }
}

/********.fixtool*********/
.toolbar {
  width: 52px;
  position: fixed;
  right: 2%;
  bottom: 20%;
  z-index: 999;
}

.toolbar dd {
  width: 51px;
  height: 51px;
  margin-bottom: 1px;
  position: relative;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-top: 4px;
  border: #ebebeb solid 1px;
  background-color: #fff;
}

.toolbar dd i {
  width: 51px;
  height: 51px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
}

.toolbar dd i span {
  width: 35px;
  height: 35px;
  display: block;
  margin: 9px 0 0 8px;
  *margin: 7px 0 0 0;
  background: url(../images/rightFixIcon.png) no-repeat 0 0;
}

.toolbar dd.gottop {
  display: none;
}

.toolbar .slide-tel {
  display: block;
  width: 0;
  height: 53px;
  line-height: 53px;
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
  color: #FFF;
  position: absolute;
  padding: 0 0 0 50px;
  top: -1px;
  right: -1px;
  overflow: hidden;
}

.toolbar .pop {
  position: absolute;
  right: 90px;
  top: -65px;
  background: #1da674;
  display: none;
}

.toolbar .pop-code {
  width: 120px;
  padding: 20px 20px 0;
}

.toolbar .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}

.toolbar .pop-code h3 {
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #f2e8e1;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.toolbar .qq span {
  background-position: -0px -47px;
}

.toolbar .qq a {
  width: 52px;
  height: 52px;
  cursor: pointer;
  display: block;
}

.toolbar .qq:hover {
  background-color: #1da674;
  border-radius: 100%;
}

.toolbar .qq:hover span {
  background-position: -36px -47px;
}

.toolbar .tel span {
  background-position: -0px 0;
}

.toolbar .tel:hover {
  background: #1da674;
  border-radius: 30px;
}

.toolbar .tel:hover span {
  background-position: -36px 0;
}

.toolbar .code span {
  background-position: -0px -95px;
}

.toolbar .code:hover {
  background-color: #1da674;
  border-radius: 100%;
}

.toolbar .code:hover span {
  background-position: -36px -95px;
}

.toolbar .top span {
  background-position: -0px -142px;
}

.toolbar .top:hover {
  background-color: #1da674;
  border-radius: 100%;
}

.toolbar .top:hover span {
  background-position: -36px -142px;
}

.toolbar dd:hover {}


/*footer*/
.footer_main {
  position: relative;
  width: 100%;
  height: 384px;
  background-color: #2d3034;
  overflow: hidden;
}

.footer_main .part1 .middle {
  float: right;
  text-align: right;
}

.footer_main .part1 .middle .bottomLogo {
  margin-top: 80px;
  height: 53px;
  display: block;
}

.footer_main .part1 .middle .bottomLogo img {
  width: 185px;
  height: 53px;
  background-size: 100%;
}

.footer_main .part1 .middle p {
  display: block;
  font-size: 17px;
  color: #fff;
  line-height: 17px;
  margin-top: 42px;
}

.footer_main .part1 .middle p span {
  font-family: "Arial";
  display: block;
  font-size: 38px;
  color: #26d569;
  line-height: 38px;
  padding-top: 8px;
}

.footer_main .part1 .middle .oa {
  display: block;
  width: 122px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #ccc;
  border: #444 solid 1px;
  margin-top: 22px;
}

.footer_main .part1 .middle .oa:hover {
  background-color: #444;
  color: #fff;
}

.footer_main .part1 .middle ul {
  display: block;
  width: 510px;
  margin-top: 28px;
}

.footer_main .part1 .middle ul li {
  float: left;
  height: 16px;
  line-height: 16px;
  border-right: #4e4e4e solid 1px;
  padding-right: 23px;
  padding-left: 23px;
}

.footer_main .part1 .middle ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}

.footer_main .part1 .middle ul li a:hover {
  color: #1da674;
}

.footer_main .part1 .middle ul li:nth-child(1) {
  padding-left: 0;
}

.footer_main .part1 .middle ul li:first-child {
  padding-left: 0;
}

.footer_main .part1 .middle ul li:nth-child(5) {
  padding-right: 0;
  border-right: none;
}

.footer_main .part1 .middle ul li:first-child+li+li+li+li {
  padding-right: 0;
  border-right: none;
}

.footer_main .bcontact {
  float: left;
  padding-top: 80px;
}

.footer_main .bcontact dl {
  width: 160px;
  float: left;
  text-align: left;
}

.footer_main .bcontact dl dt a {
  display: block;
  font-size: 18px;
  color: #ddd;
  line-height: 18px;
}

.footer_main .bcontact dl dt i {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #666;
  margin-top: 14px;
}

.footer_main .bcontact dl dd {
  display: block;
  padding-top: 15px;
}

.footer_main .bcontact dl.dl2 {
  width: 280px;
}

.footer_main .bcontact dl.dl4 {
  width: 230px;
}

.footer_main .bcontact dl.dl6 dt {
  border: #666 solid 1px;
  border-radius: 5px;
  width: 120px;
  font-size: 14px;
  margin-bottom: 14px;
  text-align: center;
  line-height: 38px;
}

.footer_main .bcontact dl.dl6 dt a {
  display: block;
  font-size: 14px;
  line-height: 38px;
}


.footer_main .bcontact dl dd a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 14px;
}

.footer_main .bcontact dl a:hover {
  color: #fff;
}

.footer_main .part1 .bottomNav {
  float: left;
  margin-top: 60px;
  margin-left: 60px;
  width: 308px;
}

.footer_main .part1 .bottomNav h1 {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
  padding-bottom: 10px;
}

.footer_main .part1 .bottomNav p {
  padding-top: 12px;
  width: 310px;
  display: inline-block;
}

.footer_main .part1 .bottomNav p i {
  display: block;
  float: left;
  width: 23px;
  height: 24px;
  background-position: -36px -428px;
}

.footer_main .part1 .bottomNav p i.s2 {
  display: block;
  float: left;
  width: 23px;
  height: 24px;
  background-position: -68px -428px;
}

.footer_main .part1 .bottomNav p span {
  display: block;
  width: 220px;
  float: left;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-left: 12px;
}

.footer_main .part1 .right {
  float: right;
  margin-top: 80px;
}

.footer_main .part1 .right .wx {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #fff;
  text-align: center;
  float: left;
}

.footer_main .part1 .right .wx img {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 5px;
}

.footer_main .part1 .right .tit {
  margin-top: 12px;
  font-size: 14px;
  color: #999;
  line-height: 16px;
  text-align: center;
}

.footer_main .part1 .right .wx1 {
  display: block;
  width: 130px;
  height: 130px;
  background-color: #fff;
  text-align: center;
  float: left;
  margin-left: 30px;
}

.footer_main .part1 .right .wx1 img {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-top: 5px;
}

.copyright {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #2d3034;
  border-top: #424549 solid 1px;
}

.copyright p {
  font-size: 12px;
  color: #ccc;
  float: left;
}

.copyright i {
  font-size: 12px;
  color: #ccc;
  float: right;
}

.copyright a {
  font-size: 12px;
  color: #ccc;
}

.copyright span {
  margin: 0 6px;
}

.copyright a:hover {
  color: #fff;
}


@media (max-width: 1660px) {
  .footer_main .bcontact dl.dl2 {
    width: 220px;
  }
}

/********.toolbar1*********/
.toolbar1 {
  width: 77px;
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 999;
  border: 1px solid #e8e8e8;
}

.toolbar1 .icon2 {
  width: 40px;
  height: 40px;
  display: block;
  margin: 11px auto 0;
  background: url(../images/fix-ico.png) no-repeat -2px 5px;
}

.toolbar1 dd {
  width: 77px;
  height: 90px;
  border-top: 1px solid #f6f6f6;
  position: relative;
}

.toolbar1 dd i {
  width: 77px;
  height: 90px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #f6f6f6;
}

.toolbar1 dd:first-child i {
  border-top: 0;
}

.toolbar1 dd.item1 i .icon2 {
  background-position: center 2px;
}

.toolbar1 dd.item2 i .icon2 {
  background-position: center -65px;
}

.toolbar1 dd.item3 i .icon2 {
  background-position: center -128px;
}

.toolbar1 dd.return-top {
  display: none;
}

.toolbar1 dd.return-top i .icon2 {
  background-position: center -187px;
}

.toolbar1 dd .pop {
  position: absolute;
  right: 145px;
  top: -45px;
  background: #fff;
  display: none;
}

.toolbar1 dd .pop-code {
  width: 120px;
  padding: 10px 10px 0;
}

.toolbar1 dd .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}

.toolbar1 dd .pop-code h3 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #f34636;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.toolbar1 dd.item1 {
  position: static;
}

.toolbar1 dd .zx {
  width: 172px;
  position: absolute;
  right: 145px;
  bottom: 0;
  padding: 10px 30px 10px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #e8e8e8;
  z-index: 1000;
  display: none;
}

.toolbar1 dd .zx .icon2 {
  width: 40px;
  height: 42px;
  display: block;
  float: left;
  margin-right: 12px;
  margin-top: 0;
}

.toolbar1 dd .zx .t {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
}

.toolbar1 dd .zx .t span {
  display: block;
}

.toolbar1 dd .zx .t s {
  background-position: 0 -246px;
}

.toolbar1 dd .zx .t.t2 s {
  background-position: 0 -314px;
}

.toolbar1 dd .zx .t.t3 s {
  background-position: 0 -383px;
}

.toolbar1 dd .zx .t.t4 {
  border-bottom: 0;
}

.toolbar1 dd:hover i {
  background: #f3f3f3;
}

/*******index css*******/
.indexTit {
  text-align: center;
  padding-top: 100px;
}

.indexTit h3 {
  font-size: 50px;
  color: #333;
  line-height: 50px;
}

.indexTit span {
  display: inline-block;
  padding: 0 12px;
}

.indexTit i {
  display: block;
  background: url(../images/b12_03.png) center center no-repeat;
  width: 64px;
  height: 4px;
  margin: 0 auto;
  margin-top: 22px;
}

.floor_12 {
  box-shadow: 0px 15px 10px -15px #e9e9e9;
  height: 116px;
}

.floor_12 .floor_12_z {
  float: left;
  font-size: 32px;
  color: #0a59ad;
  line-height: 116px;
}

.floor_12 .floor_12_y {
  float: left;
  width: 714px;
  margin-left: 60px;
}

.floor_12 .floor_12_y a {
  display: block;
  width: 200px;
  float: left;
  line-height: 14px;
  padding-top: 18px;
  margin-right: 38px;
}

.floor_12 .floor_12_y a i {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  background-color: #333;
  border-radius: 10px;
  margin-top: 4px;
}

.floor_12 .floor_12_y a span {
  float: left;
  display: block;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
}

.floor_12 .floor_12_1 {
  float: right;
  padding-right: 36px;
}

.floor_12 .floor_12_1 a {
  display: block;
  width: 110px;
  height: 40px;
  background-color: #0082d1;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  margin-top: 38px;
}

.floor_12 .floor_12_1 a:hover {
  background-color: #1da674;
}

.floor_12 .floor_12_y a:hover i {
  background-color: #0a59ad;
}

.floor_12 .floor_12_y a:hover span {
  color: #0a59ad;
}

.floor_0_main {
  width: 100%;
  background: url(../images/b6_02.jpg) center center no-repeat;
  padding-bottom: 130px;
}

.floor_0_main .indexTit h3 {
  color: #fff;
}

.floor_0_1 {
  width: 100%;
  padding-top: 56px;
  text-align: center;
}

.floor_0_1 ul {
  display: inline-block;
}

.floor_0_1 ul li {
  width: 150px;
  height: 40px;
  float: left;
  margin: 0 5px;
}

.floor_0_1 ul li a {
  display: block;
  width: 150px;
  height: 40px;
  border-radius: 5px;
  background-color: #1da674;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.floor_0_1 ul li a:hover {
  background-color: #59a835;
}

.floor_0_2 {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 56px;
}

.floor_0_2 .list {
  width: 104%;
}

.floor_0_2 .item {
  width: 32.5%;
  margin-right: 1%;
  margin-top: 1%;
  max-height: 297px;
  max-width: 520px;
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}

.floor_0_2 .item img {
  width: 100%;
  display: block;
  height: 100%;
}

.floor_0_2 .item b {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.floor_0_2 .item h3 {
  font-size: 26px;
  display: block;
  width: 100%;
  line-height: 60px;
  top: 10%;
  text-align: left;
  color: #fff;
  font-style: normal;
  position: absolute;
  left: 6%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.floor_0_2 .item i {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  border: #fff solid 2px;
  border-radius: 60px;
  font-family: "Arial";
  position: absolute;
  left: 6%;
  top: 36%;
  text-align: center;
}

.floor_0_2 .item:hover b {
  display: none;
}

.floor_0_2 .item:hover .tit {
  display: none;
}

.floor_0_2 .item.li3,
.floor_0_2 .item.li6 {
  margin-right: 0;
}

.floor_0_2 .item .dl {
  background: url(../images/b7_03.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-size: 100%;
}

.floor_0_2 .item .dl p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding-top: 5%;
}

.floor_0_2 .item .dl .a1 {
  display: block;
  width: 118px;
  height: 30px;
  border: #fff solid 1px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  position: absolute;
  left: 5%;
  bottom: 15%;
}

.floor_0_2 .item .dl .a2 {
  display: block;
  width: 120px;
  height: 32px;
  background-color: #59a835;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  position: absolute;
  left: 40%;
  bottom: 15%;
}

@media (max-width: 1660px) {
  .floor_0_2 .item {
    width: 31.3%;
  }
}

.floor_0_2 .item:hover .dl {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0)
}

.floor_0_2 .item .dl .a1:hover {
  background-color: #fff;
  color: #333;
}

.floor_0_2 .item .dl .a2:hover {
  background-color: #4a922a;
}

.index .floor_1_main {
  width: 100%;
  background-color: #edf5f3;
  padding-bottom: 150px;
}

.floor_1 {
  position: relative;
  margin-top: 60px;
}

.floor_1 .bd ul {
  display: inline-block;
  width: 100%;
  position: relative;
}

.floor_1 .bd ul img {
  display: block;
  width: 100%;
}

.floor_1 .bd ul h3 {
  font-size: 40px;
  color: #fff;
  line-height: 55px;
  position: absolute;
  left: 5%;
  top: 8%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.floor_1 .bd ul h3 span {
  display: block;
}

.floor_1 .bd ul p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  position: absolute;
  left: 5%;
  top: 40%;
  width: 440px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.floor_1 .bd ul i {
  display: block;
  width: 50px;
  height: 50px;
  background-position: -88px -250px;
  position: absolute;
  left: 5%;
  bottom: 10%;
}

.floor_1 .bd ul:hover i {
  background-position: -88px -304px;
}

.floor_1 .hd {
  margin-top: -8px;
  width: 100%;
}

.floor_1 .hd ul {
  display: inline-block;
  width: 100%;
}

.floor_1 .hd ul li {
  width: 12.4%;
  float: left;
  height: 130px;
  background-color: #fff;
  margin-right: 0.112%;
}

.floor_1 .hd ul li.li8 {
  margin-right: 0;
}

.floor_1 .hd ul li.on {
  background: url(../images/logo_03.jpg);
}

.floor_1 .hd ul li h3 {
  font-size: 20px;
  color: #333;
  line-height: 28px;
  padding-top: 8%;
  padding-left: 8%;width: 80%;
}

.floor_1 .hd ul li p {
  font-size: 16px;
  color: #ccc;
  line-height: 16px;
  padding-top: 5%;
  padding-left: 8%;
  font-family: "Arial";
}

.floor_1 .hd ul li.on h3 {
  color: #fff;
}

.floor_1 .hd ul li.on p {
  color: #fff;
}

@media (max-width: 1660px) {
  .floor_1 .hd ul li h3 {
    font-size: 16px;
    height: 50px;
  }

  .floor_1 .bd ul h3 {
    font-size: 36px;
    line-height: 50px;
  }
}


.index .floor_2_main {
  width: 100%;
  background: url(../images/b3_02.png) center center no-repeat;
  height: 241px;
  margin-top: -41px;
  position: relative;
  z-index: 3;
}

.floor_2_1 {
  padding-top: 94px;
  display: inline-block;
  float: left;
  width: 800px;
}

.floor_2_1 h3 {
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
}

.floor_2_1 p {
  padding-top: 12px;
}

.floor_2_1 p span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  background: url(../images/z7_03.png) left center no-repeat;
  padding-left: 18px;
  float: left;
  width: 376px;
  margin-top: 8px;
}

.floor_2_2 {
  float: right;
  padding-top: 100px;
}

.floor_2_2 p {
  font-size: 30px;
  color: #fff;
  line-height: 26px;
  font-family: "Arial";
  background: url(../images/icon.png) left center no-repeat;
  background-position: -62px -254px;
  padding-left: 38px;
}

.floor_2_2 a {
  display: block;
  background: url(../images/z8_03.png) center center no-repeat;
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  float: right;
  margin-top: 24px;
}

.floor_2_2 a:hover {
  background: url(../images/z8_04.png) center center no-repeat;
}

@media (max-width: 1660px) {
  .floor_2_1 h3 {
    font-size: 30px;
  }

  .floor_2_1 p span {
    width: 270px;        height: 30px;
  }

  .indexTit h3 {
    font-size: 40px;
    line-height: 40px;
  }
}



.index .floor_9_main {
  width: 100%;
  background: url(../images/x1_02.png) center center no-repeat;
  height: 301px;
  position: relative;
  z-index: 3; margin-top: -80px;
}

.floor_9_1 {
  padding-top: 94px;
  display: inline-block;
  float: left;
  width: 800px;
}

.floor_9_1 h3 {
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
}

.floor_9_1 p {
  padding-top: 12px;
}

.floor_9_1 p span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  background: url(../images/z7_03.png) left center no-repeat;
  padding-left: 18px;
  float: left;
  width: 376px;
  margin-top: 8px;
}

.floor_9_2 { float: right;padding-top: 156px;}
.floor_9_2 p {
  font-size: 30px;
  color: #fff;
  line-height: 26px;
  font-family: "Arial";
  background: url(../images/icon.png) left center no-repeat;
  background-position: -62px -254px;
  padding-left: 38px;
}

.floor_9_2 a {
  display: block;
  background: url(../images/z8_05.png) center center no-repeat;
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  float: right;
  margin-top: 24px;
}

.floor_9_2 a:hover {
  background: url(../images/z8_04.png) center center no-repeat;
}

@media (max-width: 1660px) {
  .floor_9_1 h3 {
    font-size: 30px;
  }

  .floor_9_1 p span {
    width: 270px;
  }

  .indexTit h3 {
    font-size: 40px;
    line-height: 40px;
  }
}


.floor_20_main { padding-bottom: 120px;}

.indexTit p {
  font-size: 16px;
  color: #2d303b;
  line-height: 26px;
  width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
}

.floor_20_1 {
  margin-top: 70px;
  position: relative;
  width: 100%;
}

.floor_20_1 .floor_20_11 {
  width: 900px;
  background: url(../images/sl_03.png) center center no-repeat;
  height: 674px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -450px;
  z-index: 3;
}

.floor_20_1 .floor_20_11 a {
  display: block;
  width: 180px;
  height: 46px;
  background: url(../images/logo_03.jpg);
  border-radius: 30px;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  bottom: 0px;
  transition: all .36s ease;
}

.floor_20_1 .floor_20_11 a span {
  display: block;
  float: left;
  line-height: 46px;
  padding-left: 38px;
  font-size: 16px;
  color: #fff;
}

.floor_20_1 .floor_20_11 a i {
  display: block;
  width: 7px;
  height: 8px;
  float: right;
  background: url(../images/z4_03.png) center center no-repeat;
  margin-top: 18px;
  margin-right: 18px;
}

.floor_20_1 .floor_20_11 a:hover {
  width: 200px;
  margin-left: -100px;
}

.floor_20_1 .floor_20_12 {
  width: 100%;
  height: 674px;
  position: relative;
}

.floor_20_1 .floor_20_12 ul {
  display: inline-block;
  width: 100%;
}

.floor_20_1 .floor_20_12 ul li {
  width: 280px;
  float: left;
  text-align: left;
}

.floor_20_1 .floor_20_12 ul li i {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../images/sl_06.png) center center no-repeat;
}

.floor_20_1 .floor_20_12 ul li h3 {
  font-size: 26px;
  color: #28bb7a;
  line-height: 26px;
  font-weight: bold;
  padding-top: 10px;
}

.floor_20_1 .floor_20_12 ul li h3 span {
  color: #333;
}

.floor_20_1 .floor_20_12 ul li p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  padding-top: 12px;
}

.floor_20_1 .floor_20_12 ul li.li1,
.floor_20_1 .floor_20_12 ul li.li3,
.floor_20_1 .floor_20_12 ul li.li5 {
  text-align: right;
}

.floor_20_1 .floor_20_12 ul li.li1 {
  position: absolute;
  left: 50px;
  top: 0px;
}

.floor_20_1 .floor_20_12 ul li.li2 {
  position: absolute;
  right: 50px;
  top: 0px;
}

.floor_20_1 .floor_20_12 ul li.li3 {
  position: absolute;
  left: 0px;
  top: 224px;
}

.floor_20_1 .floor_20_12 ul li.li4 {
  position: absolute;
  right: 0px;
  top: 224px;
}

.floor_20_1 .floor_20_12 ul li.li5 {
  position: absolute;
  left: 50px;
  top: 450px;
}

.floor_20_1 .floor_20_12 ul li.li6 {
  position: absolute;
  right: 50px;
  top: 450px;
}

@media (max-width: 1660px) {
  .floor_20_1 .floor_20_12 ul li h3 {
    font-size: 22px;
    line-height: 22px;
    padding-top: 6px;
  }

  .floor_20_1 .floor_20_12 ul li p {
    font-size: 14px;
    line-height: 22px;
  }

  .floor_20_1 .floor_20_12 ul li i {
    width: 36px;
    height: 36px;
    background-size: 100%;
  }

  .floor_20_1 .floor_20_11 {
    width: 540px;
    height: 510px;
    margin-left: -270px;
    background-size: 100%;
  }

  .floor_20_1 .floor_20_12 ul li.li3,
  .floor_20_1 .floor_20_12 ul li.li4 {
    top: 194px;
  }

  .floor_20_1 .floor_20_12 ul li.li5,
  .floor_20_1 .floor_20_12 ul li.li6 {
    top: 390px;
  }

  .floor_20_1 .floor_20_12 {
    height: 510px;
  }
}




.floor_3_main {
  background-color: #f5f5f5;
}

.floor_3_main .floor_3_1 {
  margin-top: 10px;
}

.floor_3_main .floor_3_1 dl {
  width: 1200px;
  height: 268px;
  margin-top: 20px;
}

.floor_3_main .floor_3_1 dl dt {
  float: left;
  width: 598px;
  height: 266px;
  border: #becadb solid 1px;
  background-color: #fff;
  position: relative;
}

.floor_3_main .floor_3_1 dl dt h3 {
  font-size: 32px;
  color: #5ea82f;
  padding-left: 38px;
  line-height: 32px;
  padding-top: 50px;
  font-weight: bold;
}

.floor_3_main .floor_3_1 dl dt span {
  display: block;
  font-size: 32px;
  color: #333;
  padding-left: 38px;
  line-height: 32px;
  padding-top: 10px;
  font-weight: bold;
}

.floor_3_main .floor_3_1 dl dt p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-top: 24px;
  margin-left: 38px;
  width: 366px;
}

.floor_3_main .floor_3_1 dl dt i {
  display: block;
  width: 100px;
  height: 100px;
  background-position: 0px 0px;
  position: absolute;
  right: 40px;
  top: 40px;
}

.floor_3_main .floor_3_1 dl dd {
  float: right;
  width: 600px;
  height: 268px;
  overflow: hidden;
}

.floor_3_main .floor_3_1 dl dd img {
  display: block;
  width: 600px;
  height: 268px;
  transition: all .36s ease;
}

.floor_3_main .floor_3_1 dl dd:hover img {
  transform: scale(1.1);
}

.floor_3_main .floor_3_1 dl.dl2 dt i {
  background-position: -110px 0px;
}

.floor_3_main .floor_3_1 dl.dl3 dt i {
  background-position: -219px 0px;
}

.floor_3_main .floor_3_1 dl.dl4 dt i {
  background-position: -326px 0px;
}

.floor_3_main .floor_3_1 dl.dl2 dt,
.floor_3_main .floor_3_1 dl.dl4 dt {
  float: right;
}

.floor_3_main .floor_3_1 dl.dl2 dd,
.floor_3_main .floor_3_1 dl.dl4 dd {
  float: left;
}

.floor_4_main {
  background-color: #f5f5f5;
  padding-bottom: 92px;
}

.floor_4_main .floor_4_1 {
  margin-top: 40px;
  height: 281px;
  position: relative;
}

.floor_4_main .floor_4_1 ul {
  display: inline-block;
  width: 105%;
}

.floor_4_main .floor_4_1 ul li {
  width: 178px;
  height: 241px;
  border: #b4becd solid 1px;
  border-radius: 5px;
  background-color: #fff;
  float: left;
  margin-right: 24px;
  position: relative;
  text-align: center;
}

.floor_4_main .floor_4_1 ul li i {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #1da674;
  margin: 0 auto;
  border-radius: 60px;
  background-position: 0px -364px;
  margin-top: 34px;
}

.floor_4_main .floor_4_1 ul li h3 {
  font-size: 18px;
  color: #333;
  line-height: 18px;
  font-weight: bold;
  padding-top: 18px;
}

.floor_4_main .floor_4_1 ul li p {
  padding: 0 32px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding-top: 14px;
}

.floor_4_main .floor_4_1 ul li em {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  background-color: #44617b;
  font-family: "Arial";
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  margin-left: -12px;
}

.floor_4_main .floor_4_1 ul li:hover {
  border: #5ea82f solid 1px;
}

.floor_4_main .floor_4_1 ul li:hover em {
  background-color: #5ea82f;
}

.floor_4_main .floor_4_1 ul li:hover i {
  background-color: #5ea82f;
}

.floor_4_main .floor_4_1 ul li:hover h3 {
  color: #5ea82f;
}

.floor_4_main .floor_4_1 ul li.li2 i {
  background-position: -86px -364px;
}

.floor_4_main .floor_4_1 ul li.li3 i {
  background-position: -173px -364px;
}

.floor_4_main .floor_4_1 ul li.li4 i {
  background-position: -261px -364px;
}

.floor_4_main .floor_4_1 ul li.li5 i {
  background-position: -348px -364px;
}

.floor_4_main .floor_4_1 ul li.li6 i {
  background-position: -435px -364px;
}

.floor_4_main .floor_4_1 b {
  display: block;
  background: url(../images/z15_03.png) center center no-repeat;
  width: 1200px;
  height: 18px;
  margin-top: 20px;
}

.more {
  margin: 0 auto;
  margin-top: 40px;
}




.index .floor_5_main {
  width: 100%;
  padding-bottom: 66px;
  display: none;
}

.floor_5_main .floor_5_1 {
  width: 1200px;
  position: relative;
  display: inline-block;
  margin-top: 40px;
}

.floor_5_main .floor_5_1 ul {
  display: inline-block;
  width: 105%;
}

.floor_5_main .floor_5_1 ul li {
  width: 387px;
  height: 278px;
  background-color: #eee;
  float: left;
  margin-right: 20px;
  text-align: center;
  position: relative;
}

.floor_5_main .floor_5_1 ul li b {
  display: block;
  width: 387px;
  height: 218px;
  overflow: hidden;
}

.floor_5_main .floor_5_1 ul li b img {
  display: block;
  width: 387px;
  height: 218px;
  transition: all .36s ease;
}

.floor_5_main .floor_5_1 ul li:hover img {
  transform: scale(1.1);
}

.floor_5_main .floor_5_1 ul li p {
  display: block;
  width: 387px;
  height: 218px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/z16_03.png);
  opacity: 0;
  visibility: hidden;
  transition: all .36s ease;
}

.floor_5_main .floor_5_1 ul li p i {
  display: block;
  width: 365px;
  height: 196px;
  border: #5ea3d0 solid 1px;
  margin-left: 10px;
  margin-top: 10px;
}

.floor_5_main .floor_5_1 ul li p em {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-position: -346px -116px;
  left: 50%;
  margin-left: -25px;
  top: 84px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.floor_5_main .floor_5_1 ul li h3 {
  font-size: 18px;
  color: #253244;
  line-height: 60px;
}

.floor_5_main .floor_5_1 ul li:hover h3 {
  color: #245aa8;
  font-weight: bold;
}

.floor_5_main .floor_5_1 ul li em:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}

.floor_5_main .floor_5_1 ul li:hover p {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.floor_5_main .more a {
  display: block;
  width: 198px;
  height: 38px;
  border: #5ea82f solid 1px;
  text-align: center;
  line-height: 38px;
  color: #253244;
  font-size: 16px;
}

.floor_5_main .more a:hover {
  background-color: #5ea82f;
  color: #fff;
}

.index .floor_6_main {
  width: 100%;
  padding-bottom: 100px;
}

.floor_6_1 {
  padding-top: 60px;
}

.floor_6_1 ul {
  display: inline-block;
  width: 105%;
}

.floor_6_1 ul li {
  width: 30.5%;
  margin-right: 3%;
  padding-bottom: 5%;
  max-width: 496px;
  overflow: hidden;
  position: relative;
  float: left;
  overflow: hidden;
  background-color: #f5f9f7;
}

.floor_6_1 ul li b {
  display: block;
  max-height: 276px;
  max-width: 496px;
  overflow: hidden;
}

.floor_6_1 ul li b img {
  display: block;
  width: 100%;
  transition: all .36s ease;
}

.floor_6_1 ul li:hover img {
  transform: scale(1.1);
}

.floor_6_1 ul li .ne_t {
  max-width: 496px;
}

.floor_6_1 ul li .ne_t em {
  display: block;
  font-size: 18px;
  color: #999;
  line-height: 18px;
  position: relative;
  padding-left: 5%;
  padding-top: 6%;
}

.floor_6_1 ul li .ne_t p {
  font-size: 22px;
  color: #151527;
  line-height: 28px;
  height: 70px;
  padding: 0 5%;
  padding-top: 4%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.floor_6_1 ul li .ne_t span {
  padding: 0 5%;
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.floor_6_1 ul li:hover {
  background: #fff url(../images/b11_03.png) bottom center no-repeat;
  box-shadow: 0px 5px 15px #eaeaea;
}

.floor_6_1 ul li:hover p {
  color: #1da674;
}

.floor_6_1 ul li:hover .ne_t {}

.floor_6_1 ul li.li3 {
  margin-right: 0;
}

.floor_6_main .more a {
  display: block;
  width: 180px;
  height: 46px;
  background: #323740;
  border-radius: 30px;
  transition: all .36s ease;
  margin-top: 12%;
  margin: 0 auto;
}

.floor_6_main .more a span {
  display: block;
  float: left;
  line-height: 46px;
  padding-left: 38px;
  font-size: 16px;
  color: #fff;
}

.floor_6_main .more a i {
  display: block;
  width: 7px;
  height: 8px;
  float: right;
  background: url(../images/z4_03.png) center center no-repeat;
  margin-top: 18px;
  margin-right: 18px;
}

.floor_6_main .more a:hover {
  background: url(../images/logo_03.jpg);
}

@media (max-width: 1660px) {
  .floor_6_1 ul li b {
    width: 384px;
    height: 216px;
  }

}

.index .floor_7_main {
  width: 100%;
  background: url(../images/b8_02.png) center center no-repeat;
  height: 257px;
  margin-top: -57px;
  position: relative;
  z-index: 3;
}

.floor_7_1 {
  padding-top: 110px;
  display: inline-block;
  float: left;
  width: 800px;
}

.floor_7_1 h3 {
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
}

.floor_7_1 p {
  padding-top: 12px;
}

.floor_7_1 p span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  background: url(../images/z7_03.png) left center no-repeat;
  padding-left: 18px;
  float: left;
  width: 377px;
  margin-top: 8px;
  padding-top: 6px;
}

.floor_7_2 {
  float: right;
  padding-top: 110px;
}

.floor_7_2 p {
  font-size: 30px;
  color: #fff;
  line-height: 26px;
  font-family: "Arial";
  background: url(../images/icon.png) left center no-repeat;
  background-position: -62px -254px;
  padding-left: 38px;
}

.floor_7_2 a {
  display: block;
  background: url(../images/z8_03.png) center center no-repeat;
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  float: right;
  margin-top: 24px;
}

.floor_7_2 a:hover {
  background: url(../images/z8_04.png) center center no-repeat;
}

@media (max-width: 1660px) {
  .floor_7_1 h3 {
    font-size: 30px;
  }
}


.floor_8_main {
  display: block;
  background: url(../images/b9_02.jpg) center center no-repeat;
  width: 100%;
  padding-top: 104px;
  padding-bottom: 130px;
}

.floor_8_0 {
  display: inline-block;
  width: 100%;
}

.floor_8_1 {
  float: left;
  width: 40%;
}

.floor_8_1 h4 {
  font-size: 18px;
  color: #666;
  line-height: 18px;
}

.floor_8_1 h3 {
  font-size: 50px;
  color: #333;
  line-height: 50px;
  padding-top: 2%;
}

.floor_8_1 h5 {
  font-size: 40px;
  color: #0c62af;
  line-height: 54px;
  padding-top: 10%;
  font-weight: bold;
}

.floor_8_1 h5 span {
  display: block;
}

.floor_8_1 p {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 30px;
  padding-top: 5%;
  width: 80%;
}

.floor_8_1 a {
  display: block;
  width: 180px;
  height: 46px;
  background: #323740;
  border-radius: 30px;
  transition: all .36s ease;
  margin-top: 12%;
}

.floor_8_1 a span {
  display: block;
  float: left;
  line-height: 46px;
  padding-left: 38px;
  font-size: 16px;
  color: #fff;
}

.floor_8_1 a i {
  display: block;
  width: 7px;
  height: 8px;
  float: right;
  background: url(../images/z4_03.png) center center no-repeat;
  margin-top: 18px;
  margin-right: 18px;
}

.floor_8_1 a:hover {
  background: url(../images/logo_03.jpg);
}



.floor_8_2 {
  float: right;
  width: 48%;
}

.floor_8_2 img {
  display: block;
  width: 100%;
}

@media (max-width: 1660px) {
  .floor_8_1 h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .floor_8_1 h5 {
    font-size: 33px;
    line-height: 46px;
  }

  .floor_8_1 p {
    width: 100%;
  }

  .floor_8_2 {
    width: 52%;
  }
}







.in_ny {
  padding-top: 54px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.title_top {
  height: 48px;
  border-bottom: #ccc solid 1px;
  margin-top: 40px;
}

.title_top .sob_nav {
  float: left;
}

.title_top .sob_nav a {
  float: left;
  height: 34px;
  padding: 0 22px;
  border-radius: 5px;
  line-height: 34px;
  margin: 0 6px;
  color: #1da674;
  border: #1da674 solid 1px;
}

.title_top .sob_nav a:hover,
.title_top .sob_nav a.on {
  background: url(../images/logo_03.jpg) center center;
  color: #fff;
}

.title_top .sob_nav i {
  float: left;
  width: 3px;
  height: 3px;
  background-color: #999;
  margin-top: 15px;
}

.title_top .sobtitle {
  float: right;
  padding-top: 4px;
}


.an_ch {}

.an_ch .list {
  display: inline-block;
  width: 103%;
}

.an_ch .list .item {
  display: block;
  margin-top: 42px;
  width: 380px;
  float: left;
  margin-right: 30px;
}

.an_ch .list .item b {
  display: block;
  overflow: hidden;
  width: 380px;
  height: 214px;
  position: relative;
}

.an_ch .list .item b img {
  display: block;
  width: 380px;
  height: 214px;
  transition: all .36s ease;
}

.an_ch .list .item:hover b img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.an_ch .list .item p {
  font-size: 18px;
  color: #000;
  line-height: 18px;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
}

.an_ch .list .item i {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 14px;
  padding-top: 14px;
}

.an_ch .list .item:hover p {
  color: #1da674;
}

.an_ch .list .item .cp_bg {
  position: absolute;
  left: -380px;
  top: 0px;
  width: 380px;
  height: 286px;
  text-align: center;
  transition: all ease-in-out 600ms;
}

.an_ch .list .item:hover .cp_bg {
  background: url(../images/z16_03.png) repeat center center;
  transition: all ease 600ms;
  left: 0;
}

.an_ch .list .item .cp_bg span {
  margin: 0 auto;
  background-position: -121px -0px;
  width: 47px;
  height: 47px;
  margin-top: 82px;
}

.an_ch .list .item .cp_bg h3 {
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  font-weight: bold;
  padding-top: 15%;
}

.an_ch .list .item .cp_bg .zk {
  display: block;
  width: 100%;
  height: 100%;
}

.an_ch .list .item .cp_bg em {
  display: block;
  width: 118px;
  height: 32px;
  border: #fff solid 1px;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin-top: 12%;
  margin-left: 15%;
}

.an_ch .list .item .cp_bg .zx {
  display: block;
  width: 120px;
  height: 34px;
  background-color: #59a835;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  position: absolute;
  left: 56%;
  top: 45%;
}

.an_ch .list .item .cp_bg .zx:hover {
  background-color: #49a61f;
}


/* pager */
.pager {
  padding: 50px 0 15px;
  text-align: center;
}

.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pager {
  *zoom: 1;
}

.pager p {
  height: 34px;
  line-height: 34px;
  float: left;
  display: none;
}

.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.pager ul li {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.pager ul a {
  margin-left: 8px;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #edebeb;
  text-decoration: none;
  float: left;
}

.pager ul a.current {
  background-color: #1da674;
  border-color: #1da674;
  color: #fff;
}

.pager ul a.current:hover {
  background-color: #1da674;
  border-color: #1da674;
  color: #fff;
}

.pager ul a:hover {
  background-color: #1da674;
  border-color: #1da674;
  color: #fff;
}


.showxinwen {
  border: #dddddd solid 1px;
  margin-top: 38px;
  padding-top: 38px;
}

.showxinwen_text .title {
  font-size: 26px;
  color: #333;
  line-height: 24px;
  text-align: center;
}

.showxinwen_text .mark {
  display: block;
  padding-top: 12px;
  text-align: center;
  border-bottom: #e9e9e9 solid 1px;
  height: 44px;
}

.showxinwen_text .mark span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  padding-right: 14px;
}

.showxinwen_text .yaoqiu {
  padding: 20px 0;
}

.showContxt {
  margin-top: 30px;
  margin-bottom: 30px;
}

.showContxt img {
  display: inline-block;max-width: 100%;
}

.showContxt_text {
  padding: 26px 0px;
}

.showContxt_text p {
  line-height: 30px;
}

.showxinwen_text {
  padding: 0 38px;
}

.reLink {
  height: 50px;
  line-height: 50px;
  color: #666;
  border-top: 1px solid #e4e4e4;
  overflow: hidden;
}

.reLink .prevLink {
  float: left;
  margin-left: 10px;
  color: #666;
  background: url(../images/g13_03.png) left center no-repeat;
  padding-left: 34px;
}

.reLink .nextLink {
  float: right;
  margin-right: 10px;
  color: #666;
  background: url(../images/g14_03.png) right center no-repeat;
  padding-right: 34px;
}

.reLink a {
  color: #666;
}

.reLink a:hover {
  color: #1da674;
}

.qian_an {
  padding-bottom: 20px;
}

.anli_o {
  width: 1200px;
  height: 30px;
}

.anli_o i {
  display: block;
  float: left;
  font-size: 24px;
  color: #333;
}

.anli_o a {
  display: block;
  font-size: 16px;
  color: #666;
  float: right;
}

.anli_o a:hover {
  color: #1da674;
}

.anli_lb {
  padding-top: 74px;
  width: 1200px;
}

.anli_lb h3 {
  font-size: 30px;
  color: #222;
  line-height: 30px;
  text-align: center;
}

.anli_lb .anli_t {
  display: inline-block;
  width: 100%;
}

.anli_lb .anli_t ul {
  display: inline-block;
  width: 103%;
}

.anli_lb .anli_t .item {
  display: block;
  margin-top: 30px;
  width: 380px;
  height: 214px;
  float: left;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.anli_lb .anli_t .item b {
  display: block;
  overflow: hidden;
  width: 380px;
  height: 214px;
}

.anli_lb .anli_t .item b img {
  display: block;
  width: 380px;
  height: 214px;
  transition: all .36s ease;
}

.anli_lb .anli_t .item:hover b img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.anli_lb .anli_t .item .tit {
  font-size: 18px;
  display: block;
  width: 100%;
  line-height: 60px;
  padding-top: 3%;
  text-align: left;
  color: #fff;
  font-style: normal;
  background: url(../images/z5_06.png);
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 6%;
}

.anli_lb .anli_t .item:hover h3 {
  color: #1da674;
}

.an_ch.ron .list .item b {
  height: 285px;
}

.an_ch.ron .list .item b img {
  height: 285px;
}

.an_ch.ron .list .item b .cp_bg h3 {
  padding-top: 25%;
}

.an_ch.ron .list .item b .cp_bg .zx {
  top: 58%;
}

.an_ch.ron .list .item .cp_bg span {
  margin-top: 126px;
}

.anli_lb .anli_t .item:hover .tit {
  display: none;
}

.anli_lb .anli_t .item .dl {
  background: url(../images/z5_03.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 86%;
  padding: 0 5%;
  padding-top: 8%;
  opacity: 0;
  visibility: hidden;
}

.anli_lb .anli_t .item .dl h3 {
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  font-weight: bold;
}

.anli_lb .anli_t .item .dl p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding-top: 5%;
}

.anli_lb .anli_t .item .dl .a1 {
  display: block;
  width: 118px;
  height: 30px;
  border: #fff solid 1px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  position: absolute;
  left: 5%;
  bottom: 15%;
}

.anli_lb .anli_t .item .dl .a2 {
  display: block;
  width: 120px;
  height: 32px;
  background-color: #59a835;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  position: absolute;
  left: 40%;
  bottom: 15%;
}

.anli_lb .anli_t .item:hover .dl {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0)
}

.anli_lb .anli_t .item .dl .a1:hover {
  background-color: #fff;
  color: #333;
}

.anli_lb .anli_t .item .dl .a2:hover {
  background-color: #4a922a;
}


/*.part_2 .news_ul { width:1200px; margin:0 auto; padding-bottom: 40px; padding-top:20px; }
.part_2 .news_ul .ul{ width:105%; display:inline-block;}
.part_2 .news_ul li { margin-top:40px; width:372px; margin-right:40px; float:left; height:424px; background-color: #ececec;}
.part_2 .news_ul li .box1 { width:372px; height:208px; overflow: hidden; display:block; }
.part_2 .news_ul li .box1 img { width:372px; height:208px; transition: ease-in-out .6s;display:block;  }
.part_2 .news_ul li .box2 { display:block; margin:0 auto; width:294px; padding-top:38px;}
.part_2 .news_ul li .box2 h1 { font-size:18px; color: #333; font-weight: 100; line-height:18px; }
.part_2 .news_ul li .box2 p { line-height: 24px; margin-top:16px; height:78px; color:#999; border-bottom:#ddd solid 1px;}
.part_2 .news_ul li .box2 span { font-size: 14px; color: #666; background: url(../images/bn_03.png) no-repeat right center; padding-right:32px; margin-top:20px; display:inline-block; }
.part_2 .news_ul li .right { padding-right: 15px; padding-top: 42px;}
.part_2 .news_ul li .right h3 { font-size: 36px; color: #999; font-weight: 100; }
.part_2 .news_ul li .right p { font-size: 24px; color: #bbb; padding-top:10px; }
.part_2 .news_ul li a { display: block; cursor: pointer; width: 100%; height: 100%; }
.part_2 .news_ul li a:hover .box2 p { color: #f2f2f2; }
.part_2 .news_ul li a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.part_2 .news_ul li a:hover h1{ color:#3fb150;}
.part_2 .news_ul li:hover .box2 p{ border-bottom:#f2f2f2 solid 1px;}
.part_2 .news_ul li:hover{ background-color:#1da674;}
.part_2 .news_ul li:hover .box2 span{ color:#fff;}
.part_2 .news_ul li:hover .box2  h1{ color:#fff;}
.part_2 .news_ul li:hover .box2 p{ color:#fff;}
.part_2 .news_ul li:hover .box2 span{background: url(../images/bn_04.png) no-repeat right center; }
*/
.sobtitle1 {
  height: 32px;
  line-height: 32px;
  border-bottom: #eaeaea solid 1px;
}

.floor_0_main .floor_0_1 dl dd em {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #ccc;
  margin-top: 22px;
}

.vlov {
  background: url(../images/cb_02.jpg) top center no-repeat;
  width: 100%;
  height: 700px;
  margin-top: 74px;
  padding-top: 74px;
}

.vlov .indexTit.fl_3 {
  margin-top: 0;
}

.floor_4_main.vlol {
  margin-top: -96px;
}

.floor_5_main.floo_k {
  background-color: #f8f8f8;
  margin-top: 76px;
  padding-top: 76px;
  padding-bottom: 60px;
}

.floor_5_main.floo_k .floor_5_y {
  position: absolute;
  left: 308px;
}

.floor_5_main.floo_k .floor_5_z {
  width: 1200px;
  position: relative;
  height: 446px;
}

.floor_5_main.floo_k .floor_5_z li {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.floor_5_main.floo_k .floor_5_z li.li1 {
  position: absolute;
  left: 0;
  top: 0;
}

.floor_5_main.floo_k .floor_5_z li.li2 {
  position: absolute;
  right: 0;
  top: 0;
}

.floor_5_main.floo_k .floor_5_z li.li3 {
  position: absolute;
  left: 0;
  top: 234px;
}

.floor_5_main.floo_k .floor_5_z li.li4 {
  position: absolute;
  right: 0;
  top: 234px;
}


.floor_xin {
  width: 100%;
  padding: 60px 0;
}

.floor_xin dl {
  display: inline-block;
  width: 1200px;
  height: 330px;
}

.floor_xin dl dt {
  width: 330px;
  height: 330px;
  border: #ddd solid 1px;
  float: left;
}

.floor_xin dl dt img {
  display: block;
  width: 154px;
  height: 154px;
  margin: 0 auto;
  margin-top: 26px;
}

.floor_xin dl dt h3 {
  padding-left: 46px;
  font-size: 16px;
  color: #333;
  padding-top: 22px;
  line-height: 16px;
  padding-bottom: 14px;
}

.floor_xin dl dt p {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  width: 250px;
  margin-left: 46px;
}

.floor_xin dl dd {
  float: left;
  width: 800px;
  float: right;
}

.floor_xin dl dd p {
  background: url(../images/icon.png) left center no-repeat;
  background-position: -283px -165px;
  font-size: 16px;
  color: #333;
  padding-left: 68px;
  line-height: 16px;
  font-weight: bold;
}

.floor_xin dl dd p span {
  display: block;
  font-size: 36px;
  color: #1da674;
  font-family: "Arial";
  line-height: 36px;
  padding-top: 6px;
}

.floor_xin dl dd h3 {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  font-weight: bold;
  padding-top: 34px;
}

.floor_xin dl dd .foot_y .reg_ul {
  width: 106%;
  margin-top: 20px;
}

.floor_xin dl dd .foot_y .item {
  float: left;
  width: 230px;
  height: 34px;
  border-bottom: #d2d2d2 solid 1px;
  margin-right: 50px;
  margin-top: 16px;
  line-height: 34px;
  position: relative;
}

.floor_xin dl dd .foot_y .item1 {
  width: 800px;
}

.floor_xin dl dd .foot_y .item i {
  display: block;
  float: left;
  width: 40px;
  text-align: center;
}

.floor_xin dl dd .foot_y .item input {
  display: block;
  width: 188px;
  height: 34px;
  border: none;
  line-height: 34px;
}

.floor_xin dl dd .foot_y .item em {
  display: block;
  color: #F00;
  position: absolute;
  right: 0;
  top: 6px;
}

.floor_xin dl dd .foot_y .item .area {
  width: 800px;
  height: 34px;
  border: none;
  line-height: 34px;
}

.floor_xin dl dd .foot_y .item .msg-box {
  position: absolute;
  left: 30px;
  top: 0;
}

.floor_xin dl dd .foot_y .btn1 {
  width: 162px;
  height: 40px;
  background-color: #1da674;
  text-align: center;
  line-height: px;
  font-size: 14px;
  color: #fff;
  border-radius: 50px;
  margin-top: 40px;
  cursor: pointer;
}

.floor_xin dl dd .foot_y .btn1:hover {
  background-color: #a81627;
}

.showp_txt {
  padding: 34px;
}

.showp_txt img {
  display: inline-block;
}

.showxin .dol {
  background-color: #fff;
  margin-top: 40px;
}

.showImg {
  background-color: #fff;
  width: 1200px;
  height: 338px;
  margin-top: 50px;
}

.showImg .htmleaf-container {
  float: left;
  width: 600px;
  height: 338px;
  position: relative;
}

.showImg .htmleaf-container .hd {
  position: absolute;
  bottom: 10px;
  right: 16px;
  z-index: 66;
}

.showImg .htmleaf-container .hd ul {
  display: inline-block;
}

.showImg .htmleaf-container .hd ul li {
  width: 12px;
  height: 12px;
  background-color: #eee;
  font-size: 0;
  margin-left: 0.1rem;
  border-radius: 50%;
  float: left;
  margin-left: 10px;
}

.showImg .htmleaf-container .hd ul li.on {
  background: #59a835;
}

.showImg .htmleaf-container .bd li {
  float: left;
  width: 600px;
  height: 338px;
}

.showImg .htmleaf-container .bd img {
  display: block;
  width: 600px;
  height: 338px;
}

.showImg .imgtxtcon {
  float: left;
  width: 450px;
  margin-left: 50px;
}

.showImg .imgtxtcon h1 {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  padding-top: 40px;
}

.showImg .imgtxtcon i {
  display: block;
  width: 84px;
  height: 1px;
  background-color: #b3b3b3;
  margin-top: 28px;
}

.showImg .imgtxtcon p {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  padding-top: 46px;
  height: 94px;
}

.showImg .imgtxtcon a {
  display: block;
  width: 171px;
  height: 38px;
  border: #333 solid 1px;
  color: #333;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  position: relative;
}

.showImg .imgtxtcon a:hover {
  background: #1da674;
  color: #fff;
  border: #1da674 solid 1px;
}

.showImg .imgtxtcon a img {
  width: 132px;
  height: 0px;
  display: block;
  position: absolute;
  left: 20px;
  top: 40px;
  transition: all .3s ease-in;
}

.showImg .imgtxtcon a:hover img {
  height: 132px;
}

.showp_txt .tit {
  height: 28px;
  position: relative;
  padding-bottom: 20px;
}

.showp_txt .tit i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 14px;
}

.showp_txt .tit p {
  position: absolute;
  left: 0;
  top: 0;
  height: 28px;
  background-color: #fff;
  width: 128px;
  border-right: #ddd solid 1px;
  font-size: 24px;
  z-index: 2;
  line-height: 28px;
}


.contact_main_3 {
  text-align: center;
  clear: left;
  padding-bottom: 60px;
  padding-top: 66px;
}

.contact_main_3 .title h3 {
  font-size: 30px;
  color: #737373;
  height: 75px;
  font-weight: normal;
}

.contact_main_3 .title h3 span {
  display: block;
  font-size: 14px;
  color: #737373;
  font-family: "Arial";
  text-transform: uppercase;
}

.contact_main_3 .item .txt {
  width: 367px;
  height: 56px;
  font-size: 14px;
  line-height: 56px;
  text-indent: 8px;
  border: none;
  background-color: #fff;
  color: #737373;
  padding-left: 6px;
  *text-indent: 0px;
  border: #ccc solid 1px;
}

.contact_main_3 .item .area {
  width: 1196px;
  height: 148px;
  *margin-left: -8px;
  background: #fff;
  font-size: 14px;
  text-indent: 8px;
  line-height: 18px;
  resize: none;
  *resize: none;
  -webkit-appearance: none;
  color: #737373;
  border: none;
  line-height: 40px;
  padding-left: 6px;
  border: #ccc solid 1px;
}

.contact_main_3 .submit {
  display: block;
  clear: left;
}

.contact_main_3 .submit .btn1 {
  width: 278px;
  height: 52px;
  margin-top: 50px;
  font-size: 16px;
  line-height: 52px;
  color: #1da674;
  cursor: pointer;
  border: #d3d7e3 solid 1px;
  background-color: #fff;
  display: inline-block;
}

.contact_main_3 .submit .btn:hover {
  background-color: #F0F0F0;
}

.contact_main_3 .item {
  float: left;
  position: relative;
  width: 373px;
  padding-top: 20px;
}

.contact_main_3 .item .n-top {
  position: absolute;
  left: 0;
  top: 20px;
}

.contact_main_3 .item.item4,
.contact_main_3 .item.item3 {
  margin-left: 38px;
  *margin-left: 0px;
}

.aboutPage {
  padding-top: 50px;
}

.contact_main_3 .item.item3,
.contact_main_3 .item.item5 {
  *margin-right: 38px;
}

/* mapPage  */
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}

.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  float: left;
}

.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
  display: block;
}

.map_ul .list-inline {
  display: block;
  margin-left: 7%;
  width: 80%;
  min-height: 30px;
  padding-top: 20px;
  clear: left;
}

.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}

.map_ul .list-inline a:hover {
  background: #1da674;
  color: #fff;
}

/*.girdlist{ padding-top:20px;}*/



.subsou ul {
  display: inline-block;
  width: 1200px;
  padding-top: 40px;
}

.subsou ul li {
  height: 60px;
  line-height: 60px;
  border-bottom: #ccc solid 1px;
}

.subsou ul li span {
  float: left;
  display: block;
}

.subsou ul li i {
  display: block;
  float: right;
}


.indexcv {
  text-align: center;
}

.indexcv h3 {
  display: inline-block;
  color: #333;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}

.indexcv h3 span {
  display: inline-block;
  color: #1da674;
}

.indexcv i {
  display: block;
  background: url(../images/z1_03.png) center center no-repeat;
  width: 400px;
  height: 36px;
  margin: 0 auto;
  margin-top: 14px;
}



.zl_wai {
  width: 100%;
  overflow: hidden;
}

.zl_1 {
  width: 100%;
  position: relative;
}

.zl_1 b {
  display: block;
  width: 100%;
  height: 300px;
  background-color: #f5f5f5;
}

.zl_1 .w1200 {
  margin-top: -300px;
}

.zl_1_1 {
  position: relative;
}

.zl_1_1 dl {
  display: block;
  width: 1200px;
  height: 375px;
  background-color: #1da674;
}

.zl_1_1 dl dt {
  display: block;
  width: 500px;
  height: 375px;
  overflow: hidden;
  float: left;
}

.zl_1_1 dl dt img {
  display: block;
  width: 500px;
  height: 375px;
}

.zl_1_1 dl dd {
  float: left;
  width: 512px;
  margin-left: 50px;
  padding-top: 56px;
}

.zl_1_1 dl dd h3 {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
}

.zl_1_1 dl dd i {
  display: block;
  width: 340px;
  height: 1px;
  background-color: #88c5ed;
  margin-top: 24px;
}

.zl_1_1 dl dd p {
  font-size: 14px;
  height: 160px;
  color: #fff;
  line-height: 24px;
  margin-top: 24px;
}

.zl_1_1 dl dd a {
  display: block;
  width: 150px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 18px;
  color: #59a835;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}

.zl_1_1 dl dd a:hover {
  background-color: #59a835;
  color: #fff;
}

.zl_1_1 em {
  display: block;
  width: 308px;
  height: 275px;
  position: absolute;
  right: -209px;
  top: 180px;
}

.zl_2_1 {
  display: inline-block;
  width: 100%;
}

.zl_2_1 ul {
  display: inline-block;
  width: 105%;
}

.zl_2_1 ul li {
  width: 578px;
  height: 437px;
  border: #b1c0d6 solid 1px;
  float: left;
  margin-right: 40px;
  margin-top: 30px;
  position: relative;
  background-color: #fff;
}

.zl_2_1 ul li img {
  display: block;
  width: 560px;
  height: 314px;
  margin: 0 auto;
  margin-top: 9px;
}

.zl_2_1 ul li p {
  display: block;
  font-size: 24px;
  color: #1da674;
  line-height: 24px;
  font-weight: bold;
  padding-left: 30px;
  padding-top: 26px;
}

.zl_2_1 ul li p span {
  display: block;
  font-size: 16px;
  color: #253244;
  line-height: 16px;
  padding-top: 18px;
  font-weight: normal;
}

.zl_2_1 ul li a {
  display: block;
  width: 130px;
  height: 36px;
  background-color: #59a835;
  border-radius: 5px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  right: 9px;
  bottom: 62px;
}

.zl_2_1 ul li a:hover {
  background-color: #4b8d2d;
}

.zl_2_1 ul li:hover {
  box-shadow: 0px 6px 20px #ebebeb;
}

.zl_3_1 {
  margin-top: 40px;
}

.zl_3_1 dl {
  width: 1200px;
  height: 540px;
}

.zl_3_1 dl dt {
  float: left;
  width: 384px;
  height: 538px;
  border: #ddd solid 1px;
  position: relative;
}

.zl_3_1 dl dt h3 {
  font-size: 24px;
  color: #253244;
  line-height: 30px;
  font-weight: bold;
  padding-top: 34px;
  padding-left: 38px;
}

.zl_3_1 dl dt h3 span {
  display: inline-block;
  padding-right: 10px;
  color: #59a835;
  font-family: 'Arial';
  font-size: 30px;
  line-height: 30px;
  padding-top: 3px;
  float: left;
}

.zl_3_1 dl dt p {
  display: block;
  width: 310px;
  clear: left;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding-top: 16px;
  margin-left: 38px;
}

.zl_3_1 dl dt a {
  display: block;
  width: 130px;
  height: 36px;
  background-color: #59a835;
  border-radius: 5px;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 38px;
}

.zl_3_1 dl dt a:hover {
  background-color: #4b8d2d;
}

.zl_3_1 dl dt img {
  display: block;
  width: 254px;
  position: absolute;
  left: 46px;
  bottom: 0;
}

.zl_3_1 dl dt s {
  display: block;
  width: 386px;
  height: 2px;
  background-color: #1da674;
  position: absolute;
  left: -1px;
  bottom: -1px;
}

.zl_3_1 dl dt i {
  display: block;
  width: 48px;
  height: 56px;
  background-position: 0px -448px;
  position: absolute;
  right: 42px;
  top: 162px;
}

.zl_3_1 dl dd {
  float: right;
  width: 794px;
}

.zl_3_1 dl dd ul {
  display: inline-block;
  width: 104%;
}

.zl_3_1 dl dd ul li {
  width: 384px;
  height: 258px;
  float: left;
  border: #ddd solid 1px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}

.zl_3_1 dl dd ul li h3 {
  font-size: 24px;
  color: #253244;
  line-height: 30px;
  font-weight: bold;
  padding-top: 34px;
  padding-left: 38px;
}

.zl_3_1 dl dd ul li h3 span {
  display: inline-block;
  padding-right: 10px;
  color: #59a835;
  font-family: 'Arial';
  font-size: 30px;
  line-height: 30px;
  padding-top: 3px;
  float: left;
}

.zl_3_1 dl dd ul li p {
  display: block;
  width: 310px;
  clear: left;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-top: 16px;
  margin-left: 38px;
  height: 110px;
}

.zl_3_1 dl dd ul li a {
  width: 130px;
  height: 36px;
  background-color: #fff;
  border-radius: 5px;
  line-height: 36px;
  font-size: 16px;
  color: #59a835;
  text-align: center;
  font-weight: bold;
  margin-left: 38px;
  display: none;
}

.zl_3_1 dl dd ul li a:hover {
  background-color: #f0f0f0;
}

.zl_3_1 dl dd ul li i {
  display: block;
  width: 48px;
  height: 56px;
  background-position: -78px -448px;
  position: absolute;
  right: 42px;
  bottom: 40px;
}

.zl_3_1 dl dd ul li.li2 i {
  background-position: -158px -448px;
}

.zl_3_1 dl dd ul li.li3 i {
  background-position: -234px -448px;
}

.zl_3_1 dl dd ul li.li4 i {
  background-position: -316px -448px;
}

.zl_3_1 dl dd ul li:hover i {
  display: block;
  width: 48px;
  height: 56px;
  background-position: -78px -515px;
  position: absolute;
  right: 42px;
  bottom: 40px;
}

.zl_3_1 dl dd ul li:hover {
  background-color: #1da674;
  border: #1da674 solid 1px;
}

.zl_3_1 dl dd ul li:hover a {
  display: block;
}

.zl_3_1 dl dd ul li:hover h3,
.zl_3_1 dl dd ul li:hover h3 span {
  color: #fff;
}

.zl_3_1 dl dd ul li:hover p {
  color: #fff;
}

.zl_3_1 dl dd ul li.li2:hover i {
  background-position: -158px -515px;
}

.zl_3_1 dl dd ul li.li3:hover i {
  background-position: -234px -515px;
}

.zl_3_1 dl dd ul li.li4:hover i {
  background-position: -316px -515px;
}

.zl_3_1 dl dd ul li s {
  display: block;
  width: 386px;
  height: 2px;
  background-color: #1da674;
  position: absolute;
  left: -1px;
  bottom: -1px;
}

.zl_4 {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.zl_4 s {
  display: block;
  width: 100%;
  height: 554px;
  background-color: #1da674;
}

.zl_4 .w1200 {
  margin-top: -554px;
  position: relative;
  z-index: 3;
}

.zl_4 .indexTit {
  padding-top: 60px;
}

.zl_4 .indexTit h3 {
  color: #fff;
}

.zl_4 .indexTit h3 span {
  color: #fff;
}

.zl_4 .indexTit i {
  background: url(../images/x4_03.png) center center no-repeat;
}

.zl_4_1 {
  width: 1200px;
  height: 538px;
  background: url(../images/x6_03.jpg) bottom center no-repeat;
  margin-top: 50px;
}

.zl_4_1 a {
  display: block;
  width: 1200px;
  height: 500px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.zl_4_1 a img {
  display: block;
  width: 1200px;
  height: 500px;
}

.zl_4_1 a i {
  display: block;
  width: 1200px;
  height: 500px;
  background: url(../images/x5_03.png);
  position: absolute;
  left: 0;
  top: 0;
}

.zl_4_1 a em {
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/x4_07.png) center center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 206px;
}

.zl_5 {
  padding-bottom: 80px;
}

.zl_5 .indexTit {
  padding-top: 60px;
}

.zl_5_1 {
  width: 100%;
  margin-top: 10px;
}

.zl_5_1 ul {
  display: inline-block;
  width: 105%;
}

.zl_5_1 ul li {
  display: block;
  margin-top: 30px;
  width: 380px;
  height: 214px;
  float: left;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.zl_5_1 ul li b {
  display: block;
  overflow: hidden;
  width: 380px;
  height: 214px;
}

.zl_5_1 ul li b img {
  display: block;
  width: 380px;
  height: 214px;
  transition: all .36s ease;
}

.zl_5_1 ul li:hover b img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.zl_5_1 ul li .tit {
  font-size: 18px;
  display: block;
  width: 100%;
  line-height: 60px;
  padding-top: 3%;
  text-align: left;
  color: #fff;
  font-style: normal;
  background: url(../images/z5_06.png);
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 6%;
}

.zl_5_1 ul li:hover .tit {
  display: none;
}

.zl_5_1 ul li .dl {
  background: url(../images/z5_03.png);
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 86%;
  padding: 0 5%;
  padding-top: 8%;
  opacity: 0;
  visibility: hidden;
}

.zl_5_1 ul li .dl h3 {
  font-size: 21px;
  color: #fff;
  line-height: 21px;
  font-weight: bold;
}

.zl_5_1 ul li .dl p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  padding-top: 5%;
}

.zl_5_1 ul li .dl .a1 {
  display: block;
  width: 118px;
  height: 30px;
  border: #fff solid 1px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  position: absolute;
  left: 5%;
  bottom: 15%;
}

.zl_5_1 ul li .dl .a2 {
  display: block;
  width: 120px;
  height: 32px;
  background-color: #59a835;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  position: absolute;
  left: 40%;
  bottom: 15%;
}

.zl_5_1 ul li:hover .dl {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0)
}

.zl_5_1 ul li .dl .a1:hover {
  background-color: #fff;
  color: #333;
}

.zl_5_1 ul li .dl .a2:hover {
  background-color: #4a922a;
}



.zl_6 {
  position: relative;
  width: 100%;
  height: 200px;
}

.zl_6 img {
  display: block;
  width: 1920px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

.zl_6_1 .floor_7_1 {
  margin-left: 0;
}

.zl_8_1 {
  margin-top: 58px;
}

.zl_8_1 .bd {
  height: 400px;
  width: 1200px;
}

.zl_8_1 .bd ul {
  height: 400px;
  width: 1200px;
  position: relative;
  display: block;
}

.zl_8_1 .bd ul li {
  width: 300px;
  height: 85px;
}

.zl_8_1 .bd ul li b {
  display: block;
  width: 85px;
  height: 85px;
  background: url(../images/x12_03.jpg) center center no-repeat;
  float: left;
  text-align: center;
  line-height: 85px;
  font-size: 30px;
  color: #fff;
  font-family: "Arial";
}

.zl_8_1 .bd ul li p {
  display: block;
  float: right;
  font-size: 24px;
  color: #333;
  line-height: 30px;
  padding-top: 12px;
  width: 194px;
}

.zl_8_1 .bd ul li.li1 {
  position: absolute;
  left: 0;
  top: 10px;
}

.zl_8_1 .bd ul li.li2 {
  position: absolute;
  left: 0;
  top: 160px;
}

.zl_8_1 .bd ul li.li3 {
  position: absolute;
  left: 0;
  top: 304px;
}

.zl_8_1 .bd ul li.li4 {
  position: absolute;
  right: 0;
  top: 10px;
  text-align: right;
}

.zl_8_1 .bd ul li.li5 {
  position: absolute;
  right: 0;
  top: 160px;
  text-align: right;
}

.zl_8_1 .bd ul li.li6 {
  position: absolute;
  right: 0;
  top: 304px;
  text-align: right;
}

.zl_8_1 .bd ul li.li4 b,
.zl_8_1 .bd ul li.li5 b,
.zl_8_1 .bd ul li.li6 b {
  float: right;
}

.zl_8_1 .bd ul li.li4 p,
.zl_8_1 .bd ul li.li5 p,
.zl_8_1 .bd ul li.li6 p {
  float: left;
}

.zl_8_1 .bd ul .sc {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -200px;
}

.zl_8_1 .bd ul .sc img {
  display: block;
  width: 238px;
  height: 238px;
  position: absolute;
  left: 50%;
  top: 80px;
  margin-left: -119px;
}

.zl_8_1 .bd ul .sc i {
  display: block;
  width: 400px;
  height: 400px;
  background: url(../images/x11_03.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.zl_8_1 .hd {
  height: 138px;
  width: 1200px;
  margin-top: 30px;
  position: relative;
}

.zl_8_1 .hd ul {
  display: inline-block;
  width: 105%;
  position: relative;
  z-index: 2;
}

.zl_8_1 .hd li {
  width: 120px;
  height: 138px;
  float: left;
  margin-right: 34px;
  background: url(../images/x10_03.png) center center no-repeat;
  position: relative;
}

.zl_8_1 .hd li.on {
  background: url(../images/x10_05.png) center center no-repeat;
}

.zl_8_1 .hd li img {
  display: block;
  width: 108px;
  height: 108px;
  margin: 0 auto;
  border-radius: 200px;
  margin-top: 24px;
}

.zl_8_1 .hd b {
  display: block;
  width: 1100px;
  height: 1px;
  background-color: #1da674;
  position: absolute;
  left: 50px;
  top: 78px;
}

.zl_8_1 .hd li p {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  width: 134px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -26px;
  margin-left: -67px;
}

.zl_8_1 .hd li.on p {
  color: #59a835;
  font-weight: bold;
}

/*.zl_8 .more{ width:200px; height:40px; margin:0 auto; margin-top:70px;}
.zl_8 .more a{ display:block;width:198px; height:38px; border:#59a835 solid 1px; text-align:center; line-height:38px; color:#fff; font-size:16px; background-color:#59a835; font-weight:bold; border-radius:5px;}
.zl_8 .more a:hover{ background-color:#4d932e; color:#fff;}*/
.zl_8 .more {
  margin-top: 70px;
}


.zyj {
  position: relative;
  width: 100%;
}

.zyj .zy_b {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  padding-bottom: 100px;
}

.zyj .w1200 {}

.sob_nav1 { padding-top: 38px;}
.sob_nav1 ul {display: flex; justify-content: space-between; position: relative; flex-wrap: wrap;}
.sob_nav1 ul li { display: block; width: 24.2%;
  background: url(../images/b17_05.png) center center no-repeat; border-radius: 5px 15px 5px 15px; overflow: hidden;
  position: relative; margin-bottom: 12px; background-size: cover;}
.sob_nav1 ul li a{ display: block; width: 100%; height: 100%;}
.sob_nav1 ul li .img1 { display: block; width: 100%;}
.sob_nav1 ul li .img2 { display: block; width: 54px; height: 50px; position: absolute; right: 12px; top: 46px; opacity: 0;}
.sob_nav1 ul li i {display: block; font-size: 16px; color: #ccc; line-height: 16px; font-family: "Arial"; position: absolute; left: 28px;
top: 70px;}
.sob_nav1 ul li h3 { display: block; font-size: 20px; color: #fff; line-height: 26px; position: absolute;width: 48%;
  left: 28px; top: 36px; padding-right: 30px;}
.sob_nav1 ul li.on i,.sob_nav1 ul li:hover i { color: #d8f2ea;}
.sob_nav1 ul li.on,
.sob_nav1 ul li:hover { background: url(../images/b17_03.png) center center no-repeat;background-size: cover;}
.sob_nav1 ul li.on .img1,
.sob_nav1 ul li:hover .img1 { opacity: 0;}
.sob_nav1 ul li.on .img2,
.sob_nav1 ul li:hover .img2 { opacity: 1;}


.xa_1 {
  padding-top: 40px;
}

.xa_1 dl {
  display: block;
  width: 100%;
  height: 370px;
  background-color: #fff;
}

.xa_1 dl dt {
  width: 454px;
  float: left;
  margin-left: 44px;
}

.xa_1 dl dt h3 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  padding-top: 50px;
}

.xa_1 dl dt h3 span {
  display: block;
  font-size: 18px;
  color: #666;
  line-height: 18px;
  padding-top: 12px;
}

.xa_1 dl dt b {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 20px;
  padding-top: 34px;
}

.xa_1 dl dt p {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  padding-top: 14px;
}

.xa_1 dl dd {
  float: right;
  width: 650px;
  height: 370px;
}

.xa_1 dl dd img {
  display: block;
  width: 650px;
  height: 370px;
}

.xa_xq {
  padding-top: 70px;
  padding-bottom: 86px;
}

.xa_2 {
  width: 100%;
  background: url(../images/l9_02.jpg) center center no-repeat;
  height: 200px;
  position: relative;
  z-index: 3;
}

.xa_2_1 {
  padding-top: 54px;
  display: inline-block;
  float: left;
  width: 800px;
}
.xa_2 .w1200{ position: relative;}


.xa_2_1 h3 {
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
}

.xa_2_1 p {
  padding-top: 12px;
}

.xa_2_1 p span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  background: url(../images/z7_03.png) left center no-repeat;
  padding-left: 18px;
  float: left;
  width: 376px;
  margin-top: 8px;
}

.xa_2_2 {
  float: right;
  padding-top: 54px;
}

.xa_2_2 p {
  font-size: 30px;
  color: #fff;
  line-height: 26px;
  font-family: "Arial";
  background: url(../images/icon.png) left center no-repeat;
  background-position: -62px -254px;
  padding-left: 38px;
}

.xa_2_2 a {
  display: block;
  background: url(../images/z8_03.png) center center no-repeat;
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  float: right;
  margin-top: 24px;
}

.xa_2_2 a:hover {
  background: url(../images/z8_04.png) center center no-repeat;
}

.xa_3 {
  width: 100%;
  background: url(../images/l10_02.jpg) center center no-repeat;
  height: 676px;
  position: relative;
  z-index: 3;
}

.xa_3_1 {
  padding-top: 94px;
}

.xa_3_1 ul {
  display: inline-block;
  width: 105%;
}

.xa_3_1 ul li {
  margin-top: 26px;
  width: 582px;
  float: left;
  height: 130px;
  background-color: #fff;
  margin-right: 34px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 1px 2px #eee;
}

.xa_3_1 ul li h3 {
  background: url(../images/l11_03.png) center center no-repeat;
  width: 161px;
  height: 114px;
  float: left;
  margin-right: 38px;
  font-size: 22px;
  color: #fff;
  line-height: 32px;
  padding-left: 28px;
  padding-top: 16px;
}

.xa_3_1 ul li h3 span {
  display: block;
  font-size: 20px;
  color: #fff;
  padding-top: 6px;
  line-height: 28px;
}

.xa_3_1 ul li p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  float: left;
  width: 306px;
  padding-top: 28px;
}

.xa_3_1 ul li p span {
  display: block;
}

.xa_3_1 ul li.li2 h3 {
  background: url(../images/l11_05.png) center center no-repeat;
}

.xa_3_1 ul li.li3 h3 {
  background: url(../images/l11_09.png) center center no-repeat;
}

.xa_3_1 ul li.li4 h3 {
  background: url(../images/l11_10.png) center center no-repeat;
}

.xa_3_1 ul li.li5 h3 {
  background: url(../images/l11_13.png) center center no-repeat;
}

.xa_3_1 ul li.li6 h3 {
  background: url(../images/l11_14.png) center center no-repeat;
}


.xa_4.anli_lb {
  width: 100%;
  padding-top: 0;
  padding-bottom: 120px;
}

.xa_4 .indexTit h3 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
}

.xa_4 .anli_t {
  padding-top: 24px;
}

.xa_4 .aac {
  margin: 0 auto;
  display: block;
  width: 200px;
  height: 38px;
  border: #245aa8 solid 1px;
  font-size: 16px;
  color: #253244;
  text-align: center;
  line-height: 38px;
  margin-top: 34px;
}

.xa_4 .aac:hover {
  background-color: #1da674;
  color: #fff;
  border: #1da674 solid 1px;
}

.sub_banner {
  position: relative;
  width: 100%;
  z-index: 2;
}

.sub_banner .img1 {
  display: block;
  width: 100%;
}

.sub_local {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 0px;
}

.sub_local .sub_left {}

.sub_local .sub_left h4 {
  font-weight: bold;
  font-size: 26px;
  text-align: left;
  line-height: 26px;
  color: #fff;
  padding-top: 118px;
  display: none;
}

.sub_local .sub_left h3 {
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  line-height: 50px;
  color: #333;
  padding-top: 124px;
}

.sub_local .sobtitle {
  margin-top: 30px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  display: none;
}

.sub_local .sobtitle a {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.sub_local .sobtitle a:first-child {
  margin-left: 14px;
}

.sub_local .sub_right {
  padding-top: 12px;
  float: right;
  width: 36%;
}

.sub_local .sub_right p {
  font-size: 16px;
  text-align: left;
  line-height: 26px;
  color: #fff;
}

.sub_banner .title_top1 {
  width: 100%;
  height: 74px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}

.sub_banner .title_top1 .sob_nav {
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 74px;
}

.sub_banner .title_top1 a {
  display: block;
  float: left;
  height: 74px;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  line-height: 74px;
  color: #fff;
  text-align: center;
  width: 198px;
  position: relative;
}

.sub_banner .title_top1 i {
  display: block;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/logo_03.jpg) center center no-repeat;
  height: 4px;
  transition: all .36s ease;
}

.sub_banner .title_top1 a:hover i,
.sub_banner .title_top1 a.on i {
  width: 100%;
  transition: all .36s ease;
}


.Industrypage {
  padding-top: 30px;
}



.zyj .indexTit {
  padding-top: 70px;
}


.floor_33 {
  width: 100%;
  background: url(../images/l9_02.jpg) center center no-repeat;
  height: 200px;
  margin-top: 40px;
}

.floor_33_1 {
  padding-top: 42px;
  display: inline-block;
  float: left;
  width: 800px;
  margin-left: 50px;
}

.floor_33_1 h3 {
  font-size: 32px;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
}

.floor_33_1 p {
  padding-top: 12px;
}

.floor_33_1 p span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  background: url(../images/z7_03.png) left center no-repeat;
  padding-left: 18px;
  width: 376px;
  margin-top: 8px;
  float: left;
}

.floor_33_2 {
  float: right;
  padding-top: 42px;
  margin-right: 60px;
}

.floor_33_2 p {
  font-size: 30px;
  color: #fff;
  line-height: 26px;
  font-family: "Arial";
  background: url(../images/icon.png) left center no-repeat;
  background-position: -62px -254px;
  padding-left: 38px;
}

.floor_33_2 a {
  display: block;
  background: url(../images/z8_03.png) center center no-repeat;
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  float: right;
  margin-top: 24px;
}

.floor_33_2 a:hover {
  background: url(../images/z8_04.png) center center no-repeat;
}

.news_ul .list {
  padding-bottom: 30px;
}

.news_ul .newslist {
  padding: 0 0 50px;
}

.news_ul .item {
  height: 224px;
  transition: all .5s;
  border-bottom: 1px solid #d3d3d3;
  display: block;
  position: relative;
}

.news_ul .item a {
  width: 100%;
  display: block;
  padding: 26px 0;
}

/*.news_ul .item:first-child a {
  padding-top: 0;
}*/
.news_ul .item .img {
  width: 300px;
  padding-top: 170px;
  display: block;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.news_ul .item .img img {
  width: 100%;
  display: block;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.news_ul .item h3 {
  font-size: 24px;
  padding: 25px 0 20px 0;
  color: #454545;
  padding-right: 120px;
}

.news_ul .item .desc {
  color: #454545;
  line-height: 24px;
  height: 68px;
  padding-right: 120px;
  overflow: hidden;
  word-break: break-all;
}

.news_ul .item .liu {
  display: block;
  color: #454545;
  font-size: 14px;
}

.news_ul .item .time {
  display: block;
  width: 85px;
  height: 200px;
  line-height: 20px;
  margin-right: 15px;
  color: #333;
  text-align: center;
  margin-top: 20px;
  -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: relative;
}

.news_ul .item .time b {
  display: block;
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
}

.news_ul .item .time s {
  width: 64px;
  height: 2px;
  display: none;
  position: absolute;
  left: -50px;
  top: 68px;
  background: #1da674;
}

.news_ul .item .jt {
  width: 64px;
  height: 56px;
  position: absolute;
  right: 20px;
  top: 80px;
  display: block;
  display: none;
  background-position: -312px -186px;
}

.news_ul .item:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.news_ul .item:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.news_ul .item:hover h3 {
  color: #1da674;
  font-weight: bold;
}

.news_ul .item:hover .time b {
  color: #1da674;
}

.news_ul .item:hover .jt {
  background-position: -312px -248px;
}

.news_ul {
  width: 1200px;
  margin: 0 auto;
  padding-top: 20px;
}



.wd_t {
  position: relative;
  margin-top: 40px;
}

.wd_t dl {
  display: block;
  width: 1200px;
  height: 375px;
  background-color: #fff;
}

.wd_t dl dt {
  display: block;
  width: 500px;
  height: 375px;
  overflow: hidden;
  float: left;
}

.wd_t dl dt img {
  display: block;
  width: 500px;
  height: 375px;
}

.wd_t dl dd {
  float: left;
  width: 602px;
  margin-left: 50px;
  padding-top: 26px;
}

.wd_t dl dd h3 {
  font-size: 26px;
  color: #333;
  font-weight: bold;
  line-height: 26px;
}

.wd_t dl dd i {
  display: block;
  width: 340px;
  height: 1px;
  background-color: #d7d7d7;
  margin-top: 24px;
}

.wd_t dl dd p {
  font-size: 14px;
  height: 204px;
  color: #666;
  line-height: 24px;
  margin-top: 30px;
}

.wd_t dl dd a {
  display: block;
  width: 150px;
  height: 40px;
  background-color: #59a835;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}

.wd_t dl dd a:hover {
  background-color: #4a8c2b;
  color: #fff;
}

.girdlist.an_ch.xinan {
  display: none;
}

.an_ch.xinan .list .item {
  display: block;
  margin-top: 42px;
  width: 278px;
  float: left;
  margin-right: 30px;
}

.an_ch.xinan .list .item b {
  display: block;
  overflow: hidden;
  width: 278px;
  height: 156px;
  position: relative;
}

.an_ch.xinan .list .item b img {
  display: block;
  width: 278px;
  height: 156px;
  transition: all .36s ease;
}

.an_ch.xinan .list .item:hover b img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.an_ch.xinan .list .item p {
  font-size: 18px;
  color: #000;
  line-height: 18px;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
}

.an_ch.xinan .list .item i {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 14px;
  padding-top: 14px;
}

.an_ch.xinan .list .item .cp_bg {
  position: absolute;
  left: -380px;
  top: 0px;
  width: 278px;
  height: 156px;
  text-align: center;
  transition: all ease-in-out 600ms;
}

.an_ch.xinan .list .item:hover .cp_bg {
  background: url(../images/z16_03.png) repeat center center;
  transition: all ease 600ms;
  left: 0;
}

.an_ch.xinan .list .item .cp_bg em {
  display: block;
  width: 118px;
  height: 32px;
  border: #fff solid 1px;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin-top: 8%;
  margin-left: 6%;
}

.an_ch.xinan .list .item .cp_bg .zx {
  display: block;
  width: 120px;
  height: 34px;
  background-color: #59a835;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  position: absolute;
  left: 53%;
  top: 58%;
}

.an_ch .list .item .cp_bg em:hover {
  background-color: #fff;
  color: #333;
}

.BMap_bubble_content {
  font-size: 14px;
}

.prod_sanji .ip{ display:none;}
.prod_sanji .a1{ display:none;}
.prod_sanji .ip.on{ display:block;}
.prod_sanji .ip .subMenu{ display:inline-block;}
.prod_sanji .ip .subMenu a{ display:block; float:left; height:36px; margin-top:20px; background-color:#fff; border-radius:30px; text-align:center; line-height:36px; margin-right:20px;  font-size:16px; padding: 0 20px;}
.prod_sanji .ip .subMenu a.hover{ background-color:#1da674; color:#fff;font-weight:bold;}



.wd_t1 {
  width: 1200px;
  height: 500px;
  margin-top: 42px;
}

.wd_t1 a {
  display: block;
  width: 1200px;
  height: 500px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.wd_t1 a img {
  display: block;
  width: 1200px;
  height: 500px;
}

.wd_t1 a i {
  display: block;
  width: 1200px;
  height: 500px;
  background: url(../images/x5_03.png);
  position: absolute;
  left: 0;
  top: 0;
}

.wd_t1 a em {
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/x4_07.png) center center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 206px;
}

@media (max-width: 1660px) {
  .footer_main .bcontact dl {
    width: 116px;
  }
}

/*******index css*******/
.bottom-fix {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 120px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2222;
}

.bottom-fix .fixcon {
  height: 162px;
}

.bottom-fix .fix_a {
  float: left;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  padding-top: 36px;
}

.bottom-fix .fix_a img {
  display: block;
  border-radius: 10px;
  float: left;
}

.bottom-fix .fix_a p {
  float: left;
  padding-left: 22px;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  font-weight: normal;
}

.bottom-fix .fix_a p i {
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 8px;
}

.bottom-fix .fix_a p span {
  color: #1da674;
}

.fix_t {
  float: left;
  margin-top: 42px;
  margin-left: 18px;
}

.fix_t .iform .itemcon {
  float: left;
  width: 250px;
  height: 46px;
  margin-left: 10px;
}

.fix_t .iform .itemcon .txt {
  width: 240px;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding-left: 10px;
}

.fix_t .iform {
  float: left;
}

.fix_t .btn {
  width: 160px;
  height: 46px;
  float: left;
  margin-left: 12px;
}

.fix_t .btn .btn1 {
  width: 160px;
  height: 46px;
  background-color: #1da674;
  color: #fff;
  text-align: center;
  line-height: 46px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.fix_t .btn .btn1:hover {
  background-color: #0b78c0;
}

.fix_b {
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  padding-left: 12px;
  padding-top: 46px;
}

.fix_b span {
  display: block;
  padding-top: 4px;
}

.bottom-fix .close {
  width: 30px;
  height: 30px;
  background-position: -174px -154px;
  position: absolute;
  right: -16px;
  top: 50px;
  cursor: pointer;
}

.iconp {
  background: url(../images/iconp.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}



@-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);
  }
}

.xiao_f1{ width: 100%;background: url(../images/x3_02.png) center center no-repeat; background-size: cover; padding: 90px 0;}
.xiao_top{background: url(../images/x3_05.png) center center no-repeat; width: 758px; height:52px; margin: 0 auto; font-size: 50px; color: #52140f; line-height: 52px; text-align: center; font-weight: bold;}
.xiao_f11{ width: 100%; margin-top: 40px; position: relative;}
.xiao_f11 .z_school_swiper{ width: 100%; position: relative; padding-bottom: 8px;}
.xiao_f11 .z_school_swiper .swiper-slide{ width: 100%; position: relative;}
.xiao_f11 .z_school_swiper .swiper-slide .txt{ width: 48.5%; float: left; height: 200px; background-color: #fff; border-radius: 10px;box-shadow: 2px 0px 3px rgba(120, 22, 22, 0.2); margin-top: 40px;display: flex;justify-content: space-between; position: relative; margin-right:2.85%; overflow: hidden;transition: all ease 0.36s;}
.xiao_f11 .z_school_swiper .swiper-slide .txt:nth-child(2n){ margin-right: 0;}
.xiao_f11 .z_school_swiper .swiper-slide .txt .img{ display: block; width: 46.5%;}
.xiao_f11 .z_school_swiper .swiper-slide .txt .img img{ display: block; width: 100%; border-radius: 10px;}

.xiao_f11 .z_school_swiper .swiper-slide .txt:hover {box-shadow: 2px 0px 5px rgba(120, 22, 22, 0.2);}
.xiao_f11 .z_school_swiper .swiper-slide .txt .w{ width: 46%; margin-right: 2.6%;}
.xiao_f11 .z_school_swiper .swiper-slide .txt .w h3{ font-size: 20px; color: #4a282a; line-height: 26px; font-weight: bold; height: 54px; padding-top: 24px; width:76%;}
.xiao_f11 .z_school_swiper .swiper-slide .txt .w .s{ width: 100%; display: inline-block; padding-top: 10px;}
.xiao_f11 .z_school_swiper .swiper-slide .txt .w .s a{ display: block; width: 50%; margin-top: 12px; float: left;}
.xiao_f11 .z_school_swiper .swiper-slide .txt .w .s a span{ display: block; width: 7px; height: 12px; background-position: -342px -69px; float: left;margin-top: 3px;}
.xiao_f11 .z_school_swiper .swiper-slide .txt .w .s a p{ float: left; font-size: 16px; color: #666; line-height: 16px; padding-left: 5px;}
.xiao_f11 .z_school_swiper .swiper-slide .txt .w .s a:hover span{ background-position: -341px -56px;}
.xiao_f11 .z_school_swiper .swiper-slide .txt .w .s a:hover p{ color: #ea5505; font-weight: bold;}
.xiao_f11 .z_school_swiper .swiper-slide .txt:hover { transform: translateY(-5px); transition: all ease 0.36s;}

.xiao_f11 .swiper-prev,.xiao_f11 .swiper-next{ display: block; width: 60px; height: 60px; background-color: #254a7c; border-radius: 50%; position: absolute; left: -80px; top: 50%; margin-top: -15px; cursor: pointer;align-items: center; justify-content: center;display: flex;}
.xiao_f11 .swiper-prev:hover,.xiao_f11 .swiper-next:hover{ background-color: #ea5505;}
.xiao_f11 .swiper-next{ left: auto; right: -80px;}
.xiao_f11 .swiper-prev i,.xiao_f11 .swiper-next i{ display: block; width: 12px; height: 20px; background-position: -359px -48px;}
.xiao_f11 .swiper-next i{ background-position: -374px -48px;}

.xiao_f2{ padding: 100px 0 180px; width: 100%; position: relative;}
.xiao_f21{ width: 100%; margin-top: 40px; position: relative;}
.xiao_f21 ul{ width: 100%;display: flex;justify-content: space-between; position: relative; flex-wrap: wrap;}
.xiao_f21 ul li{ width: 24.3%; height: 240px; background-color: #0087d2; border-radius: 15px; margin-top: 12px;transition: all ease 0.36s;
position: relative;}
.xiao_f21 ul li.li2{background-color: #184c96;}
.xiao_f21 ul li.li3{background-color: #e84444; width: 49.4%;}
.xiao_f21 ul li.li4{background-color: #e4250e; width: 49.4%;}
.xiao_f21 ul li.li5{background-color: #5dc6a2;}
.xiao_f21 ul li.li6{background-color: #f6a420;}
.xiao_f21 ul li:hover { transform: translateY(-5px); transition: all ease 0.36s; opacity: 0.9;}
.xiao_f21 ul li .img1{ display: block; height: 84px; padding-top:36px; padding-left:36px;}
.xiao_f21 ul li h3{display: inline-block; padding-top:50px; padding-left:40px;}
.xiao_f21 ul li h3 span{ display: block; float: left; font-size: 24px; color: #fff; line-height: 24px; font-weight: bold;}
.xiao_f21 ul li h3 i{ display: block; width: 12px; height: 21px; background-position: -359px -76px; float: left; margin-left: 14px;margin-top: 4px;}
.xiao_f21 ul li b{ display: none;}
.xiao_f21 ul li.li3 b{ display: block; width: 277px; height: 240px; background: url(../images/x4_17.png) center center no-repeat;
 position: absolute; right: 0; top: 0;}
.xiao_f21 ul li.li4 b{ display: block; width: 308px; height: 240px; background: url(../images/x4_18.png) center center no-repeat;
 position: absolute; right: 0; top: 0;}

.xiao_f3{ width: 100%; background: url(../images/x3_08.png) center center no-repeat; height:324px; position: relative; z-index: 3; margin-top: -124px;}
.xiao_f3 .floor_9_2 { padding-top: 178px;}

.xiao_f4{ padding-top: 100px;}
.xiao_f41{ width: 100%; padding-top: 70px;}
.xiao_f41 img{ display: block; width: 100%;}

.xiao_f5{ width: 100%; background: url(../images/x3_13.png) center center no-repeat; position: relative; padding: 100px 0 100px; background-size: cover; }
.xiao_f51{ width: 100%; position: relative; margin-top: 50px;}
.xiao_f51 .hol_swiper{ width: 100%; position: relative;}
.xiao_f51 .hol_swiper .swiper-wrapper{ padding-bottom: 28px;}
.xiao_f51 .hol_swiper .swiper-slide{ width: 280px; position: relative;background: url(../images/x7_03.jpg) center center no-repeat; height: 400px; border-radius: 15px; text-align: center;box-shadow: 2px 0px 3px rgba(120, 22, 22, 0.2);
  margin-top: 40px; transition: all ease 0.36s;}
.xiao_f51 .hol_swiper .swiper-slide .img1{ display: block; width: 100px; margin: 0 auto; margin-top: 45px;}
.xiao_f51 .hol_swiper .swiper-slide h3{ font-size: 24px; color: #4a282a; line-height: 28px; font-weight: bold; padding-top: 76px;}
.xiao_f51 .hol_swiper .swiper-slide .p{ font-size: 14px; color: #666; line-height: 24px; padding-top:20px; width: 70%; margin: 0 auto;}
.xiao_f51 .hol_swiper .swiper-slide .m{ display: block; width: 110px; height: 40px; background-color: #254a7c; border-radius: 40px; text-align: center;
position: absolute; left: 50%; margin-left: -55px; bottom: -20px;}
.xiao_f51 .hol_swiper .swiper-slide .m p{ display: inline-block;}
.xiao_f51 .hol_swiper .swiper-slide .m p span{ display: block; font-size: 16px; color: #fff; line-height: 40px; float: left;}
.xiao_f51 .hol_swiper .swiper-slide .m p i{ display: block; width: 7px; height: 8px; background-position: -379px -76px; float: left; margin-left: 18px;
margin-top: 17px;}
.xiao_f51 .hol_swiper .swiper-slide:hover { transform: translateY(-5px); transition: all ease 0.36s;}
.xiao_f51 .hol_swiper .swiper-slide:hover .m { background-color: #ea5505;}

.xiao_f6{ width: 100%; background: url(../images/x3_14.png) top center no-repeat; position: relative; padding: 100px 0 100px;}
.xiao_f61{ width: 100%; position: relative; margin-top: 50px;}
.xiao_f61 .hd{ width: 100%; position: relative;}
.xiao_f61 .hd ul{ width: 98.8%; display: inline-block; padding-left: 1.2%;}
.xiao_f61 .hd ul li{ height: 44px; width: 136px; text-align: center; background-color: #f9f4f1; font-size: 18px; color: #333; line-height: 44px;
float: left; margin-left: -1.2%;
-webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);}
.xiao_f61 .hd ul li.on{ background-color: #ea5505; color: #fff;}
.xiao_f61 .hd ul li.on a{ color: #fff;}

.xiao_f61 .bd{ width: 100%;}
.xiao_f61 .bd ul{ width: 100%;}
.xiao_f61 .bd ul .xiao_f611{ width: 100%;display: flex; justify-content: space-between; position: relative; margin-top: 34px;}
.xiao_f61 .bd ul .xiao_f611 .xiao_f6111{ width: 50%; position: relative; border-radius: 10px; overflow: hidden; height: 450px; transition: all ease 0.36s;}
.xiao_f61 .bd ul .xiao_f611 .xiao_f6111 .img{ display: block; width: 100%; position: relative; height: 450px; }
.xiao_f61 .bd ul .xiao_f611 .xiao_f6111 .img img{ display: block;position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.xiao_f61 .bd ul .xiao_f611 .xiao_f6111 .img p{ background-color: #6c6660; width: 100px; height: 100px; text-align: center; font-size: 14px; color: #fff; line-height: 20px; position: absolute; left: 0; top: 0; border-radius: 10px 0 10px 0;}
.xiao_f61 .bd ul .xiao_f611 .xiao_f6111 .img p span{ display: block; font-size: 45px; line-height: 46px; padding-top: 18px;}
.xiao_f61 .bd ul .xiao_f611 .xiao_f6111 .ne_t{position: absolute; left: 0; bottom: 0; height:68px;
 background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));vertical-align: baseline; width:90%; padding:7% 5%;
 font-size: 16px; color: #fff; line-height: 24px;}
.xiao_f61 .bd ul .xiao_f611 .xiao_f6111 .ne_t p{ font-size: 22px; color: #fff; line-height: 28px; white-space: nowrap; text-overflow: ellipsis;
 overflow: hidden; word-break: break-all;}
 .xiao_f61 .bd ul .xiao_f611 .xiao_f6111 .ne_t span{ display: block; margin-top: 14px; text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}
.xiao_f61 .bd ul .xiao_f611 .xiao_f6111:hover { transform: translateY(-5px); transition: all ease 0.36s;}

.xiao_f61 .bd ul .xiao_f611 .xiao_f6112{ width: 47.5%; position: relative;}
.xiao_f61 .bd ul .xiao_f611 .xiao_f6112 a{ display: block; width: 100%; height: 132px; margin-bottom: 28px; background-color: #fff; border-radius: 10px;
box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.1);transition: all ease 0.36s;}
.xiao_f61 .bd ul .xiao_f611 .xiao_f6112 a:hover{transform: translateY(-5px); transition: all ease 0.36s;}
.xiao_f61 .bd ul .xiao_f611 .xiao_f6112 a h3{ font-size: 22px; color: #221717; line-height: 28px; font-weight: bold; width: 70%; float: left; padding-left: 5%; padding-top: 38px;}
.xiao_f61 .bd ul .xiao_f611 .xiao_f6112 a:hover h3 { color: #e45000;}
.xiao_f61 .bd ul .xiao_f611 .xiao_f6112 a p{ width: 30px; height: 30px; border-radius: 50%; background-color: #221717; float: right; margin-right: 5%; margin-top: 50px; position: relative;align-items: center; justify-content: center;display: flex;}
.xiao_f61 .bd ul .xiao_f611 .xiao_f6112 a:hover p{ background-color: #e45000;}
.xiao_f61 .bd ul .xiao_f611 .xiao_f6112 a p span{ width: 7px; height: 14px; display: block; background-position: -342px -88px;}

.xiao_f6 .gd{ width: 100%; margin-top: 58px;}
.xiao_f6 .gd a{ display: block; width: 150px; height: 40px; background-color: #254a7c; margin: 0 auto; border-radius: 30px; text-align: center;}
.xiao_f6 .gd a:hover{background-color: #e45000;}
.xiao_f6 .gd a p{ display: inline-block;}
.xiao_f6 .gd a p span{ display: block; font-size: 16px; color: #fff; line-height: 40px;}
.xiao_f6 .gd a p i{ display: block; width: 7px; height: 8px; background-position: -379px -76px; float: left; margin-left: 18px;
margin-top: 17px;}

.xiao_f7{ width: 100%; position: relative; padding:0 0 60px;}
.xiao_top1{background: url(../images/x3_17.png) center center no-repeat; width:474px; height:52px; font-size: 50px; color: #52140f; line-height: 52px; font-weight: bold;}
.xiao_f71{ width: 100%; display: inline-block; position: relative; padding-top: 20px;}
.xiao_f71 a{ display: block; width: 23.25%; height: 52px; background-color: #f8f8f8; border: #eceae8 solid 1px; border-radius: 5px; float: left;margin-right: 2%; margin-top: 20px;}
.xiao_f71 a:nth-child(4n){ margin-right: 0;}
.xiao_f71 a i{display: block; width: 16px; height: 16px; background-position: -348px -254px; float: left; margin-top: 18px; margin-left: 16px;}
.xiao_f71 a p{ font-size: 16px; color: #2d3034; line-height: 52px; padding-left: 10px; float: left;}
.xiao_f71 a:hover{background-color: #e45000; border: #e45000 solid 1px;}
.xiao_f71 a:hover i{background-position: -377px -254px;}
.xiao_f71 a:hover p{ color: #fff;}


.floor_10_main{ width: 100%; position: relative; background-color: #edf5f3; padding-bottom: 100px;}
.floor_10_1{ width: 100%; position: relative; margin-top: 60px; display: inline-block;}
.floor_10_1 .floor_10_11{ width: 18.8%; height: 150px;background: url(../images/j1_03.jpg) center center no-repeat; background-size: cover;align-items: center; justify-content: center;display: flex; border-radius: 10px 0 0 10px; float: left; }
.floor_10_1 .floor_10_11 p{ font-size: 30px; color: #fff; line-height: 30px; font-weight: bold;padding-right: 10%;}
.floor_10_1 .floor_10_12{ width: 81.2%; float: right;}
.floor_10_1 .floor_10_12 ul{ width: 100%;display: flex;justify-content: space-between; position: relative; flex-wrap: wrap;}
.floor_10_1 .floor_10_12 ul li{ width: 33.3%; height: 75px; background-color: #fff;box-shadow:#f5f0eb 1px 0px 3px;}
.floor_10_1 .floor_10_12 ul li a{ display: block; width: 100%; height: 100%; position: relative;}
.floor_10_1 .floor_10_12 ul li b{ display: block; width: 27px; height: 25px; background-position: -214px -135px; float: left; margin-left:10%; margin-top: 27px;}
.floor_10_1 .floor_10_12 ul li.li2 b{background-position: -250px -135px;}
.floor_10_1 .floor_10_12 ul li.li3 b{background-position: -283px -135px;}
.floor_10_1 .floor_10_12 ul li.li4 b{background-position: -214px -162px;}
.floor_10_1 .floor_10_12 ul li.li5 b{background-position: -248px -162px;}
.floor_10_1 .floor_10_12 ul li.li6 b{background-position: -283px -162px;}

.floor_10_1 .floor_10_12 ul li h3{ font-size: 20px; color: #262020; line-height: 75px; float: left; padding-left: 18px;}
.floor_10_1 .floor_10_12 ul li i{ display: block; width: 10px; height: 16px; background-position: -321px -135px; float: right; margin-right: 8%; margin-top: 30px;}
.floor_10_1 .floor_10_12 ul li:hover{background-color: #e45000;}
.floor_10_1 .floor_10_12 ul li:hover b{filter: grayscale(100%) brightness(500%);}
.floor_10_1 .floor_10_12 ul li:hover h3{ color: #fff;}
.floor_10_1 .floor_10_12 ul li:hover i{filter: grayscale(100%) brightness(500%);}

.floor_10_2{ width: 100%; position: relative; padding-top: 50px;}
.floor_10_2 h3{ font-size: 30px; color: #000; line-height: 35px; font-weight: bold;}
.floor_10_2 ul{ width: 100%; display: flex;justify-content: space-between; position: relative; margin-top: 34px;}
.floor_10_2 ul li{ width: 16%; position: relative; height: 456px;transition: all ease 0.36s;}
.floor_10_2 ul li.on{ width: 50%;}
.floor_10_2 ul li .w{ width: 100%; position: relative;background: url(../images/j3_03.png) center center no-repeat; background-size:100%; height: 100%;transition: all ease 0.1s;}
.floor_10_2 ul li .w .img1{ display: block; width: 101px; padding-top: 52px; margin-left: 42px;}
.floor_10_2 ul li .w h4{ font-size: 20px; color: #272e3a; line-height: 28px; font-weight: bold; margin-top: 90px; padding-left: 38px; width: 60%; height: 66px;}
.floor_10_2 ul li .w p{font-size: 14px; color: #666; line-height: 24px;padding-left: 38px; width: 76%; margin-top: 34px; }

.floor_10_2 ul li .s{ display: none; position: relative; width: 100%; border-radius: 10px; overflow: hidden;transition: all ease 0.36s;}
.floor_10_2 ul li .s .img2{ display: block; width: 100%; border-radius: 10px;}
.floor_10_2 ul li .s .img3{ display: block; width: 101px; position: absolute; left: 5%; top: 7%;}
.floor_10_2 ul li .s .m{position: absolute; left: 0; bottom: 0; height:68px;
 background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));vertical-align: baseline; width:90%; padding:7% 5%;
 font-size: 16px; color: #fff; line-height: 24px;}
.floor_10_2 ul li .s .m h4{ font-size: 22px; color: #fff; line-height: 28px; white-space: nowrap; text-overflow: ellipsis;
 overflow: hidden; word-break: break-all;}
.floor_10_2 ul li .s .m p{ display: block; margin-top: 14px; text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}

.floor_10_2 ul li.on .w{ display: none;transition: all ease 0.1s;}
.floor_10_2 ul li.on .s{ display: block;transition: all ease 0.1s;}

@media (max-width: 1660px) {
	.floor_10_2 ul li { height: 342px;}
	.floor_10_2 ul li .w .img1 { width: 78px; padding-top: 32px; margin-left: 32px;}
	.floor_10_2 ul li .w h4 { font-size: 18px; line-height: 28px; margin-top: 64px; padding-left: 36px;}
	.floor_10_2 ul li .w p { font-size: 12px; color: #666; line-height: 20px; padding-left: 33px; width: 77%;    margin-top: 10px;}
	
	
	}
