.mouse {
  animation: shubiao 1.5s infinite;
}
.header  .feng-div .iconfont {
  line-height: 29px!important;
  margin: 0 5px!important;
}
@keyframes shubiao {
  0% {
    transform: translate(0px, 0px);
  }

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

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

.about_news {

  font-size: 1.25rem;
  line-height: 30px;
}

.trans {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.header.active .header_bot {
  height: 80px;
  line-height: 80px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  box-shadow: 0 0 4px #ddd;
}

.header_top {
  height: 47px;
  line-height: 47px;
  background-color: #3367a6;
  color: #fff;
}

.header_top .feng-div {
  float: right;
}

.header_top .feng-div .bshare-custom {
  line-height: 30px !important;
}

.header_top .feng-div .bshare-custom .bshare-sinaminiblog,
.header_top .feng-div .bshare-custom .bshare-weixin,
.header_top .feng-div .bshare-custom .bshare-qqim {
  background-image: none;
  color: #91b6e2;
}

#bsWXBox {
  height: 256px !important;
  width: 232px !important;
}

.header_bot {
  height: 100px;
  line-height: 100px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}

.header_bot .nav_ul {
  font-size: 1rem;
  color: #000000;
}

.header_bot .nav_ul>li {
  float: left;
  padding: 0 30px;
  position: relative;
}

.header_bot .nav_ul>li>a {
  position: relative;
}

.header_bot .nav_ul>li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 9px;
  background: #c8c8c8;
}

.header_bot .nav_ul>li.active>a::before,
.header_bot .nav_ul>li:hover>a::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 2px;
  background-color: #78b238;
}

.banner .swiper-pagination {
  position: absolute;
  bottom: 33px;
  right: 0;
  z-index: 10;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: solid 1px #ffffff;
  margin: 0 4px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.sousuo {
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.sousuo .sousuo_fl {
  position: relative;
}

.sousuo .sousuo_fl input {
  width: 343px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #ffffff;
  opacity: 0.8;
  padding: 0 15px;
  background: transparent;
  color: #ffffff;
}

.sousuo .sousuo_fl button {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #fff;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 20px;
}

.sousuo .sousuo_dh {
  color: #000;
  font-size: 15px;
  line-height: 50px;
  color: #ffffff;
}

.sousuo .sousuo_dh .iconfont {
  font-size: 30px;
  padding-left: 36px;
}

.sousuo .sousuo_dh {
  padding-left: 27px;
}

.sousuo .sousuo_dh img {
  position: relative;
  margin-right: 20px;
}

.sousuo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 40%;
  height: 100%;
  background-color: #78b238;
}

.sousuo::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  width: 60%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

input::-webkit-input-placeholder {
  color: #fff;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.number_swiper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 0 40px;
  position: relative;
  z-index: 9;
  background: #fff;
}

.number {
  position: relative;
  padding-top: 70px;
}

.number .icon {
  text-align: center;
}

.number .icon span {
  font-size: 44px;
  color: #3367a6;
}

.number p {
  font-size: 1.25rem;
  line-height: 30px;
  color: #454545;
  text-align: center;
}

.number .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 80%;
  transform: translateY(-50%);
  background: #dadada;
}

.number .swiper-slide:last-child:before {
  display: none;
}

.number::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  background-color: #f1f1f1;
  height: 50%;
  z-index: -1;
}

.title {
  position: relative;
  font-size: 2.375rem;
  line-height: 58px;
  color: #343434;
  text-align: center;
}

.title span {
  font-weight: bold;
}

.more {
  width: 129px;
  height: 45px;
  line-height: 45px;
  border: solid 1px #2e5c95;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.more a {
  font-size: 1rem;
  color: #30619e;
  display: block;
  width: 100%;
  height: 100%;
}

.more::before {
  content: "";
  background: #78b238;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
}

.more:hover::before {
  left: 0;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}

.more:hover a {
  color: #fff;
  position: relative;
  z-index: 2;
}

.futitle {
  font-size: 1.125rem;
  line-height: 58px;
  color: #646464;
}

.more_a {
  width: 145px;
  height: 42px;
  line-height: 42px;
  background-color: #ffffff;
  border-radius: 21px;
  padding: 0 10px 0 20px;
}

.more_a span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #78b238;
  border-radius: 50%;
  position: relative;
  top: 5px;
  float: right;
  text-align: center;
  color: #fff;
  line-height: 32px;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}

.more_a:hover span {
  transform: translateX(10px);
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}

.index_pro {
  padding: 60px 0 100px;
}

.index_pro .img {
  margin: 50px 0 65px;
}

.index_pro .content p {
  font-size: 1.375rem;
  line-height: 35px;
  color: #000000;
}

.index_pro .content div {
  font-size: 1rem;
  color: #5b5b5b;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: justify;
}

.reixian {
  margin: 0px 0 100px;
}

.reixian .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.reixian .bg {
  background: url(../image/1.jpg) no-repeat;
  width: 100%;
  height: 226px;
  background-size: contain;
}

.reixian .fl {
  position: relative;
  margin-top: 20px;
}

.reixian .fl p {
  font-size: 1.75rem;
  line-height: 40px;
  color: #78b238;
}

.reixian .fl div {
  font-size: 1.125rem;
  line-height: 30px;
  color: #ffffff;
}

.reixian .fl::before {
  content: "";
  width: 51px;
  height: 116px;
  background: url(../image/4.png);
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.reixian .fr .name {
  font-size: 1.125rem;
  line-height: 30px;
  color: #ffffff;
}

.reixian .fr .num {
  font-size: 1.625rem;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 0;
}

.cf {
  color: #fff !important;
}

.idnex_div4 {
  padding-bottom: 107px;
  position: relative;
}

.idnex_div4 .index_div4_fl .contnet {
  position: absolute;
  bottom: 32px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 99;
  padding: 20px 15px;
  width: 40%;
}

.idnex_div4 .name {
  font-size: 1.375rem;
  line-height: 30px;
  color: #454545;
  padding: 0 0 10px 0;
}

.idnex_div4 .con {
  font-size: 1rem;
  line-height: 30px;
  color: #777777;
  padding-bottom: 6px;
}

.idnex_div4 .more_case {
  color: #78b238;
}

.idnex_div4 .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 30px;
  z-index: 9;
  width: 100px;
}

