@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

.index_two .row.mt40 {
  display: flex;
  flex-wrap: wrap;
}

.index_two .row.mt40 .suqera_pro>div {
  height: 100%;
}

.mt20 {
  margin-top: 1.25rem;
}

.suqera_pro {
  margin-bottom: 1.875rem;
}

.suqera_pro:hover>div {
  border-color: #e36610;
}

.suqera_pro:hover .name::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #e36610;
}

.suqera_pro .bor {
  border-radius: 1.25rem;
}

.suqera_pro:hover>div .name {
  color: #e36610;
}

.suqera_pro>div {
  border: 1px solid #E5E5E5;
  border-radius: 1.25rem;
}

.suqera_pro .name {
  padding: 1.5625rem;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.p_top {
  position: absolute;
  top: 0;
}

.suqera_pro .name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 1px;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #E5E5E5;
}

.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;
}

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

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

/* header .nav_ul>li:nth-child(4) .er-ul {
  width: 160%;
  left: -30%;
} */
.mt40 {
  margin-top: 2.5rem;
}

.er-ul.er-ul-pro {
  width: 29rem;
  display: flex;
  justify-content: space-between;
  background: #fff;
  left: -2rem;
}

.er-ul.er-ul-pro .left {
  width: 45%;
  padding: 1.25rem;
}

.er-ul.er-ul-pro .left ul li {
  line-height: 2.125rem;
  font-size: 0.875rem;
}

.er-ul.er-ul-pro .left ul li a {
  display: flex;
  align-items: center;
}

.er-ul.er-ul-pro .left ul li:hover a {
  color: #e36610;
}

.er-ul.er-ul-pro .left ul li .iconfont {
  width: 10%;
  text-align: right;
  display: block;
  font-size: 1rem;
}

.er-ul.er-ul-pro .left ul li span {
  display: block;
  width: 90%;
}

.er-ul.er-ul-pro .right {
  width: 55%;
  /* background-image: linear-gradient(to right bottom , #e0e1e3,#e0e1e3); */


}

.er-ul.er-ul-pro .right a {
  display: none;
  height: 100%;
  background-image: linear-gradient(to right bottom, #e0e1e3, #e0e1e3);
}

.er-ul.er-ul-pro .right a img {
  height: 100%;
  object-fit: cover;
}

.er-ul.er-ul-pro .right a.active {
  display: block;
}

.er-ul {
  position: absolute;
  width: 100%;
  left: 0%;
  border: 1px solid #ddd;
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;

}

.er-ul>li {
  line-height: 2.25rem;
  text-align: center;
  font-size: .875rem;
}

.er-ul>li:hover a {
  color: #e36610;
}

.er-ul>li:nth-child(1) {
  padding-top: .625rem;
}

.er-ul>li:last-child {
  padding-bottom: .625rem;
}

header .nav_ul>li:hover .er-ul {
  transform: none;
  opacity: 1;
}

.bg {
  background: #e36610;
}

.logo_phone img {
  width: 7.5rem;
}

.c {
  color: #e36610;
}

.cf {
  color: #fff !important;
}

.c0 {
  color: #000 !important;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}

.phone_weibu .mobMenu>li>a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}

.phone_weibu .mobMenu>li {
  border-bottom: #424245 1px solid;
}

.phone_weibu .mobMenu>li>.subDepth>li>a {
  font-size: 1rem;
  color: #9a9797;
  line-height: 28px;
}

.phone_weibu .mobMenu>li>a::before {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>a::after {
  background-color: #fff;
}

.phone_weibu .mobMenu>li>.subDepth {
  display: none;
}

.container {
  padding: 0 15rem;
  width: 100%;
}

html,
body {
  font-size: calc(0.83333333vw);
}

.jiantou {
  cursor: pointer;
}

.menuBox {
  position: fixed;
  z-index: 998;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  visibility: hidden;
}


.menuBoxs:after,
.menuBox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(http://1809100017.pool3-site.make.yun300.cn/img/navbg.jpg);
  -webkit-transition: .8s cubic-bezier(.77, 0, .175, 1);
  -moz-transition: .8s cubic-bezier(.77, 0, .175, 1);
  transition: .8s cubic-bezier(.77, 0, .175, 1)
}



.menuBox:before {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.menuBoxs:after {
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.menuBox .navMobile {
  padding-top: 18%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .45s;
  -moz-transition: .45s;
  transition: .45s
}

.menuBox.show {
  visibility: visible
}

.menuBox.show:after,
.menuBox.show:before {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none
}

.menuBox.show .navMobile {
  opacity: 1;
  visibility: visible;
  -webkit-transition: .76s .6s;
  -moz-transition: .76s .6s;
  transition: .76s .6s
}

.menuBox .lang {
  display: none
}

.navMobile {
  text-align: center;
  letter-spacing: -6px;
  position: relative;
  z-index: 1
}

.navMobile dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  text-align: left;
  margin: 0 40px
}

.navMobile dd a {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  color: #8d8d8d
}

.navMobile dd a:before {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s
}

.navMobile dd p {
  line-height: 1;
  text-align: center;
}

.navMobile dd>p {
  margin-bottom: 40px
}

.navMobile dd>p>a {
  font-size: 24px;
  padding-bottom: 10px;
  color: #fff
}

.navMobile dd>p>a:before {
  height: 2px;
  background: #d5d5d5
}

.navMobile dd .mtv p+p {
  margin-top: 12px
}

.navMobile dd .mtv a {
  padding-bottom: 5px;
  color: #fff;
}

.list_pro .row{
  display: flex;
  flex-wrap: wrap;
}
.navMobile dd .mtv a:before {
  height: 1px;
  background: #8d8d8d
}

.navMobile dd .mtv a:hover {
  color: #1390C7 !important;
}

.menuBoxs:after,
.menuBox:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: url(../img/100.jpg) !important; */
  -webkit-transition: .8s cubic-bezier(.77, 0, .175, 1);
  -moz-transition: .8s cubic-bezier(.77, 0, .175, 1);
  transition: .8s cubic-bezier(.77, 0, .175, 1);
}

.p_beian {
  display: none;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .phone_weibu {
    display: block;
  }
}

.border {
  font-size: .875rem;
}

header {
  line-height: 5.8125rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

header .container {
  padding: 0 9.375rem;
}

header .logo img {
  width: 16.875rem;
}

header .jiantou i {
  color: #fff;
  font-size: 1rem;
  display: block;
}

header .lanuage {
  margin: 0 1.625rem;
}

header .lanuage a {
  padding: .375rem .8125rem;
  background-color: #e36610;
  border-radius: 1.0625rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-size: .875rem;
}

header .lanuage a i {
  font-size: .875rem;
  display: inline-block;
}

header .sousuo {
  position: relative;
  cursor: pointer;
}

header .sousuo i {
  font-size: 1.125rem;
  color: #fff;
  padding-right: 1.5625rem;
  display: block;
}

header .sousuo::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.0625rem;
  background-color: rgba(255, 255, 255, 0.5);
}

header .nav_ul {
  margin-right: 10rem;
}

header .nav_ul>li {
  float: left;
  margin: 0 .625rem;
  position: relative;
}

header .nav_ul>li>a {
  padding: 0 .625rem;
  position: relative;
  font-size: 1.125rem;
  color: #ffffff;
  display: block;
}

header .nav_ul>li>a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: .25rem;
  background-color: #e36610;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .nav_ul>li.active>a::before,
header .nav_ul>li:hover>a::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

header .nav_ul>li.active>a,
header .nav_ul>li:hover>a {
  color: #e36610 !important;
}

header.active,
header.active1 {
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
}

header.active2 {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #e7e7e7;
}


header.active .nav_ul>li>a,
header.active1 .nav_ul>li>a,
header.active2 .nav_ul>li>a {
  color: #666666;
}

header.active .sousuo i,
header.active1 .sousuo i,
header.active2 .sousuo i {
  color: #383838;
}

header.active .sousuo::before,
header.active1 .sousuo::before,
header.active2 .sousuo::before {
  background-color: #535353;
  opacity: 0.5;
}

header.active .jiantou i,
header.active1 .jiantou i,
header.active2 .jiantou i {
  color: #383838;
}

.banner .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.banner .img,
.ny_ban .img {
  position: relative;
}

.pro_xz{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
}
.pro_xz .pro_xz_dw{
  padding: 0 15rem;
  width: 100%;
  color: #ffffff;
}
.pro_xz .pro_xz_zt{
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #ffffff;
  font-weight: 600;
}

/* .banner .img{
  height: 100vh;
} */

strong {
  font-weight: bolder !important;
}

.banner .img::before,
.ny_ban .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.219);
  z-index: 1;
}

