@charset "utf-8";
/* ****共用段****** */
.color_cuo {
  color: #E72024;
}
.fanye b,
.fanye a:hover,
.fanye .cur {
  color: #fff;
  background-color: #E62022;
}
.color_zhu {
  color: #E62022;
}
.color_fu {
  color: #F16D36;
}
.more {
  width: 140px;
  line-height: 38px;
  background-color: #E62022;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 40px;
  transition: all 0.5s;
}
.more:hover {
  color: #fff;
}
.more i {
  vertical-align: middle;
  margin-left: 6px;
  transition: all 0.5s;
}
.more:hover i {
  margin-left: 20px;
}
a {
  text-decoration: none;
}
.updown {
  display: inline-block;
  animation: updown 0.5s infinite ease-in-out alternate;
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
/* head自适应固定 */
.head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  transition: all 0.5s;
}
.head.on {
  background-color: rgba(0, 0, 0, 0.8);
}
.head .u1 {
  display: flex;
  text-align: center;
}
.head .u1 li {
  line-height: 45px;
  width: 100%;
  position: relative;
}
.head .u1 li .u2 {
  position: absolute;
  z-index: 5;
  width: 100%;
  display: none;
  font-size: 14px;
}
.xuanfu {
  position: fixed;
  right: 3px;
  bottom: 20%;
  z-index: 5;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 5px #D3D7EC;
}
.xuanfu a {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.xuanfu a span {
  font-size: 14px;
  width: 100%;
}
.xuanfu a:hover {
  color: #fff;
  background-color: #E62022;
}
.xuanfu a:hover i {
  color: #fff;
}
.xuanfu div {
  position: relative;
  width: 3vw;
  height: 3vw;
  min-width: 75px;
  min-height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xuanfu div:last-child::after {
  display: none;
}
.xuanfu div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15%;
  display: block;
  width: 70%;
  height: 1px;
  background-color: #D3D7EC;
}
.xuanfu div:hover p {
  display: flex;
}
.xuanfu div p {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-105%);
  padding: 10px 20px;
  min-width: 200px;
  height: auto;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #fff;
  border-radius: 5px;
  font-weight: 700;
  box-shadow: 0 0 5px #d3d7ec;
}
.xuanfu i {
  font-size: 26px;
  color: #666;
  transition: all 0.3s ease;
}
.head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.head .top {
  background-color: #E62022;
}
.head .top p {
  line-height: 40px;
  margin-bottom: 0;
}
.head .h-logo span {
  padding: 2px 5px;
  border-radius: 3px;
  color: #fff;
  background-color: #E62022;
}
.head .u1 > li {
  position: relative;
}
.head .u1 > li a {
  color: #fff;
}
.head .u1 > li:last-child::after {
  display: none;
}
.head .u1 > li > a {
  display: inline-block;
  padding: 7px 10px;
  line-height: 62px;
}
.head .u1 > li > a.on {
  border-bottom: 2px solid #fff;
}
.head .u1 .u2 {
  overflow: hidden;
  border-radius: 5px;
  background-color: #E62022;
}
.head .u1 .u2 li:hover {
  background-color: #1b3786;
}
.head .u1 .u2 a {
  display: block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.banner .box {
  transform-style: preserve-3d;
  perspective: 800px;
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 92%;
  height: 100px;
  left: 4%;
  overflow: hidden;
}
.banner .box > div {
  background-color: #fff;
  transition: all 0.5s;
  opacity: 1;
}
.banner .box > div.on {
  transform: rotateX(90deg) translate3d(0, 0, 0);
  transform-origin: bottom;
  opacity: 0;
}
.banner .box .aniu {
  max-width: 120px;
  height: 100px;
}
.banner .box .aniu div::after {
  display: none;
}
.banner .box .aniu .swiper-button-prev::before,
.banner .box .aniu .swiper-button-next::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 49%;
  width: 30px;
  height: 2px;
  background-color: #333;
  transition: all 0.5s;
  transform: scale(0, 1);
}
.banner .box .aniu .swiper-button-next::before {
  left: auto !important;
  right: 15px;
}
.banner .box .aniu .swiper-button-prev:hover::before,
.banner .box .aniu .swiper-button-next:hover::before {
  transform: scale(1, 1);
}
.banner .box .img img {
  display: block;
  position: relative;
  width: 15px;
  animation: ani-svg 0.85s linear 0s alternate infinite;
  -webkit-animation: ani-svg 0.85s linear 0s alternate infinite;
}
@keyframes ani-svg {
  0% {
    opacity: 0.4;
    transform: translateY(-20px);
  }
  15% {
    opacity: 0.65;
    transform: translateY(-15px);
  }
}
.shuzi {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
.shuzi .share-tit {
  position: relative;
  z-index: 10;
  padding: 2vw;
  background-color: #fff;
}
.shuzi .box {
  height: 100%;
  border-right: 1px solid #eee;
}
.shuzi .box span {
  color: #5a5a5a;
}
.shuzi .color_777 {
  color: #777;
}
.shuzi2 {
  display: flex;
  align-items: center;
  height: 238px;
  color: #f7f7f7;
  background: url(../img/shuzi2.jpg) no-repeat center / cover;
}
.shuzi2 .box {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.mt-80 {
  margin-top: 80px;
}
.fuwu {
  padding-top: 80px;
}
.fuwu .box {
  border: 1px solid #ddd;
  text-align: center;
  padding: 10%;
  transition: all 0.5s;
  height: 100%;
}
.fuwu .box:hover {
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  transform: translate3d(0, -2px, 0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.fuwu .box:hover i {
  background-position: -180px 0;
}
.fuwu .box i {
  margin: 0 auto;
  display: block;
  width: 180px;
  height: 100px;
  transition: all 1.5s;
}
.fuwu .box .i1 {
  background: url(../img/s1.png) no-repeat;
}
.fuwu .box .i2 {
  background: url(../img/s2.png) no-repeat;
}
.fuwu .box .i3 {
  background: url(../img/s3.png) no-repeat;
}
.fuwu .box .i4 {
  background: url(../img/s4.png) no-repeat;
}
.anli {
  background-color: #f1f1f1;
}
.anli .list {
  margin-bottom: 20px;
}
.anli .list .img {
  position: relative;
  overflow: hidden;
}
.anli .list .img img {
  height: 289px;
}
.anli .list .img .div {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all 0.5s;
}
.anli .list .img .div i {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 15px;
  margin-bottom: 4px;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
.anli .list .img .div i:hover {
  transform: rotate(360deg);
}
.anli .list .txt {
  position: relative;
  z-index: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 60px;
  background-color: #fff;
  transition: all 0.5s;
  overflow: hidden;
}
.anli .list .txt::after {
  content: '';
  position: absolute;
  left: 0;
  top: -100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #E62022;
  transition: all 0.5s;
}
.anli .list:hover .div {
  top: 0;
}
.anli .list:hover .txt {
  background-color: transparent;
  color: #fff;
}
.anli .list:hover .txt::after {
  top: 0;
}
.yishu .box .l {
  width: 300px;
  line-height: 300px;
  background-color: #E50112;
  border-radius: 50%;
}
.yishu .box .r {
  position: absolute;
  left: 44%;
  top: 0;
  width: 300px;
  line-height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
}
.yishu .box .r .s2 {
  display: none;
}
.yishu .box .r::after {
  content: '+';
  position: absolute;
  left: 5%;
  top: 0;
}
.yishu .box:hover .l {
  font-size: 0;
}
.yishu .box:hover .r {
  left: 0;
  border: none;
}
.yishu .box:hover .r .s1 {
  display: none;
}
.yishu .box:hover .r .s2 {
  display: block;
}
.yishu .box:hover .r::after {
  display: none;
}
.xuanze {
  background-color: #f4f4f4;
}
.xuanze .dz li {
  padding: 2vw;
  transition: all 0.2s;
}
.xuanze .dz li:hover {
  color: #fff !important;
  background-color: #E62022;
  box-shadow: 0 0 22px 7px #ccc;
}
.xuanze .dz li:hover i {
  color: #fff;
}
.kehu .list {
  border: 1px solid #eee;
  border-bottom: none;
  border-right: none;
}
.kehu .list li {
  position: relative;
  width: calc(100% / 7);
  height: 130px;
  overflow: hidden;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.kehu .list li img {
  transition: all 0.6s;
}
.kehu .list li:hover img {
  transform: translateY(-130px);
}
.kehu .kf-swiper .swiper {
  padding-bottom: 50px;
}
.kehu .kf-swiper .swiper-slide {
  height: 60px;
  overflow: hidden;
}
.kehu .kf-swiper .swiper-slide img {
  width: 100%;
  margin-top: -72px;
}
.quanzi {
  background-color: #F5F5F5;
}
.quanzi .q_btn span {
  cursor: pointer;
  color: #333;
  background-color: transparent;
}
.quanzi .q_btn span.on,
.quanzi .q_btn span:hover {
  color: #fff;
  background-color: #E62022;
}
.quanzi .q_con_1 {
  display: none;
}
.quanzi .q_con_1.on {
  display: block;
}
.quanzi .q_con_1 .box_1 {
  padding: 2.5%;
  background-color: #fff;
}
.quanzi .q_con_1 .box_1 .txt {
  margin-top: 25px;
}
.quanzi .q_con_1 .box_1 .time {
  margin: 0 auto;
  color: #fff;
  background-color: #E62022;
}
.quanzi .q_con_1 .box_1 img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.quanzi .q_con_1 .right {
  width: 63%;
  margin-left: auto;
}
.quanzi .q_con_1 .right a {
  padding-right: 30px;
  border-bottom: 1px solid #eee;
}
.quanzi .q_con_1 .right a:nth-child(odd) {
  border-right: 1px solid #eee;
}
.quanzi .q_con_1 .right a .tit::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #E62022;
  transition: all 0.5s;
  vertical-align: middle;
}
.quanzi .q_con_1 .right a:hover .tit {
  color: #E62022;
}
.quanzi .q_con_1 .right a:hover .tit::before {
  width: 30px;
}
.foot {
  padding-top: 50px;
  background-color: #262626;
}
.foot a,
.foot .banquan a {
  font-size: 14px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
}
.foot a:hover,
.foot .banquan a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.foot .f_links {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1C1C1C;
}
.foot .f_links li {
  margin-right: 10px;
}
.foot .list .wechat {
  width: 120px;
}
.foot .banquan {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-style: 14px;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  background-color: #1C1C1C;
}
.ny-about .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
}
.a-qihang {
  display: flex;
  align-items: center;
  height: 420px;
  background: url(../img/ny-about.png) no-repeat center / cover;
}
.a-qihang .a {
  display: inline-block;
  padding-left: 20px;
  padding-right: 10px;
  line-height: 40px;
  border-radius: 30px;
  background-color: #fff;
}
.a-qihang .a i {
  margin-left: 20px;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  background-color: #E62022;
}
.a-youshi .box {
  margin: 30px 15px;
  border-radius: 15px;
  transition: all 1s;
}
.a-youshi .box i {
  display: inline-block;
  transition: all 1s;
}
.a-youshi .box:hover {
  transform: scale(1.1);
}
.a-youshi .box:hover i {
  transform: scale(1.2);
}
.mt-15 {
  margin-top: 15px;
}
.a-zizhi {
  padding-bottom: 92px;
  background-color: #F3F8FE;
}
.a-zizhi .swiper-slide {
  width: 20%;
}
.a-zizhi .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: 378px;
}
.a-zizhi .aniu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.a-zizhi .aniu i {
  color: #ddd;
}
.a-zizhi .aniu i:hover {
  color: #E62022;
}
.a-zizhi .aniu div::after {
  display: none;
}
.a-zizhi .aniu .b1 {
  margin-left: -40px;
}
.a-zizhi .aniu .b2 {
  margin-right: -40px;
}
.a-wenhua {
  padding-bottom: 80px;
}
.a-wenhua .mr-10 {
  margin-right: 10px;
}
.a-wenhua li {
  overflow: hidden;
  box-sizing: border-box;
}
.a-wenhua li img {
  height: 271px;
  object-fit: cover;
}
.a-wenhua .l1,
.a-wenhua .l3 .d3,
.a-wenhua .l5 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E62022;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.a-wenhua .l1 {
  margin-right: 10px;
  width: 370px;
}
.a-wenhua .l2 {
  width: 126px;
}
.a-wenhua .l3 {
  width: 612px;
}
.a-wenhua .l3 .d3 {
  height: 271px;
}
.a-wenhua .l4 {
  width: 237px;
}
.a-wenhua .l5 {
  width: 233px;
  background: url(../img/fc-07.jpg) no-repeat center / cover;
}
.a-hezuo .tit::after {
  content: '';
  margin: 20px auto;
  display: block;
  width: 50px;
  height: 4px;
  background-color: #E62022;
}
.a-hezuo .con {
  background-color: #f5f5f5;
}
.a-hezuo .icon-check1 {
  font-size: 18px;
  margin-right: 10px;
  color: #008115;
}
.a-hezuo .icon-cuowu {
  font-size: 18px;
  margin-right: 10px;
  color: #E72024;
}
.a-hezuo table {
  border: 1px solid #ddd;
  line-height: 40px;
}
.a-hezuo th {
  text-align: center;
}
.a-danwei .box {
  border: 1px solid #e6e6e6;
}
.a-danwei .img {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  width: calc(100% / 5);
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.a-danwei .img img {
  filter: grayscale(100%);
  transition: all 0.45s;
}
.a-danwei .img:hover img {
  filter: grayscale(0%);
  transform: rotateY(360deg);
}
.ready .tit span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 40px;
  color: #fff;
  background-color: #E72024;
}
.ready .tit span::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateX(110%);
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.ready .tit span::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-110%);
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.ready .box {
  background: url(../img/bg_assess_1.png) no-repeat center / cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.ready .box a {
  display: inline-block;
  width: 120px;
  font-size: 14px;
  line-height: 35px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  transition: all 0.45s;
}
.ready .box a:hover {
  background-color: #E62022;
  color: #fff;
  border-color: transparent;
}
.ready .box2 {
  background: url(../img/bg_assess_2.png) no-repeat center / cover;
}
.ready .box2 a:hover {
  background-color: #494949;
  color: #fff;
}
.ready .baozhang {
  background-color: #000000;
}
.ready .baozhang i {
  margin-right: 5px;
  vertical-align: middle;
}
.crumbs {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #EEEEEE;
}
.lxwm .tel i {
  margin-right: 5px;
  vertical-align: -2px;
}
.lxwm .tel li {
  line-height: 55px;
  border-bottom: 1px dashed #ddd;
}
.ny-news {
  background-color: #f2f2f2;
}
.ny-news .n-nav {
  max-width: 1124px;
  width: 70%;
  position: relative;
  z-index: 2;
  padding: 20px 30px 30px 30px;
  margin-top: -50px;
  background-color: #fff;
}
.ny-news .n-nav a {
  margin-right: 10px;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #eee;
}
.ny-news .n-nav a.on,
.ny-news .n-nav a:hover {
  border-bottom: #e50015 1px solid;
  color: #e50015;
}
.ny-news .n-list .list {
  transition: all 0.3s;
}
.ny-news .n-list .list .txt {
  padding-bottom: 10px;
}
.ny-news .n-list .list .txt .time {
  width: 19% !important;
  margin-right: auto;
}
.ny-news .n-list .list img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.ny-news .n-list .list h3 {
  height: 50px !important;
}
.ny-news .n-list .list .desc {
  height: 60px;
}
.ny-news .n-list .list:hover {
  color: #fff;
  background-color: #323235;
  transform: translate3d(0, -10px, 0);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}
.ny-news .n-list .list:hover p,
.ny-news .n-list .list:hover span {
  color: #fff;
}
.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.xcx .top {
  color: #fff;
  padding-top: 200px;
  padding-bottom: 200px;
  background: url(../img/xcx-top-bg.jpg) no-repeat center / cover;
}
.xcx .top .btna {
  margin-top: 50px;
}
.xcx .top .btna a {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-right: 30px;
  color: #fff;
  font-size: 14px;
}
.xcx .top .btna a:nth-child(1) {
  background-color: #fff;
  color: #E62022;
}
.xcx .top .tit::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 30px;
  background-color: #fff;
}
.xcx .box {
  padding-top: 200px;
  padding-bottom: 200px;
  color: #fff;
}
.xcx .box p {
  margin-bottom: 0;
}
.xcx .box li {
  text-align: center;
  margin-right: 20px;
}
.xcx .box li i {
  padding: 15px;
  color: #333;
  background-color: #fff;
}
.xcx .box li p {
  margin-top: 10px;
}
.xcx .pbox {
  padding: 70px;
}
.xcx .box1 {
  color: #333 !important;
  background: url(../img/xcx-bai.jpg) no-repeat center / cover;
}
.xcx .box2 {
  background: url(../img/xcx-hei.jpg) no-repeat center / cover;
}
.xcx .box3 {
  background: url(../img/xcx-lv.jpg) no-repeat center / cover;
}
.xcx .box3 i {
  color: #2CA997 !important;
}
.xcx .box4 {
  background: url(../img/xcx-zi.jpg) no-repeat center / cover;
}
.xcx .box4 i {
  color: #6F40DC !important;
}
.xcx .box5 {
  color: #333 !important;
  background: url(../img/xcx-bai.jpg) no-repeat center / cover;
}
.after-sales .wrap {
  background-color: #eaeaea;
}
.after-sales .wrap ul {
  overflow: hidden;
  padding: 3% 5%;
  background-color: #fff;
}
.after-sales .wrap li .snum {
  padding: 10px 0 0 0;
  height: 150px;
  min-width: 170px;
  background: url(../img/ny-sh01.png) no-repeat center center;
  background-size: cover;
  color: #e6e6e6;
  font-size: 90px;
  font-family: arial;
  line-height: 1;
}
.after-sales .wrap li .scon {
  width: 100%;
}
.after-sales .wrap li .scon h3 {
  color: #0a0a0a;
  font-size: 28px;
  font-weight: bold;
}
.after-sales .wrap li .scon h3::after {
  content: "";
  display: block;
  width: 55px;
  height: 5px;
  background: #E62022;
  margin: 10px 0;
}
.after-sales .wrap li .scon .stxt {
  color: #666666;
  font-size: 18px;
  line-height: 1.8;
  margin: 3% 0;
}
.new-detail .top {
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}
.new-detail .top a {
  width: 132px;
  display: inline-block;
  border-radius: 18px;
  margin: 0 15px;
  line-height: 40px;
}
.new-detail .top a.on,
.new-detail .top a:hover {
  color: #fff;
  background-color: #E62022;
}
.new-detail .w-23 {
  width: 23.7%;
}
.new-detail .con {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #F5F5F5;
}
.new-detail .con .l {
  background-color: #fff;
}
.new-detail .con .l .tit {
  padding-left: 18px;
  padding-right: 18px;
  border-bottom: 1px solid #eee;
}
.new-detail .con .l .tit p {
  margin-bottom: 40px;
}
.new-detail .con .l .wen_z {
  padding-left: 18px;
  padding-right: 18px;
}
.new-detail .con .l .page {
  margin-left: 18px;
  margin-right: 18px;
}
.new-detail .con .r ul {
  padding: 20px;
  background-color: #fff;
}
.new-detail .con .r ul .tit {
  margin-bottom: 20px;
  color: #fff;
  padding-left: 15px;
  line-height: 50px;
  background-color: #E62022;
}
.new-detail .con .r li img {
  margin-right: 10px;
  width: 100px;
  height: 70px;
  object-fit: cover;
}
.new-detail .con .r .l2 a {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.friend-links {
  position: relative;
  text-align: center;
  right: 10%;
  margin-top: -45px;
  width: 150px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #1C1C1C;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.friend-links ul {
  padding: 10px;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transform: translateY(-100%);
  background-color: #1C1C1C;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: left;
}
.friend-links ul a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  line-height: 25px;
  transition: all 0.35s;
}
.friend-links ul a:hover {
  color: #E62022;
}
.friend-links ul.on {
  display: block;
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: 86%;
    max-width: 1600px;
    min-width: 1150px;
  }
}
@media (max-width: 992px) {
  .banner .swiper-slide img {
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
  .xuanfu {
    display: none;
  }
  html.on {
    overflow: hidden;
  }
  .head .nnav .h-logo img {
    max-width: 200px;
  }
  .head .nnav .m-btn.on {
    position: relative;
    z-index: 101;
  }
  .head .nnav .h-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #333;
    transition: all 0.35s;
  }
  .head .nnav .h-menu ul {
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
  }
  .head .nnav .h-menu ul li {
    width: 100%;
  }
  .head .nnav .h-menu ul li > a {
    line-height: 40px;
    border: none;
  }
  .head .nnav .h-menu.on {
    left: 0;
  }
  .head .nnav .tel {
    display: none;
  }
  .banner .box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
    position: static;
    height: auto;
  }
  .banner .box .pr-50 {
    padding-right: 5px;
  }
  .banner .box .btnn,
  .banner .box .img {
    display: none;
  }
  .fuwu {
    padding-top: 10px;
  }
  .fuwu .row > div {
    margin-bottom: 10px;
  }
  .fuwu .box {
    padding: 3%;
  }
  .fuwu .box i {
    width: 90%;
    height: 70px;
    background-size: auto 100% !important;
  }
  .anli {
    padding-bottom: 25px;
  }
  .anli .row > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .anli .list .img img {
    height: 107px;
  }
  .anli .list .txt {
    line-height: 45px;
  }
  .kehu .list li {
    width: calc(100% / 3);
    height: 70px;
  }
  .quanzi {
    padding-bottom: 25px;
  }
  .quanzi .q_btn {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
  .quanzi .q_btn span {
    margin-bottom: 10px;
    width: 20%;
    line-height: 35px;
    font-size: 13px;
    border-radius: 5px;
    margin-right: 5px !important;
    border: 1px solid #ddd;
  }
  .quanzi .d-flex {
    flex-wrap: wrap;
  }
  .quanzi .q_con .box_1 img {
    height: 200px;
  }
  .quanzi .q_con .box {
    width: 100%;
  }
  .quanzi .q_con .right {
    width: 100%;
  }
  .quanzi .q_con .right .time p {
    margin-top: 0 !important;
  }
  .quanzi .q_con .right a {
    padding: 12px 0;
    align-items: center !important;
    width: 100% !important;
    padding-right: 0;
  }
  .quanzi .q_con .right a p {
    margin-bottom: 0;
  }
  .quanzi .q_con .right a .text_2 {
    -webkit-line-clamp: 1;
  }
  .quanzi .q_con .right a .txt {
    padding-right: 20px;
  }
  .foot {
    padding-top: 20px;
  }
  /*小程序*/
  .xcx .box1 .row,
  .xcx .box3 .row,
  .xcx .box5 .row {
    flex-direction: column-reverse;
  }
  .xcx .top,
  .xcx .box,
  .xcx .box1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .xcx .box ul {
    margin-top: 30px;
    justify-content: space-around;
  }
  .xcx .box li {
    margin-right: 0px;
  }
  .xcx .box li p {
    font-size: 14px;
  }
  .xcx .mb-50 {
    margin-bottom: 20px;
  }
  .xcx .pbox {
    padding: 2vw;
  }
  /*案例*/
  .ny-about .txt {
    padding-top: 50px;
  }
  .ny-about .f18 {
    font-size: 15px;
  }
  .ny-about > img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  /*新闻*/
  .ny-news .n-nav {
    max-width: 100%;
    width: 100%;
    padding: 1vw;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .ny-news .n-nav a {
    padding: 10px;
    width: 47%;
  }
  .ny-news .n-list .list .txt {
    padding-left: 10px;
    padding-right: 15px;
  }
  .ny-news .n-list .list .txt .time p {
    font-size: 26px;
  }
  .ny-news .n-list .list img {
    height: 190px;
  }
  .ny-ren {
    display: none;
  }
  /**/
  .a-zizhi {
    padding-bottom: 20px;
  }
  .a-zizhi .swiper-slide {
    width: 100%;
  }
  .a-zizhi .aniu .b1 {
    margin-left: 0;
  }
  .a-zizhi .aniu .b2 {
    margin-right: 0;
  }
  /**/
  .a-wenhua {
    padding-bottom: 30px;
  }
  .a-wenhua ul {
    flex-wrap: wrap;
  }
  .a-wenhua li {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .a-wenhua li img {
    width: 50%;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .a-wenhua .l1 {
    height: 140px;
  }
  .a-wenhua .l2,
  .a-wenhua .l4 {
    display: flex;
  }
  .a-wenhua .l3 .d3 {
    height: 140px;
  }
  /**/
  .a-hezuo table {
    font-size: 14px;
    line-height: 1.8;
  }
  /**/
  .a-youshi .box {
    padding: 0 5px;
    margin: 0;
    margin-bottom: 10px;
  }
  .a-youshi .box .f24 {
    font-size: 16px;
  }
  .a-youshi .box .f24 + p {
    font-size: 14px;
  }
  /**/
  .a-danwei .img {
    width: calc(100% / 3);
  }
  /**/
  .ready .row > div {
    text-align: left !important;
    margin-bottom: 10px;
  }
  .ready .row > div i {
    margin-right: 10px;
  }
  .ready .box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .ready .tit span::before,
  .ready .tit span::after {
    display: none;
  }
  /**/
  .new-detail .top {
    overflow-x: auto;
  }
  .new-detail .pc-none ul {
    width: 500px;
  }
  .new-detail .pc-none ul a {
    margin: 0;
    width: 100px;
  }
  .new-detail .con {
    padding-top: 0 !important;
  }
  .new-detail .con .l {
    width: 100% !important;
  }
  .new-detail .con .l .tit {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .new-detail .con .l .tit p {
    font-size: 14px;
  }
  .new-detail .con .l .tit p span {
    padding-right: 10px !important;
  }
  .new-detail .con .r {
    width: 100% !important;
    background-color: #fff;
  }
  .new-detail .con .r ul {
    padding: 0;
  }
  .friend-links {
    margin-top: 0;
    right: 0;
    width: 100%;
  }
  .m-tit {
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .kf-swiper {
    margin-top: -10px;
  }
  .a-jieshao .con_p {
    max-height: 200px;
    overflow: auto;
  }
}