.idnex_div4 .index_div4_fl {
  width: 77.5%;
}

.idnex_div4 .index_div4_fr {
  width: 18.6%;
}

.idnex_div4 .swiper-pagination-bullet {
  width: 17px;
  height: 4px;
  background-color: #ffffff;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
}

.idnex_div4 .swiper-pagination-bullet-active {
  background-color: #3367a6;
}

.idnex_div4 .index_div4_ul li {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 21px;
}

.idnex_div4 .index_div4_fr_swiper .swiper-slide>div {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.idnex_div4 .index_div4_fr .index_div4_fr_swiper {
  height: 495px;
  padding: 3px;
}

.idnex_div4::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
  background-color: #f1f1f1;
  z-index: -1;
  left: 0;
}

.index_div5 {
  background: url(../image/4.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 70px;
}

.index_div5 .index_div5_ul {
  margin-top: 60px;
}

.index_div5 .index_div5_ul li {
  padding: 13px;
  background-color: rgba(23, 61, 126, 0.5);
  width: 47.8%;
  float: left;
  margin-bottom: 30px;
  margin-left: 50px;
}

.index_div5 .index_div5_ul li:nth-child(odd) {
  margin-left: 0%;
}

.index_div5 .index_div5_ul .li_fl {
  width: 45%;
}

.index_div5 .index_div5_ul .li_fr {
  width: 55%;
  padding-left: 29px;
}

.index_div5 .index_div5_ul .li_fr .name {
  font-size: 1.25rem;
  position: relative;
  line-height: 30px;
  padding: 10px 0;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_div5 .index_div5_ul .li_fr .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 3px;
  background-color: #78b238;
}

.index_div5 .index_div5_ul .li_fr .content {
  font-size: 1rem;
  line-height: 30px;
  color: #aac4e8;
  padding-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index_div5 .index_div5_p {
  font-size: 1.375rem;
  line-height: 39px;
  color: #ffffff;
  margin-top: 70px;
}

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

.index_div5 .shuzi span {
  font-size: 26px;
  margin-right: 10px;
}

.index_div5 .mouse {
  padding: 0 0 35px 0;
}

.index_div5 .mouse span {
  color: #fff;
  font-size: 50px;
}

.index-new {
  padding: 97px 0 110px;
}

.index-new .index-new-con {
  background-color: #ffffff;
  margin-top: 50px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.index-new .index-new-con .index-new-con-top>div {
  width: 48%;
}

.index-new .index-new-con .index-new-con-top>div .tops-divs {
  background-color: #f1f1f1;
}

.index-new .index-new-con .index-new-con-top>div .tops-divs .fl {
  padding: 20px 40px;
  background-color: #e2e2e2;
  border-left: 4px solid #50b432;
}

.index-new .index-new-con .index-new-con-top>div .tops-divs .fl .p-cn {
  font-size: 1.3125rem;
  color: #2d2d2d;
}

.index-new .index-new-con .index-new-con-top>div .tops-divs .fl .p-en {
  font-size: 14px;
  color: #828282;
}

.index-new .index-new-con .index-new-con-top>div .tops-divs .fr {
  line-height: 90px;
  padding: 0 27px;
}

.index-new .index-new-con .tops-divs-ul li {
  padding: 15px 30px;
  cursor: pointer;
  border-bottom: 1px solid #f1f1f1;
}

.industry-ul {
  padding: 0 15px 0 0;
}

.index-new .index-new-con .tops-divs-ul li .title .fl {
  width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  text-align: left;
}

.index-new .index-new-con .tops-divs-ul li .title .fr {
  width: 30%;
  text-align: right;
  font-size: 15px;
  color: #8e8e8e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 30px;
}

.industry-top {
  border-bottom: 1px solid #f1f1f1;
}

.industry-top .fl {
  width: 45%;
}

.industry-top .fr {
  width: 55%;
  padding: 25px;
}

.industry-top .fr .title1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.industry-top .fr .title1 a {
  font-size: 1.125rem;
  color: #3a3a3a;
}

.industry-top .fr .data {
  font-size: 15px;
  color: #8e8e8e;
  padding: 10px 0;
}

.industry-top .fr .data i {
  color: #50b432;
}

.industry-top .fr .zhans {
  font-size: 1rem;
  line-height: 26px;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.industry-ul li {
  line-height: 20px;
  padding: 10px 0;
}

.industry-ul li .fl {
  width: 20%;
  font-size: 15px;
  color: #8e8e8e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  border-right: 1px solid #cdcdcd;
}

.industry-ul li .fl i {
  color: #50b432;
}

.industry-ul li .fr {
  width: 75%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.industry-ul li .fr a {
  font-size: 1rem;
  color: #3a3a3a;
}

.index-new .index-new-con .tops-divs-ul li .title .fr i {
  color: #50b432;
  margin-right: 4px;
}

.index-new .index-new-con .tops-divs-ul li .title a {
  font-size: 1.125rem;
  color: #3a3a3a;
  display: block;
}

.index-new .index-new-con .tops-divs-ul li .yaos {
  font-size: 1rem;
  line-height: 30px;
  color: #777777;
  display: none;
}

.index-new .index-new-con .tops-divs-ul li:hover .title .fl a,
.index-new .index-new-con .tops-divs-ul li.active .title .fl a {
  color: #50b432;
}

.index-new .index-new-con .tops-divs-ul li:hover .yaos,
.index-new .index-new-con .tops-divs-ul li.active .yaos {
  display: block;
}

.index-new-con-bot {
  padding: 50px 0;
}

.index-new-con-bot .fl {
  width: 15%;
  background: #dadada;
  padding: 25px;
}

.index-new-con-bot .fl .cj-p {
  font-size: 1.3125rem;
  color: #2d2d2d;
}

.index-new-con-bot .fl .cj-p1 {
  color: #e5e5e5;
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
}

.index-new-con-bot .fl .cj-p2 {
  line-height: 1;
}

.index-new-con-bot .fl .cj-p2 i {
  font-size: 1.875rem;
  color: #fff;
}

.index-new-con-bot .fr {
  width: 85%;
  padding: 0 30px;
}

.index-new-con-bot .fr .a-top {
  padding: 0 15px;
}

.index-new-con-bot .fr .a-top .wen-p span {
  width: 37px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  background-color: #9c9c9c;
}

.index-new-con-bot .fr .a-top .tile {
  line-height: 40px;
  color: #3a3a3a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.index-new-con-bot .fr .a-top .tile a {
  color: #3a3a3a;
  font-size: 1rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-new-con-bot .fr .a-top .wen-q span {
  width: 37px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  background-color: #50b432;
}

.index-new-con-bot .fr .a-top .yao-q {
  font-size: 1rem;
  line-height: 30px;
  margin-top: 10px;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.index-new-con-bot .fr .a-top .more {
  margin-top: 10px;
}

footer .foot-top {
  padding: 30px 0 40px;
  background-color: #f2f2f2;
}

footer .foot-top .foot-top-ul {
  padding-bottom: 17px;
  border-bottom: 1px solid #ddd;
}

footer .foot-top .foot-top-ul li {
  float: left;
  width: 20%;
  text-align: center;
  border-right: 1px solid #bfbfbf;
  line-height: 1;
}

footer .foot-top .foot-top-ul li:last-child {
  border-right: none;
}

footer .foot-top .foot-top-ul li a {
  padding: 0 30px;
  font-size: 1rem;
  color: #000000;
}

.foot-mid {
  padding: 50px 0 0;
}

.foot-mid .foot-d {
  font-size: 1rem;
  line-height: 37px;
  color: #505050;
  padding-left: 70px;
  width: 44%;
}

.foot-mid .ma-img {
  width: 15%;
  padding-left: 50px;
}

.foot-mid .ma-img .ms-i {
  padding: 5px;
  display: inline-block;
  background: #fff;
}

.foot-mid .ma-img .p1 {
  font-size: 1rem;
  line-height: 37px;
  color: #000;
}

.foot-mid .feng-r .p2 {
  font-size: 15px;
  line-height: 33px;
  color: #505050;
}

.foot-mid .feng-r .feng-div {
  margin-top: 10px;
}

.foot-mid .feng-r .feng-div a {
  background: transparent;
  width: 44px!important;
  height: 44px!important;
  border: solid 1px #474747;
  border-radius: 100%;
  line-height: 44px!important;
  padding-left: 0;
  text-align: center;
  color: #4a4a4a;
  font-size: 1.25rem;
  display: inline-block!important;
}

.foot-bot {
  font-size: 1rem;
  background-color: #fff;
  line-height: 37px;
  padding: 20px 0 30px;
  color: #505050;
}

.foot-bot a {
  color: #505050;
}

.line {
  height: 14px;
  background-color: #3367a6;
  width: 100%;
}

.index_about {
  background: url(../image/11.jpg) no-repeat;
  background-size: cover;
  padding: 70px 0 100px;
}

.index_about .index_about_fl {
  width: 40%;
  position: relative;
  z-index: 9;
  padding: 33px 0 0 33px;
  margin-top: 40px;
}

.index_about .index_about_fl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 110%;
  background-color: #78b238;
  z-index: -1;
}

.index_about .index_about_fr {
  width: 56%;
}

.index_about .title {
  margin-top: 30px;
}

.index_about .content {
  position: relative;
  font-size: 1rem;
  line-height: 30px;
  color: #aac4e8;
  padding: 45px 54px 40px 0;
  z-index: 8;
}

.index_about .content .more {
  border: 1px solid #fff;
  margin-top: 30px;
}

.index_about .content .more a {
  color: #fff;
}

.index_about .content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  height: 100%;
  background-color: #3367a6;
  z-index: -1;
}

.index_fx {
  padding: 60px 0 85px;
}

.index_fx .fc_swiper {
  padding-top: 35px;
  border-top: 1px solid #dddddd;
  margin-top: 20px;
}

.index_fx .fc_title {
  font-size: 1.25rem;
  line-height: 30px;
  color: #343434;
  position: relative;
  padding-left: 15px;
}

.index_fx .fc_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 16px;
  background-color: #78b238;
  transform: translateY(-50%);
}

.index_fx .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  right: -25px;
  background-size: 24px 24px;
}

.index_fx .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  left: -25px;
  background-size: 24px 24px;
}

.foot-mid .feng-r .feng-div a:hover {
  text-decoration: none !important;
}

.neiye_text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.4375rem;
  line-height: 1;
  letter-spacing: 4px;
  color: #000000;
}

.bread {
  font-size: 1rem;
  line-height: 30px;
  margin-top: 10px;
}

.search-box {
  border-bottom: 1px solid #e8e8e8;
  padding: 17px 0;
}

.search-box .fl {
  font-size: 15px;
  line-height: 42px;
  color: #6e6e6e;
}

.search-box .fl span {
  font-weight: bold;
}

.search-box .fl a {
  color: #6e6e6e;
  padding: 0 15px;
  line-height: 1;
  border-right: 1px solid #6e6e6e;
}

.search-box .fl a:hover {
  color: #50b432;
}

.search-box .fl a:last-child {
  border-right: none;
}

.search-box .fr .sou-div {
  width: 379px;
  border: solid 1px #e4e4e4;
}

.search-box .fr .sou-div input {
  width: 85%;
  height: 42px;
  padding-left: 15px;
}

.search-box .fr .sou-div button {
  width: 15%;
  height: 42px;
  background-color: #50b432;
  border: none;
}

.search-box .fr .sou-div button i {
  color: #fff;
}

.weizhi-div .wez {
  font-size: .9375rem;
  color: #717171;
  line-height: 80px;
  border-bottom: 1px dashed #dcdcdc;
}

.weizhi-div .wez span {
  width: 10px;
  height: 13px;
  background: #50b432;
  display: inline-block;
  margin-right: 10px;
}

.weizhi-div .wez a {
  color: #717171;
}

.weizhi-div .wez a:hover {
  color: #50b432;
}

.ban .ban-zi {
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.ban .ban-zi .p1 {
  font-size: 2.4375rem;
  line-height: 1;
  letter-spacing: 4px;
  color: #000000;
}

.ban .ban-zi .p2 {
  display: inline-block;
  height: 50px;
  margin-top: 14px;
  font-size: 1.3125rem;
  color: #ffffff;
  background-color: #134191;
  line-height: 50px;
  padding: 0 13px;
  border-bottom: 2px solid #50b432;
}

.product-center {
  padding: 50px 0 90px;
}

.product-center .left {
  width: 22%;
}

.product-center .right {
  width: 75%;
}

.fenle-top {
  background-color: #2f629b;
  padding: 35px;
  font-size: 23px;
  letter-spacing: 1px;
  color: #ffffff;
}

.index-case-ul li {
  background-color: #e6e6e6;
  height: 49px;
  line-height: 49px;
  color: #767676;
  font-size: 1.0625rem;
  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 */
}

.index-case-ul li span i {
  font-size: 20px;
}

.index-case-ul li a {
  display: block;
  color: #000000;
  padding: 0px 25px 0px 25px;
}

.index-case-ul li:nth-child(even) {
  background-color: #f3f3f3;
}

.index-case-ul li:hover,
.index-case-ul li.active {
  background-color: #50b432;
  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 */
}

.index-case-ul li:hover a,
.index-case-ul li.active a {
  color: #ffffff;
}

.index-case-ul li:hover a span i,
.index-case-ul li.active a span i {
  color: #50b432;
}

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

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.product-center .neiye_ul li {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
}

.product-center .neiye_ul li .fl {
  width: 30%;
}

.product-center .neiye_ul li .fr {
  width: 70%;
  padding-left: 40px;
}

.product-center .neiye_ul li .fr .name {
  font-size: 1.25rem;
  line-height: 36px;
  font-weight: 600;
  margin: 8px 0;
}

.product-center .neiye_ul li .fr .content {
  font-size: 1rem;
  line-height: 30px;
}

.product-center .neiye_ul li .more_a {
  margin-top: 20px;
  float: right;
  border: 1px solid #dcdcdc;
}

.product-center .neiye_ul li .more_a span {
  top: 4px;
}

body {
  padding-top: 147px;
}

.product-center .neiye_ul li:hover {
  border: 1px solid #78b238;
}

.product-center .neiye_ul li:hover .name {
  color: #78b238;
  transform: translateX(5px);
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}

.newsxq_fr_div {
  height: 400px;
  overflow-y: scroll;
  padding: 0 15px;
  border: 1px solid #ddd;
}

.newsxq_fr_div::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background-color: #c9c9c9;
  width: 4px;
  height: 164px;
  position: absolute;
}

.newsxq_fr_div::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
}