.banner .hover .p1 {
  font-size: 4.375rem;
  line-height: 4.375rem;
  color: #ffffff;
  font-weight: 600;
  text-shadow: 0px 0px 0.9375rem rgba(0, 0, 0, 0.25);
}

.banner .hover .p2 {
  font-size: 1.875rem;
  letter-spacing: .4375rem;
  line-height: 2.0625rem;
  color: #ffffff;
  text-shadow: 0px 0px 0.9375rem rgba(0, 0, 0, 0.25);
  margin-top: 1.5rem;
  font-family: MOOLBOR;
}

.banner .swiper-pagination {
  bottom: 15%;
}

.banner .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border: 1px solid #fff;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: transparent;
}

.banner .swiper-scrollbar {
  bottom: 38%;
  width: 15%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  height: 1px;
  opacity: 1;
  background: #fff;
}

.banner .swiper-scrollbar-drag {
  background: #e36610;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .5rem;


}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background: #e36610;
  border: 1px solid #e36610;
}

.banner .swiper-slide .img img {
  animation: banneran 30s infinite;
}

.banner .scroll {
  position: absolute;
  bottom: 3.125rem;
  left: 48.6%;
  z-index: 100;
  transform: translateX(-50%);
  animation: shangxia 2s infinite;
  cursor: pointer;
}

@keyframes shangxia {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.en_name {
  font-size: 3.125rem;
  line-height: 1;
  color: #e36610;
  font-family: MOOLBOR;
  position: relative;
  top: 0.625rem;
}

.cn_name {
  font-size: 2rem;
  line-height: 2.25rem;
  color: #000000;
  position: relative;
}

.cn_name::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -2rem;
  width: 1.5625rem;
  height: 4px;
  background-color: #e36610;
}

.index_one {
  background-color: #f3f4f6;
}

.index_one .left {
  padding: 0 3.9375rem 9.5rem 0;
}

.index_one .left,
.index_one .right {
  padding-top: 7.5rem;
}

.index_one .sum>div {
  display: none;
}

.index_one .content {
  margin-top: 1.875rem;
}

.index_one .content .name {
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #303030;
}

.index_one .content .text {
  margin: .625rem 0 1.25rem;
}

.index_one .sum>div.active {
  display: block;
}

.index_one ul {
  margin: 0 -0.625rem;
}

.index_one ul li {
  float: left;
  width: 25%;
  padding: 0 .625rem;
}

.index_one ul li img {
  width: 5rem;
}

.index_one ul li>div>div:nth-child(1) {
  width: 100%;
  height: 7rem;
  line-height: 7rem;
  text-align: center;
  border-radius: .625rem;
  border: solid 1px #b6b6b6;
}

.index_one ul li:hover>div>div:nth-child(1),
.index_one ul li.active>div>div:nth-child(1) {
  border: 1px solid #e36610;
}

.index_one .more {
  margin-top: 2.5rem;
}

.index_one .summ>div {
  display: none;
}

.index_one .summ>div.active {
  display: block;
}

.index_one .right {
  position: static;
}

.index_one .right .swiper-pagination {
  left: 0 !important;
  transform: translateX(0);
  bottom: 5rem;
}

.index_one .right .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #00000b;
  margin: 0 .5rem;
  opacity: 1;
}

.index_one .right .swiper-pagination-bullet-active {
  background: #e36610;
}

.index_one .row.pr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 42%;
  width: 30%;
  background: url(../img/2.jpg) no-repeat;
  height: 100%;
}

.text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #6d6d6d;
}

.more.bg {
  background: transparent;
  border-color: #fff;
}

.more.bg:hover {
  background: #e36610;
}

.more.bg:hover a {
  color: #fff !important;
}

.more {
  line-height: 3.1875rem;
  border: 1px solid #e36610;
  text-align: center;
  background-color: #e36610;
  font-size: 1rem;
  color: #ffffff;
  padding: 0 1.875rem;
  display: inline-block;
}

