html {
  font-size: 10px;
}

body {
  padding-top: 110px;
}

strong {
  font-weight: bolder !important;
}

/* 导航菜单 */

.artboard {
  height: 44px;
  cursor: pointer;
  height: 44px;
  /* padding-top: 36px; */
}

.overlay {
  /* height: 24px; */
  transition: 0.4s linear;
  transition: 0.8s 0.1s cubic-bezier(0.6, -0.46, 0.21, 1.3);
}

.artboard,
.artboard .overlay {
  display: flex;
  width: 36px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  height: 112px;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.artboard .line,
.artboard .line:after,
.artboard .line:before {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: #000;
  transition: 0.4s cubic-bezier(1, -0.81, 0.17, 1.2);
}

.artboard .line:before {
  top: -10px;
}

.artboard .line:after,
.artboard .line:before {
  position: relative;
  display: flex;
  content: "";
}

.artboard .line:after {
  bottom: -6px;
  float: right;
}

.artboard .line,
.artboard .line:after,
.artboard .line:before {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background: #000;
  transition: 0.4s cubic-bezier(1, -0.81, 0.17, 1.2);
}

.artboard:hover .line:after,
.artboard:hover .line:before {
  width: 15px;
}

.artboard:hover .line:after,
.artboard:hover .line:before {
  width: 15px;
}

.artboard.active .overlay {
  transform: rotate(180deg);
}

.artboard.active .line {
  width: 24px;
  transform: rotate(-45deg);
}

.artboard.active .line:before {
  top: 0;
}

.artboard.active .line:after,
.artboard.active .line:before {
  width: 24px;
  transform: rotate(-90deg);
}

.artboard.active .line:after {
  bottom: 4px;
}

.artboard.active .line:after,
.artboard.active .line:before {
  width: 24px;
  transform: rotate(-90deg);
}

.pcheader_con {
  /* padding: 0 90px; */
  padding: 0 50px;
}

.pcheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 112px;
  line-height: 112px;
  background-color: #fff;
  z-index: 9999;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.header_search {
  cursor: pointer;
}

.header_search .iconfont {
  font-size: 2.2rem;
  color: #000;
  margin: 0 36px 0 30px;
  font-weight: 800;
}

.language {
  font-size: 1.8rem;
  color: #000000;
}

.language .red {
  color: #e70010;
}

.language a {
  font-weight: 800;
  color: #000000;
}

.pccd_ul>li {
  font-size: 1.525rem;
  font-weight: normal;
  letter-spacing: 0px;
  float: left;
  cursor: pointer;
}

.pccd_ul>li a {
  display: block;
  padding: 0 20px;
  position: relative;
}

.pcheader.active {
  background: #fff !important;
  line-height: 85px;
  height: 85px;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  color: #000 !important;
  border-bottom: 1px solid rgba(181, 181, 181, .22);
}

.pcheader.active .artboard,
.pcheader.active .artboard .overlay {
  height: 90px;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.pccd_ul>li a::before {
  position: absolute;
  bottom: 0;
  content: "";
  left: 0;
  height: 4px;
  background-color: #e70010;
  display: block;
  width: 0;
}

.pccd_ul>li:hover::before {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  width: 100%;
}

.pccd_ul>li>a {
  font-weight: 800;
  color: #000000;
}

.pccd_ul>li.active>a {
  color: #fff;
  display: block;
}

.pccd_ul>li.active>a::before,
.pccd_ul>li:hover>a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background-color: #e70010;
}

.pccd_ul>li:hover>a,
.pccd_ul>li>a:hover {
  color: #fff !important;
}


/* 手机导航 */

.phonenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0;
  background: #fff;
  line-height: 60px;
  height: 60px;
  display: none;
}

.banner_text {
  position: absolute;
  top: 30%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.banner_text p:nth-child(1) {
  font-family: "书体坊安景臣钢笔行书";
  /* font-family: "../fonts/书体坊安景臣钢笔行书.TTF"; */
  font-size: 7rem;
  line-height: 80px;
  color: #ffffff;
}

.banner_text p:nth-child(2) {
  font-family: Alibaba-PuHuiTi-B;
  font-size: 2.4rem;
  line-height: 36px;
  color: #ffffff;
  margin-top: 30px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: auto;
  top: 24%;
}

.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: solid 1px rgba(248, 251, 249, 0.55);
  background-color: transparent;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background-color: #7abd2a;
  border: 1px solid #7abd2a;
}

.scrll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 10px;
  z-index: 44;
  text-align: center;
  cursor: pointer;
}

.scrll>p {
  color: #ffffff;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.scrll img {
  animation: myfirst 1s infinite;
  width: 50%;
}

@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(0px, -10px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}


/* 右侧导航栏 */

.rightfix {
  position: fixed;
  top: 50%;
  right: 0px;
  width: 60px;
  border-right: none;
  transform: translateY(-50%);
  z-index: 99;
  border: 1px solid #dee2e7;
  background: #fff;
  display: block;
}

.fix_ul li {
  font-size: 14px;
  text-align: center;
  float: none;
  position: relative;
  width: 60px;
  cursor: pointer;
  height: 60px;
  padding:   0;
  background: #fff;
  margin-bottom: 0px;
  color: #ffffff;
  border-bottom: 1px solid #dee2e7;
}

.fix_ul li:last-child {
  display: none;
}

.fix_ul li i {
  font-size: 26px;
  color: #b0b0b0;
}

.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  min-height: 60px;
  -o-transform: scale(0);
  position: absolute;
  color: #6a6a6a;
  right: 60px;
  top: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 0 5px;
  line-height: 60px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  min-width: 140px;
}

.fix_ul li:hover {
  background: #e5dbdb;
}

.fix_ul li:hover {
  background: #e5dbdb;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}

.fix_ul li:hover i {
  color: #000;
}

.fix_ul li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  right: 60px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
}


/* 下拉菜单 */

.xiala {
  display: none;
  position: absolute;
  top: 112px;
  left: 0;
  background-color: rgba(255, 255, 255, .8);
  width: 100%;
  border-top: 2px solid #e70010;
}

.xiala_ul li {
  float: left;
}

.pcnavactive .xiala {
  top: 65px;
}

.pccd_ul li:hover .xiala {
  display: block;
  opacity: 1;
  transition: all .6s;
}

.zhongjianzhi {
  margin: 15px auto;
  display: flex;
  justify-content: center;
}

.xiala li {
  height: 54px;
  line-height: 54px;
  /* width: 250px;
    padding: 0 30px;
    cursor: pointer;
    border-bottom: 1px solid #eae8e8; */
  font-size: 1.8rem;
}

.xiala li a:hover {
  color: #fff !important;
}

.xiala li:hover {
  transition: all .4s;
  position: relative;
  background: #e700108a;
}

.xiala li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #e70010;
  transition: all .4s;
  display: none;
}

.xiala li:hover::before {
  width: 100%;
  transition: all .4s;
}

.xiala li:hover a {
  color: #fff !important;
  transition: all .4s;
}

.xiala li a {
  display: block;
  color: #000;
}

.xiala_fl2 {
  width: 305px;
  padding-left: 54px;
  padding-bottom: 30px;
  display: none;
}

.xiala_fl2 a {
  font-size: 1.6rem;
}

.xiala_fl2_show {
  display: block;
}

.xiala_fl2 p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  line-height: 26px;
  margin: 25px 0;
  color: #e70010;
}

.xiangqing {
  line-height: 30px;
  display: block;
}


/* * 发展历程 */

*/ .development {
  padding: 95px 0 75px 0;
}

.development_fl {
  float: left;
  text-align: center;
  width: 15%;
  position: relative;
}

.development_fl::after {
  position: absolute;
  left: 45.5%;
  top: 15%;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  transform: translate(-50%, 55%);
  background: url(../image/15.png) no-repeat;
  background-size: 100%;
}

/* .one_history .development_fl::after {
  padding-top: 155px;
}.one_history .list_lsyg_ninfen {
  padding-top: 74px;
}
.one_history .development_rig .name {
  margin: 10px 0 0;
} */
.development_rig {
  width: 100%;
  position: relative;
  padding: 0 0 0 150px;
}

.development_wid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 129px;
  background: url(../image/14.png);
  width: 10px;
  height: 100%;
  z-index: -1;
  display: block;
}

.development_wid {
  padding: 0 0 30px 0;
  position: relative;
}

.development_rig .name {
  font-size: 2.2rem;
  line-height: 50px;
  background: #F2F2F2;
  padding: 0 15px;
  margin-bottom: 10px;
}

.development_rig .content {
  font-size: 1.6rem;
  line-height: 36px;
  background: #fbfbfb;
  padding: 15px;
}

.development_rig .content p {
  position: relative;
  padding-left: 20px;
}

.list_lsyg_ninfen {
  width: 5%;
  font-size: 3rem;
}

.development_rig_wid {
  width: 100%;
  padding: 20px;
  background-color: #f6f6f6;
}

.development {
  margin: 0 0 20px 0;
}

.development_rig_wid:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.development_rig_wid>div:nth-of-type(1) {
  width: 22%;
  float: left;
}

.development_size {
  padding-left: 32px;
  width: 78%;
  float: left;
}

.development_size>p:nth-of-type(1) {
  font-size: 1.75rem;
  color: #000;
  font-family: "Dosis";
}

.development_wid .development_size:hover>p:nth-child(1) {
  color: #e70010;
}

.development_size>p:nth-of-type(2) {
  color: #494949;
  font-size: 1.4rem;
  margin-top: 15px;
}

.development_rig_wid {
  margin-bottom: 30px;
}

.development_wid>.clearfix {
  margin-left: 5%;
}


/* 手机菜单 */

.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #e7e9eb;
  z-index: 9999;
  transition: 0.6s;
}