.newsxq_fr_div::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #50b432;
}

.about_news {
  font-size: 1.25rem;
  line-height: 30px;
  margin-bottom: 6px;
  color: #696969;
}

.data {
  color: #696969;
  font-size: 1rem;
}

.newsxq_fr_div.auto {
  height: auto;
  overflow: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.newsxq_fr_div.auto li {
  margin-bottom: 10px;
}

.shangxia {
  font-size: 1rem;
  line-height: 32px;
}

.list_honor .row .col-md-4 {
  margin-bottom: 20px;
}

.list_honor .row .col-md-4 .name {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
}

.list_honor .row .col-md-4>div:nth-child(1) {
  background: url(../image/46.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 5%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modal.in .modal-dialog {
  z-index: 9999;
}

.p6070 {
  padding: 60px 0 70px;
}

.list_about_con {
  margin: 40px 0;
  font-size: 1rem;
  line-height: 32px;
  color: #656565;
}

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

.list_about_ul li:last-child {
  margin-bottom: 0;
}

.list_about_ul li:nth-child(odd) .list_about_ul_li_fl {
  width: 49%;
  margin-right: 1%;
}

.list_about_ul li:nth-child(odd) .list_about_ul_li_fr {
  width: 49%;
  margin-left: 1%;
}

.list_about_ul li:nth-child(even) .list_about_ul_li_fl {
  width: 49%;
  margin-left: 1%;
  float: left;
}

.list_about_ul li:nth-child(even) .list_about_ul_li_fr {
  width: 49%;
  margin-right: 1%;
  float: right;
}

.list_about_title {
  font-size: 1.25rem;
  line-height: 35px;
  color: #74aa3b;
}

.list_about_li_con {
  font-size: 1rem;
  color: #656565;
  line-height: 33px;
}

.list_about_ul li:nth-child(1) .list_about_ul_li_fr {
  padding-top: 40px;
}

.nytitle {
  font-size: 2rem;
}

.liuyan_swiper {
  margin: 60px 0 0 0;
}

.liuyan_swiper .lianxi_icon {
  display: block;
  width: 108px;
  height: 108px;
  line-height: 108px;
  text-align: center;
  border: solid 1px #dadada;
  border-radius: 50%;
  margin: 0 auto;
}

.liuyan_swiper .lianxi_icon span {
  font-size: 3rem;
  color: #73aa3d;
}

.lianxi_div1 {
  font-size: 1.125rem;
  line-height: 35px;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}

.lianxi_div2 {
  font-size: 1rem;
  color: #656565;
  text-align: center;
}

.banner .swiper-wrapper .swiper-slide:nth-child(3) .banner_text p:nth-child(1) {
  text-align: left;
  color: #54524e;
  /* text-shadow: 2px 2px 5px #222222; */
}

/* 在线留言 */
.message_fom {
  margin-top: 70px;
}

.message_size p:nth-of-type(1) {
  color: #000000;
  font-size: 14px;
  padding-bottom: 18px;
}

.message_size {
  color: #626262;
  font-size: 1rem;
  line-height: 32px;
  margin-bottom: 25px;
}

.message_inp>div:nth-of-type(1) {
  width: 25%;
  float: left;
  color: #474747;
  font-size: 1rem;
  line-height: 55px;
  text-align: right;
}

.message_inp>div:nth-of-type(1) span {
  color: red;
}

.message_inp>div:nth-of-type(2) {
  width: 70%;
  float: right;
}

.message_er>div input,
.message_inp>div input,
.message_inp>div select {
  border: 1px solid #dddddd;
  width: 100%;
  line-height: 55px;
  height: 55px;
  font-size: 1rem;
  padding: 0 10px;
  outline: none;
}

.message_er>div:nth-of-type(1) {
  width: 8%;
  float: left;
  color: #474747;
  font-size: 1rem;
  line-height: 55px;
  /* padding-left: 2%; */
  text-align: right;
}

.message_fom form .col-md-4 {
  margin-bottom: 20px;
}

.message_er>div:nth-of-type(2) {
  width: 90.5%;
  float: right;
}

.message_er {
  margin: 22px 0;
}

.message_text div:nth-of-type(1) {
  width: 8.5%;
  float: left;
  color: #474747;
  font-size: 1rem;
  line-height: 55px;
  text-align: right;
}

.message_text div:nth-of-type(2) {
  width: 90.5%;
  float: right;
}

.message_text div textarea {
  border: 1px solid #dddddd;
  width: 100%;
  height: 142px;
  font-size: 1rem;
  padding: 10px;
}

.message_butt div:nth-of-type(2) {
  color: #ff0000;
  font-size: 1rem;
  line-height: 55px;
  float: left;
}

.message_butt div:nth-of-type(1) {
  float: left;
  margin-right: 55px;
}

.message_butt div button {
  color: #fff;
  font-size: 1.25rem;
  border: 1px solid #78b238;
  background: #78b238;
  line-height: 55px;
  padding: 0 65px;
}

.message_butt div button: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: #78b238;
  border: 1px solid #78b238;
}

.message_butt {
  margin-top: 22px;
  width: 90.5%;
  float: right;
}

.nyfutitle {
  font-size: 1rem;
  line-height: 30px;
  color: #646464;
  margin-top: 30px;
}

.erji {
  width: 60%;
  text-align: right;
  line-height: 50px;
  height: 50px;
}

.erji .erji_ul li {
  display: inline-block;
  padding-left: 20px;
  font-size: 1.125rem;
  font-weight: 600;
}

.erji .erji_ul li a {
  color: #fff;
}

.erji .erji_ul li.active a,
.erji .erji_ul li:hover a {
  color: #78b238;
}

.list_case .col-md-4 {
  margin-bottom: 20px;
}

.list_case .col-md-4>div {
  border: 1px solid #ddd;
  padding: 10px 10px 0;
}

.list_case .name {
  font-size: 1rem;
  color: #000;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.list_case .col-md-4:hover>div {
  background-color: #74aa3b;
}

.list_case .col-md-4:hover>div .name {
  color: #fff;
}

.list_case .col-md-4:hover>div img {
  transform: scale(1.1);
}

.newsxq_size {
  color: #696969;
  font-size: 1rem;
  line-height: 32px;
  margin-bottom: 60px;
}

.product-center {
  padding: 50px 0 90px;
}

.product-center .left {
  width: 22%;
}

.product-center .right {
  width: 75%;
}

.product-div {
  border: solid 1px #eaeaea;
  margin-bottom: 20px;
}

.product-div .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}

.product-div .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 54px;
  padding: 0 10px;
  text-align: center;

}