.more i {
  display: inline-block;
  margin-left: 2.1875rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_one .summ>div>div {
  display: none;
}

.index_one .summ>div>div.active {
  display: inline-block;
  visibility: visible !important;
}

.more a {
  color: #fff;
}

.more:hover i {
  transform: translateX(10px);
}

.index_two ul,
.index_four ul {
  display: inline-block;
  margin-top: 1.875rem;
}

.index_two .cpzt .row {
  margin-right: -25px;
  margin-left: -25px;
}

.index_two .cpzt .col-md-4 {
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

.index_two .cpzt .col-md-4:nth-child(4),
.index_two .cpzt .col-md-4:nth-child(5),
.index_two .cpzt .col-md-4:nth-child(6) {
  margin-bottom: 0;
}

.index_two ul li,
.index_four ul li {
  float: left;
  font-size: 1.125rem;
  line-height: 2.0625rem;
  color: #676767;
  margin: 0 .625rem;
}

.index_two .index_two ul li a,
.index_four ul li a {
  padding: 0 .3125rem;
}

.index_two ul li.active a,
.index_four ul li.active a,
.index_two ul li:hover a,
.index_four ul li:hover a {
  color: #e36610;
}

.index_three .col-md-7 .text {
  font-size: 1rem;
}

.index_two {
  padding: 7.5rem 0;
}

.index_two .sum {
  margin-top: 4.375rem;
}

.index_two .sum>div {
  display: none;
}

.index_two .sum>div.active {
  display: block;
}

.index_two .swiper-container {
  padding-bottom: 3.75rem;
}

.index_two .swiper-pagination-bullet {
  background-color: #00000b;
  opacity: 1;
}

.index_two .swiper-pagination-bullet-active {
  background: #e36610;
}

.activey .border .name {
  opacity: 0;
}

.activey .name {
  font-size: 1.25rem;
  line-height: 3.75rem;
  color: #303030;
  font-weight: 600;
}

.activey .border {
  padding: 1rem 2.5rem 1.25rem;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #e5e5e5;
}

.activey .text {
  display: none;
}

.activey:hover .border {
  border: 1px solid rgb(227 102 16);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.activey:hover .border .name {
  opacity: 1;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  display: block;
}

.activey:hover .border .text {
  display: -webkit-box;
}

.activey:hover .name {
  display: none;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.index_three ul li>div .number,
.list_about .number {
  position: relative;
  top: 20px;
  font-size: 1rem;
  line-height: 1;
  color: #e36610;
}

.index_three ul li>div .number .counter,
.list_about .number .counter {
  font-size: 4.375rem;
  line-height: 1;
  color: #ffffff;
  font-family: MOOLBOR;
  margin-right: .3125rem;
  color: #e36610;
}

.index_three {
  background: url(../img/7.jpg) no-repeat;
  padding: 7.5rem 0;
  background-size: cover;
}

.index_three .col-md-5 {
  padding-right: 3.125rem;
}

.index_three .col-md-5 .text {
  margin: 4.0625rem 0 2.5rem;
}

.index_three ul li>div .number span {
  font-size: 1.9rem;
  line-height: 4.25rem;

  font-family: MOOLBOR;
  margin-right: .3125rem;
  color: #e36610;
}

.list_about ul li>div .number span {
  font-size: 1.8rem;
  line-height: 4.4rem;

  font-family: MOOLBOR;
  margin-right: .3125rem;
  color: #e36610;
}

.index_three ul li {
  margin-bottom: 2.1875rem;
}

.index_three ul li>div {
  border: solid 1px rgba(255, 255, 255, 0.5);
  height: 11.875rem;
  border-radius: .625rem;
  position: relative;
  padding: 0 .9375rem;
}

.index_three ul li>div>div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.index_three ul li>div .dian span {
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin: 0 .5rem;
}

/* 手机底部悬浮 */
.footlx_nav{
   background: #e36610;
   position: fixed;
   bottom: 0;
   width: 100%;
   display: none;
   padding: .5rem 0;
}
.footlx_nav ul{
  display: flex;
  text-align: center;
  .footlx_nav ul li
}
.footlx_nav ul li{
  width: 25%;
}
.footlx_nav ul li a{
  color: #fff
}
.footlx_nav ul li .iconfont{
  font-size: 20px;
}
.footlx_nav ul li p{
  font-size: 1.125rem;
}


/* 
.index_three ul li:last-child:hover>div {
  background: transparent;
}

.index_three ul li:last-child:hover>div span {
  background: #e36610;
} */

.index_three ul li:hover>div {
  background: #e36610;
}

.index_three ul li:hover>div .number,
.index_three ul li:hover>div .number span {
  color: #fff !important;
}

.index_four {
  background-color: #f3f4f6;
  padding: 7.5rem 0;
}

.index_four .row_bot {
  margin: 4.375rem -1.375rem 0;
}

.index_four .row_bot .col-md-4 {
  padding: 0 1.375rem;
}

.index_four .left_bot .hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 3.75rem;
  background: #e36610;
}

.index_four .left_bot .hover .fl {
  background: #e36610;
  width: 85%;
  font-size: 1.125rem;
  color: #ffffff;
  padding: 0 1.875rem;
}

.index_four .left_bot .hover .fr {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #676767;
  line-height: 3.75rem;
  text-align: center;
}

.index_four .left_bot .hover .fr i {
  font-size: 1.25rem;
  color: #fff;
}

.index_four .center_bot .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #282828;
}

.index_four .center_bot .text {
  margin: .5rem 0 1rem;
  font-size: 1rem;
}

.index_four .center_bot .data {
  font-size: 1.5rem;
  font-family: MOOLBOR;
}

.index_four .center_bot .data {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 0.9rem;
}


.index_four .center_bot .data:hover {
  border-bottom: 1px solid #e36610;
}

.index_four .center_bot .data:hover .name {
  color: #e36610;
}



/*.index_four .center_bot .hov:nth-child(2) {
  padding-top: 1rem;
  padding-bottom: 0;
}
*/

.index_four .center_bot .hov:nth-child(3) {
  /* padding-top: 1rem; */
  padding-bottom: 0;
}

.index_four .center_bot .hov:nth-child(4) {
  /* padding-top: 1rem; */
  padding-bottom: 0;

}

.index_four .hov {
  padding-bottom: 0.9rem;

  width: 50%;
  float: left;
  padding: 0px 1.375rem;
}



.index_four .index_news_swiper .swiper-slide {
  height: auto;
}

.index_four .swiper-container {
  padding-bottom: 30px;
}

/*.index_four .hov:hover {
  border-bottom: 1px solid #e36610;
}

.index_four .hov:hover .name {
  color: #e36610;
}*/

.index_four .hov:nth-child(2) {
  float: right;

}

footer {
  background-image: linear-gradient(0deg, #c6c7cb 0%, #e5e6e8 100%), linear-gradient(#000000, #000000);
}

footer .top {
  padding: 4.375rem 0;
}

footer .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5c5c5c;
  margin-bottom: .625rem;
  font-weight: 600;
}

footer .text {
  font-size: 1rem;
  line-height: 2.0625rem;
  color: #8a8a8a;
}

footer .text2 {
  font-size: 0.875rem;
  line-height: 2.125rem;
  color: #9a9b9c;
}

footer .left1 {
  width: 25%;
}

footer .left1 .text {
  /* width: 35%;
  float: left; */
  display: block;
}

footer .left2 {
  width: 30%;
}

footer .left3 {
  width: 20%;
}

footer .left3 a {
  background-color: #9f9f9f !important;
  width: 3rem !important;
  height: 3rem !important;
  line-height: 3rem !important;
  text-align: center;
  border: none !important;
  color: #fff !important;
  font-size: 1rem !important;
  border-radius: 50% !important;
}

footer .left3 a:last-child img {
  width: 47%;
}

footer .left3 a:hover {
  background: #e36610 !important;
}

footer .left4 {
  width: 20%;
}

footer .left4 .yqlj {
  position: relative;
}

footer .left4 .yqlj:hover ul {
  display: block;
}

footer .left4 .yqlj>div {
  line-height: 3.25rem;
  border: solid 1px #c3c3c3;
  padding: 0 1.25rem;
  color: #8c8c8c;
}

footer .left4 .yqlj ul {
  padding: 0.5rem 1.25rem;
  border: solid 1px #c3c3c3;
  border-top: none;
  display: none;
  position: absolute;
  top: 3.25rem;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #c6c7cb;
}

footer .left4 .yqlj ul a {
  color: #8c8c8c;
}

footer .left4 .yqlj ul li:hover a {
  color: #e36610;
}

footer .bot {
  padding: 1.25rem 0;
  border-top: 1px solid #c3c3c3;
}

footer .bot a {
  color: #8c8c8c;
}

footer .bot .fr a {
  position: relative;
  padding: 0 .9375rem;
}

footer .bot .fr a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: .625rem;
  background-color: #a3a3a3;
}

footer .bot .fr a:first-child::before {
  display: none;
}

footer .bot .fr a:last-child {
  padding-right: 0;
}

footer a:hover {
  color: #e36610;
}

.ny_ban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.gywm.ny_ban .hover {
  top: 92%;
}

.gywm.ny_ban .text {
  font-size: 2rem;
  line-height: 4rem;
}

.ny_ban .text {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 5.3125rem;
  color: #FFFFFF;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
}

.ny_ban a:hover {
  color: #e36610 !important;
}

.ny_ban .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}