.sidebar-menu__header {
  height: 50px;
  background: #7abd2a;
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff !important;
  margin-right: 105px;
}

.sidebar-menu .sidebar-menu__header {
  line-height: 35px;
  color: #646060;
  font-size: 20px;
}

.sidebar-menu .sidebar-menu__header .iconfont {
  font-size: 20px;
}

.sidebar-menu__list {
  position: fixed;
  top: 65px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  background: #fff;
  list-style-type: none;
  border-top: 1px solid #cec7c7;
}

.sidebar-menu__item:first-child {
  border-top: 0
}

.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
  display: block;
  padding: 15px 25px;
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.1s 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: #eff2f6 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #000 !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(100%);
  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::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;
}

.phonenav .side-menu-trigger .iconfont {
  font-size: 26px;
  margin-left: 10px;
}


/* 首页的第一部分 */

.index_first {
  padding: 114px 0 77px 0;
  background-color: #eff3f6;
}

.index_first_con .fl {
  width: 30%;
  position: relative;
  /* top: 47px; */
  height: 100%;
  padding-top: 47px;
}

.index_first_con .fl::before {
  content: "";
  position: absolute;
  top: 0;
  right: -55px;
  border: solid 12px #7abd2a;
  width: 100%;
  height: 91%;
  z-index: -1;
}

.index_first_con .fr {
  width: 70%;
  padding-left: 10%;
}

.index_first_fr_futitle {
  font-size: 2.8rem;
  line-height: 30px;
  color: #e70010;
}

.index_first .title {
  margin: 20px 0 30px 0;
}

.title {
  font-size: 3.6rem;
  line-height: 48px;
  color: #000000;
  font-weight: 600;
}

.futitle {
  font-size: 1.8rem;
  line-height: 30px;
  color: #696969;
  margin-top: 10px;
}

.index_first_fr_content {
  font-size: 1.6rem;
  line-height: 30px;
  color: #000000;
  text-align: justify;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.more {
  width: 139px;
  height: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #e70010;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  display: block;
  border: 1px solid #e70010;
}

.index_first .swiper-pagination {
  position: absolute;
  bottom: 8%;
  top: auto;
  left: 12%;
}

.index_first .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  margin: 0 4px;
  opacity: 1;
}

.index_first .swiper-pagination-bullet-active {
  background-color: #7abd2a;
}

.index_jaizhi_swiper .swiper-slide {
  height: 490px;
  overflow: hidden;
}

.index_jaizhi_swiper .swiper-slide img {
  height: 490px;
  overflow: hidden;
}


/* .index_jaizhi_swiper .swiper-slide.active {
	width: 33.3%;

} */

.index_second_ul li:last-child {
  border: none;
}

.index_jaizhi_swiper .swiper-slide.active {
  width: 40% !important;
}

.index_jaizhi_swiper .swiper-slide.active .index_second_hide {
  display: block;
}

.index_jaizhi_swiper .swiper-slide.active .index_second_fenlei {
  display: none;
}

.index_second_hide {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(122, 189, 42, .82);
}

.index_second_hide_con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 80px;
  width: 100%;
}

.index_second_con {
  font-size: 1.6rem;
  line-height: 30px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.index_second_hide .index_second_title {
  padding-left: 0;
}

.index_second_a {
  margin: 30px auto 0;
  display: table;
}

.index_second_a a {
  background-color: #fff;
  color: #424342;
  border: 1px solid #fff;
}

.index_third {
  position: relative;
}

#output {
  width: 100%;
  height: 684px;
}

.color {
  width: 120px;
  height: 20px;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  margin-left: -60px;
  bottom: 20px;
}

.color li {
  float: left;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: #ccc;
  box-shadow: 0 0 4px #fff;
  list-style: none;
  cursor: pointer;
}

.index_third .index_third_list3 {
  position: absolute;
  top: 120px;
  z-index: 999;
  width: 100%;
}

.index_third_list {
  background-color: rgba(238, 238, 238, 0.18);
  padding: 160px 40px 200px;
}

.index_third_title {
  font-size: 3rem;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
}

.index_third_con {
  font-size: 1.8rem;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
}

.index_second {
  padding: 15px 0;
}

.lines {
  /* width: auto;
  height: 5px;
  background-color: #eff3f6;
  border-radius: 3px;
  border: solid 1px #7abd2a; */
  margin: 15px auto 45px;
}

.index_second_fenlei {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.55);
  height: 82px;
  width: 100%;
}

.index_second_title {
  font-size: 2.4rem;
  line-height: 30px;
  color: #ffffff;
  line-height: 82px;
  padding-left: 37px;
}

.index_second_hide {
  display: none;
}

.index_four {
  padding: 60px 0 70px 0;
  background-color: #fff;
}

.dian {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dian .iconfont {
  color: #e60012;
}

.dian>div span:nth-child(2) {
  line-height: 18px;
  height: 18px;
  border-radius: 9px;
  border: solid 1px #d8d2d2;
  padding: 0 10px;
  font-size: 1.4rem;
}

.dian>div {
  position: absolute;
}

.dain1 {
  top: 34%;
  left: 19%;
}

.dain2 {
  bottom: 26%;
  left: 29%;
}

.dain3 {
  top: 24%;
  left: 54%;
}

.dain4 {
  top: 28.3%;
  left: 52%;
}

.dain5 {
  top: 31%;
  left: 51%
}

.dain6 {
  top: 38%;
  left: 45%;
}

.dain7 {
  top: 39.5%;
  left: 55%;
}

.dain8 {
  top: 40%;
  right: 33%;
}

.dain9 {
  top: 50%;
  right: 33%;
}

.dain10 {
  top: 26%;
  right: 19%;
}

.dain11 {
  top: 44%;
  right: 26%;
}

.dain12 {
  top: 34%;
  right: 16%;
}

.dain13 {
  top: 51%;
  right: 22%;
}

.dain14 {
  top: 61%;
  right: 19%;
}

.dain15 {
  top: 40%;
  right: 19%;
}

.dain15 span {
  display: none;
}

.dain16 {
  top: 68%;
  right: 10%;
}

.dain21 {
  top: 48%;
  right: 27%;
}

.dain17 {
  top: 36.4%;
  left: 52%;
}

.dain18 {
  top: 43%;
  right: 12%;
}

.dain23 {
  top: 31%;
  left: 67%;
}

.dain19 {
  top: 54%;
  left: 22%;
}

.dain20 {
  display: none;
}

.dain24 {
  top: 34%;
  left: 47%;
}

.dain22 {
  top: 59%;
  left: 49%;
}


/* 新闻中心 */

.index_five {
  background-color: #eff3f6;
  padding: 90px 0;
}

.index_five_fl,
.index_five_fr {
  width: 50%;
}

.index_five_fl {
  padding-right: 2%;
  border-right: 1px solid #bfbfbf;
}

.index_five_fl>div {
  display: none;
}

.index_five_fl>div.active {
  display: block;
}

.index_five_fr {
  padding-left: 2%;
}

.index_data {
  font-size: 3.6rem;
  line-height: 30px;
  color: #000000;
  margin-top: 5px;
}

.index_year {
  font-size: 1.4rem;
  line-height: 24px;
  color: #000000;
}

.index_news_con {
  padding: 21px 0 28px 0;
}

.index_five_fl .index_news_con {
  padding-bottom: 0;
}

.index_news_con .fl {
  width: 15%;
  border-right: 1px solid #bfbfbf;
  padding: 10px 15px 10px 0;
}

.index_six_swiper {
  padding-bottom: 15px;
}

.index_news_con .fr {
  width: 85%;
  padding-left: 15px;
}

.index_five_fr_hide {
  display: none;
}

.index_five_fr_hide.active {
  display: block;
}

.index_news_title {
  font-size: 1.8rem;
  line-height: 26px;
  color: #343433;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.index_news_content {
  font-size: 1.4rem;
  line-height: 24px;
  color: #807f7f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  padding-top: 4px;
}

.index_five_ul li {
  width: 139px;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
  text-align: center;
  float: left;
  margin-right: 5px;
}

.index_five_ul li {
  font-size: 1.6rem;
  color: #000000;
  cursor: pointer;
}

.index_five_ul li.active {
  background-color: #78bc27;
  color: #fff;
}

.index_five_ul li:hover {
  color: #78bc27;
}

.index_five_ul li.active:hover {
  color: #fff !important;
}

.index_five_fr .index_news_con {
  border-bottom: 1px dashed #807f7f;
  padding: 13px 0;
  cursor: pointer;
}

.index_five_fr .index_news_con:last-child {
  border-bottom: none;
}

.index_news_con:hover .index_news_title {
  color: #e70010;
  transition: all .6s;
  transform: translateX(15px);
}

.index_six {
  background-color: #fff;
  padding: 30px 0 25px 0;
}

.index_six .swiper-wrapper {
  padding: 0 0 40px 0;
}

.index_six .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #e5e5e5;
  display: inline-block;
  border-radius: 100%;
  opacity: 1;
}

.index_six .swiper-pagination-bullet-active {
  background-color: #7cbe2d;
}

.serch_line {
  background: #e70010;
  width: 100%;
  height: 2px;
}

.searchbox {
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  width: 100%;
  top: 112px;
  text-align: center;
  z-index: 9999;
  position: fixed;
}

.displaynone {
  display: none;
}

.searchs {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
}

.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: 14px;
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
  box-sizing: border-box;
}

.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #e70010;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}


/* 二级菜单 */

.erjicaidan {
  height: 100%;
  background: #fff;
  position: fixed;
  top: 110px;
  border-top: 2px solid #e70010;
  left: 0;
  z-index: 9999;
  width: 100%;
  /* opacity: 0; */
  display: none;
}

.ejcd_title_span {
  font-size: 24px;
  line-height: 32px;
  color: #e70010;
  font-weight: 500;
  letter-spacing: 2px;
}