.product-div .product-title a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.25rem;
  line-height: 54px;
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.product-div:hover {
  border: solid 1px #50b432;
}

.product-div:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}

.product-div:hover .product-title a {
  color: #50b432;
}

.product-dian {
  margin-top: 25px;
}

.newsxq_tit p,
.articel_case .nytitle {
  color: #252525;
  margin-bottom: 10px;
  font-size: 1.375rem;
}

.newsxq_tit div,
.articel_case .data {
  padding: 10px 0 20px;
  color: #949494;
  font-size: 1rem;
}

.about_case {
  margin-top: 40px;
}

.about_case .name {
  font-size: 1rem;
  text-align: center;
  line-height: 30px;
  padding: 8px 0;
}

.about_case_swiper {
  padding-bottom: 40px;
}

.about_case_swiper .swiper-pagination-bullet-active {
  background: #3367a6;
}

.aboutcase_title {
  font-size: 22px;
  position: relative;
  line-height: 30px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.aboutcase_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 20px;
  transform: translateY(-50%);
  background-color: #74aa3b;
}

.nav_erji {
  /* display: none; */
  padding: 15px 10px;
  background: #f7f7f7;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  transition: 400ms ease-in-out;
  transform: scale(0);
  opacity: 0;
  top: 100%;
  display: block;
  box-shadow: 0px 2px 11px #7c7c7c59;
}

