﻿@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; */
}

/* 取消链接高亮  */
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: "pingfang SC ";
  color: #555;
  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;
  transform: scale(1.2);
}

.tran {
  transition: 400ms ease-in-out;
}

.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%);
}

.l0 {
  top: 50%;
  transform: translateY(-50%);
}

.cen {
  left: 50%;
  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;
}

.daohang {
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.daohang .logo-a {
  margin-top: 20px;
}

.daohang .en {
  font-size: 12px;
  line-height: 1;
  color: #989898;
  margin-top: 5px;
}

.daohang .cn {
  font-size: 17px;
  color: #464646;
  line-height: 1;
}

.daohang .tops {
  background: #009e3d;
  line-height: 40px;
}

.daohang .tops .huan {
  color: #ffffff;
  font-size: 15px;
}

.daohang .tops .dian {
  display: inline-block;
  margin-right: 30px;
  color: #fff;
  font-size: 15px;
}

.daohang .tops .dian i {
  display: inline-block;
  margin-right: 10px;
}

.daohang .tops .dian span {
  font-size: 24px;
}

.daohang .tops .logo-a {
  width: 20%;
}

.daohang .daonghang-ul {
  width: 63%;
}

.daohang .daonghang-ul>li {
  display: inline-block;
  position: relative;
  width: 14.2%;
  float: left;
  border-right: 1px solid #dcdcdc;
}

.daohang .daonghang-ul>li:first-child {
  border-left: 1px solid #dcdcdc;
}

.daohang .daonghang-ul>li>a {
  color: #000000;
  display: inline-block;
  padding: 44px 0px;
  font-size: 17px;
  font-weight:bold;
}

.daohang .daonghang-ul>li:hover,
.daohang .daonghang-ul>li.active {
  background: #8cca1d;
}

.daohang .daonghang-ul>li:hover>a .en,
.daohang .daonghang-ul>li.active>a .en,
.daohang .daonghang-ul>li:hover>a .cn,
.daohang .daonghang-ul>li.active>a .cn {
  color: #ffffff;
}

.sousuo {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  height: 67px;
}

.guan {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  width: 60%;
  line-height: 67px;
}

.guan>a {
  color: #6c6c6c;
  font-size: 15px;
  display: inline-block;
  font-weight: 400;
  margin-right: 10px;
}

.guan>a:hover {
  color: #009e3d;
}

.inps1 {
  width: 28%;
}

.inps {
  width: 100%;
  border: 1px solid #8cca1d;
  height: 39px;
  padding-left: 30px;
  margin-top: 15px;
}

.inps button {
  width: 20%;
  background: #8cca1d;
  border: none;
  height: 37px;
  color: #fff;
  line-height: 37px;
}

.inps input {
  width: 80%;
  height: 37px;
  background: transparent;
  color: #707070;
}

.inps button i {
  color: #fff;
}

.inps input::placeholder {
  color: #707070;
  font-size: 16px;
}

.zi {
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.lunbo .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.lunbo .swiper-pagination-bullet-active {
  background: #009e3d;
}

.lunbo .swiper-slide .img-phone {
  display: none;
}

.xin-r,
.xin-l {
  display: inline-block;
}

.concen {
  padding: 0 20px;
  display: inline-block;
}

.concen span {
  color: #009e3d;
}

.hrde {
  color: #009e3d;
  font-size: 64px;
  font-weight: bold;
  margin-top: 70px;
}

.h-wenzi {
  font-size: 20px;
  color: #009e3d;
  font-weight: lighter;
  margin-top: 10px;
  text-transform: uppercase;
}

.bai {
  background: #fff;
}

.ul-con {
  margin-top: 40px;
}

.ul-con li {
  width: 20%;
  float: left;
  cursor: pointer;
  display: block;
  position: relative;
}

.ul-con li .yuans {
  width: 122px;
  height: 122px;
  padding: 15px 7.5px;
  margin: auto;
  border-width: 1px;
  border-color: #e7e7e7;
  border-style: solid;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 30;
  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;
}

.ul-con li .yuans::after {
  content: "";
  border-width: 5px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  background-color: #009e3d;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  opacity: 0;
  height: 15px;
  z-index: 99;
}

.ul-con li .yuans i {
  color: #454545;
  font-size: 50px;
}

.ul-con li:hover .yuans {
  border-color: #009e3d;
}

.ul-con li:hover .yuans::after {
  opacity: 1;
}

.ul-con li:hover .yuans i {
  color: #009e3d;
}

.ul-con li p {
  color: #585858;
  height: 90px;
  font-size: 15px;
  padding: 0 17px;
  margin-top: 15px;
  text-align: center;
  line-height: 30px;
}

.pro {
  background: #f1f1f1;
  padding-bottom: 60px;
}

.pro .xins {
  border-top: 2px solid #009e3d;
  margin-top: 37px;
}

.pro .pro-l {
  width: 22%;
}

.pro .pro-r {
  width: 75%;
  margin-top: 10px;
}

.pro .pro-top {
  background: #009e3d;
  color: #fff;
  padding: 15px 0 15px 50px;
  cursor: pointer;
}

.pro .pro-top .hao {
  font-size: 25px;
  font-weight: lighter;
  line-height: 45px;
  margin-right: 10px;
}

.pro .pro-top .p1 {
  font-size: 20px;
}

.pro .pro-top .p2 {
  font-size: 12px;
  text-transform: uppercase;
}

.pr2-con {
  padding: 0 10px;
  background: #fff;
  display: none;
  border: 1px solid #eeeeee;
}

.pr2-con li {
  border-bottom: 1px solid #eeeeee;
}

.pr2-con li a {
  display: block;
  padding: 12px 15px;
}

.pr2-con li a .fl {
  color: #6c6c6c;
  font-size: 17px;
}

.pr2-con li a .fr {
  opacity: 0;
  transition: 400ms ease-in-out;
}

.pr2-con li a .fr i {
  color: #8cca1d;
  font-size: 20px;
}

.pr2-con li:hover a .fr,
.pr2-con li.active a .fr {
  opacity: 1;
}

.pro-ul>li {
  border-bottom: 1px solid #ffffff;
}

.pro-ul>li.active .pr2-con {
  display: block;
}

.pro-as {
  background: #ffffff;
  display: block;
}

.pro-as>div {
  width: 50%;
}

.pro-as>div img {
  width: 100%;
}

.pro-as>div .yusan {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: bold;
}

.pro-as>div .yunsan-yao {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.pro-as .fr {
  padding: 37px;
}

.pro-lunbo {
  border-width: 1px;
  border-color: #e8e8e8;
  border-style: solid;
}

.pro-lunbo .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: transparent;
  display: inline-block;
  border-width: 1px;
  border-color: #009e3d;
  border-style: solid;
  border-radius: 50%;
  opacity: 1;
}

.pro-lunbo .swiper-pagination-bullet-active {
  background: #009e3d;
}

.pro-lunbo .swiper-container-horizontal>.swiper-pagination-bullets,
.pro-lunbo .swiper-pagination-custom,
.pro-lunbo .swiper-pagination-fraction {
  width: auto;
  left: 55%;
}

.more {
  bottom: -18px;
  position: relative;
  background: #ffffff;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.more span {
  color: #3c3c3c;
  display: inline-block;
  padding: 0 25px;
  line-height: 36px;
  font-size: 14px;
  border: 2px solid #009e3d;
}

.pro-a {
  display: block;
  margin-top: 10px;
  background: #ffffff;
  border-width: 1px;
  border-color: #e8e8e8;
  border-style: solid;
  transition: 400ms ease-in-out;
  box-sizing: border-box;
}

.pro-a .bians {
  font-size: 17px;
  color: #3c3c3c;
  padding: 20px 0;
  position: relative;
}

.pro-a .bians::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #009e3d;
  width: 22px;
  height: 1px;
  bottom: 10px;
}

.pro-a .yaos {
  color: #3c3c3c;
  font-size: 14px;
  padding: 0 20px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pro-a:hover {
  border-width: 1px;
  border-color: #009e3d;
  transition: 400ms ease-in-out;
}

.pro-a:hover img {
  transition: 400ms ease-in-out;
  transform: scale(1.2);
}

.wai-div {
  margin: 0 -5px;
}

.wai-div .col-md-4 {
  padding: 0 5px;
  margin-bottom: 30px;
}

.qqjian {
  background: #fff;
  margin-top: 10px;
  padding: 20px 26px;
  border: 1px solid #eeeeee;
}

.qqjian .fl {
  width: 10%;
}

.qqjian .fr {
  width: 90%;
}

.qqjian .qq-p1 {
  color: #000000;
  font-size: 15px;
}

.qqjian .qq-p2 {
  color: #009e3d;
  font-size: 24px;
  margin-bottom: 10px;
}

.huozuo {
  padding-bottom: 70px;
}

.kezuos {
  margin-top: 40px;
}

.kezuos .col-md-2 {
  text-align: center;
  border-left: 1px solid #e3e1e1;
  border-bottom: 1px solid #e3e1e1;
  padding: 30px 15px;
}

.wenti {
  background: url(../img/m_023.jpg) no-repeat;
  background-size: 100% 100%;
  height: 669px;
}

.wenti .concen,
.wenti .h-wenzi {
  color: #fff;
}

.wenti-ul {
  position: relative;
  margin-top: 100px;
  height: 380px;
}

.wenti-ul li {
  position: absolute;
  display: inline-block;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.6;
}

.wenti-ul li:nth-child(1) {
  top: 18%;
  left: 11%;
  text-align: right;
}

.wenti-ul li:nth-child(2) {
  top: 46%;
  left: 3%;
  text-align: right;
}

.wenti-ul li:nth-child(3) {
  top: 80%;
  left: 10%;
  text-align: right;
}

.wenti-ul li:nth-child(4) {
  top: 18%;
  right: 14%;
  text-align: left;
}

.wenti-ul li:nth-child(5) {
  top: 50%;
  right: 5%;
}

.wenti-ul li:nth-child(6) {
  top: 82%;
  right: 2%;
}

.yuantou .yuantou-ul {
  background: #fff;
  margin-top: 80px;
}

.yuantou .yuantou-ul li {
  min-height: 300px;
  background: url(../img/9.png);
  background-size: 100% 100%;
}

.yuantou .yuantou-ul li .wenzi-con {
  padding-top: 60px;
}

.yuantou .yuantou-ul li:last-child {
  min-height: 300px;
  padding-top: 0;
}

.yuantou .yuantou-ul li:last-child .img-con {
  margin-top: 25px;
}

.yuantou .yuantou-ul li:last-child .wenzi-con {
  padding-top: 60px;
}

.yuantou .yuantou-ul li:nth-child(2n) .wenzi-con {
  float: right;
}

.yuantou .yuantou-ul li:nth-child(2n) .img-con {
  float: left;
}

.yuantou .yuantou-ul li .hsoa {
  background: url(../img/10.png);
  background-size: 100% 100%;
  width: 49px;
  height: 59px;
  line-height: 53px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.yuantou .yuantou-ul li .cons-con {
  width: 85%;
}

.yuantou .yuantou-ul li .cons-con .bianqian-p {
  line-height: 56px;
  border-bottom: 1px dashed #c8c8c8;
  font-size: 24px;
  color: #2d2d2d;
  font-weight: bold;
}

.yuantou .yuantou-ul li .cons-con .zhanyaos {
  font-size: 17px;
  color: #5d5d5d;
  line-height: 30px;
  padding: 20px 0;
}

.yuantou .yuantou-ul li:nth-child(2n) {
  background: url(../img/m_024.jpg);
}

.yuantou .yuantou-ul li .wenzi-con {
  width: 49%;
}

.yuantou .yuantou-ul li .img-con {
  width: 49%;
  position: relative;
  margin-top: -60px;
}

.fuwu-c {
  background: #f1f1f1;
  padding-bottom: 60px;
}

.fuwu-c .Service-ul {
  margin-top: 30px;
}

.fuwu-c .Service-ul li {
  width: 20%;
  float: left;
  position: relative;
  text-align: center;
}

.fuwu-c .Service-ul li .jiantou {
  font-size: 30px;
  right: -20px;
  top: 40%;
  transform: translateY(-50%);
  color: #dedede;
}

.fuwu-c .Service-ul li .jiantou i {
  font-size: 40px;
}

.fuwu-c .Service-ul li .dayuan {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  line-height: 130px;
  text-align: center;
}

.fuwu-c .Service-ul li .dayuan i {
  font-size: 70px;
  color: #333333;
}

.fuwu-c .Service-ul li .dayuan:hover {
  background: #333333;
}

.fuwu-c .Service-ul li .dayuan:hover i {
  color: #fff;
}

.fuwu-c .Service-ul li .gou {
  margin-top: 20px;
  color: #7f7f7f;
  font-size: 17px;
}

.company .concen,
.company .h-wenzi {
  color: #ffffff;
}

.company .bgs {
  background: url(../img/6.jpg);
  padding-top: 1px;
  background-size: 100% 100%;
  min-height: 630px;
}

.company-con {
  margin-top: 35px;
}

.company-con .bai {
  background: #f9f9f9;
  padding: 19px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.company-con .company-l {
  width: 48%;
}

.company-con .company-r {
  width: 49%;
}

.company-con .company-r .com-div2 {
  color: #414141;
  font-size: 17px;
  line-height: 30px;
}

.company-con .company-r .ms a {
  display: inline-block;
  color: #009e3d;
  line-height: 40px;
  margin-right: 20px;
}

.company-con .company-r .ms a:hover {
  color: #8cca1d;
}

.chejian {
  color: #000000;
  font-size: 15px;
  margin: 20px 0 0 0;
}

.che-img {
  margin: 20px -10px 10px -10px;
}

.che-img .col-md-3 {
  padding: 0 10px;
}

.xinwes {
  margin-top: 60px;
}

.xinwes .new-l {
  width: 70%;
}

.xinwes .new-r {
  width: 29%;
  background: #f0f0f0;
  padding: 15px;
}

.xinwes .new-r .new-h .fl {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
}

.xinwes .new-r .new-h .fr {
  font-size: 14px;
  font-weight: lighter;
  color: #393939;
  text-transform: uppercase;
}

.xinwes .new-r .new-h .fr a {
  color: #393939;
}

.xinwes .hrde {
  margin-top: 0;
}

.xinwes .concen {
  padding: 0;
}

.xinwes .concen span {
  border-left: 8px solid #009e3d;
  border-right: 4px solid #009e3d;
  padding: 0 20px;
}

.ul_newsiss {
  margin-top: 20px;
}

.last_newiss {
  margin-bottom: 60px;
}

.ul_newsiss li:hover img {
  transform: scale(1.2);
  transition: 600ms ease-in-out;
}

.ul_newsiss li a {
  padding: 20px 30px 20px 0px;
  border-bottom: 1px solid #dadada;
}

.ul_newsiss a {
  display: block;
}

.ul_newsiss a .fl {
  width: 34%;
}

.ul_newsiss a .fr {
  width: 64%;
}

.zhaoyaos_new {
  font-size: 14px;
  color: #888888;
  line-height: 2.143;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.das {
  font-size: 14px;
  margin-top: 20px;
  color: #888888;
}

.biaoti {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000000;
  line-height: 1.429;
}

.new-i {
  font-size: 14px;
  color: #009e3d;
}

.new-i i {
  font-size: 14px;
  color: #009e3d;
}

.ban-con {
  color: #4d4d4d;
  margin-top: 15px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.new-tii {
  padding: 20px 0;
  border-bottom: 1px solid #d3d3d3;
}

.new-tii .new-tui-p {
  margin-top: 10px;
}

.new-tii .new-tui-p .fl {
  color: #ffffff;
  font-size: 18px;
  background: #009e3d;
  line-height: 30px;
  padding: 0 30px;
}

.new-tii .new-tui-p .fr {
  color: #9c9c9c;
  font-size: 14px;
}

.ner-yao {
  color: #6d6d6d;
  font-size: 14px;
  line-height: 25px;
  margin-top: 10px;
}

.xianggua-ul {
  padding-top: 10px;
}

.xianggua-ul li {
  padding: 8px 0;
}

.xianggua-ul li a {
  font-size: 17px;
  color: #434343;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.xianggua-ul li a span {
  width: 13px;
  height: 13px;
  font-size: 12px;
  display: inline-block;
  line-height: 13px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  background-color: #656565;
}

.xianggua-ul li:hover {
  transition: 600ms ease-in-out;
}

.xianggua-ul li:hover a {
  color: #009e3d;
}

.xianggua-ul li:nth-child(1) a span,
.xianggua-ul li:nth-child(2) a span,
.xianggua-ul li:nth-child(3) a span,
.xianggua-ul li:hover a span {
  background: #009e3d;
}

.shang>div a:hover {
  color: #009e3d;
}

.lainjie-you {
  padding: 25px 0;
  color: #009e3d;
  font-size: 15px;
}

.lainjie-you a {
  font-size: 15px;
  color: #444242;
  padding: 0 17px;
  border-right: 1px solid #686666;
}

.lainjie-you a:hover {
  color: #009e3d;
}

.foot_p2 {
  font-size: 24px;
  color: #999999;
  font-weight: lighter;
  margin-top: 4px;
}

.foot_p2 span {
  font-size: 14px;
}

.foot_p3 {
  font-size: 15px;
  color: #999999;
  font-weight: lighter;
  margin-top: 4px;
}

.foot-a {
  color: #000000;
  font-size: 16px;
  font-weight: lighter;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 35px;
  background: #fff;
  margin-top: 10px;
  display: inline-block;
}

.foots_top {
  padding: 37px 0 30px 0;
  border-bottom: 1px solid #d0d0d0;
}

.foots_ul1 li:first-child {
  border-left: none;
}

.foots_ul1 li:last-child {
  border-right: none;
}

.foots_bot {
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  line-height: 35px;
  text-align: center;
  line-height: 50px;
}

footer a:hover {
  color: #fff;
}

.foot-a:hover {
  background: #015198;
}

.foot_ul>li {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: lighter;
}

.foot_ul>li a {
  font-size: 16px;
  color: #fff;
  font-weight: lighter;
}

.foot_ul>li a:hover {
  color: #000000;
}

.foot_ul>li span {
  display: inline-block;
  padding: 0 10px;
}

.foot_ul {
  display: inline-block;
}

.you {
  font-size: 16px;
  color: #fff;
  font-weight: lighter;
}

.foot_ul>li:last-child span {
  display: none;
}

.as_a {
  color: #999999;
  font-size: 15px;
  font-weight: lighter;
  line-height: 30px;
}

.as_a a {
  color: #999999;
  font-size: 15px;
  font-weight: lighter;
}

.foots {
  background: #009e3d;
}

.foots_ul1>li {
  float: left;
  padding-right: 20px;
  border-left: 1px solid #fff;
  min-height: 257px;
}

.foots_ul1>li:nth-child(2) {
  width: 20%;
}

.foot_h {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  line-height: 35px;
  display: inline-block;
}

.foot_h::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50%;
  background: #009e3d;
  bottom: 0;
  left: 0;
}

.cs_ul {
  margin-top: 15px;
}

.cs_ul>li {
  width: 50%;
  float: left;
  color: #999999;
  font-size: 15px;
  display: inline-block;
  line-height: 30px;
}

.cs_ul>li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
}

.cs_ul>li a:hover {
  color: #ffffff;
}

.foo_con {
  padding-left: 35px;
}

.lianxis {
  padding-left: 35px;
}

.conl-l {
  background: #36a360;
  padding: 20px;
  border: 4px solid #fff;
  margin-top: 20px;
}

.conl-l p {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
}

.conl-l .lin-e {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
}

.ma {
  margin-top: 20px;
}

.ma-i {
  margin-left: 10px;
}

.ma-i a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  line-height: 30px;
}

.ma-i i {
  display: inline-block;
  margin-right: 5px;
}

.position-a {
  padding: 15px 0;
  border-bottom: 1px dashed #e7e7e7;
  position: relative;
  padding-left: 15px;
}

.position-a::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 22px;
  background-color: #8cca1d;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.position-a a {
  color: #565656;
  font-size: 14px;
}

.position-a a:hover {
  color: #009e3d;
}

.pro-list {
  margin-top: 20px;
  background: #ffffff;
}

.pro-list .pro-r {
  margin-top: 0px;
}

.pro-list .pro-a {
  margin-top: 0;
  margin-bottom: 50px;
}

.pro-list .pro-a .bians {
  padding: 12px 0;
}

.pro-list .pro-a .yaos {
  line-height: 25px;
}

.pro-list .pro-a:hover .more span {
  border: 1px solid #009e3d;
}

.pro-list .more span {
  border: 1px solid #dcdcdc;
}

.map {
  margin-top: 65px;
}

.map img {
  max-width: inherit;
}

.contat {
  margin: 20px 0 70px 0;
}

.adds {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: lighter;
  line-height: 30px;
  margin-top: 10px;
}

.contat .col-md-4 i {
  color: #8cca1d;
  font-size: 75px;
}

.bixu {
  color: #262626;
  font-size: 17px;
  margin: 20px 0;
}

.reds {
  color: #e00000;
}

.inp-ul>li {
  width: 32%;
  float: left;
  margin-right: 2%;
}

.inp-ul>li:nth-child(3) {
  margin-right: 0;
}

.inp-ul>li p {
  font-size: 16px;
  font-weight: lighter;
  color: #1b1b1b;
  margin-top: 10px;
}

.inp-ul>li:last-child {
  width: 100%;
  margin-right: 0;
}

.inp-ul>li input {
  width: 100%;
  height: 42px;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
}

.inp-ul>li textarea {
  width: 100%;
  height: 160px;
  resize: none;
  margin-top: 10px;
  border: 1px solid #ebebeb;
  padding: 15px;
}

.tiajiaos {
  font-size: 15px;
  color: #fff;
  font-weight: lighter;
  line-height: 40px;
  padding: 0 50px;
  background: #8cca1d;
  border: none;
  border-radius: 30px;
  margin-top: 20px;
}

.tiajiaos:hover {
  background: #009e3d;
  transition: 600ms ease-in-out;
}

.cot-lianxi {
  margin: 20px 0;
  font-size: 17px;
}

.neirong-con {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 28px;
}

.anli-n-title {
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  margin: 20px 0;
}

.anli-n-title .fl {
  color: #009e3d;
  font-size: 24px;
  font-weight: bold;
}

.anli-n-title .fl span {
  color: #333333;
  display: inline-block;
  margin-bottom: -1px;
  border-bottom: 2px solid #009e3d;
}

.anli-n-title .fr a {
  text-transform: uppercase;
  color: #333333;
  font-weight: lighter;
  font-size: 13px;
}

.anli-n-title .fr a:hover {
  color: #009e3d;
}

.anli-img {
  width: 59%;
}

.anli-img img {
  width: 100%;
}

.anli-img .img-con {
  display: none;
}

.anli-img .img-con.active {
  display: block;
}

.anli-con {
  width: 41%;
}

.anlie-xinwen {
  padding-bottom: 60px;
}

.anlie-xinwen .date {
  color: #8cca1d;
  font-size: 12px;
}

.anlie-xinwen .data-biao {
  color: #000000;
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 24px;
}

.anlie-xinwen .an-yaos {
  color: #888888;
  margin-top: 4px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.anli-con-ul li {
  border-bottom: 1px solid #e2e2e2;
}

.anli-con-ul li a {
  padding: 22px 40px 20px 25px;
  background: #f5f5f5;
  display: block;
}

.anli-con-ul li:hover a,
.anli-con-ul li.active a {
  background: #8cca1d;
}

.anli-con-ul li:hover .date,
.anli-con-ul li.active .date,
.anli-con-ul li:hover .an-yaos,
.anli-con-ul li.active .an-yaos,
.anli-con-ul li:hover .data-biao,
.anli-con-ul li.active .data-biao {
  color: #ffffff;
}

.di-ul {
  margin-top: 25px;
}

.di-ul li {
  width: 25%;
  float: left;
  border-right: 1px dashed #dddddd;
  height: 170px;
  padding: 0 25px;
}

.di-ul li:last-child {
  border-right: none;
}

.di-ul li a {
  display: block;
}

.di-ul li a .date {
  margin-top: 5px;
}

.di-ul li a .an-yaos {
  -webkit-line-clamp: 3;
}

.di-ul li:hover a .data-biao {
  color: #8cca1d;
}

.tui-con-bot {
  background: #f0f0f0;
  padding: 50px 0;
}

.tui-con-bot .zhishi-ul {
  margin-top: 30px;
}

.tui-con-bot .zhishi-ul li {
  width: 49%;
  float: left;
  background: #ffffff;
  border: 1px solid #dedede;
  margin-bottom: 18px;
}

.tui-con-bot .zhishi-ul li:nth-child(even) {
  float: right;
}

.tui-con-bot .zhishi-ul li a {
  display: block;
}

.tui-con-bot .zhishi-ul li a .shijian {
  width: 20%;
  background: #dddddd;
  padding: 20px 0;
  text-align: center;
  transition: 400ms ease-in-out;
}

.tui-con-bot .zhishi-ul li a .shijian .p1 {
  color: #303030;
  font-size: 28px;
}

.tui-con-bot .zhishi-ul li a .shijian .p2 {
  color: #303030;
  font-size: 17px;
}

.tui-con-bot .zhishi-ul li a .weizi-cons {
  width: 77%;
  padding: 15px 15px;
}

.tui-con-bot .zhishi-ul li a .weizi-cons .p3 {
  color: #303030;
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.tui-con-bot .zhishi-ul li a .weizi-cons .p4 {
  font-size: 14px;
  color: #797979;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tui-con-bot .zhishi-ul li:hover {
  border: 1px solid #8cca1d;
}

.tui-con-bot .zhishi-ul li:hover a .shijian {
  background: #8cca1d;
}

.tui-con-bot .zhishi-ul li:hover a .shijian .p1,
.tui-con-bot .zhishi-ul li:hover a .shijian .p2 {
  color: #ffffff;
}

.newiss-uls1 {
}

.list-zhong-l {
  width: 76%;
}

.newiss-uls1 li a {
  display: block;
  padding: 0 0 30px 0px;
}

.newiss-uls1 li a .an-img {
  width: 28%;
}

.newiss-uls1 li a .anli-c {
  width: 70%;
}

.newiss-uls1 li a .anli-c .anli-biao {
  color: #000000;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.newiss-uls1 li a .anli-c .anlis-s {
  color: #747474;
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newiss-uls1 li a .anli-c .m-span {
  margin-top: 10px;
  color: #7a7a7a;
  font-size: 14px;
}

.newiss-uls1 li a .anli-c .m-span span {
  background: #b6b6b6;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  padding: 0 20px;
  display: inline-block;
  transition: 400ms ease-in-out;
}

.newiss-uls1 li:hover img {
  transition: 600ms ease-in-out;
  transform: scale(1.2);
}

.newiss-uls1 li:hover a .anli-biao {
  color: #009e3d;
}

.list-zhong-r {
  width: 23%;
}

.list-zhong-r .new-sou {
  background: #f2f2f2;
  padding: 15px 20px;
  margin-top: 35px;
}

.list-zhong-r .new-sou .sous-p {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333333;
}

.sels:focus,
.sels option:focus {
  outline: none;
}

.bg-con {
  background: #dedede;
}

.sels {
  width: 100%;
  color: #999;
  /*去掉默认的下拉三角*/
  height: 42px;
  appearance: none;
  -moz-appearance: none;
  padding-left: 20px;
  -webkit-appearance: none;
  border: none;
  /*添加下拉三角图标*/
  background: url("../img/m_032.jpg") no-repeat right center transparent;
}

.sels option {
  color: #000000;
}

.sles-con {
  margin-top: 14px;
}

.sles-con>div {
  width: 45%;
}

.sous input {
  width: 100%;
  height: 40px;
  border: 1px solid #dddddd;
  padding-left: 20px;
  margin-top: 15px;
  background: transparent;
}

.sous button {
  margin-top: 15px;
  width: 100%;
  border: none;
  height: 40px;
  line-height: 40px;
  background: #8cca1d;
  color: #ffffff;
  text-align: center;
}

.sous button:hover {
  background: #009e3d;
}

.rebiao {
  font-size: 24px;
  font-weight: bold;
  color: #656565;
}

.rebiao .fr {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8cca1d;
}

.baimqian {
  margin-top: 35px;
}

.re-a {
  margin-top: 20px;
}

.re-a a {
  display: inline-block;
  width: 31%;
  margin: 7.5px 0.5%;
  background: #dcdcdc;
  color: #6c6c6c;
  font-size: 15px;
  text-align: center;
  line-height: 38px;
  transition: 400ms ease-in-out;
}

.re-a a:hover {
  background: #009e3d;
  color: #ffffff;
}

.new-shijian {
  border-bottom: 1px dashed #9f9f9f;
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 14px;
  color: #9f9f9f;
}

.new-shijian span {
  display: inline-block;
  margin-right: 20px;
}

.new-shijian span i {
  display: inline-block;
  margin-right: 5px;
}

.new-shijian .bdsharebuttonbox a {
  background: transparent;
  margin: 0;
  padding: 0;
  height: auto;
  font-size: 14px;
  line-height: 1;
  color: #9f9f9f;
}

.biaoti-title {
  font-size: 20px;
  color: #000000;
}

.new-cons-1 {
  font-size: 15px;
  color: #525252;
  line-height: 30px;
  padding: 30px 0;
}

.shang {
  border-top: 1px solid #cccccc;
  margin: 20px 0;
}

.shang>div {
  line-height: 30px;
  border-bottom: 1px solid #cccccc;
}

.shang a>span {
  width: 4%;
  color: #9f9f9f;
}

.shang a:hover .wens {
  color: #009e3d;
}

.shang .wens {
  width: 70%;
  font-size: 13px;
  color: #525252;
}

.shang .wens span {
  color: #000000;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

.shang .wens-sj {
  width: 20%;
  font-size: 13px;
  color: #525252;
}

.cheng {
  font-size: 13px;
  color: #5e5e5e;
  padding-left: 10px;
  border-left: 4px solid #8cca1d;
  border-bottom: 1px solid #8cca1d;
  display: inline-block;
}

.abou-us1 {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 30px;
  padding-top: 20px;
}

.heijin>.fl {
  padding-right: 20px;
}

.heijin>div {
  width: 50%;
}

.heijin .jin-p {
  color: #5e5e5e;
  font-size: 21px;
  line-height: 40px;
  margin-top: 20px;
  border-bottom: 1px solid #8cca1d;
  position: relative;
}

.heijin .jin-p::after {
  content: "";
  background-color: #8cca1d;
  width: 60px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.fangs {
  padding: 20px 0;
  line-height: 30px;
}

.fangs .fang {
  width: 3px;
  background-color: #8cca1d;
  height: 3px;
  display: inline-block;
  margin: 0 10px;
}

.renyauan {
  margin-top: 50px;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.renyauan li {
  width: 33.33%;
  float: left;
  height: 88px;
  line-height: 88px;
  font-size: 15px;
  color: #656565;
  text-align: center;
  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+ */
  padding-left: 25px;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}

.renyauan li span:nth-child(1) {
  font-size: 50px;
  color: #dedede;
  display: inline-block;
  margin-right: 5px;
}

.xing-pro-top .xing-tu1 {
  width: 48%;
}

.xing-pro-top .xing-tu1 .swiper-button-next {
  background-image: url(../img/9-1.png) !important;
  right: 0;
  background-size: 100% 100%;
  width: 14px;
  height: 26px;
  margin-top: -13px;
}

.xing-pro-top .xing-tu1 .swiper-button-prev {
  background-image: url(../img/8-1.png) !important;
  left: 0;
  background-size: 100% 100%;
  width: 14px;
  height: 26px;
  margin-top: -13px;
}

.xing-pro-top .fr {
  width: 48%;
}

.xing-pro-top .fr .bdsharebuttonbox a {
  background: transparent;
  padding: 0;
  margin: 20px 0;
  font-size: 35px;
  color: #898989;
}

.xing-pro-top .pdt {
  font-size: 20px;
  color: #000000;
}

.text {
  color: #464646;
  font-size: 15px;
  line-height: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
}

.pdRight .tel {
  padding-left: 49px;
  line-height: 22px;
  background: url(../img/12.png) no-repeat;
  font-size: 16px;
  font-weight: lighter;
  position: relative;
  color: #363636;
}

.add_emali_fax {
  position: absolute;
  top: 0px;
  right: 0;
  padding-left: 20px;
}

.add_emali_fax a {
  line-height: 45px;
  padding: 0 30px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  background: #8cca1d;
}

.add_emali_fax a:hover {
  background: #009e3d;
}

.bot-ul {
  background: #eeeeee;
}

.bot-ul li {
  display: inline-block;
  color: #000000;
  font-size: 16px;
  padding: 0 20px;
  line-height: 50px;
  font-weight: lighter;
  cursor: pointer;
  position: relative;
  border-top: 2px solid #eeeeee;
}

.bot-ul li:hover,
.bot-ul li.active {
  background: #ffffff;
  color: #8cca1d;
  border-top: 2px solid #8cca1d;
}

.jianshao {
  padding: 40px 0;
  color: #606060;
  font-size: 14px;
  display: none;
  line-height: 30px;
}

.jianshao .pro1 {
  color: #000000;
  font-size: 17px;
  font-weight: lighter;
}

.jianshao.active {
  display: block;
}

.jianshao .pro-uls {
  margin-top: 0;
}

.xing-pro-bot {
  margin-top: 20px;
  border-bottom: 1px dashed #cccccc;
}

.xiangguan-con {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 20px;
  margin-bottom: 20px;
  background: #8cca1d;
}

.zixuns {
  background: #eeeeee;
  padding: 20px;
}

.zixuns .zixu-p {
  color: #000000;
  font-size: 17px;
}

.zixuns .zixu-p span {
  font-size: 20px;
}

.zixun-l {
  width: 40%;
}

.zixun-l button {
  margin-top: 20px;
  border: none;
  background: #8cca1d;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  width: 100%;
}

.zixun-l button:hover {
  background: #009e3d;
}

.zixun-r {
  width: 58%;
}

.zixun-r textarea {
  margin-top: 18px;
  width: 100%;
  border: 1px solid #cfcfcf;
  background: transparent;
  padding: 20px;
  height: 190px;
  display: none;
  opacity: 0;
  resize: none;
}

.zixun-r textarea::placeholder {
  color: #000000;
}

.zixun-ul li {
  border: 1px solid #cfcfcf;
  line-height: 37px;
  margin-top: 10px;
}

.zixun-ul li .fl {
  width: 23%;
  font-size: 13px;
  color: #6f6f6f;
  border-right: 1px solid #cfcfcf;
  padding-left: 5px;
}

.zixun-ul li .fr {
  width: 77%;
}

.zixun-ul li .fr input {
  width: 100%;
  border: none;
  background: transparent;
  padding-left: 20px;
}

.zixun-ul li .fr input::placeholder {
  color: #000000;
}

.rongyu {
  padding: 0px 0;
}

.rongyu .col-md-4 {
  padding: 15px;
  cursor: pointer;
}

.rongyu .col-md-4 .overh {
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 10px;
}

.rongyu .col-md-4:hover .overh {
  border: 1px solid #8cca1d;
}

.rongyu .col-md-4 p {
  margin: 15px 0;
  text-align: center;
  height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.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%;
}

#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.phone .index_a {
  width: 80%;
  margin-top: 8px;
}

.sidebar-menu.is-active+#wrapper {
  transform: translateX(-300px);
}

.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #009e3d;
  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: #009e3d;
  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: #8cca1d !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: #009e3d;
  padding: 16px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.mobile-foot a {
  color: #fff;
  height: 35px;
  width: 31%;
  line-height: 33px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;

  padding: 0 15px;
  font-size: 15px;
  margin: 0 1%;
  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%;
  transform: translateY(-50%);
  right: 0px;
  width: 40px;
  border-right: none;
  z-index: 99;
  border: 1px solid #dee2e7;
  background: #fff;
}

.fix_ul li {
  font-size: 12px;
  background: #fff;
  text-align: center;
  float: none;
  position: relative;
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #dee2e7;
  line-height: 40px;
  margin-bottom: 0px;
  color: #fff;
}

.fix_ul li i {
  font-size: 20px;
  color: #747679;
}

.fix_ul li:nth-child(2n) {
  background: #eee;
}

.right_div {
  transform: scale(0);
  position: absolute;
  right: 20px;
  top: 0px;
  background: #fff;
  padding: 5px;
  border-bottom: 1px solid #dee2e7;
  line-height: 30px;
  transition: all 0.4s ease-in-out;
  min-width: 140px;
  font-size:16px;
}

.fix_ul li:hover a {
  color: #848484;
}

.fix_ul li:hover .right_div {
  transform: scale(1);
  right: 40px;
  transition: all 0.4s ease-in-out;
}

.fix_ul li:hover {
  background: #007e3f;
}

.fix_ul li:hover i {
  color: #fff;
}

.danye-con {
  padding: 30px 0;
}

.danye-con .danye {
  color: #333333;
  line-height: 30px;
  font-size: 15px;
  padding: 20px 0;
}

@media (max-width: 1440px) {
  .wenti {
    height: 500px;
  }

  .wenti-ul {
    margin-top: 0px;
    height: 327px;
  }
}

@media (max-width: 1200px) {
  .qqjian .qq-p2 {
    font-size: 16px;
  }

  .anli-con-ul li a {
    padding: 8px 40px 10px 25px;
  }

  .anlie-xinwen .data-biao {
    font-size: 16px;
  }

  .sels {
    padding-left: 10px;
  }

  .qqjian .fr a {
    width: 47%;
    display: inline-block;
  }

  .pro .pro-top {
    padding: 15px 0 15px 20px;
  }

  .wenti-ul li {
    font-size: 17px;
  }

  .wenti {
    height: 450px;
  }

  .wenti-ul {
    height: 295px;
  }

  .foots_ul1>li:nth-child(2) {
    display: none;
  }

  .renyauan li {
    font-size: 13px;
  }
}

@media (max-width: 990px) {
  .anli-img {
    width: 100%;
  }

  .anli-con {
    width: 100%;
  }

  .ban-con {
    font-size: 17px;
  }

  .daohang,
  .wenti,
  footer {
    display: none;
  }

  .pro .pro-l {
    width: 100%;
  }

  .pro .pro-r {
    width: 100%;
  }

  .yuantou .yuantou-ul li .img-con {
    margin-top: 0px;
  }

  .yuantou .yuantou-ul li .wenzi-con {
    padding-top: 0px;
  }

  .yuantou .yuantou-ul li .cons-con .bianqian-p {
    font-size: 18px;
  }

  .yuantou .yuantou-ul li .cons-con .zhanyaos {
    font-size: 14px;
  }

  .yuantou .yuantou-ul li {
    min-height: 200px;
  }

  .hrde {
    font-size: 25px;
    margin-top: 20px;
  }

  .yuantou .yuantou-ul {
    margin-top: 20px;
  }

  .fuwu-c .Service-ul li .dayuan {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .fuwu-c .Service-ul li .dayuan i {
    font-size: 50px;
  }

  .fuwu-c .Service-ul li .gou {
    font-size: 11px;
  }

  .company-con .company-l {
    width: 100%;
  }

  .company-con .company-r {
    width: 100%;
    margin-top: 15px;
  }

  .company-con .company-r .com-div2 {
    font-size: 14px;
    line-height: 26px;
  }

  .chejian {
    margin: 20px 0 16px 0;
  }

  .company .bgs {
    padding-bottom: 20px;
  }

  .ul_newsiss a .fl {
    width: 100%;
  }

  .ul_newsiss a .fr {
    width: 100%;
    margin-top: 15px;
  }

  .biaoti {
    font-size: 16px;
  }

  .zhaoyaos_new {
    font-size: 14px;
    line-height: 24px;
  }

  .xianggua-ul li a {
    font-size: 14px;
  }

  .lainjie-you {
    display: none;
  }

  .phone,
  .mobile-foot {
    display: block;
  }

  .pro-list .pro-a {
    height: 350px;
  }

  .qqjian {
    margin-bottom: 10px;
  }

  .zixun-ul li .fl {
    font-size: 12px;
  }

  .zixun-l {
    float: right;
  }

  .zixun-r {
    float: left;
  }

  .list-zhong-l {
    width: 67%;
  }

  .list-zhong-r {
    width: 31%;
  }

  .newiss-uls1 li a .anli-c .anli-biao {
    font-size: 16px;
  }

  .newiss-uls1 li a .anli-c .anlis-s {
    font-size: 14px;
    line-height: 20px;
  }

  .biaoti-title {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .ban img {
    min-height: 170px;
  }

  .kezuos .col-md-2 {
    display: none;
  }

  .lunbo .swiper-slide .img-pc {
    display: none;
  }

  .lunbo .swiper-slide .img-phone {
    display: block;
  }

  .kezuos .col-md-2:nth-child(1),
  .kezuos .col-md-2:nth-child(2),
  .kezuos .col-md-2:nth-child(3),
  .kezuos .col-md-2:nth-child(4) {
    display: block;
  }

  .position {
    display: none;
  }

  .ul-con li:nth-child(5) {
    display: none;
  }

  .anlie-xinwen,
  .tui-con-bot {
    padding: 15px;
  }

  .anli-con-ul li a {
    padding: 10px;
  }

  .tui-con-bot .zhishi-ul li {
    width: 100%;
  }

  .di-ul li {
    width: 100%;
    border-right: none;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px dashed #dddddd;
  }

  .renyauan li {
    width: 100%;
  }

  .abou-us .col-md-4 {
    text-align: left;
    margin: 10px 0;
  }

  .heijin>div {
    width: 100%;
  }

  .xing-pro-top .xing-tu1 {
    width: 100%;
  }

  .jianshao {
    padding: 20px 0;
    line-height: 24px;
  }

  .xing-pro-top .fr {
    width: 100%;
    margin: 20px 0s;
  }

  .xing-pro-top .pdt {
    font-size: 17px;
  }

  .guan {
    display: none;
  }

  .pro-list .pro-a {
    height: auto;
    padding-bottom: 7px;
  }

  .inps1 {
    width: 90%;
    margin: 0 5%;
  }

  .xin-r,
  .xin-l {
    display: none;
  }

  .ul-con li {
    width: 50%;
  }

  .ul-con li p {
    font-size: 12px;
    line-height: 20px;
    height: 70px;
  }

  .pro {
    padding: 0 15px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .pro-as>div {
    width: 100%;
  }

  .pro-as .fr {
    padding: 36px 15px;
  }

  .pro-as>div .yunsan-yao {
    font-size: 14px;
    line-height: 25px;
  }

  .pro-a {
    height: auto;
    margin-bottom: 30px;
  }

  .pro-a .yaos {
    line-height: 23px;
  }

  .huozuo {
    padding: 15px;
  }

  .yuantou .yuantou-ul li:nth-child(2n) .img-con {
    float: right;
  }

  .yuantou .yuantou-ul li:nth-child(2n) .wenzi-con {
    float: left;
  }

  .yuantou .yuantou-ul li .wenzi-con {
    width: 100%;
  }

  .yuantou .yuantou-ul li .img-con {
    width: 100%;
  }

  .youshi,
  .company {
    padding: 15px;
  }

  .fuwu-c .Service-ul li {
    width: 50%;
    margin-top: 20px;
  }

  .fuwu-c .Service-ul li .gou {
    margin-top: 13px;
  }

  .fuwu-c .Service-ul li .jiantou {
    display: none;
  }

  .fuwu-c .Service-ul li:nth-child(5) {
    display: none;
  }

  .bgs {
    padding: 15px;
  }

  .xinwes .new-l {
    width: 100%;
  }

  .xinwes {
    margin: 15px;
  }

  .ul_newsiss li a {
    padding: 10px 0;
  }

  .xinwes .new-r {
    width: 100%;
    margin-top: 15px;
  }

  .rightfix {
    display: none;
  }

  .zixun-r {
    width: 100%;
    float: none;
    display: inline-block;
  }

  .zixun-l {
    width: 100%;
    float: none;
    display: inline-block;
  }

  .zixuns {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-direction: column;
  }

  .zixun-r {
    order: 1;
  }

  .zixun-l {
    order: 2;
    margin-top: 10px;
  }

  .danye-con {
    padding: 15px;
  }

  .danye-con .danye {
    line-height: 25px;
    font-size: 14px;
  }

  .list-zhong-l {
    width: 100%;
  }

  .list-zhong-r,
  .newiss-uls1 li a .an-img {
    width: 100%;
  }

  .newiss-uls1 li a .anli-c {
    width: 100%;
    margin-top: 15px;
  }

  .list-zhong {
    padding: 15px;
  }

  .shang .wens-sj {
    font-size: 12px;
  }

  .biaoti-title {
    font-size: 16px;
  }

  .new-cons-1 {
    font-size: 14px;
    line-height: 24px;
  }

  .tui-con-bot .zhishi-ul li a .shijian .p2 {
    font-size: 15px;
  }

  .tui-con-bot .zhishi-ul li a .weizi-cons .p3 {
    font-size: 16px;
  }

  .tui-con-bot .zhishi-ul li a .weizi-cons .p4 {
    font-size: 13px;
  }

  .contat {
    margin: 15px;
  }

  .neirong-con {
    font-size: 14px;
    line-height: 25px;
  }

  .inp-ul>li {
    width: 100%;
  }

  .rongyu {
    padding: 15px 7.5px;
  }

  .rongyu .col-md-4 {
    padding: 7.5px;
  }

  .rongyu .col-md-4 p {
    margin: 10px 0;
  }
}

.er-ul {
  position: absolute;
  width: 100%;
  padding: 5px 0;
  left: 0;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  background: #fff;
  opacity: 0;
  z-index: 33;
  transform: scale(0);
  transition: 400ms ease-in-out;
}

.er-ul li {
  line-height: 30px;
  width: 100%;
  display: block;
}

.daohang .daonghang-ul li .er-ul li a {
  color: #000000;
  font-size: 14px;
  display: block;
}

.er-ul li:hover {
  background: #009e3d;
}

.daohang .daonghang-ul li .er-ul li:hover a {
  color: #fff;
}

.daonghang-ul>li:hover .er-ul,
.daonghang-ul>li.active .er-ul {
  transform: scale(1);
  transition: 400ms ease-in-out;
  opacity: 1;
}




#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 #3abe91;
}

#page li:hover a {
  color: #3abe91;
}

#page li a {
  color: #666;
  display: inline-block;
  padding: 5px 14px;
  text-align: center;
  margin: -5px -14px -5px -14px;
}

#page li.active {
  border: 1px solid #3abe91;
  background-color: #3abe91;
  color: #FFFFFF
}

#page li.active a {
  color: #fff
}
.biaos11{
  margin-bottom: 30px;
}

/*网分页样式*/
.pageno{clear: both;margin:40px auto 20px auto; overflow: hidden; text-align: center;font-size:14px;}


.page-numbar .page-num {
	border: 1px solid #ccc;
	padding: 6px 15px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999;
	border-radius: 2px;
	
}
.page-numbar a{
    display: inline-block;	
}
.page-numbar .page-num:hover{background:#009e3d;color:#fff;border: 1px solid #009e3d}
.page-numbar .page-num:hover a{color:#fff;}

.pageno .page-num-current{display: inline-block;border: 1px solid #009e3d;padding:6px 15px;margin: 0 1px;background: #009e3d;color: #fff;}
.pageno .page-num-current {
	color: #FFFFFF;
}


.pageno .page-index,.pageno .page-status,.pageno .page-last{display: inline-block;border: 1px solid #ccc;padding: 6px 15px;margin: 0 1px;line-height:24px;background: #fff;color:#ccc;border-radius:2px}
.pageno .page-index a,.pageno .page-next a,.pageno .page-last a{
	color:#999;
}

.pageno .page-index:hover{background:#009e3d;color:#fff;border: 1px solid #009e3d}
.pageno .page-pre:hover{background:#009e3d;color:#fff;border: 1px solid #009e3d}
.pageno .page-next:hover{background:#009e3d;color:#fff;border: 1px solid #009e3d}
.pageno .page-last:hover{background:#009e3d;color:#fff;border: 1px solid #009e3d}

.pageno .page-index:hover a{color:#fff;}
.pageno .page-pre:hover a{color:#fff;}
.pageno .page-next:hover a{color:#fff;}
.pageno .page-last:hover a{color:#fff;}

.page-numbar>span,.page-next,.page-pre{
    display: none;
}