.ejcd_left_title {
  width: 30%;
  max-width: 160px;
  font-size: 24px;
  line-height: 32px;
  color: #e70010;
  font-weight: 500;
  letter-spacing: -2px;
  padding-bottom: 7px;
  border-bottom: 2px solid #e70010;
}

.ejcd_ul {
  margin-top: 50px;
}

.ejcs_li {
  margin-bottom: 35px;
}

.ejcs_li ul {
  width: 78%;
  padding-left: 7%;
}

.ejcs_li ul li {
  float: left;
  width: 29.3%;
  margin: 0 2%;
  line-height: 50px;
  max-height: 50px;
  padding-bottom: 9px;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}

.ejcs_li ul li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 24px;
  color: #272727;
  letter-spacing: -0.75px;
  font-weight: 300;
  text-align: center;
}

.ejcs_li ul li a:hover {
  color: #7abd2a;
}

.footer_fl {
  width: 37.6%;
  padding-right: 56px;
  color: #fff;
}

.footer_fl_ul li {
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.footer_fr {
  width: 62.4%;
  padding-left: 90px;
}

.footer_fr_ul li {
  float: left;
  width: 16.6%;
}

footer {
  position: relative;
  /* padding: 30px ​0 30px; */
  padding: 30px 0;
}

footer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 41.25%;
  height: 100%;
  content: "";
  display: block;
  background-color: #c5c5c5;
  z-index: -1;
}

footer::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 58.75%;
  height: 100%;
  content: "";
  display: block;
  background-color: #CBCCCE;
  z-index: -1;
}
.footer_fr_ul li .footer_fr_namem {
      line-height: 20px;
  height: 40px;
  font-size: 1.6rem;
}
.footer_fr_ul li a {
  font-size: 1.3rem;
  line-height: 26px; 
  color: #fff;
  display: block;
}

.footer_fr_ul li div a{
  font-size: 1.3rem;
  line-height: 30px;
  color: #ffffff;
  margin: 10px 0 10px;
}

.footer_fl_jieshao {
  font-size: 1.4rem;
  line-height: 24px;
  color: #fff;
  margin: 30px 0 25px;
}

.bdshare-button-style0-16 {
  zoom: 1;
}

.news_xq_fx {
  display: none;
}

.bdsharebuttonbox span {
  /* line-height: 40px; */
  display: inline-block;
  font-size: 1.8rem;
}

.bdsharebuttonbox .iconfont {
  background: transparent !important;
  font-size: 3rem !important;
  color: #c5c5c5 !important;
  margin: 0 !important;
  margin-right: 10px !important;
  padding-left: 0 !important;
  float: none !important;
  width: 40px !important;
  height: 40px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  line-height: 40px !important;
}

.bdsharebuttonbox a.iconfont {
  display: inline-block !important;
  background-color: rgba(203, 203, 203, 0.14) !important;
  border-radius: 3px;
}

.footer_fr_bot_name {
  font-size: 1.8rem;
  line-height: 30px;
  color: #ffffff;
  margin: 20px 0 15px;
}

.footer_fl_ul {
  margin-bottom: 30px;
}

.footer_fr form input {
  width: 60%;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 3px 0 0 3px;
  font-size: 1.4rem;
  color: #8e8e8e;
  /* opacity: 0.26; */
  padding: 0 20px 0;
  border: none;
  height: 50px;
  line-height: 50px;
}

.footer_fr form button {
  width: 20%;
  background-color: #78bc27;
  color: #fff;
  font-size: 1.8rem;
  border: none;
  height: 50px;
  line-height: 50px;
  border-radius: 0px 3px 3px 0;
}

.beian {
  background-color: #cbccce;
  border-top: 1px solid #c5c5c5;
  height: 50px;
  line-height: 50px;
  color: #fff;
}

.beian a,
.beian span {
  font-size: 1.4rem;
  color: #ffffff;
  /* opacity: 0.3; */
}

.beian a:hover {
  opacity: 1;
}


/* 内页 */

.neiye_ban_text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.neiye_erji {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.neiye_erji_df {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
}

.neiye_erji_df.active {
  position: fixed;
  top: 85px;
  width: 1140px;
  margin: 0 auto;
  z-index: 9990;
  box-shadow: -2px 3px 5px #d6d6d6;
}
.neiye_daohang   a{ 
    position: relative;
    padding-right: 20px;
}
.neiye_daohang   a::before{
    content: ">";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
right: 7px;
}
.neiye_daohang   a:last-child::before {
    display: none;
}
.neiye_erji_df li a {
  border-right: 1px solid #e5e5e5;
  display: block;
  font-size: 1.8rem;
    color: #484747;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;height: 40px;
}

.neiye_erji_df li {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 20px 0;
}

.neiye_erji_df li:last-child a {
  border-right: none;
}

.neiye_erji_df li.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background-color: #e70010;
  width: 100%;
  display: none;
}

.neiye_erji_df li.active a,
.neiye_erji_df li:hover a,
.neiye_erji_df li a:hover {
  color: #e70010 !important;
}

.neiye_erji_df li.active a,
.neiye_erji_df li:hover a {
  color: #e70010;
}

.neiye_ban_title {
  font-size: 6rem;
  line-height: 70px;
  color: #ffffff;
  font-weight: bold;
  /* text-shadow: 3px 3px 10px #000; */
}

.neiye_ban_jieshao {
  font-size: 1.8rem;
  line-height: 30px;
  color: #ffffff;
  /* margin-top: 30px; */
  width: 50%;
  margin: 30px auto 0;
}

.neiye_erji_df li a::before {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  height: 4px;
  background-color: #e70010;
  display: block;
  width: 0;
}

.neiye_erji_df li.active a::before {
  width: 100%;
}

.neiye_erji_df li:hover a::before {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  width: 100%;
}

.neiye_banner {
  border-bottom: 1px solid #e5e5e5;
}

.neiye_daohang {
  text-align: left;
  line-height: 74px;
  height: 74px;
  color: #b4b5b8;
}

.neiye_daohang span,
.neiye_daohang a {
  color: #b4b5b8;
}


/* 产品列表内容 */

.list_pro_ul li {
  float: left;
  width: 31.1%;
  margin-left: 38px;
  position: relative;
  margin-bottom: 33px;
}

.list_pro_ul li:nth-child(3n+1) {
  margin-left: 0;
}

.list_pro_con {
  position: relative;
  /* margin-top: -45px; */
  padding: 22px 30px 30px;
  background-color: #fff;

  width: 100%;
  margin: 0px auto 0;
}

.list_pro_ul li {
  box-shadow: 0px 0px 21px 0px rgba(204, 204, 204, .77);
}

.list_pro_con div,
.list_pro_con a {
  font-size: 1.6rem;
  line-height: 34px;
  color: #000000;
  opacity: 0.8;
  height: 120px;
  min-height: 68px;
}