.nav_ul>li:hover>.nav_erji {
  /* display: block; */
  transform: scale(1);
  opacity: 1;
}

.nav_erji>li {
  line-height: 30px;
  font-size: 14px;
}

.nav_erji a {
  color: 000;
}

.nybanner_text {
  position: absolute;
  top: 42%;
  left: 0%;
  width: 100%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 1.875rem;
  color: #fff;
  text-shadow: 0 0 3px #000;
}

/* 研发中心详情页 */
.articel_yfzx .yfzx_top .name {
  font-size: 2rem;
  margin: 35px 0 20px;
}

.con {
  font-size: 1rem;
  line-height: 30px;
}

.yfzx_top .row .col-md-6:nth-child(1) {
  border: 1px solid #e0e0e0;
}

.yfzx_top .bg {
  padding: 0 20px 25px;
}

.yfzx_center {
  margin: 50px 0;
}

.yfzx_bot .row {
  margin-top: 30px;
}

.articel_yfzx .content {
  border: 1px solid #ddd;
  padding: 10px;
}

.articel_yfzx .text {
  padding: 10px 5px 20px;
}

.articel_yfzx .yfzx_name {
  font-size: 1.125rem;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;

}

.yfzx_con {
  font-size: 1rem;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
  min-height: 90px;
}
.list_search .over {
  height: 300px;
  width: 100%;
}
@media (max-width: 1440px) {

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

  .weizhi-div .wez {
    line-height: 60px;
  }

  .product-center {
    padding: 50px 0 60px;
  }

  .sousuo .sousuo_fl input,
  .sousuo .sousuo_dh {
    height: 44px;
  }

  .sousuo {
    padding: 15px 0;
  }

  .number_swiper {
    padding: 35px 0 35px;
  }

  .index_pro {
    padding: 60px 0 70px;
  }

  .title {
    font-size: 2rem;
  }

  .reixian .bg {
    height: 167px;
  }

  .reixian {
    margin: 0px 0 70px;
  }

  .idnex_div4 {
    padding-bottom: 70px;
  }

  .index_div5 .index_div5_ul {
    margin-top: 25px;
  }

  .index-new {
    padding: 70px 0;
  }

  .index-new .index-new-con {
    margin-top: 25px;
  }

  .index_about {
    padding: 70px 0 70px;
  }

  .newsxq_size {
    margin-bottom: 30px;
  }
}

