@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 0;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none; */
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Regular";
  color: #555;
  padding-top: 90px;
  overflow-x: hidden;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hovercolor {
  color: #8cca1d;
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.blod {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w55 {
  width: 55%;
}
.hangs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .nav {
  line-height: 89px;
  padding-left: 200px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
header .nav .daohang {
  width: 73%;
}
header .nav .daohang .daohang-ul li {
  padding: 0 25px;
  display: inline-block;
  position: relative;
}
header .nav .daohang .daohang-ul li a {
  color: #171b1e;
  font-size: 17px;
}
header .nav .daohang-ul li .er-ul {
  position: absolute;
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  line-height: 30px;
  width: 100%;
  left: 0;
}
header .nav .daohang-ul li .er-ul li {
  line-height: 30px;
  padding: 0;
  display: block;
  text-align: center;
}
header .nav .daohang-ul li .er-ul li a {
  display: block;
  color: #484848;
  width: 100%;
  font-size: 15px;
  line-height: 30px;
}
header .nav .daohang-ul li .er-ul li a:hover {
  background: #63b530;
  color: #fff;
}
header .nav .daohang-ul li:hover a,
header .nav .daohang-ul li.active a {
  color: #63b530;
}
header .nav .daohang-ul li:hover .er-ul {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
header .nav .dun {
  color: #373737;
  font-size: 17px;
  display: inline-block;
}
header .nav .dun i {
  color: #373737;
  font-size: 17px;
}
header .nav span {
  float: left;
  padding: 0 33px;
}
header .nav span i {
  color: #ffffff;
}
header .nav .doap {
  background: #373737;
}
header .nav .doap i {
  color: #fff;
}
header .nav span:nth-child(2) {
  background: #63b530;
}
.lunbo-zi {
  top: 30%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.lunbo-zi .p1 {
  color: #171b1e;
  font-size: 40px;
  font-weight: bold;
}
.lunbo-zi .p2 {
  color: #171b1e;
  font-size: 19px;
  line-height: 30px;
  margin-top: 20px;
}
.lunbo-zi .more {
  margin-top: 30px;
}
.lunbo-zi .more a {
  font-size: 16px;
  color: #171b1e;
  display: inline-block;
  text-transform: uppercase;
  line-height: 43px;
  border-radius: 30px;
  font-weight: bold;
  padding: 0 15px;
  border: 1px solid #171b1e;
}
.lunbo-zi .more a:hover {
  background: #63b530;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.zhiji .row {
  margin: 0;
}
.zhiji .col-md-3 {
  padding: 0;
  border-left: 1px solid #ebebeb;
}
.zhiji .col-md-3:nth-child(1) {
  border-left: none;
}
.zhiji a {
padding:  60px 80px;
  background: #f9fafa;
  display: block;
}
.zhiji a .fl {
  width: 19%;
}
.zhiji a .fl .img2 {
  display: none;
}
.zhiji a .fr {
  width: 75%;
}
.zhiji a .fr .p3 {
  color: #63b530;
  font-size: 20px;
}
.zhiji a .fr .yaos {
  color: #909090;
  font-size: 16px;
  line-height: 30px;
  margin-top: 5px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.zhiji a .jia {
  right: 15px;
  top: 15px;
  color: #63b530;
  z-index: 3;
  font-size: 30px;
  font-weight: lighter;
}
.zhiji a:hover,
.zhiji a.active {
  background: #63b530;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.zhiji a:hover .fl .img2,
.zhiji a.active .fl .img2 {
  display: inline-block;
}
.zhiji a:hover .fl .img1,
.zhiji a.active .fl .img1 {
  display: none;
}
.zhiji a:hover .fr .p3,
.zhiji a.active .fr .p3,
.zhiji a:hover .fr .yaos,
.zhiji a.active .fr .yaos {
  color: #ffffff;
}
.zhiji a:hover .jia,
.zhiji a.active .jia {
  color: #ffffff;
}
.tus {
  bottom: -83px;
  left: 21%;
}
.hed {
  padding-top: 10px;
  position: relative;
}
.hed .p4 {
  color: #111415;
  font-size: 33px;
  font-weight: bold;
}
.hed .div-yao {
  color: #909090;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
}
.hed::after {
  content: '';
  position: absolute;
  top: 0;
  width: 33px;
  height: 3px;
  background-color: #63b530;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.tui-pro {
  margin-top: 60px;
}
.pro-a .swiper-slide:nth-child(1n) a .more span {
  background: #fc7c0b;
}
.pro-a .swiper-slide:nth-child(2n) a .more span {
  background: #63b530;
}
.pro-a .swiper-slide:nth-child(3n) a .more span {
  background: #7a42cf;
}
.pro-a a {
  background: #ffffff;

}
.pro-bot {
  padding: 25px 30px 60px 30px;
  display: block;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.pro-a a .pro-cons {
  width: 100%;
  left: -100%;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-a a .pro-cons .img-con {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.pro-a a .ke {
  color: #111415;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.pro-a a .ke-yao {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 30px;
  color: #959fa9;
  font-size: 15px;
}
.pro-a a:hover .overh > img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.pro-a a:hover .overh .pro-cons {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-a .more {
  margin-top: 10px;
}
.pro-a .more span {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  padding: 0 30px;
  border-radius: 40px;
}
.color-lunbo {
  margin: 10px -15px;
}
.color-lunbo .swiper-container {
  padding: 15px 15px 60px 15px;
}
.color-lunbo .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background-color: #cccccc;
}
.color-lunbo .swiper-pagination-bullet-active {
  width: 29px;
  height: 6px;
  border-radius: 3px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background-color: #cccccc;
}
.lunbo.color-lunbo{  margin: 0;

}.lunbo.color-lunbo .swiper-container{  padding: 0;

}
.youshi {
  margin-top: 50px;
}
.youshi .col-md-4 {
  background: #ffffff;
}
.youshi .you-con {
  margin-top: 40px;
}
.youshi .you-con .you-title {
  color: #111415;
  margin-top: 15px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}
.youshi .you-con .you-yao {
  color: #606060;
  font-size: 16px;
  line-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 30px;
  margin-top: 25px;
}
.tu-img {
  right: 10%;
  bottom: -60px;
}
.about {
  margin-top: 80px;
}
.about .fl {
  width: 50%;
}
.about .hed::after {
  left: 0;
  transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.about .about-con {
  width: 60%;
  height: 80%;
  top: 10%;
  right: 0;
  padding: 70px 5%;
  background: #f9fafa;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.about .about-yao {
  color: #606060;
  font-size: 16px;
  line-height: 30px;
}
.about .about-yao .abous-c {
  color: #606060;
  font-size: 16px;
  line-height: 30px;
  margin: 40px 0 30px 0;
}
.about .about-yao .shu-ul li {
  float: left;
  width: 33.33%;
}
.about .about-yao .shu-ul li div {
  color: #fc7c0b;
  font-size: 28px;
  font-weight: bold;
}
.about .about-yao .shu-ul li div span {
  color: #fc7c0b;
  font-size: 28px;
  font-weight: bold;
}
.about .more {
  margin-top: 40px;
}
.about .more a {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  background: #63b530;
  display: inline-block;
  line-height: 44px;
  padding: 0 30px;
  border-radius: 40px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.about .more a:hover {
  background: #fc7c0b;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.abous-tu {
  left: 10%;
  bottom: -55px;
}
.new-a {
  background: #ffffff;
  display: block;
}
.new-a .new-bot {
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  height: 170px;
  position: relative;
}
.new-a .new-bot .fl {
  width: 20%;
  height: 100%;
}
.new-a .new-bot .fl .ns-ul {
  height: 100%;
}
.new-a .new-bot .fl .ns-ul li {
  height: 33.33%;
  color: #888888;
  padding: 5px;
  font-size: 15px;
  text-align: center;
  border-top: 1px solid #e8e8e8;
}
.new-a .new-bot .fr {
  width: 80%;
  top: -20%;
  height: 120%;
  padding: 20px;
  right: 0;
  bottom: 0;
  position: absolute;
  border-top: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  z-index: 3;
  background: #ffffff;
}
.new-a .new-bot .fr .date {
  color: #888888;
  font-size: 15px;
}
.new-a .new-bot .fr .new-ti {
  color: #1b1b1c;
  margin-top: 5px;
  font-size: 17px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 30px;
}
.new-a .new-bot .fr .new-yaos {
  color: #888888;
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.new-a .new-bot .fr .span-more {
  display: none;
}
.new-a:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.new-a:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.new-a:hover .new-bot .new-ti {
  color: #63b530;
}
.new-a:hover .new-bot .fr {
  height: 130%;
  top: -30%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-a:hover .new-bot .span-more {
  display: inline-block;
  color: #fc7c0b;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.new {
  margin-top: 70px;
  padding-bottom: 70px;
}
.new .new-tu {
  right: 4%;
  bottom: -86px;
}
footer {
  padding-top: 129px;
  background: #373737;
}
.foot-top {
  margin-bottom: -70px;
  margin-top: 50px;
  position: relative;
  width: 100%;
}
.foot-top .foot-tops {
  background: #63b530;
  padding: 45px 50px 45px 55px;
}
.foot-top .foot-tops .xinxi {
  color: #ffffff;
  font-size: 33px;
  font-weight: bold;
  line-height: 59px;
}
.foot-top .foot-tops .for-e {
  line-height: 59px;
}
.foot-top .foot-tops .for-e span {
  color: #ffffff;
  font-size: 25px;
  display: inline-block;
  margin-right: 20px;
}
.foot-top .foot-tops .for-e input {
  background: rgba(255, 255, 255, 0.2);
  width: 378px;
  height: 59px;
  color: #ffffff;
  padding-left: 20px;
}
.foot-top .foot-tops .for-e input::placeholder {
  color: #ffffff;
}
.foot-top .foot-tops .for-e button {
  width: 136px;
  height: 59px;
  background-color: #ffffff;
  border: none;
  text-align: center;
  color: #63b530;
}
.foot-top .foot-tops .for-e button:hover {
  background: #fc7c0b;
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.foost-ul > li {
  float: left;
  margin-right: 128px;
}
.foost-ul > li:last-child {
  margin-right: 0;
}
.foost-ul > li .lianjie-p {
  color: #ffffff;
  font-size: 17px;
  position: relative;
}
.foost-ul > li .lianjie-p::after {
  content: '';
  position: absolute;
  width: 36px;
  height: 3px;
  background-color: #63b530;
  left: 0;
  bottom: -15px;
}
.foost-ul > li:nth-child(1) {
  width: 28%;
}
.foost-ul > li > .dihuas .left-con {
  width: 68px;
  height: 68px;
  float: left;
  border-radius: 50%;
  border: 8px solid rgba(99, 181, 48, 0.3);
}
.foost-ul > li > .dihuas .left-con span {
  background-color: #63b530;
  display: block;
  border-radius: 50%;
  height: 100%;
  line-height: 52px;
  text-align: center;
}
.foost-ul > li > .dihuas .left-con span i {
  color: #ffffff;
}
.foost-ul > li > .dihuas .diu-cos {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}
.foost-ul > li > .dihuas .diu-cos .ps1-p {
  color: #ffffff;
  font-size: 15px;
}
.foost-ul > li > .dihuas .diu-cos .ps1-p2 {
  color: #63b530;
  font-size: 24px;
  font-weight: lighter;
}
.foots-ul2 {
  margin-top: 11px;
}
.foots-ul2 li {
  line-height: 30px;
}
.foots-ul2 li .fl {
  width: 10%;
  color: #63b530;
  font-size: 16px;
}
.foots-ul2 li .fr {
  width: 90%;
  font-size: 15px;
  color: #838383;
  text-align: left;
}
.foot-a {
  margin-top: 30px;
}
.foot-a .fl,
.foot-a .fr {
  margin-right: 40px;
}
.foot-a a {
  display: block;
  line-height: 30px;
  color: #838383;
  font-size: 15px;
}
.foot-a a:hover {
  color: #63b530;
}
.foot-a .bdsharebuttonbox span {
  display: inline-block;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  position: relative;
  background-color: #454545;
  text-align: center;
  line-height: 41px;
}
.foot-a .bdsharebuttonbox a {
  background: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 25px;
  position: absolute;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
}
.foot-a .bdsharebuttonbox a:hover {
  color: #63b530;
}
.mas {
  line-height: 30px;
  color: #838383;
  font-size: 15px;
}
.foot-wezi {
  margin-top: 40px;
  color: #838383;
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #494949;
}
.ban .banzi {
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ban .banzi .wenzais {
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
}
.ban .banzi .wezis-a {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
.ban .banzi .wezis-a a {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
.ban .banzi .wezis-a a:hover {
  color: #63b530;
  font-weight: bold;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.anlis {
  margin-top: 70px;
}
.anlis .anli-lizi {
  left: 8%;
  top: 57%;
}
.anlis .ans-con .col-md-4 {
  padding: 15px;
}
.anlis .ans-con a {
  border: 1px solid #eeeeee;
  display: block;
}
.anlis .ans-con a .bots-a {
  padding: 26px;
}
.anlis .ans-con a .bots-a .das {
  color: #888888;
  font-size: 15px;
}
.anlis .ans-con a .bots-a .anli-title {
  font-size: 19px;
  color: #0b0b0b;
  line-height: 30px;
  height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.anlis .ans-con a:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.anlis .ans-con a:hover .bots-a .anli-title {
  color: #63b530;
}
.er-nav {
  border: 1px solid #dadee8;
}
.re-sul {
  text-align: center;
}
.re-sul li {
  margin: 0 30px;
  display: inline-block;
}
.re-sul li a {
  color: #000000;
  line-height: 60px;
  font-size: 15px;
  display: inline-block;
}
.re-sul li:hover a,
.re-sul li.active a {
  border-bottom: 1px solid #63b530;
}
.chanp {
  margin-top: 45px;
}
.chanp .pro-lizi {
  top: 24%;
  left: 8%;
}
.chanp .col-md-4 {
  padding: 7px;
}
.chanp .col-md-4:nth-child(1n) a .more span {
  background: #fc7c0b;
}
.chanp .col-md-4:nth-child(2n) a .more span {
  background: #63b530;
}
.chanp .col-md-4:nth-child(3n) a .more span {
  background: #7a42cf;
}
.lizi4 {
  left: 8%;
  top: 40%;
}
.lizi3 {
  left: 7%;
  bottom: -19%;
}
.us-cons {
  margin-top: 83px;
}
.us-cons .us-title {
  color: #2b2b2b;
  font-size: 25px;
  text-align: center;
}
.us-cons .us1 {
  margin-top: 45px;
  color: #606060;
  font-size: 16px;
  line-height: 30px;
}
.lianxis {
  margin-top: 80px;
}
.lianxis .col-md-4 {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.lianxis .lianxi-uls {
  padding: 11px 0;
}
.lianxis .lianxi-uls li {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}
.lianxis .lianxi-uls li:last-child {
  border-bottom: none;
}
.lianxis .lianxi-uls li .fl {
  width: 10%;
  line-height: 50px;
  color: #63b530;
  text-align: center;
}
.lianxis .lianxi-uls li .fl i {
  font-size: 20px;
}
.lianxis .lianxi-uls li .fr {
  width: 85%;
}
.lianxis .lianxi-uls li .fr .add-p {
  color: #000000;
  font-size: 20px;
}
.lianxis .lianxi-uls li .fr .add-p1 {
  color: #5b5b5b;
  font-size: 16px;
  margin-top: 10px;
}
.gongsixinwe {
  margin-top: 50px;
}
.gongsixinwe .col-md-4 {
  padding: 15px;
}
.detall .bdsharebuttonbox {
  display: inline-block;
  position: relative;
  top: 16px;
}
.detall .bdsharebuttonbox a {
  margin: 0px 6px 0px 0;
}
.new-list-xiang {
  margin-top: 50px;
}
.new-list-xiang .xing-lizi {
  left: 8%;
  top: 40%;
}
.xing-biao {
  color: #0b0b0b;
  font-size: 23px;
  font-weight: bold;
}
.cons-bian2 {
  color: #888888;
  font-size: 15px;
}
.cs-cons1 {
  color: #888888;
  font-size: 15px;
  line-height: 30px;
  padding: 30px 0;
}
.cs-cons1 img {
  padding: 15px;
}
.xingsw {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.xingsw .row {
  margin-bottom: 45px;
}
.xing-bots {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding: 24px 0;
}
.xing-bots .more a {
  color: #575757;
  font-size: 15px;
  border: 1px solid #eeeeee;
  line-height: 30px;
  padding: 0 15px;
  height: 30px;
  display: inline-block;
}
.xing-bots .more a:hover {
  background: #63b530;
  color: #ffffff;
}
.shang {
  width: 80%;
}
.shang > div {
  color: #000000;
  font-size: 15px;
  margin-top: 10px;
}
.shang > div a {
  color: #575757;
  font-size: 15px;
}
.shang > div a:hover {
  color: #63b530;
}
.xingsw .more {
  margin: 40px 0;
}
.xingsw .more a:hover {
  border: 1px solid #00903e;
  color: #00903e;
}
.new-list-xiang {
  padding: 30px 0 10px 0;
}
.ren {
  color: #63b530;
  font-size: 17px;
  line-height: 30px;
}
.ren .ds11 {
  width: 55px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  height: 55px;
  background-color: #63b530;
  margin-right: 20px;
}
.ren .ds11 i {
  color: #ffffff;
  font-size: 20px;
}
.ptitle {
  color: #0b0b0b;
  font-size: 19px;
}
.pro-xing-yao {
  color: #888888;
  font-size: 16px;
  line-height: 38px;
  margin: 80px 0;
}
.chanp-xiang {
  margin-top: 63px;
}
.chanp-xiang .lizi1 {
  left: 8%;
  top: 18%;
}
.chanp-xiang .lizi2 {
  right: 10%;
  bottom: 19%;
}
.chanp-xiang .xings-p {
  margin-top: 40px;
  border-bottom: 1px solid #e0e0e0;
}
.chanp-xiang .xings-p span {
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  display: inline-block;
  background: #63b530;
  padding: 0 30px;
}
.chanp-xiang .chan1s {
  font-size: 16px;
  color: #888888;
  line-height: 30px;
  padding: 30px 0;
}
.contact {
  border-left: none;
  border-right: none;
  padding: 30px 0px;
  margin: 20px 0px 0;
}
.contact .fk {
  font-size: 16px;
  color: #4e4e4d;
  text-align: center;
  margin-bottom: 25px;
}
.contact p {
  font-size: 14px;
  color: #504f4f;
  line-height: 1.5;
  margin-bottom: 10px;
}
.contact p span {
  color: #cc0000;
}
.contact input {
  width: 100%;
  height: 44px;
  border: 1px solid #e1dddd;
  padding-left: 15px;
  font-size: 16px;
  line-height: 44px;
  text-indent: 1em;
  margin-bottom: 15px;
}
.contact textarea {
  font-size: 16px;
  padding: 15px;
  height: 170px;
  width: 100%;
  border: 1px solid #e1dddd;
  text-indent: 1em;
  resize: none;
  margin-bottom: 15px;
}
.contact button {
  width: 113px;
  height: 38px;
  background-color: #63b530;
  border: none;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  margin: 0px auto;
}
.fk_b {
  display: inline-block;
  font-size: 16px;
  color: #686565;
  padding-right: 10px;
}
.kehus .col-md-3 {
  padding: 15px;
}
.searchbox {
  padding: 15px;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  right: 0;
  top: 90px;
  border-top: 2px solid #63b530;
  text-align: center;
  z-index: 44;
}
.searchbox.active {
  top: 159px;
}
.searchs {
  max-width: 600px;
  margin: 0 auto;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #63b530;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}
.ds {
  cursor: pointer;
}
#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.phone {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
}
.phone .phong-l {
  width: 35%;
  line-height: 70px;
}
.sidebar-menu.is-active + #wrapper {
  transform: translateX(-300px);
}
.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #63b530;
  line-height: 70px;
}
.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 250px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #e7e9eb;
  transition: right 0.5s;
  z-index: 99999;
}
.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}
.sidebar-menu__header {
  height: 50px;
  background: #63b530;
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff;
}
.sidebar-menu__title {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-menu__title > i {
  display: inline-block;
  float: right;
  font-size: 28px;
  line-height: inherit;
}
.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}
.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga" 1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}
.sidebar-menu__list {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.colos {
  line-height: 70px;
}
.sidebar-menu__item:first-child {
  border-top: 0;
}
.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #46b700 !important;
}
.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}
.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}
.sidebar-menu__item:hover > .sidebar-menu__link {
  color: #6e6e6e;
}
.phone_i {
  display: inline-block;
  line-height: 60px;
  padding: 0 15px;
}
.sidebar-menu__item:hover > .sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}
.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(300px);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}
.sidebar-menu__link {
  display: block;
  padding: 10px 25px;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}
.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-right: 4px;
}
.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}
.mobile-foot {
  display: none;
  background: #63b530;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.mobile-foot a {
  color: #fff;
  height: 35px;
  line-height: 33px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  width: 22%;
  padding: 0 15px;
  font-size: 15px;
  margin: 0 5px;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/* 右侧悬浮 */
.rightfix {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 40px;
  border-right: none;
  transform: translateY(-50%);
  z-index: 99;
  border: 1px solid #dee2e7;
  background: #fff;
}
.fix_ul li {
  font-size: 12px;
  background: #63b530;
  text-align: center;
  float: none;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0px;
  color: #fff;
}
.fix_ul li i {
  font-size: 20px;
  color: #fff;
}
.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
  position: absolute;
  right: 20px;
  top: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px;
  line-height: 30px;
  transition: all 0.4s ease-in-out;
  min-width: 120px;
}
.fix_ul li:hover a {
  color: #848484;
}
.fix_ul li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  right: 40px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li:hover {
  background: #63b530;
}
.fix_ul li:hover i {
  color: #fff;
}
.new-ul {
  margin-top: 20px;
}
.new-ul li {
  margin-bottom: 10px;
  line-height: 50px;
  height: 50px;
  padding: 0 15px ;
  border-bottom: 1px solid #eeeeee;
}
.new-ul li a {
  display: block;
  position: relative;
  padding-left: 25px;
  color: #464646;
  font-size: 16px;
}
.new-ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #63b530;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.new-ul li a:hover {
  color: #63b530;
}
.new-ul li a .fl {
  width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new-ul li a .fr {
  width: 20%;
  text-align: right;
}
.new-ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/xa.png);
  top: 50%;
  width: 13px;
  height: 13px;
  border-radius: 0%;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media (max-width: 1830px) {
  .w55 {
    width: 100%;
  }
  .about .about-con {
    height: 90%;
    top: 5%;
    padding: 30px 5%;
  }
  header .nav .daohang {
    width: 85%;
  }
  header .nav {
    padding-left: 80px;
  }
  header .nav .daohang .daohang-ul li {
    padding: 0 21px;
  }
}
@media (max-width: 1410px) {
  header .nav {
    padding-left: 10px;
  }
}
@media (max-width: 1336px) {
  header .nav .daohang .daohang-ul li {
    padding: 0 18px;
  }
}
@media (max-width: 1290px) {
  header .nav .daohang .daohang-ul li {
    padding: 0 18px;
  }
  header .nav .daohang .daohang-ul li a {
    font-size: 16px;
  }
  header .nav span {
    padding: 0 19px;
  }
}
@media (max-width: 1200px) {
  header .nav .daohang .daohang-ul li {
    padding: 0 7px;
  }
  header .nav .daohang {
    width: 83%;
  }
  .about .about-con {
    width: 69%;
  }
  .about-img img {
    height: 450px;
  }
  .about .about-yao .abous-c {
    font-size: 15px;
    line-height: 30px;
    margin: 10px 0 10px 0;
  }
  .zhiji a {
    padding: 40px 20px;
  }
  .foost-ul > li {
    margin-right: 79px;
  }
  .lunbo-zi .p1 {
    font-size: 30px;
  }
  .new {
    padding-bottom: 0;
  }
  .us-cons .us1 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 990px) {
  .map {
    padding: 15px 0;
  }
  .us-cons,
  .lianxis,
  .gongsixinwe {
    margin-top: 30px;
  }
  .chanp-xiang .lizi1,
  .chanp-xiang .lizi2,
  .lizi3,
  .lizi4 {
    display: none;
  }
  .chanp .pro-lizi,
  .er-nav,
  .rightfix {
    display: none;
  }
  .us-cons .us1 {
    margin-top: 10px;
  }
  .new-list-xiang {
    margin: 20px 0;
  }
  body {
    padding: 70px 0;
  }
  .searchbox {
    top: 70px;
  }
  .phone {
    display: block;
  }
  .hangs {
    display: none;
  }
  .foot-top,
  footer {
    display: none;
  }
  .about .more {
    margin-top: 17px;
  }.mobile-foot{
    display: block;
  }
}
@media (max-width: 767px) {
  .lunbo-zi .p2 {
    display: none;
  }
  .lunbo-zi .p1 {
    font-size: 19px;
  }
  .lunbo-zi .more {
    margin-top: 13px;
  }
  .lunbo-zi .more a {
    font-size: 12px;
    line-height: 27px;
    padding: 0 10px;
  }
  .lunbo-zi {
    padding: 15px;
  }
  .zhiji {
    padding: 15px;
  }
  .zhiji a {
    padding: 15px;
  }
  .zhiji .col-md-3 {
    border-top: 1px solid #ebebeb;
    border-left: none;
  }
  .zhiji .col-md-3:nth-child(1) {
    border-top: none;
  }
  .tus {
    display: none;
  }
  .tui-pro {
    margin: 20px 15px 15px 15px;
  }
  .pro-a a .pro-bot {
    padding: 0px 15px 20px 15px;
  }
  .pro-a a .ke {
    margin-top: 0;
    font-size: 16px;
  }
  .pro-a .more span {
    line-height: 27px;
    padding: 0 10px;
    font-size: 12px;
  }
  .pro-a a .ke-yao {
    font-size: 13px;
  }
  .youshi {
    margin: 15px;
  }
  .hed .p4 {
    font-size: 20px;
  }
  .youshi .you-con .you-yao {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .youshi .you-con .you-title {
    margin-top: 5px;
  }
  .about .fl {
    width: 100%;
  }
  .about .fl img {
    height: auto;
  }
  .about .about-con {
    position: relative;
    width: 100%;
    margin-top: 15px;
    height: auto;
    top: auto;
    float: left;
  }
  .tu-img {
    display: none;
  }
  .abous-tu {
    display: none;
  }
  .about {
    margin: 15px;
  }
  .about .about-yao .shu-ul li div span {
    font-size: 20px;
  }
  .about .more a {
    font-size: 12px;
    line-height: 27px;
    padding: 0 10px;
  }
  .about .about-yao .shu-ul li {
    font-size: 12px;
  }
  .about .about-yao .abous-c {
    font-size: 14px;
    line-height: 26px;
  }
  .new {
    padding: 15px;
    margin: 0;
  }
  .new-a .new-bot .fr .new-yaos {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
  }
  .new-a .new-bot .fr {
    padding: 10px;
  }
  .new-a .new-bot {
    height: 150px;
  }
  .new .new-tu {
    display: none;
  }
  .hed .div-yao {
    font-size: 14px;
    line-height: 23px;
  }
  .zhiji a .fr .yaos {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
  }
  .zhiji a .fr .p3 {
    font-size: 16px;
  }
  .rightfix {
    display: none;
  }
  .anlis .anli-lizi {
    display: none;
  }
  .ban .banzi .wezis-a {
    display: none;
  }
  .ban .banzi .wenzais {
    text-align: center;
    font-size: 20px;
  }
  .anlis {
    margin: 15px;
  }
  .anlis .ans-con .col-md-4 {
    padding: 7.5px 15px;
  }
  .anlis .ans-con a .bots-a {
    padding: 15px;
  }
  .anlis .ans-con a .bots-a .anli-title {
    font-size: 16px;
  }
  .new-list-xiang {
    margin: 15px ;
    padding-top: 10px;
  }
  .xing-biao {
    font-size: 16px;
  }
  .cons-bian2 {
    margin-top: 10px;
  }
  .cs-cons1 {
    padding: 10px 0;
    font-size: 14px;
    line-height: 25px;
  }
  .xingsw {
    margin-top: 10px;
  }
  .shang {
    width: 100%;
    margin-bottom: 10px;
  }
  .chanp {
    margin: 15px;
  }
  .chanp .col-md-4 {
    padding: 7.5px 15px;
  }
  .chanp-xiang {
    margin: 15px;
  }
  .ptitle {
    margin-top: 15px;
    font-size: 16px;
  }
  .pro-xing-yao {
    font-size: 14px;
    line-height: 24px;
  }
  .chanp-xiang .xings-p span {
    line-height: 40px;
    font-size: 16px;
  }
  .chanp-xiang .chan1s {
    padding: 15px 0;
    line-height: 24px;
    font-size: 14px;
  }
  .us-cons {
    margin: 15px;
  }
  .us-cons .us-title {
    font-size: 18px;
  }
  .kehus {
    margin: 0 -7.5px;
  }
  .kehus .col-md-3 {
    padding: 7.5px ;
  }
  .lianxis,
  .gongsixinwe {
    margin: 15px;
  }
  .lianxis .lianxi-uls li .fr .add-p {
    font-size: 16px;
  }
  .lianxis .lianxi-uls li .fr .add-p1 {
    font-size: 14px;
  }
  .gongsixinwe .col-md-4 {
    padding: 7.5px 15px;
  }
  .contact {
    margin: 15px;
    padding: 10px 0;
  }
}

#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin: 30px auto;
}

#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
}

#page li:hover {
  border: 1px solid #63b530;
}

#page li:hover a {
  color: #63b530;
}

#page li a {
  color: #666;
  display: inline-block;
  padding: 5px 14px;
  text-align: center;
  margin: -5px -14px -5px -14px;
}

#page li.thisclass {
  border: 1px solid #63b530;
  background-color: #63b530;
  color: #FFFFFF
}

#page li.thisclass a {
  color: #fff;
}