.list_pro_con a {
  height: auto;
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_pro_xm {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_pro_sb {}

.list_pro_ul li:hover img {
  transform: scale(1.2);
}

.list_pro_ul li:hover .list_pro_con a {
  color: #e70010;
}

.list_pro {
  margin-bottom: 58px;
}


/* 产品详情页面 */

.article_pro_div1_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
}

.article_div1_ul {
  background-color: #7cbe2d;
  padding: 143px 0 142.5px 55px;
}

.article_div1_ul li {
  font-size: 1.8rem;
  line-height: 36px;
  color: #ffffff;
}

.article_pro_text {
  margin: 15px 0;
  font-size: 1.6rem;
  line-height: 24px;
  color: #000000;
  opacity: 0.8;
}

.shangxia {
  padding: 22px 0 49px 0;
  border-top: 1px solid #eeeeee;
}

.shangxia .fl {
  width: 80%;
}

.shangxia .fr {
  width: 20%;
}

.shangxia .fl a {
  display: block;
  font-size: 1.6rem;
  line-height: 30px;
  color: #000000;
  opacity: 0.83;
}

.shangxia .fr a {
  width: 139px;
  height: 50px;
  line-height: 50px;
  background-color: #78bc27;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #ffffff;
  float: right;
  margin-top: 10px;
  border: 1px solid #78bc27;
}

.shangxia .fr a:hover {
  box-shadow: inset 0 0 0 3rem #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  color: #78bc27 !important;
  border: 1px solid #78bc27;
}

.more:hover {
  box-shadow: inset 0 0 0 3rem #78bc27;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  color: #fff !important;
  border: 1px solid #78bc27;
}


/* 公司简介内容 */

.about_div1 {
  padding-left: 17%;
}

.list_gsjj .about_div1 .fr {
  position: relative;
}

.about_div1_text {
  position: absolute;
  top: 50%;
  left: 12%;
  width: 40%;
  height: 80%;
  background-color: rgba(124, 190, 45, .89);
  transform: translateY(-50%);
}

.shuzi {
  float: left;
  width: 50%;
  text-align: center;
  padding: 20px 0;
}

.shuzi div {
  font-size: 1.6rem;
  line-height: 30px;
  color: #ffffff;
}

.about_div1_ul {
  padding: 50px;
}

.about_div1_ul li .shuzi:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.shuzi span {
  font-size: 60px;
  line-height: 89px;
  color: #ffffff;
  font-weight: bold;
}

.about_div1_ul li:nth-child(1) {
  margin-bottom: 40px;
}

.about_sum {
  font-size: 2.4rem;
  line-height: 30px;
  color: #7abd2a;
}

.about_title {
  font-size: 3rem;
  line-height: 48px;
  color: #000000;
  margin: 15px 0 25px 0;
}

.about_con {
  font-size: 1.6rem;
  line-height: 36px;
  color: #676866;
  text-align: justify;
}

.list_about_div1_con {
  margin-top: 50px;
}

.list_about_div1_con .about_sum {
  margin-top: 20px;
}

.list_about_div1_con .more {
  margin-top: 25px;
}

.about_ul>li:nth-child(1),
.about_ul>li:nth-child(3) {
  margin-top: 74px;
  padding-right: 16.6%;
}

.about_ul>li:nth-child(2) {
  margin-top: 118px;
  padding-left: 16.6%;
}

.about_ul>li:nth-child(2) .fl {
  float: right;
}

.about_ul>li:nth-child(2) .fr {
  float: left;
  padding: 50px 65px 0 15px;
}

.about_ul>li .fl {
  width: 60%;
}

.about_ul>li .fr {
  width: 40%;
  padding: 50px 15px 0 65px;
}

.about_ul .more {
  margin-top: 34px;
}

.about_ul_fl_shuzi {
  position: absolute;
  bottom: 36px;
  left: 5%;
  width: 90%;
}

.about_ul_fl_shuzi .shuzi_swiper {
  background-color: #535353;
  opacity: 0.95;
  padding: 30px 25px;
}

.about_ul_fl_shuzi .shuzi_swiper .shuzi {
  width: 100%;
  padding: 0;
}

.about_ul_fl_shuzi .shuzi_swiper .swiper-slide {
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.about_ul_fl_shuzi .shuzi_swiper .swiper-slide:last-child {
  border: none;
}

.list_gsjj {
  margin-bottom: 90px;
}


/* 价值服务 */

.list_jiazhi_ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

.list_jiazhi_ul li {
  width: 164px;
  height: 50px;
  line-height: 50px;
  border: solid 1px #e5e5e5;
  float: left;
  margin: 0 10px;
}

.list_jiazhi_ul li a {
  font-size: 16px;
  color: #6b6b6b;
  text-align: center;
  display: block;
}

.list_jiazhi_ul li.active {
  border: solid 1px #e70010;
}

.list_jiazhi_ul li.active a {
  color: #e70010;
}

.list_jiazhi_list_ul li .fl,
.list_jiazhi_list_ul li .fr {
  width: 50%;
}

.list_jiazhi_con {
  padding: 40px 0 0 40px;
}

.list_jiazhi_title {
  font-size: 2.4rem;
  line-height: 36px;
  color: #676866;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}

.list_jiazhi_data {
  font-size: 1.6rem;
  line-height: 30px;
  color: #8d8f90;
  margin: 20px 0;
}

.list_jiazhi_content {
  font-size: 1.6rem;
  line-height: 30px;
  color: #676866;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;
}

.list_jiazhi_con .more {
  background: #7abd2a;
  margin: 30px 0 0 0;
  border: 1px solid #7abd2a;
}

.list_jiazhi_con .more:hover,
.list_article_one_fr .more:hover {
  box-shadow: inset 0 0 0 3rem #e70010;
  border: 1px solid #e70010;
}

.list_jiazhi_list_ul li {
  margin: 50px 0 0 0;
  padding-bottom: 60px;
  border-bottom: 1px solid #eeeeee;
}

.list_jiazhi_list_ul li:last-child {
  border: none;
}

.list_zrpt_ul {
  margin: 33px 0 60px;
}

.list_zrpt_ul li {
  width: 31.3%;
  float: left;
  margin: 0px 0 40px 37px;
}

.list_zrpt_ul li:nth-child(3n+1) {
  margin-left: 0;
}

.list_zrpt_name {
  height: 77px;
  line-height: 77px;
  background-color: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(204, 204, 204, 0.29);
  text-align: center;
  font-size: 1.6rem;
  color: #000000;
  opacity: 0.8;
}

.list_zrpt_yx {
  position: absolute;
  top: 23px;
  left: 24px;
  padding: 6px 8px;
  font-size: 1.4rem;
  line-height: 24px;
  color: #ffffff;
  background-color: #7cbe2d;
  border-radius: 3px;
}

.list_zrpt_ul li:hover .list_zrpt_name {
  position: relative;
  margin: 0px auto 0;
  width: 90%;
  transition: all .6s;
  top: -10px;
}


/* 智慧产业园 */

.list_zhcyy_ul li {
  margin-bottom: 50px;
}

.list_zhcyy_ul li:hover .over img,
.list_article_ul li:hover .over img,
.list_article_one:hover .over img {
  transform: scale(1.2);
}

.list_zhcyy_ul li .fl {
  width: 49%;
}

.list_zhcyy_ul li .fr {
  width: 49%;
  height: 306px;
}

.list_zhcyy_fr_con {
  padding: 0px 0 0 15px;
  font-size: 1.6rem;
  line-height: 36px;
  color: #676866;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.list_zhcyy_ul li:nth-child(even) .fl {
  float: right;
}

.list_zhcyy_ul li:nth-child(even) .fr {
  float: left;
}

.list_zhcyy_ul li:nth-child(even) .fr .list_zhcyy_fr_con {
  padding: 0 15px 0 0;
}


/* 新闻中心 */

.list_article_one .fl,
.list_article_one .fr {
  width: 50%;
}

.list_article_one_fr {
  background-color: #eff3f6;
  padding: 95px 60px 95px 70px;
}

.list_article_data {
  font-size: 1.6rem;
  line-height: 30px;
  color: #e60012;
}

.list_articel_title {
  font-size: 1.8rem;
  line-height: 28px;
  color: #343433;
  margin: 10px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_articel_con {
  font-size: 1.4rem;
  line-height: 26px;
  color: #737373;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list_article_one_fr .more {
  background: #7abd2a;
  margin: 30px 0 0 0;
  border: 1px solid #7abd2a;
}

.list_article_ul {
  margin-bottom: 123px;
}

.list_article_ul li {
  padding: 15px 44px 18px 15px;
  margin-top: 18px;
  background-color: #eff3f6;
  border: solid 1px #eeeeee;
}

.list_article_ul_fl1 {
  width: 10%;
}

.list_article_ul_fl2 {
  width: 62.5%;
}

.list_article_ul_fr1 {
  width: 10%;
  line-height: 76px;
}

.list_article_ul_data {
  color: #8d8f90;
}

.list_article_more {
  width: 4%;
}

.list_article_more div {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: solid 1px #d1d1d1;
  border-radius: 50%;
  margin: 20px 0 0;
  text-align: center;
}

.list_article_more div .iconfont {
  color: #d3d3d4;
}

.list_article_ul .list_articel_title {
  margin: 0;
  padding-left: 20px;
  line-height: 76px;
}

.list_article_ul li:hover {
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  transition: all .6s;
}

.list_article_ul li:hover .list_article_more div {
  border: solid 1px #78bc27;
  transform: translateX(15px);
  transition: all .6s;
}

.list_article_ul li:hover .list_article_more div .iconfont {
  color: #78bc27;
}


/* 新闻详情 */

.article_article_fl {
  width: 67.7%;
}

.article_article_fr {
  width: 27.5%;
}

.article_article_div2 {
  display: table;
  margin: 20px auto;
}

.article_article_riqi {
  font-size: 1.6rem;
  line-height: 30px;
  color: #414142;
  opacity: 0.61;
}

.article_article .bdsharebuttonbox span {
  /* line-height: 40px; */
  display: inline-block;
  font-size: 1.6rem;
  color: #414142;
  opacity: 0.61;
  margin-left: 5px;
}

.article_article .bdsharebuttonbox .iconfont,
.ziti a {
  background: transparent !important;
  font-size: 2.5rem !important;
  color: #c5c5c5 !important;
  margin: 0 !important;
  margin-right: 10px !important;
  padding-left: 0 !important;
  float: none !important;
  width: 30px !important;
  height: 30px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  line-height: 30px !important;
}

.article_article .bdsharebuttonbox a,
.ziti a {
  display: inline-block !important;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
}

.fenxiang_span {
  float: left;
  font-size: 1.6rem;
  line-height: 30px;
  color: #414142;
  opacity: 0.61;
}

.article_article_title {
  font-size: 2.6rem;
  line-height: 34px;
  font-weight: bold;
  color: #343433;
}

.article_article_con {
  padding: 35px 0 55px;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #737373;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.article_article_con .over {
  margin: 60px 0;
}

.ziti a .iconfont {
  display: block;
}

.xgtj {
  margin-bottom: 20px;
}

.xgtj_title {
  font-size: 2rem;
  line-height: 26px;
  color: #343433;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}

.xgtj_list {
  margin-top: 15px;
}

.xgtj_a_title {
  font-size: 1.6rem;
  line-height: 26px;
  margin-top: 10px;
  color: #343433;
  display: block;
}

.rmjx_ul li {
  margin: 0px 0 25px 0;
}

.rmjx_ul li .fl {
  width: 42%;
}

.rmjx_ul li .fr {
  width: 53%;
}

.rmjx_a_title {
  font-size: 1.6rem;
  line-height: 26px;
  color: #343433;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.rmjx .xgtj_title {
  margin-bottom: 15px;
}

.article_shangxia {
  margin: 30px 0 70px;
}

.article_shangxia .shang,
.article_shangxia .xia {
  width: 156px;
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
  border: solid 1px #cfcfcf;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  color: #a3a3a3;
}

.article_shangxia .shang a,
.article_shangxia .xia a {
  color: #cfcfcf;
  display: block;
}

.article_shangxia .shang:hover,
.article_shangxia .xia:hover {
  border: 1px solid #e70010;
}

.article_shangxia .shang:hover a,
.article_shangxia .xia:hover a {
  color: #e70010;
}

.pccd_ul {
  margin-right: 30px;
}

/* 联系信息 */

.list_lx_title {
  font-size: 3rem;
  line-height: 48px;
  color: #000000;
  margin-bottom: 10px;
}

.list_lx_company {
  font-size: 1.8rem;
  line-height: 30px;
  color: #77bc26;
}

.list_lx_list {
  font-size: 1.6rem;
  line-height: 30px;
  color: #6c6a6a;
  margin-bottom: 30px;
}

.list_lx .list_lx_fl,
.list_lx .list_lx_fr {
  width: 50%;
}

.list_lx .list_lx_fr {
  padding-left: 50px;
  border-left: 1px solid #e5e5e5;
}

.list_lx_ul li:nth-child(1),
.list_lx_ul li:nth-child(2),
.list_lx_ul li:nth-child(3),
.list_lx_ul li:nth-child(4) {
  float: left;
  width: 48.5%;
  margin-right: 3%;
}

.list_lx_ul li:nth-child(2),
.list_lx_ul li:nth-child(4) {
  margin-right: 0;
}

.list_lx_ul li {
  margin-bottom: 20px;
}

.list_lx_ul li input,
.list_lx_ul li select,
.list_lx_ul li.wjdc a {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #e3e2e2;
  padding: 0 15px;
  font-size: 1.6rem;
  color: #000000;
  opacity: 0.45;
}

.list_lx_ul li.wjdc a {
  display: inline-block;
  color: #000000;
  opacity: 0.45;
}

.list_lx_ul li textarea {
  height: 250px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #e3e2e2;
  padding: 15px 15px;
  font-size: 1.6rem;
  color: #000000;
  opacity: 0.45;
  resize: none;
}

.list_lx button {
  width: 125px;
  height: 52px;
  line-height: 52px;
  background-color: #77bc26;
  border-radius: 3px;
  border: 1px solid #77bc26;
  text-align: center;
  font-size: 1.6rem;
  color: #ffffff;
}


/* 经营理念 */

.jyln_swiper .swiper-slide:nth-child(1) .lsit_jyln_div1_title {
  background-color: #f79f8d;
}

.jyln_swiper .swiper-slide:nth-child(2) .lsit_jyln_div1_title {
  background-color: #97c6d1;
}

.jyln_swiper .swiper-slide:nth-child(3) .lsit_jyln_div1_title {
  background-color: #aaec84;
}

.jyln_swiper .swiper-slide:nth-child(4) .lsit_jyln_div1_title {
  background-color: #ffcc66;
}

.lsit_jyln_div1_title {
  font-size: 2rem;
  color: #ffffff;
  height: 92px;
  line-height: 92px;
}

.list_jyln_div1_hide {
  opacity: 0;
  /* height: 150px; */
}

.jyln_swiper .swiper-slide:hover .list_jyln_div1_hide {
  opacity: 1;
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 38px 0px rgba(204, 204, 204, 0.29);
  font-size: 1.6rem;
  line-height: 30px;
  color: #4e4d4c;
}

.jyln_swiper .swiper-slide:hover .list_jyln_div1_hide::before {
  position: absolute;
  top: -10px;
  left: 50%;
  margin: -9px 0 0 -20px;
  width: 0;
  height: 0;
  border-width: 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent #fff;
  content: "";
  display: block;
}

.jyln_swiper .swiper-wrapper {
  padding: 0 4px;
}

.list_jyln_div2_fl {
  width: 43.75%;
}

.list_jyln_div2_fr {
  width: 56.25%;
  padding: 10% 0 0 80px;
}

.list_jyln_div4 .list_jyln_div2_fr {
  padding: 0 0 0 0;
}

.list_jyln_div4 .list_jyln_div2_fl {
  padding: 2% 80px 0 0;
}

.list_jyln_title {
  font-size: 3rem;
  line-height: 48px;
  color: #000000;
}

.list_jyln_con {
  font-size: 1.6rem;
  line-height: 36px;
  color: #676866;
  margin-top: 10px;
}

.list_jyln_div2 {
  padding: 30px 0 50px 0;
}

.list_jyln_div3 {
  padding: 85px 0 65px 0;
  background-color: #eff3f6;
}

.list_jyln_div4 {
  padding: 80px 0 200px 0;
}

.dvi4_img_top {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9;
}

.dvi4_img_top img {
  box-shadow: 0px 0px 38px 0px rgba(204, 204, 204, 0.29);
}

.div4_img_bot {
  position: absolute;
  bottom: -130px;
  right: 0;
  z-index: 8;
  box-shadow: 0px 0px 38px 0px rgba(204, 204, 204, 0.29);
}

.list_jyln_div5 {
  background-color: #eff3f6;
  padding: 120px 0;
}

.list_jyln_one li {
  float: left;
  width: 50%;
  margin-bottom: 50px;
}

.list_jyln_one li:nth-child(odd) {
  padding-right: 20px;
}

.list_jyln_one li .list_jyln_name {
  font-size: 3rem;
  color: #000;
}

.list_jyln_one li p {
  font-size: 1.8rem;
  color: #000;
}

/* 历史沿革 */

.list_lsyg_sumcontent {
  font-size: 1.6rem;
  line-height: 30px;
  color: #676866;
  margin-bottom: 90px;
  text-align: justify;
}

.list_lsyg_yuanquan {
  width: 137px;
  height: 137px;
  line-height: 137px;
  background-color: #f7f7f7;
  box-shadow: 0px 0px 10px 0px rgba(112, 107, 107, 0.29);
  margin: 0 auto;
  display: table;
  text-align: center;
  font-size: 3rem;
  color: #000000;
  border-radius: 50%;
}

.list_lsyg_yuanquan.active {
  color: #ffffff;
  background-color: #78bc27;
  box-shadow: 0px 0px 10px 0px rgba(112, 107, 107, 0.29);
}

.list_lsyg_ul li {
  width: 100%;
}

.list_lsyg_ul li .list_lsyg_ul_li {
  width: 50.02%;
  position: relative;
}

.list_lsyg_ul li .list_lsyg_ul_li::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-color: #ffffff;
  border: solid 1px #78bc27;
  border-radius: 50%;
  position: absolute;
  top: 70px;
}

.list_lsyg_ul li.list_lsyg_li_pl .list_lsyg_ul_li::before {
  right: -9px;
}

.list_lsyg_ul li.list_lsyg_li_pr .list_lsyg_ul_li::before {
  left: -9px;
}

.list_lsyg_ul li.list_lsyg_li_pl .list_lsyg_ul_li {
  border-right: 1px solid #dcdcdc;
  padding-top: 70px;
  padding-bottom: 20px;
}

.list_lsyg_ul li.list_lsyg_li_pr .list_lsyg_ul_li {
  border-left: 1px solid #dcdcdc;
  padding-top: 70px;
  padding-bottom: 20px;
}

.list_lsyg_li_pl .list_lsyg_ul_li {
  padding: 0 50px 0 10%;
}

.list_lsyg_li_pr .list_lsyg_ul_li {
  padding: 0 10% 0 50px;
  float: right;
}

.list_lsyg_li_con {
  font-size: 1.6rem;
  line-height: 28px;
  color: #676866;
  text-align: right;
  margin-top: 10px;
}

.list_lsyg {
  margin-bottom: 140px;
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 荣誉资质 */

.list_ryzz_ul {
  margin-top: 30px;
}

.list_ryzz_ul li {
  width: 31.5%;
  float: left;
  margin: 0 0 30px 30px;
}

.list_ryzz_ul li:nth-child(3n+1) {
  margin-left: 0;
}

.list_ryzz_ul li .over {
  border: 10px solid #eff3f6;
}

.list_yrzz_name {
  font-size: 1.8rem;
  line-height: 30px;
  color: #272828;
  text-align: center;
  margin: 10px 0 0 0;
}

.list_ryzz {
  margin-bottom: 70px;
}

.modal-dialog {
  margin: 10% auto;
}

.ditu {
  margin-top: 80px;
  font-size: 12px;
}

.mobile-foot {
  display: none;
}

.article_shzr {
  font-size: 1.6rem;
  line-height: 36px;
}

.article_shzr_title {
  padding: 0 0 20px 0;
}

.jiazhi_danye {
  margin: 40px 0;
  line-height: 36px;
}

.jiazhi_danye .neiye_title {
  font-size: 2rem;
  margin: 0 0 30px 0;
  text-align: center;
}

.jiazhi_danye div {
  font-size: 1.6rem;
  line-height: 36px;
}

.jiazhi_danye div.over {
  margin: 15px 0 0;
}

.BMap_shadow img {
  width: 0 !important;
}

.phone_footer {
  display: none;
}

/* 股份 */
.container-box {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.stockpage {
  left: 0%;
  top: 0%;
  transform: translate(0%, 0%);
  position: relative;
  text-align: center;
  width: 100%;
}

.stockinfo {
  color: #FFF;
  background-color: #eff3f6;
  padding: 2%;
}

.list_tzzgx {
  padding: 0px 0 80px;
}

.stockinfo .sttop {
  width: 100%;
  overflow: hidden;
}

.gufen {
  margin: 30px 0 55px;
}

.stockinfo .sttop .fl {
  border-right: 1px solid #b0afaf;
  padding: 0px 20px;
  width: 30%;
  text-align: center;
}

.stockinfo .sttop .fl p {
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 10px;
}

.stockinfo .sttop .fl p.data {
  color: #e90313;
  font-size: 44px;
  letter-spacing: 0.12rem;

}

.list_tzzgx .top .fl span:last-child {
  font-size: 18px;
  color: #000000;
}

.list_tzzgx .article_shzr_title {
  font-size: 28px;
  line-height: 40px;
  color: #000000;
  margin-right: 10px;
}

.list_tzzgx .top .fr {
  font-size: 16px;
  line-height: 36px;
  color: #4e4d4d;
}

.stockinfo .sttop .fr {
  width: 68%;
  padding-top: 10px;
}

.stockinfo .sttop .fr ul {
  width: 100%;
}

.stockinfo .sttop .fr ul li {
  width: 30%;
  float: left;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  color: #4e4d4d;
}

.stockinfo .sttop .fr ul li:last-child {
  width: 40%;
}

.stockinfo .sttop .fr ul.head {
  overflow: hidden;
}

.neiye_erji.active {
  background: #fff;
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 65px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.list_tzzgx .bot ul li {
  padding: 25px 15px 30px;
  border-bottom: 1px solid #dad9d7;
}

.list_tzzgx .bot ul li .name {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  display: inline-block;
  width: 100%;
}

.list_tzzgx .bot ul li .data {
  font-size: 16px;
  line-height: 30px;
  color: #9d9d9d;
}

.list_tzzgx .bot .article_shzr_title {
  padding-bottom: 15px;
}

.list_tzzgx .bot ul li .pdf {
  width: 63px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
  border: solid 1px #d1d1d1;
  border-radius: 3px;
  color: #9d9d9d;
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}

.list_tzzgx .bot ul li .pdf i {
  font-size: 12px;
}

.list_tzzgx .bot ul li:hover {
  background-color: #eff3f6;
}

.list_tzzgx .bot ul li:hover .name {
  color: #e70010;
}

.list_tzzgx .bot ul li:hover .pdf,
.list_tzzgx .bot ul li:hover .pdf:hover {
  background-color: #78bc27;
  color: #fff !important;
}

@media (max-width: 1600px) {
  .pcheader_con {
    padding: 0 50px;
  }

  .pccd_ul li a {
    padding: 0 25px;
  }

  .banner_text p:nth-child(1) {
    font-size: 5rem;
    line-height: 60px;
  }

  .banner_text p:nth-child(2) {
    font-size: 2rem;
    margin-top: 18px;
  }

  .title {
    font-size: 3.2rem;
  }
}

@media (max-width: 1500px) {
  .index_third_con {
    font-size: 1.6rem;
  }

  .index_jaizhi_swiper .swiper-slide,
  .index_jaizhi_swiper .swiper-slide img {
    height: 425px;
  }

  .list_article_one_fr {
    padding: 77px 60px 77px 70px;
  }

  .neiye_ban_title {
    font-size: 5rem;
    line-height: 44px;
  }

  .article_article_con .over {
    margin: 40px 0;
  }

  .article_div1_ul {
    padding: 129px 0 121.5px 55px;
  }

  .list_article_ul_fl1 {
    width: 11%;
  }

  .jyln_swiper .swiper-slide:hover .list_jyln_div1_hide {
    padding: 15px 20px;
  }

  .list_jiazhi_title {
    -webkit-line-clamp: 1;
  }

  .list_pro_ul li {
    width: 31%;
  }

  .list_zhcyy_ul li .fr {
    height: 279px;
  }

  .list_zrpt_ul li {
    width: 31%;
  }

  .neiye_erji_df.active {
    width: 1140px;
  }
}

@media (max-width: 1440px) {
  .index_four {
    padding: 45px 0;
  }

  body,
  html {
    font-size: 9px;
  }

  .index_five {
    padding: 60px 0;
  }

  .index_five_fr .index_news_con {
    padding: 20px 0;
  }

  .index_first {
    padding: 60px 0 60px 0;
  }

  .article_shangxia {
    margin: 30px 0 59px;
  }

  .neiye_ban_title {
    font-size: 4rem;
  }

  .neiye_ban_jieshao {
    margin-top: 15px;
  }

  .list_jyln_div3 {
    padding: 60px 0 60px 0;
  }

  .div4_img_bot {
    bottom: -58px;
  }

  .list_jyln_div4 {
    padding: 60px 0 110px 0;
  }

  .list_jyln_div5 {
    padding: 60px 0;
  }

  .list_lsyg_sumcontent {
    margin-bottom: 60px;
  }

  .ditu {
    margin-top: 60px;
  }

  .list_zrpt_name {
    height: 54px;
    line-height: 54px;
  }

  .index_third_con {
    font-size: 1.8rem;
  }

  .about_ul>li:nth-child(1),
  .about_ul>li:nth-child(3) {
    margin-top: 60px;
    padding-right: 10%;
  }

  .about_ul>li:nth-child(2) {
    margin-top: 60px;
    padding-left: 10%;
  }

  footer {
    padding: 15px 0;
  }

  .footer_fr form input,
  .footer_fr form button {
    height: 44px;
    line-height: 44px;
  }

  .footer_fr form input {
    width: 50%;
  }

  .footer_fl_jieshao {
    margin: 20px 0 20px;
  }

  .footer_fr_bot_name {
    margin: 15px 0 10px;
  }
}


@media (max-width: 1366px) {
  .development_fl img {
    height: 160px;
  }

  .pccd_ul li a {
    padding: 0 18px;
  }

  .artboard .line,
  .artboard .line:after,
  .artboard .line:before {
    width: 30px;
  }

  .banner_text p:nth-child(1) {
    font-size: 4rem;
    line-height: 40px;
  }

  .index_first .title {
    margin: 20px 0 20px 0;
  }

  .title {
    font-size: 3rem;
  }

  .index_first_fr_content {
    margin-bottom: 20px;
  }

  .index_jaizhi_swiper .swiper-slide,
  .index_jaizhi_swiper .swiper-slide img {
    height: 370px;
  }

  .index_third .index_third_list3 {
    top: 80px;
  }

  .index_third_title {
    font-size: 2.5rem;
    line-height: 32px;
  }

  .index_third_list {
    padding: 130px 40px 130px;
  }

  #output {
    width: 100%;
    height: 530px;
  }

  .about_ul>li:nth-child(2) .fr {
    padding: 9px 65px 0 15px;
  }

  .about_title {
    font-size: 2.6rem;
  }
}

@media (max-width: 1700px){
  .pccd_ul>li a{
    padding: 0 1.25rem;
  }
  .pccd_ul>li{
    font-size: 1.375rem;
  }
}

@media (max-width: 1500px){
  .language{
    font-size: 1.5rem;
  }
  .pccd_ul>li{
    font-size: 1.2rem;
  }
  .pccd_ul>li a{
    padding: 0 1rem;
  }
}

@media (max-width: 1310px){
  .pcheader_con .fl a img{
    width: 90px;
  }
}

@media (max-width: 1280px) {
  .pcheader_con {
    padding: 0 30px;
  }

  .header_search .iconfont {
    margin: 0 20px 0 20px;
  }

  .about_ul>li .fr {
    padding: 30px 15px 0 30px;
  }
}

@media (max-width: 1200px) {
  .index_news_con .fl {
    padding-right: 3px;
  }
  .pccd_ul>li{
    font-size: 1rem;
  }
  .phonenav{
    display: block;
  }
  .pcheader{
    display: none;
  }
  .artboard, .artboard .overlay{
    width: 10px;
  }
  .pccd_ul>li{
    font-size: .8rem;
  }
  .header_search .iconfont{
    font-size: 1.75rem;
  }
  .pcheader_con .fl img{
    width: 60px;
  }
  .index_news_con .fl {
    width: 20%;
  }

  .index_news_con .fr {
    width: 80%;
  }

  .neiye_erji_df.active {
    width: 940px;

  }

  .pcheader_con .fl img {
    width: 100px;
  }

  .index_five_fr .index_news_con:last-child {
    display: none;
  }

  .index_five_fr .index_news_con:nth-last-child(2) {
    border-bottom: none;
  }

  .pccd_ul li a {
    padding: 0 10px;
  }

  .banner_text p:nth-child(1) {
    font-size: 3.2rem;
    line-height: 27px;
  }

  .banner_text p:nth-child(1) {
    font-size: 3.2rem;
    line-height: 27px;
  }
  .phone_lan a{
    font-size: 1.75rem;
  }
  .phone_lan span{
    font-size: 1.75rem;
  
  }
  .phone_search{
    padding-left: 2rem;
  }

  .title,
  .list_jyln_title,
  .list_lx_title {
    font-size: 2.6rem;
    line-height: 34px;
  }

  .index_first_fr_content {
    -webkit-line-clamp: 4;
  }

  .index_jaizhi_swiper .swiper-slide,
  .index_jaizhi_swiper .swiper-slide img {
    height: 310px;
  }

  .lines {
    margin: 10px auto 30px;
  }

  .index_second_fenlei {
    height: 60px;
  }

  .index_second_title {
    line-height: 60px;
    font-size: 2rem;
  }

  .list_jiazhi_title {
    line-height: 40px;
    font-size: 2rem;
  }

  .index_third_list {
    padding: 90px 50px 90px;
  }

  #output {
    width: 100%;
    height: 470px;
  }

  .index_five_ul li {
    width: 120px;
    height: 44px;
    line-height: 44px;
  }

  .index_five_fr .index_news_con {
    padding: 15px 0;
  }

  .index_data {
    font-size: 3rem;
  }

  .list_article_one_fr {
    padding: 46px 40px 44px 40px;
  }

  .list_article_ul_fl1 {
    width: 14%;
  }

  .rmjx_a_title {
    padding-top: 10px;
  }

  .article_shangxia a {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }

  .neiye_erji_df li {
    padding: 15px 0;
  }

  .article_pro_div1_text {
    width: 50%;
  }

  .article_div1_ul {
    padding: 100px 0 89.5px 55px;
  }

  .list_article_ul .list_articel_title {
    padding-left: 20px;
  }

  .lsit_jyln_div1_title {
    height: 70px;
    line-height: 70px;
  }

  /* .list_jyln_div1_hide {
    height: 170px;
  } */

  .list_jiazhi_content {
    -webkit-line-clamp: 2;
  }

  .list_jiazhi_con {
    padding: 25px 0 0 40px;
  }

  .list_lsyg_yuanquan {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .list_pro_ul li {
    width: 30.6%;
  }

  .list_pro_con {
    padding: 15px 15px 15px;
    width: 96%;
  }

  .list_ryzz_ul li {
    width: 31%;
  }

  .list_zhcyy_ul li .fr {
    height: 230px;
  }

  .list_zrpt_ul li {
    margin: 0px 0 30px 30px;
  }

  .about_ul>li .fr {
    width: 40%;
    padding: 10px 15px 0 30px;
  }

  .about_ul>li:nth-child(1),
  .about_ul>li:nth-child(3) {
    padding-right: 7%;
  }

  .about_ul>li:nth-child(2) {
    padding-left: 7%;
  }

  .list_zhcyy_fr_con {
    line-height: 30px;
  }

  .development_wid::before {
    left: 107px;
  }

  .development_rig {
    padding: 0 0 0 115px;
  }

}

@media (max-width: 1024px) {
  .index_first {
    padding: 40px 0;
  }

  .index_five {
    padding: 40px 0;
  }

  .article_shangxia {
    margin: 20px 0 40px;
  }

  .article_article_con .over {
    margin: 20px 0;
  }

  .neiye_erji_df li {
    padding: 10px 0;
  }

  .neiye_ban_title {
    font-size: 3rem;
  }

  .neiye_ban_jieshao {
    margin-top: 0px;
  }

  .lsit_jyln_div1_title {
    height: 50px;
    line-height: 50px;
    font-size: 1.8rem;
  }

  .jyln_swiper .swiper-slide:hover .list_jyln_div1_hide::before {
    top: -3px;
    margin: -9px 0 0 -12px;
    border-width: 0 10px 13px;
  }

  .list_jyln_div2_fr {
    padding: 2% 0 0 34px;
  }

  .list_jyln_div3,
  .list_jyln_div4 {
    padding: 40px 0;
  }

  .list_jyln_div5 {
    padding: 40px 0;
  }

  .list_jiazhi_list_ul li {
    margin: 40px 0 0 0;
    padding-bottom: 40px;
  }

  .list_lsyg_sumcontent {
    margin-bottom: 40px;
  }

  .ditu {
    margin-top: 40px;
  }

  .list_lx .list_lx_fr {
    padding-left: 30px;
  }
}

@media (max-width: 992px) {
  .phone_footer {
    display: block;
  }

  .beian {
    display: none;
  }

  .development_fl img {
    height: 120px;
  }

  body {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .pcheader {
    display: none;
  }

  /* 手机端尾部 */

  .phone_footer_ul li {
    width: 25%;
    float: left;
    text-align: center;
    height: 60px;
    border-right: 1px solid rgba(255, 255, 255, .37);
  }

  .phone_footer {
    background: #7abd2a;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;

  }

  .phone_footer_ul li .iconfont {
    font-size: 20px;
    padding-top: 7px;
  }

  .phone_footer_ul li a {
    color: #fff !important;
  }

  .phonenav {
    display: block;
  }

  .phone_logo img {
    width: 100px;
  }

  .phone_lan {
    padding-right: 15px;
    font-size: 1.8rem;
  }

  .phone_lan a {
    color: #000;
  }

  .phone_lan .red {
    color: #e70010 !important;
  }

  .searchbox {
    top: 60px !important;
  }

  .searchs .sertext,
  .serbtn {
    height: 40px;
    line-height: 40px;
  }

  .sidebar-menu.is-active {
    display: block;
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  }

  .banner_text p:nth-child(2) {
    display: none;
  }

  .banner_text {
    top: 37%;
  }

  .banner .swiper-container-horizontal>.swiper-pagination-bullets,
  .banner .swiper-pagination-custom,
  .banner .swiper-pagination-fraction {
    top: 27%;
  }

  .index_first_con .fl::before {
    right: -26px;
    border: solid 6px #7abd2a;
  }

  .index_first_con .fl {
    padding-top: 24px;
  }

  .index_first_fr_futitle {
    font-size: 2.2rem;
  }

  .title,
  .list_jyln_title,
  .list_lx_title {
    font-size: 2.4rem;
    line-height: 32px;
  }

  .index_first .title {
    margin: 10px 0 10px 0;
  }

  .index_first_fr_content {
    -webkit-line-clamp: 3;
  }

  .more {
    width: 115px;
    height: 50px;
    height: 40px;
    line-height: 40px;
  }

  .rightfix {
    display: none;
  }

  footer {
    display: none;
  }

  .rmjx_ul li .fl,
  .rmjx_ul li .fr {
    width: 100%;
    float: none;
  }

  .article_article_con .over {
    margin: 15px 0;
  }

  .article_article_title {
    font-size: 2.2rem;
  }

  .article_div1_ul {
    padding: 40px 15px 42.5px 30px;
  }

  .list_article_ul_fr1 {
    width: 13%;
  }

  .list_article_ul_fl1 {
    width: 20%;
  }

  .list_article_one_fr {
    padding: 25px 25px 25px 25px;
  }

  .list_article_one_fr .more {
    margin: 15px 0 0 0;
  }

  .list_articel_title {
    margin: 8px 0;
  }

  .list_jiazhi_title {
    font-size: 2rem;
  }

  .list_jiazhi_data {
    line-height: 20px;
    margin: 10px 0;
  }

  .list_jiazhi_con {
    padding: 15px 0 0 30px;
  }

  .list_jiazhi_con .more {
    margin: 20px 0 0 0;
  }

  .list_lsyg_li_pl .list_lsyg_ul_li {
    padding: 0px 30px 0 0%;
  }

  .list_lsyg_ul li.list_lsyg_li_pl .list_lsyg_ul_li,
  .list_lsyg_ul li.list_lsyg_li_pr .list_lsyg_ul_li {
    padding-top: 30px;
  }

  .list_lsyg_ul li .list_lsyg_ul_li::before {
    top: 40px;
  }

  .list_lsyg_li_pr .list_lsyg_ul_li {
    padding: 0 0% 0 30px;
  }

  .list_pro_ul li {
    float: left;
    width: 47.5%;
    margin-left: 30px;
  }

  .list_pro_ul li:nth-child(3n+1) {
    margin-left: 30px;
  }

  .list_pro_ul li:nth-child(odd) {
    margin: 0px;
  }

  .list_ryzz_ul li {
    width: 30.5%;
  }

  .list_zhcyy_ul li .fl {
    width: 100%;
  }

  .list_zhcyy_ul li .fr {
    height: auto;
    width: 100%;
  }

  .list_zhcyy_fr_con {
    position: static;
    top: 0;
    transform: translateY(0);
    margin: 15px 0 0;
    padding: 0;
  }

  .list_zhcyy_ul li {
    margin-bottom: 30px;
  }

  /* .footer_fr {
        display: none;
    }
    .footer_fl {
        display: block;
    } */
  .mobile-foot {
    display: block;
  }

  .mobile-foot {
    background: #78bc27;
    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;
  }

  .list_zrpt_ul li {
    width: 31.4%;
  }

  .list_zrpt_ul li {
    margin: 0px 0 20px 20px;
  }

  .list_zrpt_yx {
    top: 14px;
    left: 18px;
    padding: 6px;
    line-height: 16px;
  }

  .about_ul>li .fr,
  .about_ul>li .fl {
    width: 100%;
    padding: 0;
  }

  .about_ul>li:nth-child(1),
  .about_ul>li:nth-child(3) {
    padding-right: 0%;
    margin-top: 20px;
  }

  .about_ul>li:nth-child(2) {
    padding-left: 0%;
    margin-top: 20px;
  }

  .about_title {
    font-size: 2.2rem;
    line-height: 36px;
    margin: 5px 0 5px 0;
  }

  .about_sum {
    font-size: 2rem;
    line-height: 25px;
    margin-top: 10px;
  }

  .about_ul>li:nth-child(2) .fr {
    padding: 0;
  }

  .list_about_div1_con {
    margin-top: 0px;
  }

  .neiye_erji_df.active {
    width: 720px;
    top: 60px;
    box-shadow: 0px 0px 5px #d6d6d6;
  }

  .phonenav {
    border-bottom: 1px solid #ddd;
  }

  .neiye_erji_df li.active::before {
    height: 2px;
  }

  .development_fl::after {
    left: 69.5%;
  }

  .neiye_ban_jieshao {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .index_jaizhi_swiper {
    padding-bottom: 45px;

  }

  .index_jaizhi_swiper .swiper-pagination-bullet-active {
    background: #7abd2a;
  }

  .index_four {
    padding: 15px 0 25px;
  }

  .lines {
    margin: 10px auto 20px;
  }

  .banner .swiper-pagination-bullet,
  .index_first .swiper-pagination-bullet,
  .index_six .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .scrll {
    display: none;
  }

  .banner_text p:nth-child(1) {
    font-size: 2.8rem;
  }

  .index_first_con .fl {
    width: 100%;
    padding-top: 0;
  }

  .index_first_con .fl::before {
    display: none;
  }

  .index_first_con .fr {
    width: 100%;
    padding: 15px 0 0 0;
  }

  .index_first .swiper-pagination {
    bottom: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .index_first {
    padding: 30px 0;
  }

  .title,
  .list_jyln_title,
  .list_lx_title {
    font-size: 2rem;
    line-height: 30px;
  }

  .index_first_fr_futitle {
    font-size: 1.8rem;
  }

  .index_first .title {
    margin: 5px 0;
  }

  .index_first_fr_content {
    margin-bottom: 15px;
  }

  .index_second {
    padding: 15px 0 0px 0;
  }

  .index_second_hide {
    width: 100% !important;
  }

  .index_jaizhi_swiper .swiper-slide,
  .index_jaizhi_swiper .swiper-slide.active {
    width: 100% !important;
  }

  .index_second_hide_con {
    padding: 0 25px;
  }

  .banner_text {
    top: 30%;
  }

  .banner .swiper-container-horizontal>.swiper-pagination-bullets,
  .banner .swiper-pagination-custom,
  .banner .swiper-pagination-fraction {
    top: auto;
    bottom: 10px;
  }

  .index_five_fl,
  .index_five_fr {
    width: 100%;
  }

  .index_five_fl {
    display: none;
  }

  .futitle {
    font-size: 1.6rem;
    line-height: 22px;
  }

  .index_news_con .fl {
    width: 20%;
    padding-right: 4px;
  }

  .index_news_con .fr {
    width: 80%;
  }

  .index_five {
    padding: 20px 0 20px 0;
  }

  .index_five_ul li {
    width: 48%;
  }

  .dian>div {
    position: static;
    width: 33.3%;
    float: left;
    margin-bottom: 5px;
  }

  .dian {
    position: static;
  }

  .dain15 img {
    display: none;
  }

  .dain15 span {
    display: inline-block;
  }

  .article_shangxia {
    margin: 30px 0 30px;
  }

  .article_article_title {
    font-size: 2rem;
    line-height: 30px;
  }

  .article_article_fl,
  .article_article_fr {
    width: 100%;
  }

  .fontzoonbox {
    display: none;
  }

  .article_article_con {
    padding: 30px 0 30px;
    line-height: 30px;
  }

  .neiye_daohang {
    opacity: 0;
    height: 30px;
    line-height: 30px;
  }


  .neiye_erji.active {
    display: none;
  }

  .neiye_erji_df {
    display: none;
  }

  .neiye_ban_jieshao {
    display: none;
  }

  .neiye_ban_text {
    top: 50%;
  }

  .neiye_ban_title {
    font-size: 2.4rem;
  }

  .article_pro_div1_text {
    position: static;
    width: 100%;
  }

  .article_div1_ul {
    padding: 15px;
  }

  .article_div1_ul li {
    line-height: 26px;
  }

  .shangxia .fl,
  .shangxia .fr {
    width: 100%;
  }

  .shangxia .fr a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
  }

  .list_article_one .fl,
  .list_article_one .fr {
    width: 100%;
  }

  .list_article_one_fr {
    padding: 15px;
  }

  .list_article_ul li {
    padding: 15px;
  }

  .list_article_ul_fl1 {
    width: 100%;
  }

  .list_article_ul_fr1 {
    width: 80%;
    float: left;
  }

  .list_article_ul .list_articel_title {
    padding-left: 0%;
    line-height: 40px;
  }

  .list_article_ul_fr1 {
    line-height: 23px;
  }

  .list_article_more {
    width: 17%;
  }

  .list_article_ul_fl2 {
    width: 72%;
  }

  .list_jyln_div3,
  .list_jyln_div4 {
    padding: 30px 0;
  }

  .list_jyln_div1_hide {
    height: 115px;
    opacity: 1;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 0px 38px 0px rgba(204, 204, 204, 0.29);
    font-size: 1.6rem;
    line-height: 30px;
    color: #4e4d4c;
    padding: 15px 20px;
  }

  .jyln_swiper .swiper-slide .list_jyln_div1_hide::before {
    top: -3px;
    margin: -9px 0 0 -12px;
    border-width: 0 10px 13px;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #fff;
    content: "";
    display: block;
  }

  .jyln_swiper .swiper-wrapper {
    padding: 0 0px 38px;
  }

  .jyln_swiper .swiper-pagination-bullet-active {
    background-color: #7abd2a;
  }

  .list_jyln_div2_fl,
  .list_jyln_div2_fr {
    width: 100%;
  }

  .list_jyln_div2_fr {
    padding: 15px 0 0 0;
  }

  .list_jyln_div4 .list_jyln_div2_fl {
    padding: 0 0 15px 0;
  }

  .div4_img_bot {
    position: static;
    margin: 10px 0 0 0;
  }

  .list_jyln_div5 {
    padding: 30px 0;
  }

  .list_jiazhi_ul li {
    width: 140px;
    height: 44px;
    line-height: 44px;
  }

  .list_jiazhi_list_ul li .fl,
  .list_jiazhi_list_ul li .fr {
    width: 100%;
  }

  .list_jiazhi_list_ul li {
    margin: 20px 0 0 0;
    padding-bottom: 25px;
  }

  .list_jiazhi_con {
    padding: 15px 0 0 0px;
  }

  .list_lsyg_sumcontent {
    margin-bottom: 30px;
  }

  .list_lsyg_yuanquan {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2.2rem;
  }

  .list_lsyg_ul li .list_lsyg_ul_li {
    width: 50.105%;
  }

  .list_lx .list_lx_fl,
  .list_lx .list_lx_fr {
    width: 100%;
  }

  .list_lx .list_lx_fr {
    padding: 0 0 0 0;
    border: none;
  }

  .list_lx_ul li:nth-child(1),
  .list_lx_ul li:nth-child(2),
  .list_lx_ul li:nth-child(3),
  .list_lx_ul li:nth-child(4) {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }

  .list_lx_ul li {
    margin-bottom: 15px;
  }

  .list_lx_ul li input,
  .list_lx_ul li select {
    height: 46px;
    line-height: 46px;
  }

  .list_lx_list {
    margin-bottom: 15px;
  }

  .list_lx_ul li textarea {
    height: 160px;
  }

  .list_lx button {
    height: 45px;
    line-height: 46px;
    display: table;
    margin: 0 auto;
  }

  .list_lx_fr form .fr {
    width: 100%;
  }

  .list_pro_ul li {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px !important;
  }

  .list_pro_ul li:nth-child(3n+1) {
    margin-left: 0px;
  }

  .list_ryzz_ul li {
    width: 47%;
    margin: 0 0 20px 15px;
  }

  .list_ryzz_ul li:nth-child(3n+1) {
    margin-left: 15px;
  }

  .list_ryzz_ul li:nth-child(odd) {
    margin-left: 0;
  }

  .list_ryzz {
    margin-bottom: 20px;
  }

  .list_zhcyy_ul li {
    margin-bottom: 15px;
  }

  .index_third_con {
    height: 90px;
    min-height: 90px;
  }

  #output {
    height: 400px;
  }

  .index_third .index_third_list3 {
    top: 40px;
  }

  .list_zrpt_ul li {
    width: 46%;
    margin-left: 4%;
  }

  .list_zrpt_ul li:nth-child(3n+1) {
    margin-left: 4%;
  }

  .list_zrpt_ul li:nth-child(odd) {
    margin-left: 0;
  }

  .list_zrpt_yx {
    top: 8px;
    left: 8px;
    padding: 3px;
  }

  .development_rig_wid {
    margin-bottom: 15px;
  }

  .development_rig_wid {
    padding: 10px;
  }

  .development_size>p:nth-of-type(2) {
    margin-top: 6px;
  }

  .development_fl::after {
    left: 40.5%;
  }

  .development {
    padding: 65px 0;
  }

  .development {
    padding: 0;
  }

  .development_rig_wid>div:nth-of-type(1) {
    width: 100%;
  }

  .development_size {
    padding-left: 0px;
    padding-top: 15px;
    width: 100%;
  }

  .development_fl img {
    height: 260px;
  }

  .development_fl::after {
    left: 23.5%;
  }

  .list_lsyg_ninfen {
    float: none;
    width: 100%;
    font-size: 2.4rem;
    margin-bottom: 5px;
  }

  .one_history .list_lsyg_ninfen {
    padding-top: 0;
  }

  .development_fl img,
  .development_fl::after {
    display: none;
  }

  .development_wid>.clearfix {
    margin-left: 0;
  }

  .development_rig {
    width: 100%;
    float: none;
  }

  .development_wid {
    padding: 0 0 15px 0;
  }

  .index_six {
    padding: 15px 0 10px 0;
  }

  .banner_text img {
    width: 60%;
  }

  .list_jyln_one li {
    width: 100%;
    margin-bottom: 15px;
  }

  .list_jyln_div5 {
    background-color: #fff;
    padding: 0 0 25px 0;
  }

  .list_jyln_one li .list_jyln_name {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .list_jyln_one li p {
    font-size: 1.6rem;
  }

  .list_jyln_one li:nth-child(odd) {
    padding-right: 0;
  }

  .article_article_div2 {
    margin: 3px auto 10px;
  }

  .article_article_con {
    padding: 15px 0 10px;
  }

  .article_shangxia .shang,
  .article_shangxia .xia {
    height: 40px;
    line-height: 40px;
  }

  .article_shangxia {
    margin: 15px 0 30px;
  }

  .list_pro_con div,
  .list_pro_con a {
    height: auto;
    min-height: auto;
    line-height: 30px;
  }

  .list_pro {
    margin-bottom: 30px;
  }

  .list_gsjj {
    margin-bottom: 40px;
  }


  .development_rig .name {
    font-size: 1.8rem;
  }

  .jiazhi_danye {
    margin-top: 0;
  }

  .development_wid::before {
    display: none;
  }

  .development_rig {
    padding-left: 0;
  }

  .stockinfo .sttop .fl {
    width: 100% !important;
    padding: 0 !important;
    border-right: none !important;
    margin-bottom: 15px;
  }

  .stockinfo .sttop .fr {
    width: 100% !important;
    padding-top: 0 !important;

  }

  .stockinfo .sttop .fl p {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 30px;
  }

  .stockinfo .sttop .fl p.data {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 30px;
  }

  .stockinfo {
    padding: 20px 10px;
  }

  .stockinfo .sttop .fr ul li {  
    font-size: 14px;
    line-height: 26px;
  }
}

.rmjx {
  display: none;
}

#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin-top: 20px
}

#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 #78bc27;
}

#page li:hover a {
  color: #78bc27
}

#page li a {
  color: #666
}

#page li.active {
  border: 1px solid #78bc27;
  background-color: #78bc27;
  color: #FFFFFF
}

#page li.active a {
  color: #fff
}

#page .thisclass {
  background-color: #78bc27;
  color: #FFFFFF
}