@media (max-width: 1366px) {
  .reixian .fr .num {
    padding: 0 0 10px 0;
  }

  .reixian .fl p {
    font-size: 1.5rem;
    line-height: 32px;
  }

  .reixian .fl::before {
    width: 40px;
    height: 80px;
    background-size: 100% 100%;
  }

  .reixian .bg {
    background-size: cover;
  }
}

@media (max-width: 1200px) {
  .header_bot .nav_ul>li {
    float: left;
    padding: 0 15px;
  }

  .number {
    padding-top: 45px;
  }

  .idnex_div4 .index_div4_fl .contnet {
    width: 47%;
  }

  .idnex_div4 .index_div4_fr .index_div4_fr_swiper {
    height: 398px;
  }

  .index_div5 .index_div5_ul li {
    margin-left: 41px;
  }

  .index_div5 .index_div5_p {
    margin-top: 30px;
  }

  .index_div5 .shuzi {
    margin: 10px 0px 10px;
  }

  .index-new {
    padding: 45px 0;
  }

  .futitle {
    line-height: 36px;
  }

  .index-new .index-new-con .index-new-con-top>div .tops-divs .fl {
    padding: 15px 40px;
  }

  .index-new .index-new-con .index-new-con-top>div .tops-divs .fr {
    line-height: 76px;
  }

  .index-new .index-new-con .tops-divs-ul li .title a {
    font-size: 1.125rem;
  }

  .foot-mid .foot-d {
    padding-left: 30px;
  }

  .foot-mid>div:nth-child(1) {
    width: 20%;
  }

  .foot-mid {
    padding: 30px 0 0;
  }

  .index_div5 .index_div5_ul .li_fr .name {
    padding: 0 0 10px 0;
  }

  .fenle-top {
    padding: 15px;
    font-size: 20px;
  }

  .product-div .product-title a {
    font-size: 1rem;
    line-height: 40px;
  }

  .product-div .product-title {
    height: 40px;
  }

  .list_about_con {
    margin: 20px 0;
  }

  .product-center .neiye_ul li .fr .content {
    -webkit-line-clamp: 1;
  }

  .product-center .neiye_ul li .fr {
    padding-left: 25px;
  }

  .message_fom {
    margin-top: 40px;
  }
}