.ny_ban .text {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 5.3125rem;
  color: #FFFFFF;
  text-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.25);
}

.ny_ban .bread {
  line-height: 1.875rem;
  color: #FFFFFF;
}

.ny_ban .bread a {
  color: #FFFFFF;
}

.bread {
  font-size: .875rem;
  text-transform: uppercase;
}

.bread span:last-child {
  display: none;
}

.ny_erji {
  line-height: 3.75rem;
  font-size: 1.125rem;
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
}

.ny_erji a {
  color: #000000;
}

.ny_erji ul {
  display: flex;
  justify-content: center;
}

.ny_erji ul li {
  margin: 0 .625rem;
}

.ny_erji ul li a {
  padding: 0 2.625rem;
  color: #575757;
}

.ny_erji ul li.active a,
.ny_erji ul li:hover a {
  color: #fff;
  display: inline-block;
  background: #e36610;
}

.article_article_title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #313030;
}

.article_article_fl {
  width: 100%;
  padding-left: 1.875rem;
}

.article_article_fr {
  width: 30%;
  padding-left: 2.1875rem;
}

.articel_article_data {
  font-size: .875rem;
  color: #6D6D6D;
  line-height: 4.375rem;
}

.articel_article_data span {
  font-size: .875rem;
  margin-right: .25rem;
}

.articel_article_data span:nth-child(2) {
  margin-left: 1.25rem;
}

.article_article .social-share-icon {
  display: block !important;
  background: #f3f3f3 !important;
  padding-left: 0 !important;
  width: 3.375rem !important;
  height: 3.375rem !important;
  line-height: 3.375rem !important;
  text-align: center !important;
  font-size: 1.25rem;
  color: #9a9a9a !important;
  border: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 2px !important;
}

.article_article .text {
  padding: 1rem 0 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.article_article .articel_article_data {
  line-height: 1.875rem;
  padding: .625rem 0 .9375rem;
}

.article_article .shangxia {
  margin: 2.1875rem 0 6.25rem;
  padding: 0 0 0 1.875rem;
}

.article_article_left {
  position: absolute;
  top: 0;
  left: -60px;
}

.p100110 {
  padding: 6.25rem 0;
}

.article_article .shangxia .fl i {
  margin-right: 2.1875rem;
  margin-left: 0;
}

.article_article .shangxia .more:hover {
  background-color: #949494;
  border-color: #949494;
}

.article_article .shangxia .more:hover i {
  transform: translateX(0);
}

.list_new .data {
  font-family: MOOLBOR;
  font-size: 1.5rem;
  line-height: 1;
  color: #a9a9a9;
}

.list_new .top .text {
  margin-bottom: .9375rem;
}

.list_new .name {
  font-size: 1.125rem;
  line-height: 2.25rem;
  color: #282828;
  font-weight: 600;
  margin-bottom: .625rem;
}

.list_new .top .col-md-4>div {
  border: solid 1px #dfdfdf;
}

.list_new .top .content,
.list_new .top .content_hover {
  padding: 1.125rem 1.875rem;
}

.list_new .top .data {
  color: #e36610;
}

.list_new .top .content_hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
}

