@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: 16px;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none;
     */
}

.riight_div {
    position: fixed;
    top: 32%;
    right: 0;
    z-index: 9999;
    display: none !important;
  }


.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;
  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%;
}
.daohang {
  position: fixed;
  top: 0;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 99;
  line-height: 6.25rem;
}
.position {
  border-bottom: 0.0625rem solid #e6e6e6;
  line-height: 2.6875rem;
}
.position .div-a {
  padding: 0 0.625rem;
  border-left: 0.0625rem solid #e6e6e6;
  border-right: 0.0625rem solid #e6e6e6;
}
.position .fas {
  color: #6d6d6d;
  font-size: 0.9375rem;
  padding-left: 0.625rem;
}
.position .fas a {
  color: #6d6d6d;
}
.position .fas a:hover {
  color: #79b34a;
}
.contents {
  padding: 2.5rem 0;
}
.contents .left {
  width: 23%;
}
.contents .left .top-div {
  border: 1px solid #dfdfdf;
}
.contents .left .top-div .top-name {
  color: #ffffff;
  font-size: 1.4375rem;
  background: #79b34a;
  padding: 1.25rem;
}
.contents .left .top-div ul li a {
  display: block;
  color: #515151;
  font-size: 1rem;
  line-height: 3.4375rem;
  padding: 0 2.8125rem 0 1.25rem;
  overflow: hidden;
  border-top: 0.0625rem solid #dfdfdf;
}
.contents .left .top-div ul li a:after {
  content: '';
  width: 0.25rem;
  position: absolute;
  top: -100%;
  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 */
  left: 0;
  height: 100%;
  background: #79b34a;
}
.contents .left .top-div ul li a .ioc {
  right: 1.25rem;
  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%);
  color: #515151;
}
.contents .left .top-div ul li a .ioc i {
  font-size: 1.25rem;
}
.contents .left .top-div ul li:hover a,.contents .left .top-div ul li.active a  {
  color: #79b34a;
}
.contents .left .top-div ul li:hover a:after ,.contents .left .top-div ul li.active a:after {
  top: 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 */
}
.contents .left .top-div ul li:hover a .ioc,.contents .left .top-div ul li.active a .ioc  {
  color: #79b34a;
}
.contents .left .xing-div {
  border: 1px solid #dfdfdf;
  padding: 0 1.0625rem;
  margin-top: 1.25rem;
}
.contents .left .xing-div .xing-name {
  font-size: 1.25rem;
  color: #79b34a;
  padding: 1.125rem 0.625rem;
  border-bottom: 0.0625rem solid #dfdfdf;
}
.contents .left .xing-div .us1 {
  padding: 0.3125rem;
  line-height: 2.1875rem;
  color: #515151;
  font-size: 0.9375rem;
}
.contents .left .xing-div .us1 li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.contents .left .xing-div .us1 li a {
  color: #515151;
}
.contents .left .xing-div .us1 li a:hover {
  color: #79b34a;
}
.contents .left .zixuns {
  padding: 0 0.625rem 1.25rem 0.625rem;
}
.contents .left .zixuns a {
  background: #79b34a;
  padding-right: 0.625rem;
  display: inline-block;
  line-height: 3.125rem;
  color: #fff;
  font-size: 1rem;
}
.contents .left .zixuns a span {
  display: inline-block;
  padding: 0 0.625rem;
  border-right: 0.0625rem solid #fff;
}.contents .left .zixuns a:hover{
  
}
.contents .right {
  width: 73%;
}
.contents .right > div {
  padding: 1.75rem;
  border: 1px solid #dfdfdf;
}
.contents .right .bu-title {
  font-size: 1.4375rem;
  color: #326ea8;
  margin: 1.25rem 0;
}
.contents .right .about-con {
  color: #515151;
  font-size: 1rem;
  line-height: 1.875rem;
}
.you-lian {
  font-size: 0.9375rem;
  padding: 1.25rem 0 ;

  color: #797979;
}
 .you-lian a {
  color: #797979;
  padding: 0 0.625rem;
}
 .you-lian a:hover {
  color: #79b34a;
}
.foot .foot-div {
  background: #326ea8;

}
.foot .fot-div1 {
  padding: 3rem 0;
}
.foot .fot-div1 ul {
  float: left;
  margin-right: 6.0625rem;
}
.foot .fot-div1 ul li {
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 1.875rem;
}
.foot .fot-div1 ul li:nth-child(1) {
  color: #ffffff;
  font-size: 1.125rem;
}
.foot .fot-div1 ul li a {
  color: #ffffff;
}.foot .fot-div1 ul li a:hover {
  color: #79b34a;
}
.foot .fot-div1 ul li .mas {
  padding: 0.3125rem;
  background: #fff;
}
.foot .fot-div1 ul p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.875rem;
}
.foot .fot-div1 ul:last-child {
  margin-right: 0rem;
}
.foot .fot-div1 ul:last-child li {
  color: #fff;
  font-size: 1.1875rem;
}
.foot .fot-div1 ul:last-child li span {
  color: #fff;
  font-size: 1rem;
}
.foot .fot-div1 ul:last-child li a {
  margin-top: 0.625rem;
  color: #79b34a;
  line-height: 3rem;
  display: inline-block;
  background: #fff;
  padding: 00 1.25rem;
  border-radius: 0.625rem;
}
.foot .fot-div1 ul:last-child li a:hover {
  background: #79b34a;
  color: #ffffff;
}
.foot .foot-p {
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 3.75rem ;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.5);
}
.contents .case-con .bu-title {
  color: #000000;
}
.case-con {
  font-size: 1.1875rem;
  color: #000000;
}
.case-con .xings {
  color: #888888;
  font-size: 1rem;
  padding: 0 0 0.625rem 0;
}
.case-con .xians {
  margin-bottom: 1.25rem;
}
.case-con .case-div {
  font-size: 1rem;
  color: #000000;
  line-height: 1.875rem;
}
.tus-img .col-xs-6 {
  margin-bottom: 1.25rem;
}
.she-con > .row {
  margin: 0 -0.625rem;
}
.she-con > .row .col-md-4 {
  padding: 0 0.625rem;
  margin-bottom: 2.1875rem;
}
.she-a .she-title {
  font-size: 1.1875rem;
  line-height: 2.5rem;
  height: 2.5rem;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.she-a .she-title a {
  color: #000000;
}
.she-a .she-title a:hover {
  color: #79b34a;
}
.contents .right > div.chneng-anli {
  margin-top: 1.25rem;
  padding: 1.25rem 1.75rem 0.625rem 1.75rem;
}
.chneng-anli .anli-top {
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #dfdfdf;
}
.chneng-anli .anli-top .fl {
  color: #79b34a;
  font-size: 1.25rem;
}
.chneng-anli .anli-top .fr a {
  color: #000000;
  font-size: 0.875rem;
}
.chneng-anli .anli-top .fr a:hover {
  color: #79b34a;
}
.chneng-anli .an-bot {
  margin-top: 1.5rem;
}
.chneng-anli .an-bot > .row {
  margin: 0 -0.625rem;
}
.chneng-anli .an-bot > .row .col-md-3 {
  padding: 0 0.625rem;
}
.chneng-anli .an-bot > .row .col-md-3 .she-title {
  font-size: 1rem;
}
.she-imgs .swiper-button-next,
.she-imgs .swiper-button-prev {
  background: transparent;
  width: inherit;
  height: inherit;
}
.she-imgs .swiper-button-next {
  right: 0;
}
.she-imgs .swiper-button-prev {
  left: 0;
}
.she-xing-top {
  margin: -1.75rem -1.75rem 0 -1.75rem;
  border-bottom: 0.0625rem solid #e1e1e1;
}
.shebe .biao {
  padding: 1.125rem 0.625rem;
  color: #000000;
  font-size: 1.1875rem;
  border-bottom: 0.0625rem solid #e1e1e1;
}
.shebe .ne-s-she {
  margin-top: 0.625rem;
  color: #7c7c7c;
  font-size: 1rem;
  line-height: 1.75rem;
}
.shebe .zixuns {
  margin: 0.9375rem 0;
}
.shebe .zixuns a {
  color: #000000;
  font-size: 0.9375rem;
  border: 1px solid #d2d2d2;
  display: inline-block;
  line-height: 2.1875rem;
  padding: 0 1.25rem;
  border-radius: 1.25rem;
}
.shebe .zixuns a:hover {
  background: #79b34a;
  color: #ffffff;
}
.shebe .dians-con .ps1 {
  padding-left: 0.625rem;
}
.shebe .dians-con .p1 {
  font-size: 1rem;
  color: #326ea8;
}
.shebe .dians-con .p2 {
  font-size: 1.375rem;
  color: #000000;
}
.she-ul {
  margin-top: 2.1875rem;
  border-bottom: 0.0625rem solid #e1e1e1;
}
.she-ul li {
  float: left;
  color: #767676;
  font-size: 1.125rem;
  padding: 0 2.5rem;
  line-height: 3.4375rem;
  cursor: pointer;
  border-top: 0.0625rem solid #e1e1e1;
  border-left: 0.0625rem solid #e1e1e1;
}
.she-ul li:last-child {
  border-right: 0.0625rem solid #e1e1e1;
}
.she-ul li:hover,.she-ul li.active {
  background: #79b34a;
  color: #ffffff;
}
.she-dive .div1 {
  color: #878787;
  font-size: 1rem;
  line-height: 1.875rem;
  padding: 1.6875rem 0;
}
.she-dive .div1 .ys {
  color: #326ea8;
}.she-dive .div1>div{
  display: none;
}
.biaoge .ys {
  display: inline-block;
  margin: 0.625rem 0;
}
.biaoge .table thead tr {
  background: #326ea8;
}
.biaoge .table thead tr th {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  border-bottom-width: 0rem;
}
.biaoge .table tbody tr td {
  color: #878787;
  font-size: 0.875rem;
  line-height: 1.875rem;
}
.liu .liu-p {
  color: #326ea8;
  font-size: 1.25rem;
}
.aliu-uls {
  margin-top: 1.875rem;
}
.aliu-uls li {
  margin-bottom: 1.25rem;
}
.aliu-uls li:nth-child(1) {
  width: 49%;
  float: left;
}
.aliu-uls li:nth-child(2) {
  width: 49%;
  float: right;
}
.aliu-uls li input {
  width: 100%;
  height: 2.8125rem;
  border: 1px solid #e1e1e1;
  padding-left: 0.9375rem;
}
.aliu-uls li textarea {
  width: 100%;
  resize: none;
  border: 1px solid #e1e1e1;
  padding: 0.9375rem;
  height: 9.375rem;
}
.aliu-uls .ma {
  color: #8c8c8c;
  font-size: 1rem;
}
.aliu-uls .ma span {
  line-height: 2.6875rem;
  padding: 0 1.25rem ;
  border: 1px solid #e1e1e1;
  border-right: none;
}
.aliu-uls .ma input {
  width: auto;
  margin-right: 1.25rem;
}
.aliu-uls .ma a {
  color: #8c8c8c;
  font-size: 1rem;
}
.aliu-uls .ma button {
  background: #79b34a;
  color: #ffffff;
  border: none;
  padding: 0 3.75rem;
  line-height: 2.8125rem;
  font-size: 1rem;
}
.aliu-uls .ma button:hover {
  background: #326ea8;
  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-p1 {
  color: #000000;
  font-size: 1.1875rem;
  line-height: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.new-p1 a {
  color: #000000;
}
.new-p1 a:hover {
  color: #79b34a;
}
.new-p2 {
  color: #888888;
  font-size: 1rem;
  line-height: 1.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new .new-tui > .fl {
  width: 38%;
}
.new .new-tui > .fr {
  width: 60%;
}
.new .new-tui > .fr .new-p2 {
  margin-top: 0.3125rem;
  -webkit-line-clamp: 3;
}
.new .new-tui .xingta {
  margin-top: 0.3125rem;
}
.new .new-tui .xingta a {
  color: #000000;
  font-size: 0.9375rem;
  line-height: 2.5rem ;
  padding: 0 1.25rem;
  border: 1px solid #d2d2d2;
  border-radius: 1.25rem;
  display: inline-block;
}
.new .new-tui .xingta a:hover {
  color: #ffffff;
  background: #79b34a;
}
.new-ul {
  margin-top: 1.875rem;
}
.new-ul li {
  padding: 1.25rem 6.25rem 1.25rem 8.75rem;
  border-top: 0.0625rem solid #e3e3e3;
  cursor: pointer;
}
.new-ul li .data {
  left: 0;
  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%);
  background: #f0f0f0 ;
  padding: 0.5rem 1.5625rem ;
  color: #000000;
  border-radius: 0.625rem;
  text-align: center;
}
.new-ul li .data .day {
  font-size: 1.875rem;
}
.new-ul li .data .nina {
  font-size: 1rem;
  margin-top: 0.3125rem;
}
.new-ul li .in-con {
  right: 0rem;
  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%);
}
.new-ul li .in-con i {
  font-size: 2.5rem;
  color: #cccccc;
}
.new-ul li:hover .data {
  background: #79b34a;
  color: #ffffff;
}
.shnag {
  border-top: 0.0625rem solid #f0f0f0;
  margin: 2.5rem -1.75rem -1.75rem -1.75rem;
}
.shnag i {
  color: #cccccc;
  display: inline-block;

}
.shnag > div {
  padding: 1.25rem ;
  width: 50%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.shnag > div:nth-child(1) {
  border-right: 0.0625rem solid #f0f0f0;
}
.shnag a {
  color: #555555;
  font-size: 1rem;
  width: 70%;
  display: inline-block;
  line-height: 1.875rem;
  height: 1.875rem;
  text-align: left;
}
.shnag a:hover {
  color: #79b34a;
}
.ci {
  border-bottom: 0.0625rem solid #e6e6e6;
  padding: 1.125rem 0;
  line-height: 2.375rem;
  color: #616161;
  font-size: 0.9375rem;
}
.ci span {
  color: #000000;
}
.ci a {
  color: #616161;
}
.ci a:hover {
  color: #79b34a;
  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 */
}
.ci .fr {
  border: 1px solid #79b34a;
}
.ci .fr input {
  padding-left: 0.9375rem;
  width: 18.75rem;
}
.ci .fr button {
  background: #79b34a;
  border: none;
  padding: 0 1.25rem;
}
.ci .fr button:hover {
  background: #326ea8;
  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 */
}
.biaotie {
  margin-bottom: 2.25rem;
}
.biaotie .pp1 {
  color: #79b34a;
  font-size: 2.25rem;
  background: url(../img/8.png) no-repeat center center;
}
.biaotie .pp2 {
  color: #818181;
  font-size: 1rem;
  text-transform: uppercase;
}
.tui-pro {
  margin-top: 3.875rem;
}
.index-pro > .fl {
  padding: 1.875rem 0.3125rem 1.25rem 0.3125rem;
  width: 21%;
  background: #79b34a;
  border-radius: 0.625rem;
}
.index-pro > .fl .pro-p1 {
  color: #ffffff;
  font-size: 1.4375rem;
}
.index-pro > .fl .pro-p2 {
  color: #ffffff;
  font-size: 0.9375rem;
}
.index-pro > .fl .rec-div {
  background: #ffffff;
  margin-top: 0.5rem;
  padding: 0.9375rem;
  border-radius: 0.625rem;
}
.index-pro > .fl .rec-div > p {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  background: #6d6b6c;
  border-radius: 0.3125rem;
  padding: 0 1.5625rem;
  margin-top: 0.5rem;
}
.index-pro > .fl .rec-div > ul {
  line-height: 2.5rem;
  margin-top: 0.9375rem;
  border-top: 0.0625rem dashed #efefef;
}
.index-pro > .fl .rec-div > ul li {
  border-bottom: 0.0625rem dashed #efefef;
  padding: 0 1.5625rem;
}
.index-pro > .fl .rec-div > ul li a {
  display: block;
  color: #515151;
  font-size: 1rem;
}
.index-pro > .fl .rec-div > ul li a:hover {
  color: #79b34a;
}
.index-pro > .fr {
  width: 78%;
}
.index-tui-top {
  border: 1px solid #e1e1e1;
  border-radius: 0.625rem;
}
.index-tui-top .swiper-slide > .fr {
  width: 50%;
  padding: 1.875rem 6.25rem 1.875rem 1.875rem;
}
.index-tui-top .swiper-slide > .fl {
  width: 50%;
  border-right: 0.0625rem solid #e1e1e1;
}
.index-tui-top .swiper-slide > .fl img {
  border-radius: 0.625rem;
}
.index-tui-top .swiper-slide .chn-p1 {
  color: #326ea8;
  font-size: 1.25rem;
}
.index-tui-top .zt-img {
  right: 5%;
  top: -0.5625rem;
  z-index: 5;
}
.index-tui-top .yuan {
  margin-top: 0.625rem;
  color: #515151;
  font-size: 1rem;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.index-tui-top .yuan > p {
  color: #000000;
}
.index-tui-top .xoins {
  margin-top: 1.5625rem;
}
.index-tui-top .xoins a {
  color: #000000;
  font-size: 0.9375rem;
  line-height: 2.5rem ;
  padding: 0 1.25rem;
  border: 1px solid #d2d2d2;
  border-radius: 1.25rem;
  display: inline-block;
}
.index-tui-top .xoins a:hover {
  color: #ffffff;
  background: #79b34a;
}
.index-tui-top .xoins a:nth-child(1) {
  margin-right: 0.625rem;
}
.index-tui-top .swiper-button-next,
.index-tui-top .swiper-button-prev {
  background: #FFf;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  border-radius: 100%;
  border: 1px solid #cccccc;
}
.index-tui-top .swiper-button-next i,
.index-tui-top .swiper-button-prev i {
  color: #454545;
  font-size: 1.25rem;
}
.tus-chanp {
  margin: 1.25rem -0.625rem 0 -0.625rem;
}
.tus-chanp .col-md-4 {
  padding: 0.625rem;
}
.tus-chanp .she-a {
  border: 1px solid #e1e1e1;
  border-radius: 0.625rem;
  padding: 0.9375rem;
}
.tui-pro .dians-con {
  margin-top: 0.625rem;
}
.tui-pro .dians-con .ps1 {
  color: #ffffff;
  font-size: 1rem;
  padding-left: 0.625rem;
}
.tui-pro .dians-con .p2 {
  font-size: 1.1875rem;
}
.index-about {
  background: url(../img/21.jpg) no-repeat;
  padding: 3.75rem 0;
  margin-top: 4.375rem;
}
.index-about .pp1 {
  color: #fff;
}
.index-about .pp2 {
  color: #fff;
}
.index-about .guys {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.index-about .gywms {
  margin-top: 1.875rem;
}
.index-about .gywms a {
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 2.5rem ;
  padding: 0 1.25rem;
  border: 1px solid #ffffff;
  border-radius: 1.25rem;
  display: inline-block;
}
.index-about .gywms a:hover {
  color: #ffffff;
  background: #79b34a;
}
.index-about .yus1-ul {
  text-align: center;
  margin-top: 1.25rem;
}
.index-about .yus1-ul li {
  display: inline-block;
  font-size: 1.1875rem;
  margin: 0 1.5625rem ;
  color: #000000;
  cursor: pointer;
  position: relative;
  padding-bottom: 0.9375rem;
}
.index-about .yus1-ul li:hover,
.index-about .yus1-ul li.active {
  color: #ffffff;
  background: url(../img/17.png) no-repeat center bottom;
}
.yus1-con {
  margin-top: 1.875rem;
}
.yus1-con .swiper-container {
  padding-bottom: 3.125rem;
}
.yus1-con .swiper-slide img {
  border: 2px solid #fff;
}
.yus1-con .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #326ea8;
  opacity: 1;
  position: relative;
  margin-top: -0.25rem;
}
.yus1-con .swiper-pagination-bullet-active {
  width: 0.375rem;
  height: 0.375rem;
  margin: 0.125rem 0.25rem !important;
}
.yus1-con .swiper-pagination-bullet-active:after {
  content: '';
  position: absolute;
  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%);
  border-width: 0.0625rem;
  border-color: #326ea8;
  border-style: solid;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
}
.yus1-con > div {
  display: none;
}
.index-you {
  margin-top: 3.75rem;
}
.index-you .biaotie .pp1 {
  background: url(../img/12.png) no-repeat center center;
}
.indx-you-ul li {
  background: #ffffff url(../img/14.png) no-repeat center bottom;
  padding-bottom: 4.75rem;
}
.indx-you-ul li > div {
  width: 50%;
}
.indx-you-ul li > .le {
  margin-top: 3.125rem;
  padding: 0 6.25rem;
  position: relative;
}
.indx-you-ul li > .le .shu-con {
  left: 0;
  top: -1.8125rem;
}
.indx-you-ul li > .le .shu-con .shu {
  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%);
  font-size: 1.25rem;
}
.indx-you-ul li > .le .zi-con .pz1 {
  color: #000000;
  font-size: 1.25rem;
}
.indx-you-ul li > .le .zi-con .pz2 {
  color: #818181;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0.3125rem 0;
}
.indx-you-ul li > .le .zi-con .div-zi {
  padding-left: 1.375rem;
  background: url(../img/13.png) no-repeat top left;
  color: #515151;
  font-size: 1rem;
  text-align: justify;
  line-height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.indx-you-ul li:nth-child(2n) > .le {
  float: right;
  padding-right: 0;
  padding-left: 12.5rem;
}
.indx-you-ul li:nth-child(2n) > .le .shu-con {
  left: 6.25rem;
}
.indx-you-ul li:nth-child(2n) > .re {
  float: left;
}
.index-anli {
  background: url(../img/30.jpg) no-repeat;
  background-size: cover;
  padding: 4.375rem 0 3.125rem 0;
}
.index-anli .biaotie .pp1 {
  color: #fff;
}
.index-anli .biaotie .pp2 {
  color: #fff;
}
.index-anli .anlis-cond .swiper-container {
  padding-bottom: 3.125rem;
}
.index-anli .mianj-cond .swiper-container {
  padding-bottom: 3.125rem;
}
.index-anli .anlis-cond .swiper-slide> a {
  border: 2px solid #fff;
}
.index-anli .anlis-cond .swiper-slide p {
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.625rem;
}

.index-anli .mianj-cond .swiper-slide p {
  text-align: center;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.625rem;
}

.index-anli .anlis-cond .swiper-slide p a {
  color: #ffffff;
}
.index-anli .anlis-cond .swiper-slide p a:hover {
  color: #79b34a;
}
.index-anli .mianj-cond .swiper-slide p a {
  color: #ffffff;
}
.index-anli .mianj-cond .swiper-slide p a:hover {
  color: #79b34a;
}
.index-anli .anlis-cond .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #326ea8;
  opacity: 1;
  position: relative;
  margin-top: -0.25rem;
}
.index-anli .anlis-cond .swiper-pagination-bullet-active {
  width: 0.375rem;
  height: 0.375rem;
  margin: 0.125rem 0.25rem !important;
}
.index-anli .anlis-cond .swiper-pagination-bullet-active:after {
  content: '';
  position: absolute;
  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%);
  border-width: 0.0625rem;
  border-color: #326ea8;
  border-style: solid;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
}

.index-anli .mianj-cond .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #326ea8;
  opacity: 1;
  position: relative;
  margin-top: -0.25rem;
}
.index-anli .mianj-cond .swiper-pagination-bullet-active {
  width: 0.375rem;
  height: 0.375rem;
  margin: 0.125rem 0.25rem !important;
}
.index-anli .mianj-cond .swiper-pagination-bullet-active:after {
  content: '';
  position: absolute;
  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%);
  border-width: 0.0625rem;
  border-color: #326ea8;
  border-style: solid;
  border-radius: 50%;
  width: 0.75rem;
  height: 0.75rem;
}
.index-liu {
  margin: 3.75rem 0;
}
.index-liu .liu-siv {
  background: #79b34a;
  padding: 0.625rem;
  border-radius: 0.625rem;
}
.index-liu .liu-siv .pp-d {
  color: #ffffff;
  padding: 0.9375rem 0;
  font-size: 1.9375rem;
}
.index-liu .liusss {
  background: #ffffff;
  height: 20.625rem;
}
.index-liu .liusss > .fl {
  width: 59% ;
}
.index-liu .liusss > .fr {
  width: 40% ;
  padding: 1.5625rem;
}
.index-liu .liusss ul li {
  margin-bottom: 0.625rem;
  border: 1px solid #cccccc;
}
.index-liu .liusss ul li span {
  width: 10%;
  text-align: center;
  float: left;
  line-height: 2.8125rem;
}
.index-liu .liusss ul li span i {
  font-size: 1.25rem;
}
.index-liu .liusss ul li input {
  width: 90%;
  padding-left: 0.9375rem;
  height: 2.8125rem;
  width: 59% ;
  border-left: 0.0625rem solid #cccccc;
}
.index-liu .liusss ul li textarea {
  height: 6.25rem;
  padding: 0.9375rem;
  float: left;
  border: none;
  width: 90%;
  resize: none;
  border-left: 0.0625rem solid #cccccc;
}
.index-liu .liusss .bus button {
  width: 100%;
  color: #ffffff;
  border: none;
  background: #326ea8;
  text-align: center;
  line-height: 3.0625rem;
  font-size: 1.0625rem;
}
.index-liu .liusss .bus button:hover {
  background: #79b34a;
}
.index-liu .renwu {
  width: 50%;
  height: 100%;
  position: relative;
  margin-top: -7.125rem;
}
.index-liu .renwu img {
  max-width: inherit;
}
.index-liu .ern-zi {
  width: 50%;
  margin-top: 4.375rem;
}
.index-liu .ern-zi .ppp1 {
  color: #ffffff;
  font-size: 1.1875rem;
  display: inline-block;
  background: #79b34a;
  padding: 0.3125rem 0.625rem;
}
.index-liu .ern-zi .ppp2 {
  color: #000000;
  font-size: 1.6875rem;
  margin-top: 0.625rem;
}
.index-liu .ern-zi .ppp3 {
  color: #79b34a;
  font-size: 1.9375rem;
  font-weight: bold;
}
.index-liu .ern-zi .dians-con {
  margin-top: 0.9375rem ;
}
.index-liu .ern-zi .dians-con .ps1 {
  padding-left: 0.625rem ;
}
.index-liu .ern-zi .dians-con .p1 {
  color: #000000;
  font-size: 1rem;
}
.index-liu .ern-zi .dians-con .p2 {
  color: #000000;
  font-size: 1.375rem;
}
.index-new {
  margin-bottom: 4.375rem;
}
.index-new-div > div {
  width: 49%;
}
.index-new-div .index-new-tui .zi {
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  line-height: 3.4375rem;
  text-align: center;
}
.index-new-div .index-new-tui .zi a {
  color: #fff;
  font-size: 1.25rem;
}
.index-new-div .index-new-tui .zi a:hover {
  color: #79b34a;
}
.index-new-div .uis {
  margin-top: 0.3125rem;
}
.index-new-div .uis li {
  line-height: 3.125rem;
  border-bottom: 0.0625rem dashed #e2e2e2;
}
.index-new-div .uis li a {
  width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000000;
  font-size: 1.125rem;
}
.index-new-div .uis li a:hover {
  color: #79b34a;
}
.index-new-div .uis li > .fr {
  color: #595959;
  font-size: 1rem;
}
.index-new-div .dianji-div {
  border-bottom: 0.0625rem solid #326ea8;
}
.index-new-div .dianji-div .djs li {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 0 1.5625rem;
  color: #000000;
  font-size: 1.25rem;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
  line-height: 3.4375rem;
}
.index-new-div .dianji-div .djs li:hover,
.index-new-div .dianji-div .djs li.active {
  background: #326ea8;
  color: #fff;
}
.index-new-div .dianji-div .geng {
  line-height: 3.4375rem;
}
.index-new-div .dianji-div .geng a {
  color: #000000;
  font-size: 0.9375rem;
}
.index-new-div .dianji-div .geng a:hover {
  color: #79b34a;
}
.index-new-div .new-ul li .in-con {
  display: none;
}
.index-new-div .new-ul li {
  padding: 0.5rem 0rem 0.5625rem 8.75rem;
  border-top: none;
}
.index-new-div .new-ul li .new-p2 {
  color: #555555;
}
.index-new-div .new-ul {
  margin-top: 1.25rem;
}
.index-new-div .djs-con > div {
  display: none;
}
.doahnag .daohang-top {
  color: #434343;
  font-size: 0.9375rem;
  line-height: 3rem;
  border-bottom: 0.0625rem solid #e6e6e6;
}
.doahnag .daohang-top .fl span {
  color: #000000;
  font-size: 1rem;
}
.doahnag .daohang-top .fr {
  color: #434343;
  font-size: 0.9375rem;
}
.doahnag .daohang-top .fr a {
  color: #434343;
}
.doahnag .daohang-top .fr a:hover {
  color: #79b34a;
}
.doahnag .daohang-top .fr span {
  display: inline-block;
  padding: 0 0.625rem;
  font-size: 0.75rem;
}
.doahnag .daohang-cen {
  margin: 0.9375rem 0;
}
.doahnag .daohang-cen .dians-con {
  margin-top: 1.25rem;
}
.doahnag .daohang-cen .dians-con .ps1 {
  text-align: right;
  padding-right: 0.9375rem;
}
.doahnag .daohang-cen .dians-con .ps1 .p1 {
  color: #326ea8;
  font-size: 1rem;
  letter-spacing: 4px;
}
.doahnag .daohang-cen .dians-con .ps1 .p2 {
  color: #000000;
  font-size: 1.375rem;
}
.doahnag .daohang-bot {
  background: #79b34a;
  line-height: 3.4375rem;
}
.doahnag .daohang-bot .dang-ul li {
  float: left;
  width: 12.5%;
  border-left: 0.0625rem solid #fff;
  text-align: center;
}
.doahnag .daohang-bot .dang-ul li a {
  display: block;
  color: #fff;
  font-size: 1.125rem;
}
.doahnag .daohang-bot .dang-ul li:hover,
.doahnag .daohang-bot .dang-ul li.active {
  background: #326ea8;
}
.doahnag .daohang-bot .dang-ul li:last-child {
  border-right: 0.0625rem solid #fff;
}
.rong-con .col-md-4 {
  margin-bottom: 1.875rem;
}
.map {
  margin-top: 1.875rem;
}
.ds {
  cursor: pointer;
}
.searchbox {
  padding: 15px;
  background: #fff;
  width: 100%;
  top: 105px;
  border-top: 2px solid #79b34a;
  text-align: center;
  z-index: 44;
  position: fixed;
}
.displaynone {
  display: none;
}
.searchs {
  max-width: 600px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.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: #79b34a;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}
.phone {
  box-shadow: 0px 0px 5px rgba(200, 203, 204, 0.5);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
}
.phone .container > .fl {
  width: 155px;
}
#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.phone .index_a {
  width: auto;
  margin-top: 0px;
  line-height: 70px;
}
.sidebar-menu.is-active + #wrapper {
  transform: translateX(-300px);
}
.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #79b34a;
  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: #79b34a;
  transition: right 0.5s;
  z-index: 99999;
}
.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}
.sidebar-menu__header {
  height: 50px;
  background: transparent;
  z-index: auto;
  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: #528c23 !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: #79b34a;
  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: 70%;
  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;
  text-align: center;
  float: none;
  position: relative;
  width: 40px;
  cursor: pointer;
  height: 40px;
  padding: 5px 0;
  background: #ffffff;
  margin-bottom: 0px;
  color: #ffffff;
  border-bottom: 1px solid #dee2e7;
}
.fix_ul li:nth-child(2n) {
  background: #f2f2f2;
}
.fix_ul li:last-child {
  border-bottom: none;
}
.fix_ul li:hover {
  background: #79b34a;
  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 i {
  font-size: 20px;
  color: #6a6a6a;
}
.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  min-height: 40px;
  -o-transform: scale(0);
  position: absolute;
  color: #6a6a6a;
  right: 40px;
  top: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 5px;
  line-height: 30px;
  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 */
  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: 60px;
  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: #79b34a;
}
.fix_ul li:hover i {
  color: #fff;
}
@media (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .tui-pro .dians-con {
    display: none;
  }
  .indx-you-ul li > .le {
    width: 60%;
  }
  .indx-you-ul li > .re {
    width: 40%;
  }
  .indx-you-ul li {
    padding-bottom: 7.75rem;
  }
  .indx-you-ul li > .le .shu-con {
    width: 4.166666666666667rem;
    height: 4.166666666666667rem;
  }
  .indx-you-ul li:nth-child(2n) > .le {
    padding-left: 7.5rem;
  }
  .indx-you-ul li:nth-child(2n) > .le .shu-con {
    left: 2.25rem;
  }
  .index-liu .renwu img {
    width: 100%;
  }
  .index-liu .ern-zi .ppp2 {
    font-size: 1.5rem;
  }
  .index-liu .ern-zi .ppp3 {
    font-size: 1.8rem;
  }
  .foot .foot-div,
  .doahnag,
  .rightfix {
    display: none;
  }
  body {
    padding: 70px 0 51px 0;
  }
  .phone,
  .mobile-foot {
    display: block;
  }
}
@media (max-width: 767px) {
	
.riight_div {
   
    display: block !important;
  }

  .ci {
    padding: 1.25rem;
  }
	
  .ci .fl {
    display: none;
  }
  .ci .fr {
    width: 100%;
  }
  .ci .fr input {
    width: 83%;
    float: left;
  }
  .ci .fr button {
    width: 16%;
    float: right;
  }
  .index-pro > .fl {
    display: none;
  }
  .index-pro > .fr {
    width: 100%;
  }
  .tui-pro {
    padding: 1.25rem;
    margin-top: 1.25rem;
  }
  .index-tui-top .swiper-slide > .fl {
    width: 100%;
    border-right: none;
  }
  .index-tui-top .swiper-slide > .fr {
    width: 100%;
    padding: 1.25rem;
  }
  .tus-chanp .col-sm-4 {
    margin-bottom: 1.25rem;
    padding: 0rem 0.5rem;
  }
  .index-about,
  .index-you,
  .index-anli,
  .index-new {
    margin-top: 0rem;
    padding: 2rem 1.25rem;
  }
  .indx-you-ul li > .le {
    width: 100%;
    padding-right: 0;
  }
  .indx-you-ul li > .re {
    width: 100%;
    margin-top: 1.25rem;
  }
  .indx-you-ul li {
    background: #ffffff;
  }
  .indx-you-ul li:nth-child(2n) > .le {
    padding-left: 6.25rem;
  }
  .indx-you-ul li:nth-child(2n) > .le .shu-con {
    left: 0;
  }
  .biaotie {
    margin-bottom: 1.25rem;
  }
  .indx-you-ul li {
    padding-bottom: 0.75rem;
  }
  .index-liu,
  .position {
    display: none;
  }
  .index-new-div > div {
    width: 100%;
  }
  .index-new-div > div.fr {
    margin-top: 1rem;
  }
  .foot .you-lian {
    padding: 1.25rem;
  }
  .index-new {
    margin-bottom: 0.625rem;
  }
  .contents .left {
    display: none;
  }
  .contents .right {
    width: 100%;
  }
  .contents .right > div {
    padding: 1.25rem;
    border: none;
  }
  .contents {
    padding: 0 0  2.5rem 0;
  }
  .rong-con > .row {
    margin: 0 -7.5px;
  }
  .rong-con > .row .col-md-4 {
    padding: 0 7.5px;
    margin-bottom: 1.25rem;
  }
  .shnag > div {
    padding: 0px 5px;
    line-height: 24px;
    height: 24px;
    position: relative;
    padding: 0 30px;
    width: 100%;
    text-align: left;
  }
  .shnag i {
    position: absolute;
    left: 0;
    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%);
  }
  .shnag {
    margin: 1.25rem 0;
  }
  .shnag > div:nth-child(1) {
    margin-top: 1.25rem;
  }
  .new .new-tui > .fl {
    width: 100%;
  }
  .new .new-tui > .fr {
    width: 100%;
    margin-top: 1.25rem;
  }
  .she-xing-top {
    margin: 0;
    padding-bottom: 1rem;
  }
  .aliu-uls .ma button {
    margin-top: 1rem;
    padding: 0 1.75rem;
  }
  .she-con > .row .col-md-4 {
    margin-bottom: 1.1875rem;
  }
	
}

#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 #79b34a;
}

#page li:hover a {
  color: #79b34a;
}

#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 #79b34a;
  background-color: #79b34a;
  color: #FFFFFF
}

#page li.thisclass a {
  color: #fff
}.anlis-cond   .swiper-slide a {
  overflow: hidden;
  display: block;
}
.anlis-cond  .swiper-slide a>img:hover{
  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);

}
.she-a .overh a{
  display:  block;
}.she-a .overh a img{
  width: 100%;
}
.rong-con .col-md-4 >p{
text-align: center;    display: -webkit-box;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
line-height: 30px;
height: 30px;
overflow: hidden;
}.logo-zi{
  font-size: 1.5rem;

  font-weight: bold;
}.index-tui-top .swiper-slide{
  background: #fff;
}
.yous-div{
  font-size: 1rem;    color: #555555;
}.yous-div a{
  color: #555555;
}.yous-div a:hover{
  color: #79b34a;
}




 