@media (max-width: 990px) {
  .header {
    display: none;
  }

  .phone_logo img {
    width: 180px;
  }

  body {
    padding-top: 75px;
  }

  #phone_nav .iconfont,
  .seaarch_phone span {
    line-height: 55px !important;
    font-size: 22px;
  }

  .seaarch_phone {
    margin-right: 20px;
  }

  .sousuo .sousuo_fl input {
    width: 211px;
  }

  .sousuo .sousuo_dh img {
    top: -3px;
  }

  .banner .swiper-pagination {
    bottom: 25px;
  }

  .number_swiper {
    padding: 25px 0 25px;
  }

  .number p {
    font-size: 1.125rem;
  }

  .index_pro {
    padding: 45px 0 50px;
  }

  .index_pro .img {
    margin: 40px 0 45px;
  }

  .title {
    font-size: 22px;
  }

  .reixian {
    margin: 0px 0 45px;
  }

  .idnex_div4 .index_div4_fr .index_div4_fr_swiper {
    height: 305px;
  }

  .idnex_div4 .index_div4_fl .contnet {
    width: 60%;
  }

  .index_div5 .index_div5_ul li {
    margin-left: 31px;
  }

  .index_div5 .index_div5_ul .li_fr .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
    overflow: hidden;
    line-height: 24px;
  }

  .index_div5 {
    padding-top: 45px;
  }

  .index_div5 .index_div5_p {
    margin-top: 15px;
  }

  .index_div5 .shuzi {
    margin: 4px 0px 4px;
  }

  .index_div5 .mouse {
    padding: 0px 0 20px 0;
  }

  .index-new .index-new-con .index-new-con-top>div .tops-divs .fr {
    line-height: 60px;
  }

  .index-new .index-new-con .index-new-con-top>div .tops-divs .fl {
    padding: 7px 40px;
  }

  .industry-top .fr {
    padding: 15px 20px;
  }

  .industry-top .fr .data {
    padding: 5px 0;
  }

  .industry-ul li {
    padding: 10px 20px 10px 0;
  }

  .index-new-con-bot .fr {
    width: 80%;
  }

  .index-new-con-bot .fl {
    width: 20%;
  }

  .index-new-con-bot .fr .a-top {
    padding: 0 0px;
  }

  .index_about {
    padding: 45px 0 45px;
  }

  .index_about .content {
    padding: 25px 25px 25px 0;
  }

  footer .foot-top .foot-top-ul li a {
    padding: 0 15px;
  }

  .foot-mid .foot-d {
    padding-left: 20px;
  }

  .foot-mid .ma-img {
    padding-left: 15px;
  }

  footer {
    display: none;
  }

  body {
    padding-bottom: 60px;
  }

  .index_fx {
    padding: 45px 0 45px;
  }

  .index_fx .fc_swiper {
    padding-top: 20px;
  }

  .product-center .right {
    width: 70%;
  }

  .product-center .left {
    width: 27%;
  }

  .newsxq_size {
    line-height: 28px;
  }

  .list_about_ul li:nth-child(1) .list_about_ul_li_fr {
    padding-top: 20px;
  }

  .list_about_ul li:nth-child(odd) .list_about_ul_li_fl,
  .list_about_ul li:nth-child(even) .list_about_ul_li_fr {
    width: 100%;
    margin-right: 0;
  }

  .list_about_ul li:nth-child(odd) .list_about_ul_li_fr,
  .list_about_ul li:nth-child(even) .list_about_ul_li_fl {
    width: 100%;
  }

  .list_about_ul li:nth-child(1) .list_about_ul_li_fr,
  .list_about_ul li:nth-child(even) .list_about_ul_li_fl,
  .list_about_ul li:nth-child(odd) .list_about_ul_li_fr {
    padding-top: 10px;
  }

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

  .product-center .neiye_ul li .fr .name {
    font-size: 1.125rem;
    margin: 0px 0;
  }

  .product-center .neiye_ul li .more_a {
    margin-top: 5px;
  }

  .product-dian {
    display: none;
  }

  .product-center .right {
    margin-top: 15px;
  }

  .liuyan_swiper .lianxi_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .liuyan_swiper {
    margin: 40px 0 0 0;
  }

  .message_text div:nth-of-type(1) {
    width: 12.5%;
  }

  .message_text div:nth-of-type(2),
  .message_butt {
    width: 85.5%;
  }

  .message_er>div input,
  .message_inp>div input,
  .message_inp>div select,
  .message_inp>div:nth-of-type(1) {
    line-height: 45px;
    height: 45px;
  }

  .message_butt div button {
    padding: 0 40px;
    line-height: 40px;
    height: 40px;
  }

  .message_butt div:nth-of-type(1) {
    margin-right: 15px;
  }

  .message_butt div:nth-of-type(2) {
    line-height: 40px;
  }
}