.list_new .top .col-md-4:hover .content_hover {
  bottom: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  background: #e36610;
}

.list_new .top .col-md-4>div {
  overflow: hidden;
}

.list_new .bot .name {
  margin-bottom: 0;
}

.list_new .bot ul {
  border-top: 1px solid #dfdfdf;
  margin-top: 3.125rem;
}
.list_new .bot .pagination{
  border-top: none
}
.list_new .bot .pagination li{
  padding: 0;
}

.list_new .bot ul li {
  padding: 1.875rem 1.875rem 1.25rem;
  border-bottom: 1px solid #dfdfdf;
}

.list_new .bot ul li:hover {
  background-color: #f4f4f4;
}

.list_new .bot ul li:hover .name,
.list_new .bot ul li:hover .data {
  color: #e36610;
}

.list_new .bot ul li:hover .more_news {
  background: #e36610;
  border-color: #e36610;
}

.list_new .bot ul li:hover .more_news i {
  color: #fff !important;
}

.list_new .bot .text {
  margin: .25rem 0 .9375rem;
}

.list_new .bot .more_news {
  width: 3.375rem;
  height: 3.375rem;
  border: solid 1px #bdbdbd;
  display: inline-block;
  text-align: center;
  line-height: 3.375rem;
  border-radius: 50%;
  margin-top: 1.8rem;
}

.list_new .bot .more_news i {
  display: inline-block;
  text-align: center;
  color: #9b9b9b;
}

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

.liuyan_swiper .lianxi_icon {
  display: block;
  width: 5.625rem;
  height: 5.625rem;
  line-height: 5.625rem;
  text-align: center;
  border: solid 1px #c8c8c8;
  border-radius: 50%;
  margin: 0 auto;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.liuyan_swiper .lianxi_icon span {
  font-size: 2rem;
  color: #e36610;
}

.lianxi_div1 {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

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

.list_lianxi .name,
.list_message .name {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  color: #212121;
}

.list_lianxi .swiper-slide:hover .lianxi_icon {
  background: #e36610;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_lianxi .swiper-slide:hover .lianxi_icon span {
  color: #fff !important;
}

.list_lianxi .swiper-slide:hover .text {
  color: #e36610;
}

.list_pro .left .ul {
  margin-top: 1.25rem;
  border-left: 1px solid #E1E0E5;
}

.list_pro .left .ul>li.active>a,
.list_pro .left .ul>li:hover>a {
  color: #e36610;
}

.list_pro .left .ul>li {
  margin-bottom: .9375rem;
}

.list_pro .left .ul>li ul {
  margin-top: .5rem;
  display: none;
}

.list_pro .left .ul>li.active ul {
  display: block;
}

.list_pro .phone_show {
  display: none;
}

.list_pro .left .ul>li>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  background: #e36610;
  height: 100%;
  left: -1px;
}

.list_pro .left .ul>li>a {
  position: relative;
  font-size: 1.125rem;
  color: #000;
  padding: .625rem 0 .625rem 1.25rem;
}


.list_pro .left .ul>li ul li {
  font-size: .875rem;
  line-height: 2.5rem;
}

.list_pro .left {
  padding-right: 0;
  position: sticky;
  top: 6.25rem;

}

.list_pro .right {
  padding-left: 3.75rem;
}

.list_pro .left .ul>li ul li a {
  color: #656565;
  position: relative;
  overflow: hidden;
  padding-left: 1.25rem;
  font-size: 0.875rem;
}

.list_pro .left .ul>li ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background: rgba(227, 100, 16, 0.473);
  transition: all .6s;
  width: 100%;
  height: 100%;
}

.list_pro .left .ul>li ul li:hover a,
.list_pro .left .ul>li ul li.active a {
  color: #e36610;
}

.list_pro .left .ul>li ul li:hover a::before,
.list_pro .left .ul>li ul li.active a::before {
  left: 0;
  transition: all .6s;
}

/* .list_pro .border {
  padding: 2.1875rem;
  border-radius: 10px;
  border: solid 1px #e5e5e5;
} */
.suqera_pro:hover>div {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

/* .list_pro .name {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: .9375rem;
  color: #303030;
  font-weight: 600;
} */

/* .list_pro .col-md-4 {
  padding: 0 1.4375rem;
  margin-bottom: 2.1875rem;
} */

.list_pro .row {
  margin: 2.5rem -1.4375rem 0;
}

/* .list_pro .col-md-4:hover .border {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #e36610;
} */

.list_pro .col-md-4:hover .name {
  /* color: #e36610; */
}

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

.ny_title {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #000000;
}

.show_pro .bread {
  background-color: #fafafa;
  border: solid 1px #e7e7e7;
  color: #828282;
}

.show_pro .bread a {
  color: #828282;
}

.show_pro .bread a:hover,
.show_pro .bread a:nth-last-child(2) {
  color: #e36610;
}

.show_pro .top_bread {
  margin-top: 5.8125rem;
  line-height: 3.75rem;
}

.show_pro .gallery-thumbs {
  width: 20%;
  float: right;
  height: 33.5rem;
  padding-top: 3.5rem;
}

.show_pro .gallery-thumbs .swiper-slide img {
  height: 100%;
  padding: .625rem 0;
}

.show_pro .gallery-top .swiper-slide img {
  padding: 1.25rem;
}

.show_pro .swiper-button-next {
  width: 20%;
  height: 1.875rem;
  line-height: 1.875rem;
  background-color: #e7e7e7;
  background-size: 35px 35px;
  left: auto;
  right: 0;
  bottom: 0;
  top: auto;
  background-image: none !important;
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 17px;
}

.show_pro .swiper-button-next i {
  color: #5b5b5b;
}

.show_pro .swiper-button-prev:hover,
.show_pro .swiper-button-next:hover {
  background: #e36610;
}

.show_pro .swiper-button-prev:hover i,
.show_pro .swiper-button-next:hover i {
  color: #fff !important;
}

.show_pro .swiper-button-prev {
  width: 20%;
  height: 1.875rem;
  background-color: #e7e7e7;
  background-size: 35px 35px;
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
  background-image: none !important;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1.875rem;
  border-radius: 17px;
  margin-top: 0;

}

.show_pro .swiper-button-prev i {
  color: #5b5b5b;
}

.show_pro .gallery-thumbs .swiper-slide {
  border: 1px solid #EDEDED;
  border-radius: .3125rem;
  -moz-border-radius: .3125rem;
  -webkit-border-radius: .3125rem;
  overflow: hidden;
}

.show_pro .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #e36610;
}

.show_pro .gallery-top {
  width: 75%;
  border-radius: .3125rem;
  -moz-border-radius: .3125rem;
  -webkit-border-radius: .3125rem;
  border: 1px solid #EDEDED;
  text-align: center;
  float: left;
}

.show_pro .ny_title {
  margin: .3125rem 0 1.25rem;
}

.show_pro .top {
  margin-bottom: 1.25rem;
}

.show_pro .xiamian {
  border-bottom: 1px solid #ddd;
  line-height: 4.3125rem;
  position: relative;
  z-index: 10;
}

.show_pro .xiamian .container div {
  border: 1px solid #ddd;
  border-top: .25rem solid #e36610;
  border-bottom: 1px solid transparent;
  position: relative;
  bottom: -1px;
  padding: 0 3.125rem;
  font-size: 1.125rem;
  font-weight: 600;
  display: inline-block;
  z-index: 11;
  background: #fff;
}

.show_pro .content .text {
  padding: 5rem 0 6.25rem;
}

.show_pro .content .text strong {
  font-weight: 600;
  font-size: 1.125rem;
  /* color: #e36610; */
}

.p100 {
  padding-top: 6.25rem;
}

.about_pro {
  background-color: #f3f4f6;
}

.about_pro .swiper-container {
  margin-top: 2.5rem;
  padding-bottom: 3.75rem;
}

.about_pro .swiper-pagination-bullet {
  background-color: #000;
  opacity: 1;
}

.about_pro .swiper-pagination-bullet-active {
  background: #e36610;
}

.about_pro .top {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #666666;
}

.list_about .text {
  padding: 2.1875rem 0 3.75rem;
}

.list_about .left ul li {
  width: 50%;
  float: left;
  min-height: 238px;
}

.list_about .left ul li .text {
  padding: 3.5rem 0 4rem;
}

.list_about .left .number {
  top: 4.5rem !important;
}

.list_about .left .pr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e0e0e0;
}

.list_about .left .pr::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
}

.list_honoe .honor_swiper {
  margin-top: 2.5rem;
  padding-bottom: 3.75rem;
}

.list_honoe .name {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 1px solid #dedede;

  font-size: 1.025rem;
}

.list_honoe .swiper-slide>div {
  padding: 1rem;
  border: 1px solid #dedede;
}

.list_honoe .swiper-slide>div .over img {
  padding: 1.5rem;
}

.list_honoe .swiper-slide:hover>div {
  border-color: #e36610;
}

.list_honoe .swiper-slide:hover img {
  transform: scale(1.1);
}

.honor_swiper .swiper-pagination {
  display: none;
}

.list_honoe .swiper-slide:hover .name {
  color: #e36610;
}

.list_honoe .swiper-pagination-bullet {
  background: #000;
  opacity: 1;
}

.list_honoe .swiper-pagination-bullet-active {
  background: #e36610;
}

.list_qyfm .col-md-4 {
  margin-bottom: 2.5rem;
}

.list_qyfm .col-md-4>div {
  border: 1px solid #f3f4f6;
}

.list_qyfm .col-md-4 .content {
  padding: 0 1.875rem;
  line-height: 5.1875rem;
  font-size: 1rem;
  color: #575757;
  background-color: #f3f4f6;
}

.list_qyfm .col-md-4 .content .fr {
  font-size: .875rem;
  cursor: pointer;
  color: #b7b7b7;
}

.list_qyfm .col-md-4 .content .fr i {
  padding: .325rem;
  margin-left: .5625rem;
  background-color: #f3f4f6;
  border: solid 1px #b7b7b7;
  text-align: center;
  border-radius: 50%;
}

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

.list_qyfm .col-md-4:hover .fr {
  color: #e26610;
}

.list_qyfm .col-md-4:hover .fr i {
  border-color: #e36610;
}