@media (max-width: 767px) {

  .phone_logo img {
    width: 140px;
  }

 .riight_div {
    display: block !important;
  }



  .sousuo {
    display: none;
  }

  .banner .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
  }

  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: solid 1px #ffffff;
    margin: 0 2px;
    opacity: 1;
  }

  #phone_nav .iconfont,
  .seaarch_phone span {
    line-height: 43px !important;
  }

  body {
    padding-top: 63px;
  }

  .number {
    padding-top: 25px;
  }

  .number_swiper {
    padding: 15px 0 45px;
  }

  .swiper-pagination-bullet-active {
    background: #2f609c;
  }

  .index_pro {
    padding: 25px 0 25px;
  }

  .title {
    line-height: 35px;
  }

  .title img {
    display: none;
  }

  .index_pro .img {
    margin: 15px 0 15px;
  }

  .index_pro .content div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }

  .reixian .bg {
    height: 270px;
  }

  .reixian .fl::before {
    left: -8px;
  }

  .reixian .fr {
    width: 100%;
    text-align: center;
  }

  .reixian .fr .more_a {
    display: table;
    margin: 0 auto;
  }

  .reixian .fl {
    display: none;
  }

  .index_fx .swiper-button-next,
  .index_fx .swiper-button-prev {
    display: none;
  }

  .index_fx {
    padding-bottom: 20px;
  }

  .fc_swiper {
    padding-bottom: 45px;
  }

  .reixian .bg {
    height: 200px;
  }

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

  .idnex_div4 .index_div4_fl,
  .idnex_div4 .index_div4_fr {
    width: 100%;
  }

  .idnex_div4 .index_div4_fl {
    padding: 20px 0 0px;
  }

  .idnex_div4 .index_div4_fr .index_div4_fr_swiper {
    height: auto;
  }

  .idnex_div4::before {
    display: none;
  }

  .idnex_div4 .index_div4_fl .contnet {
    position: static;
    width: 100%;
    border: 1px solid #ddd;
  }

  .index_div4_fl_swiper {
    padding-bottom: 40px;
  }

  .idnex_div4 .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }

  .idnex_div4 .swiper-pagination-bullet {
    background: #ddd;
  }

  .idnex_div4 .index_div4_fr {
    padding-top: 15px;
  }

  .idnex_div4 .index_div4_fr_swiper .swiper-slide>div {
    border: 1px solid #ddd;
    box-shadow: none;
  }

  .idnex_div4 {
    padding-bottom: 20px;
  }

  .index_div5 {
    padding-top: 25px;
    background-size: cover;
    background: url(../image/23.jpg);
  }

  .index_div5 .index_div5_ul li {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }

  .index_div5 .index_div5_ul .li_fr {
    padding-left: 20px;
  }

  .index_div5 .index_div5_ul {
    margin-top: 15px;
  }

  .index_div5 .index_div5_p,
  .index_div5 .shuzi,
  .index_div5 .mouse {
    display: none;
  }

  .index-new .index-new-con .index-new-con-top>div {
    width: 100%;
  }

 

  .index-new {
    padding: 25px 0;
  }

  .index-new .index-new-con {
    margin-top: 15px;
  }

  .index-new .index-new-con .index-new-con-top>div .tops-divs .fl {
    padding: 7px 25px 7px 15px;
  }

  .index-new .index-new-con .tops-divs-ul li,
  .industry-ul li {
    padding: 15px 15px;
  }

  .index-new-con-bot {
    padding: 20px 0;
  }

  .index-new-con-bot .fl {
    width: 100%;
  }

  .index-new-con-bot .fl {
    padding: 10px 15px;
  }

  .index-new-con-bot .fl .cj-p1 {
    font-size: 14px;
    font-weight: normal;
    color: #828282;
  }

  .index-new-con-bot .fr {
    width: 100%;
    padding: 15px;
  }

  .wen-p,
  .wen-q {
    float: left;
    margin-right: 5px;
  }

  .wen-q {
    margin-top: 10px;
  }

  .index-new-con-bot .fr .a-top .tile {
    line-height: 24px;
  }

  .index-new-con-bot .fr .a-top .yao-q {
    -webkit-line-clamp: 1;
  }

  .index-new-con-bot .fr .a-top .more {
    display: none;
  }

  .index-new-con-bot .fr .col-sm-4 {
    margin-bottom: 15px;
  }

  .index_about {
    padding: 25px 0;
  }

  .index_about .index_about_fl {
    width: 100%;
    margin-top: 0;
  }

  .index_about .index_about_fl {
    padding: 15px 0 0 15px;
  }

  .index_about .index_about_fl::before {
    height: 105%;
  }

  .index_about .index_about_fr {
    width: 100%;
  }

  .index_about .content::before {
    display: none;
  }

  .index_about .content {
    padding: 0;
    color: #000;
  }

  .index_pro .content div {
    margin-bottom: 15px;
  }

  .index_about .content .more a {
    color: #000;
  }

  .index_about .content .more {
    border-color: #000;
    margin-top: 15px;
  }

  .index_fx {
    padding: 25px 0;
  }

  .index_fx .fc_swiper {
    margin-top: 10px;
  }

  .searchbox {
    top: 63px;
  }

  .product-center {
    padding: 25px 15px 30px;
  }

  .product-center .right {
    width: 100%;
  }

  .product-center .left {
    width: 100%;
  }

  .fenle-top {
    padding: 10px;
    font-size: 18px;
  }

  .newsxq_size {
    margin-bottom: 0;
  }

  .aboutcase_title {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }

  .p6070 {
    padding: 25px 0 30px;
  }

  .nytitle {
    font-size: 1.375rem;
  }

  .list_about_con {
    margin: 15px 0;
  }

  .list_about_con {
    line-height: 28px;
  }

  .product-center .neiye_ul li .fl {
    width: 100%;
  }

  .product-center .neiye_ul li .fr {
    width: 100%;
    padding: 10px 0 0;
  }

  .index-case-ul li a {
    padding: 0 15px;
  }

  #dituContent {
    height: 300px !important;
  }

  .liuyan_swiper {
    padding-bottom: 45px;
  }

  .message_inp>div:nth-of-type(1),
  .message_inp>div:nth-of-type(2),
  .message_text div:nth-of-type(1),
  .message_text div:nth-of-type(2),
  .message_butt {
    width: 100%;
    text-align: left;
  }

  .message_fom form .col-md-4 {
    margin-bottom: 10px;
  }

  .nyfutitle {
    margin-top: 15px;
    line-height: 28px;
  }

  .message_inp>div:nth-of-type(1),
  .message_text div:nth-of-type(1) {
    line-height: 30px;
    height: auto;
  }

  .message_butt div button,
  .message_butt div:nth-of-type(1) {
    width: 100%;
  }

  .message_butt div:nth-of-type(2) {
    line-height: 26px;
    padding-top: 10px;
  }

  .message_fom {
    margin-top: 15px;
  }

  .weizhi-div {
    display: none;
  }

  .nybanner img {
    height: 180px;
    object-fit: cover;
  }

  .nybanner_text {
    top: 50%;
    font-size: 1.5rem;
  }

  .articel_yfzx .yfzx_top .name {
    font-size: 1.5rem;
    padding: 25px 0 15px;
    margin: 0;
  }

  .yfzx_top .bg {
    padding: 0 0px 15px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
  }

  .yfzx_top .row .col-md-6:nth-child(1) {
    border: none;
  }

  .yfzx_center {
    margin: 25px 0;
  }

  .title {
    font-size: 20px;
  }
  .yfzx_bot .row {
    margin-top: 10px;
}
.yfzx_con {
  height: auto;
  min-height: auto;
}
}

#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 #74aa3b;
}

#page li:hover a {
  color: #74aa3b;
}

#page li a {
  color: #666666;
}

#page li.active {
  border: 1px solid #74aa3b;
  background-color: #74aa3b;
  color: #ffffff;
}

#page li.active a {
  color: #ffffff;
}

#page .thisclass {
  background-color: #74aa3b;
  color: #ffffff;
}


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