.tanchu {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.tanchu .guanbi {
  position: absolute;
  top: -1.25rem;
  right: 14%;
  width: 3.125rem;
  height: 3.125rem;
  box-shadow: 0 0 10px #ddd;
  border-radius: 50%;
  text-align: center;
  line-height: 3.125rem;
  background: #fff;
  z-index: 999;
  cursor: pointer;
}

.tanchu .guanbi i {
  font-size: 1.625rem;
}

.tanchu .guanbi:hover {
  background: #e36610;
}

.tanchu .guanbi:hover i {
  color: #fff !important;
}

.tanchu .swiper-container,
.tanchu .hover {
  width: 70%;
  margin: 0 auto;
}

.tanchu .container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.tanchu .swiper-button-next,
.tanchu .swiper-button-prev {
  background-size: 1.625rem 1.625rem;
}

.loadmore {
  text-align: center;
}

.tanchu .hover {
  position: absolute;
  bottom: -1px;
  left: 0%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 5rem;
  padding: 0 5rem;
  font-size: 1.125rem;
  color: #ffffff;
  width: 100%;
}

.tanchu .swiper-pagination {
  position: static;
}

.list_message input {
  border-radius: 3px;
  border: solid 1px #ddd;
  line-height: 3.5rem;
  padding: 0 .9375rem;
  width: 100%;
  background: transparent;
  color: #4e4e4e;
  opacity: 1;
}

.mt40 {
  margin-top: 2.5rem;
}

.list_message .text {
  font-size: 1rem;
  line-height: 3.125rem;
  letter-spacing: 2px;
  color: #4e4e4e;
}

.list_message .text span {
  color: red;
}

.list_message textarea {
  width: 100%;
  background: transparent;
  color: #4e4e4e;
  opacity: 1;
  border: solid 1px #ddd;
  line-height: 3.5rem;
  padding: 0 .9375rem;
  border-radius: 3px;
  height: 10rem;
}

.list_message button {
  width: 12.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  border: 1px solid #e36610;
  background-color: #e36610;
  border-radius: 3px;
  font-size: 1.125rem;
  letter-spacing: 3px;
  color: #ffffff;
  text-align: center;
  margin: 1.5625rem auto 0;
}

.list_message button:hover {
  background: #fff;
  color: #e36610;
}

.list_honoe {
  background-color: #f3f4f6;
}

.list_honoe .swiper-slide {
  background-color: #fff;
}

.guanbo {
  position: absolute;
  top: 24%;
  right: 17%;
  z-index: 999;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  line-height: 3.125rem;
  text-align: center;
  background: #fff;
  cursor: pointer;

}

.show_pro .top .col-md-4 .text {
  font-size: 1rem;
  text-align: justify;
}

.my-video-dimensions {
  width: 100%;
  height: 100vh;
}


@media (max-width: 1366px) {

  header .nav_ul>li>a,
  .index_two ul li,
  .index_four ul li {
    font-size: 1.25rem;
  }

  .activey .name {
    font-size: 1.5rem;
    height: 4.4rem;
  }

  .index_three .col-md-7 .text {
    font-size: 1.125rem;
  }

  .index_three ul li {
    padding: 0 .625rem;
  }

  .index_three ul {
    margin: 0 -0.625rem;
  }

  .text {
    font-size: 1.25rem;
    line-height: 2.2rem;
  }

  .index_four .center_bot .text {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .index_four .center_bot .name {
    font-size: 1.5rem;
    /* line-height: ; */
  }

  .index_four .hov {
    padding-bottom: 0rem;

    width: 100%;
  }

  .index_four .center_bot .data {
    margin-bottom: 0.5rem;
  }


  footer .text {
    font-size: 1.125rem;
  }

  footer .left1 {
    width: 30%;
  }

  footer .left2 {
    width: 30%;
  }

  footer .left3 {
    width: 15%;
  }

  .show_pro .top .col-md-4 .text,
  .xinghao {
    font-size: 1.25rem;
  }

  .container {
    padding: 0 14rem;
  }
}
@media (max-width: 1366px){
  .list_honoe .name{
     height: 54px;
  }
}

@media (max-width: 1280px) {

  .container {
    padding: 0 10rem;
  }
}

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

  .phone_logo img {
    width: 11.25rem;
  }

  .activey .name {
    height: auto;
  }
  .list_honoe .name{
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 80px;
    
  }

  html {
    font-size: 14px;
  }

  .index_two .cpzt .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .index_two .cpzt .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    padding: 0 6rem;
  }

  .banner .scroll {
    display: none;
  }

  .banner .hover .p1 {
    font-size: 2.4rem;
    line-height: 1.4;
  }

  .banner .hover .p2 {
    font-size: 1.4rem;
    line-height: 1rem;
    letter-spacing: 1px;

  }



  .index_one .left,
  .index_one .right {
    padding-top: 45px;
  }

  .index_one .left {
    padding-right: 0;
    padding-bottom: 45px;
  }

  .index_one ul li>div>div:nth-child(1) {
    height: 10rem;
    line-height: 10rem;
  }

  .index_one .right {
    padding-bottom: 45px;
    padding-top: 0;
  }

  .index_one .right .tr {
    text-align: center;
    width: 35%;
    margin: 0 auto;
  }

  .index_two,
  .index_three,
  .index_four {
    padding: 45px 0;
  }

  .index_two .sum {
    margin-top: 45px;
  }

  .activey .border {
    padding: 1rem 1rem 1.25rem;
  }

  .activey .border .name {
    opacity: 1;
  }

  .index_three .col-md-5 .text {
    margin: 25px 0 25px;
  }

  .index_three .col-md-7 {
    margin-top: 45px;
  }

  .index_four .left_bot {
    margin-bottom: 15px;
  }

  .index_four .hov {
    padding: 15px 0 !important;

  }

  footer .top,
  footer .bot .fr {
    display: none;
  }

  footer .bot {
    background-color: #000;
    color: #ddd;
    padding: 10px 0;
    border-top: none;
  }

  footer .bot .text {
    line-height: 22px;
    font-size: 12px;
  }

  .phone_weibu {
    display: block;
  }

  body {
    padding-bottom: 0;
  }

  .phone_weibu .mobMenu>li>a {
    font-size: 14px;
    padding: 15px 0;
  }

  .list_about .left {
    margin-bottom: 25px;
  }

  .p100110 {
    padding: 45px 0;
  }

  .p_beian {
    display: block;
    background-color: #000;
    padding: 10px 0;

  }

  .p_beian .text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    line-height: 20px;
  }

  .p_beian a {
    color: rgba(255, 255, 255, 0.5);
  }

  .ny_ban .text {
    font-size: 2.2rem;
    line-height: 36px;
  }

  .show_pro .top_bread {
    margin-top: 0;
  }

  .ny_title {
    font-size: 1.6rem;
  }

  .p100 {
    padding-top: 45px;
  }

  .xinghao {
    font-size: 1rem;
  }

  .list_pro .left {
    position: static;
    padding-right: 15px;
  }

  .list_pro .right {
    padding-left: 15px;
  }

  .list_pro .phone_show {
    display: block;
  }

  .list_pro .phone_show ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }

  .list_pro .phone_show ul li.active {
    background: #e36610;
    border-color: #e36610;
  }

  .list_pro .phone_show ul li.active a {
    color: #fff;
  }

  .list_pro .phone_show ul li {
    line-height: 40px;
    border: 1px solid #ddd;
    margin: 0 5px 10px;
    font-size: 14px;
  }

  .list_pro .phone_show ul li a {
    padding: 0 15px;
  }

  .list_pro .left {
    display: none;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }

  .banner .hover .p1 {
    font-size: 1.6rem;
    line-height: 1;
  }
  .pro_xz{
    top: 30%;
  }
  .pro_xz .pro_xz_dw{
     padding: 0
  }
  .pro_xz .pro_xz_zt{
    font-size: 1.5rem;
  }

  .honor_swiper .swiper-pagination {
    display: block;
  }
  .list_honoe .name{
    min-height: auto;
  }
  .footlx_nav{
    display: block;
    z-index: 999;
  }
  footer .bot{
    margin-bottom: 60px;
  }

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

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

  .index_two ul li {
    font-size: 1.1rem;
  }

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    background-size: 40%;
  }

  .index_two .cpzt .col-md-4:nth-child(4) {
    margin-bottom: 20px;
  }

  .index_three ul li>div .number span {
    font-size: 1.5rem;
    line-height: 3rem;
  }

  .list_about ul li>div .number span {
    font-size: 1.5rem;
    line-height: 3.4rem;
  }

  .banner .swiper-scrollbar {
    display: none;
  }

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

  .index_one {
    padding: 25px 15px 40px;
  }

  .index_one .left,
  .index_one .right {
    padding-top: 0;
  }

  .index_one .swiper-container {
    padding-bottom: 25px;
  }

  .index_one .row.pr::before {
    display: none;
  }

  .index_one .right .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%);
    top: auto;
    bottom: 0 !important;
  }

  .index_one ul li>div>div:nth-child(1) {
    height: 6rem;
    line-height: 6rem;
  }

  .index_one ul li img {
    width: 3rem;
  }

  .index_one .right .tr {
    width: 55%;
  }

  .index_one .right {
    padding-bottom: 0;
  }

  .index_two,
  .index_three,
  .index_four {
    padding: 25px 0;
  }

  .en_name {
    font-size: 2.5rem;
  }

  .cn_name {
    font-size: 1.6rem;
  }

  .activey:hover .border .text {
    display: none;
  }

  .activey:hover .name,
  .activey .name {
    display: none;
    font-size: .875rem;
  }

  .activey .border .name {
    display: block;
  }

  .index_four .row_bot {
    margin-top: 25px;
  }

  .ny_ban .bread {
    display: none;
  }

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

  .p100110 {
    padding: 25px 0;
  }

  .list_pro .row {
    margin: 0 -15px 0;
  }

  .list_pro .col-md-4 {
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .ny_title {
    font-size: 1.5rem;
  }

  .p100 {
    padding-top: 25px;
  }

  .show_pro .bread {
    display: none;
  }

  .show_pro .ny_title {
    margin-bottom: 10px;
  }

  .show_pro .gallery-top {
    width: 100%;
  }

  .show_pro .gallery-thumbs {
    width: 90%;
    height: 100px;
    padding-top: 0;
    margin-top: 20px;
  }

  .show_pro .gallery-top {
    margin-top: 20px;
  }

  .show_pro .swiper-button-next {
    width: 20px;
    height: 100px;
    line-height: 100px;
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
  }

  .show_pro .swiper-button-next i {
    color: #5b5b5b;
    transform: rotate(-90deg);
    display: inline-block;
  }

  .show_pro .swiper-button-prev i {
    transform: rotate(-90deg);
    display: inline-block;
  }

  .show_pro .swiper-button-prev {
    width: 20px;
    height: 100px;
    line-height: 100px;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
  }

  .show_pro .xiamian {
    line-height: 50px;
    margin-top: 20px;
  }

  .show_pro .content .text {
    padding: 30px 0;
  }

  .ny_erji {
    display: none;
  }

  .list_about .text {
    padding: 20px 15px;
  }

  .list_about .en_name,
  .list_about .cn_name {
    padding: 0 15px;
  }

  .list_honoe .swiper-slide>div {
    padding: .25rem 0.5rem;
  }

  .list_honoe .name {
    padding: 1rem 0;
    margin-top: 0;
  }

  .list_new .top .col-md-4 {
    margin-bottom: 15px;
  }

  .list_new .bot ul {
    margin-top: 15px;
  }

  .list_new .bot ul li {
    padding: 15px 0;
  }

  .list_new .bot ul li .col-md-3 {
    display: none;
  }

  .list_new .bot ul li:hover {
    background-color: #fff;
  }

  .article_article_fl {
    padding-left: 0;
  }

  .liuyan_swiper {
    padding-bottom: 45px;
  }

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

  .liuyan_swiper .lianxi_icon span {
    font-size: 1.4rem;
  }

  .liuyan_swiper .swiper-pagination-bullet {
    opacity: 1;
  }

  .liuyan_swiper .swiper-pagination-bullet-active {
    background: #e26610;
  }

  .list_lianxi .name,
  .list_message .name {
    font-size: 1.4rem;
  }

  .liuyan_swiper,
  .mt40 {
    margin: 25px 0 0 0;
  }

  .index_two .row.mt40 {
    margin: 25px -15px 0;
  }

  /* .banner .img,
  .banner .img video {
    height: 40vh !important;
  } */
  .suqera_pro:nth-child(odd) {
    padding-right: 8px;
  }

  .index_two .suqera_pro {
    margin-bottom: 15px;
  }

  .suqera_pro:nth-child(even) {
    padding-left: 8px;
  }

  .suqera_pro .name {
    padding: 12px 10px;
  }

  .list_pro .right {
    margin-top: 15px;
  }

  .index_two .top .col-md-8.tr {
    text-align: left;
  }

  .index_two ul li,
  .index_four ul li {
    margin: 0 10px 0 0;
  }

  .index_two .sum {
    margin-top: 25px;
  }

  .activey .name {
    line-height: 30px;
  }

  .index_three ul li>div .number .counter,
  .list_about .number .counter {
    font-size: 3.375rem;
  }

  .index_two {
    background: transparent;
  }

  .index_four .left_bot .hover .fl {
    width: 80%;
  }

  .tanchu .swiper-container,
  .tanchu .hover {
    width: 96%;
  }

  .tanchu .guanbi {
    position: absolute;
    top: -1.25rem;
    right: -2%;
  }

  .tanchu .hover {
    line-height: 4rem;
    padding: 0 1.2rem;
  }

  .lianxi_div1 {
    margin-top: .5rem;
  }

  .liuyan_swiper .swiper-slide:nth-child(1),
  .liuyan_swiper .swiper-slide:nth-child(2) {
    margin-bottom: 20px;
  }

  .article_article .shangxia {
    padding: 0;
  }

  .banner .img::before {
    height: 40vh;
  }

  .index_three .col-md-5 {
    padding-right: 15px;
  }

  .text,
  .index_four .center_bot .text {
    font-size: 1rem;
  }

  .index_four .center_bot .name {
    font-size: 1.25rem;
  }

  .show_pro .swiper-button-next,
  .show_pro .swiper-button-prev {
    width: 25px;
    height: 85px;
  }

  .show_pro .gallery-thumbs {
    width: 80%;
    height: 85px;
    padding-top: 0;
    margin-top: 20px;
    left: -10%;
  }
}