﻿@charset "UTF-8";
/* author:LY;*/
#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #dee2eb;
}

.circle {
  margin: 0.4rem auto;
  position: relative;
  width: 0.1rem;
  height: 0.1rem;
  background-color: rgba(221, 44, 23, 0.5);
  -webkit-box-shadow: -0.1rem 0rem 0rem white;
  box-shadow: -0.1rem 0rem 0rem white;
  border-radius: 50%;
  -webkit-animation: circle_classic 1s ease-in-out infinite alternate;
  animation: circle_classic 1s ease-in-out infinite alternate;
}

@-webkit-keyframes circle_classic {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5);
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2);
  }
}

@keyframes circle_classic {
  0% {
    opacity: 0.1;
    -webkit-transform: rotate(0deg) scale(0.5);
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg) scale(1.2);
    transform: rotate(360deg) scale(1.2);
  }
}

.w {
  width: 14.48rem;
  margin: 0 auto;
}

.header_con {
  width: 100%;
  background: #fff;
}

.header_con .index-banner {
  position: relative;
  height: 100vh;
}

.header_con .index-banner .swiper-container {
  height: 100%;
}

.header_con .index-banner .swiper-container .swiper-slide {
  position: relative;
}

.header_con .index-banner .swiper-container .swiper-slide .u-img {
  display: block;
  height: 100%;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text {
  position: absolute;
  width: 14.5rem;
  height: 100%;
  top: 200vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .pic-text {
  margin-bottom: 1rem;
  max-width: 100%;
}
.header_con
  .index-banner
  .swiper-container
  .swiper-slide:nth-child(2)
  .m-text
  .pic-text {
  margin-bottom: 0rem;
}
.header_con
  .index-banner
  .swiper-container
  .swiper-slide
  .m-text
  .pic-text
  img {
  display: block;
  margin-left: 0;
  max-width: 100%;
}

.header_con .index-banner .swiper-container .swiper-slide .m-text .m-fill-btn {
  width: 2.65rem;
  margin: 0;
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(221, 44, 23, 0.51);
  box-shadow: 0 0 0.1rem 0 rgba(221, 44, 23, 0.51);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ec3a14),
    to(#ff7108)
  );
  background: linear-gradient(90deg, #ec3a14 0%, #ff7108 100%);
}

.header_con
  .index-banner
  .swiper-container
  .swiper-slide
  .m-text
  .m-fill-btn
  .u-iocn {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: -1.32rem 0;
}

.header_con
  .index-banner
  .swiper-container
  .swiper-slide
  .m-text
  .m-fill-btn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff7108),
    to(#ec3a14)
  );
  background: linear-gradient(90deg, #ff7108 0%, #ec3a14 100%);
}

.header_con .index-banner .swiper-pagination {
  margin-bottom: 0.4rem;
  display: none;
}

.header_con .index-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.04rem;
  border-radius: 0;
  margin: 0 0.06rem;
}

.header_con
  .index-banner
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #dd2c17;
}

/*cloud*/
body {
  background-color: #fff;
}

/*主题色*/
.blcok {
  display: block !important;
}

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

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

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

.elli4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.elli7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.u-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.m-fill-btn {
  display: table;
  margin: 0 auto;
  background: #dd2c17;
  text-align: center;
  font-size: 0.2rem;
  padding: 0 0.4rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  line-height: 0.52rem;
  color: #fff;
  -webkit-box-shadow: 0 0 0.1rem 0 rgba(221, 44, 23, 0.5);
  box-shadow: 0 0 0.1rem 0 rgba(221, 44, 23, 0.5);
}

.m-fill-btn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ec3a14),
    to(#ff7108)
  );
  background: linear-gradient(90deg, #ec3a14 0%, #ff7108 100%);
}

.m-linear-btn {
  display: table;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  font-size: 0.22rem;
  padding: 0 0.4rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  line-height: 0.46rem;
  color: #dd2c17;
  border: 0.02rem solid rgba(221, 44, 23, 0.5);
}

.m-title .u-tit {
  color: #393939;
  font-size: 0.42rem;
  line-height: 0.5rem;
  text-align: center;
  font-weight: bold;
}

.m-title .sub-tit {
  color: #000;
  font-size: 0.22rem;
  line-height: 0.28rem;
  text-align: center;
  font-weight: 200;
  letter-spacing: 0.06rem;
  margin-top: 0.2rem;
}

.m-title.textWhite .u-tit {
  /* color: #fff; */
}

.m-title.textWhite .sub-tit {
  color: #fff;
}

.tip-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.tip-box .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
}

.tip-box .logo-box {
  display: flex;
}

.tip-box .logo-box a {
  display: block;
  width: 2.12rem;
  height: 0.93rem;
}

.tip-box .nav-box {
  /* transform: translateX(0.007rem); */
  margin-left: auto;
  height:1rem;
  width:52%;
  margin-right:.4rem;
}

.tip-box .nav-box .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*margin-bottom: 0.2rem;*/
  height:100%;
  justify-content:space-between;
}

.tip-box .nav-box .nav .nav-item {
  height:100%;
  width: 14.28%;
	text-align: center;
	position:relative;
}
.tip-box .nav-box .nav .nav-item .hot{
	width: .26rem;
    height: .16rem;
    position: absolute;
    top: .3rem;
    right: -.08rem;
}

.tip-box .tel-box {
  display: flex;
}

.tip-box .tel-box .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*margin-bottom: 0.2rem;*/
}

.tip-box .tel-box .nav .nav-item {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #393939;
  line-height: 0.38rem;
  margin-right: 0.2rem;
}

.tip-box .tel-box .nav .nav-item i {
  margin-right: 0.2rem;
  background: #dd2c17;
  height: 0.18rem;
  width: 0.01rem;
}

.tip-box .tel-box .nav .nav-item .wx {
  width: 24px;
  height: auto;
  margin-right: 0.1rem;
}

.tip-box .tel-box .nav .nav-item .dh {
  width: 24px;
  /* height: 0.21rem; */
  margin-right: 0.1rem;
}
.tip-box .nav-box .nav .nav-link{
	position:relative;
}
.tip-box .nav-box .nav .nav-link::after {
  content: "";
  display: block;
  height: 0.02rem;
  background: #dd2c17;
  border-radius: 0.01rem;
  opacity: 0;
  width: 0;
  position: absolute;
	left: 15%;
	bottom: .1rem;
}

.tip-box .nav-box .nav .nav-link:hover::after,
.tip-box .nav-box .nav .nav-link.active::after,
.tip-box .nav-box .nav .sub-box:hover .nav-link::after {
  opacity: 1;
  width: 70%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tip-box .nav-box .nav .nav-item .nav-link {
  display: block;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #393939;
  line-height: 1rem;
}

.tip-box .m-earch {
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: 0 0;
  margin-bottom: 0.28rem;
  position: relative;
  cursor: pointer;
}

.tip-box .m-earch::before {
  content: "";
  display: block;
  width: 0.01rem;
  height: 0.2rem;
  background: #dd2c17;
  position: absolute;
  top: 0;
  left: -0.25rem;
}

.tip-box .search-layer {
  position: fixed;
  width: 100%;
  height: 1.2rem;
  top: -1.5rem;
  left: 0;
  z-index: 101;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.2);
  padding: 0.35rem 0;
}

.tip-box .search-layer .icon,
.tip-box .search-layer .close {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #f5f5f5;
  border-radius: 0.25rem 0 0 0.25rem;
}

.tip-box .search-layer .icon::before,
.tip-box .search-layer .close::before {
  content: "";
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: 0 0;
  margin: 0.14rem auto;
}

.tip-box .search-layer .close {
  border-radius: 0 0.25rem 0.25rem 0;
  background-color: #dd2c17;
}

.tip-box .search-layer .close::before {
  width: 0.32rem;
  height: 0.32rem;
  background-position: 0 -0.58rem;
  margin: 0.09rem auto;
  opacity: 0.45;
}

.tip-box .search-layer .text {
  border: 0.01rem solid #f5f5f5;
  outline: none;
  font-size: 0.22rem;
  color: #333;
  line-height: 0.48rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 0 0 0.3rem;
}

.footer-box {
  background: #f8f8f8;
}

.footer-box .Links-box {
  padding: 0.55rem 0 0.4rem;
  background: #2e2b2b;
  display: none;
}

.footer-box .Links-box .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-box .Links-box .area .title {
  display: block;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.24rem;
  border-bottom: 0.01rem solid #fff;
  margin-right: 0.55rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 0.13rem;
}

.footer-box .Links-box .area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-box .Links-box .area ul li {
  margin-right: 0.4rem;
}

.footer-box .Links-box .area ul li:last-child {
  margin: 0;
}

.footer-box .Links-box .area ul li a {
  display: block;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.24rem;
}

.footer-box .Links-box .area ul li a:hover {
  color: #dd2c17;
}

.footer-box .footer-con .footer-cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.01rem solid #e5e5e5;
  border-top: 0.01rem solid #e5e5e5;
  padding:.18rem 0;
}
.footer-box .footer-con .footer-cs .footer-logo img{
  width: 3.16rem;
  height: auto;
}
.footer-box .footer-con .footer-cs .footer-city-fenbu{
  width: 75%;
  margin-left: .5rem;
  /* display: flex;
  align-items: center;
  flex-wrap: wrap; */
  overflow: hidden;
}
.footer-box .footer-con .footer-cs .footer-city-fenbu a{
  display: inline-block;
  font-size: .143rem;
  width: 5.5%;
  float: left;
}
.footer-box .footer-con .footer-cs .footer-city-fenbu a:hover{
  color:#cd281f;
}

.flex-start{
  display: flex;
}
.flex{
  display: flex;
  justify-content: space-between;
}
.footer-box .footer-bottom{
  border-bottom: 0.01rem solid #e5e5e5;
  padding:.24rem 0;
}
.footer-bottom .footer-nav{
  width: 54%;
}
.footer-bottom h5{
  font-size: .16rem;
  color:#333;
  font-weight: bold;
  margin-bottom: .16rem;
}
.footer-bottom .footer-nav .title{
  font-size: .142rem;
  font-weight: bold;
}
.footer-bottom .footer-nav .ul li{
  margin-top: .05rem;
}
.footer-bottom .footer-nav .ul li:first-child{
  display: none;
}
.footer-bottom .footer-nav .ul li a{
  font-size: .142rem;
  color:#666666;
}
.footer-bottom .footer-nav .ul li a:hover{
  color:#cd281f !important;
}

.footer-bottom .footer-contact{
  width: 22%;
}
.footer-bottom .footer-contact dl{
  width: .99rem;
  height: auto;
  text-align: center;
}
.footer-bottom .footer-contact dl img{
  width: 100%;
  height: auto;
}
.footer-bottom .footer-contact dl dd{
  /* font-size: .142rem; */
}
.footer-bottom .footer-contact-list{
  margin-top: .5rem;
}
.footer-bottom .footer-contact-list li{
  border: .001rem solid #d7d7d7;
  border-radius: 50px;
  /* width: 1.27rem; */
  padding: .07rem .2rem .07rem .2rem;
  margin-top: .17rem;
}
.footer-bottom .footer-contact-list li a{
  display: flex;
  /* justify-content: center; */
  align-items: center;
}
.footer-bottom .footer-contact-list li a .iconfont{
  width: .3rem;
  height: .3rem;
  background:#cd281f;
  color:#fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .2rem;
}
.footer-bottom .footer-contact-list li:last-child a .iconfont{
  font-size: .17rem;
}
.footer-bottom .footer-contact-list li a p{
  font-size: .14rem;
  margin-left: .1rem;
  color:#666;
}
.footer-bottom .footer-contact-list li a:hover p{
  color:#666;
}
.code-box{
  display: flex;
  flex-wrap: wrap;
  width: 0.78rem;
  justify-content: space-between;
}

.code-box .code-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 0.78rem;
}

.footer-box .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-box .copyright .m-text {
  padding: 0.15rem 0 0.2rem;
  color: #999;
}
.footer-box .copyright .m-text a {
  color: #999;
}

.footer-box .copyright .m-text p {
  font-size: 0.13rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 0.24rem;
  opacity: 0.45;
}

.footer-box .btn-top {
  width: 0.49rem;
  height: 0.49rem;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
}

.recruit-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.7rem;
  background: rgba(13, 12, 46, 0.65);
  -webkit-box-shadow: 0 0.02rem 0.13rem 0 rgba(45, 56, 82, 0.4);
  box-shadow: 0 0.02rem 0.13rem 0 rgba(45, 56, 82, 0.4);
  z-index: 10;
}

.recruit-box .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.recruit-box .area .left-column {
  position: relative;
}

@-webkit-keyframes myjump {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes myjump {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.recruit-box .area .left-column img {
  position: absolute;
  left: 0.4rem;
  bottom: 0.02rem;
  z-index: 9;
  width: 1rem;
  height: 0.68rem;
}

.recruit-box .area .left-column .u-text {
  position: relative;
  z-index: 10;
  padding-left: 1.05rem;
  font-size: 0.25rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.7rem;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(15%, #f56517),
    color-stop(50%, #fff)
  );
  background: linear-gradient(0deg, #f56517 15%, #fff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recruit-box .area .right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit-box .area .right-column .Tele {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recruit-box .area .right-column .Tele .icon {
  display: block;
  width: 0.25rem;
  height: 0.29rem;
  background-image: url(../images/icon.png);
  background-position: -0.21rem 0;
  background-size: 3rem;
  margin-right: 0.15rem;
}

.recruit-box .area .right-column .Tele span {
  display: block;
  font-size: 0.32rem;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.7rem;
}

.recruit-box .area .right-column .online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit-box .area .right-column .online span {
  display: block;
  margin: 0.1rem 0 0.1rem 0.2rem;
  width: 1.87rem;
  height: 0.5rem;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e73510),
    to(#f96b03)
  );
  background: linear-gradient(90deg, #e73510, #f96b03);
  border-radius: 0.2rem;
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.5rem;
  text-align: center;
}

.recruit-box .area .right-column .online .icon {
  display: block;
  width: 0.14rem;
  height: 0.15rem;
  background-image: url(../images/icon.png);
  background-position: -0.46rem 0;
  margin-left: 0.2rem;
  margin-top: 0.1rem;
  cursor: pointer;
  background-size: 3rem;
}

.popup {
  position: fixed;
  top: 50%;
  display: none;
  left: 50%;
  -webkit-transform: translate(calc(-50% + 0.005rem), calc(-50% + 0.005rem));
  transform: translate(calc(-50% + 0.005rem), calc(-50% + 0.005rem));
  z-index: 1009;
}

.popup .u-img {
  width: 100%;
  height: 100%;
  width: 4.7rem;
  position:relative;
}
.popup .u-img .p-img {
  display: unset;
  width: 100%;
  /*height: 4.37rem;*/
  image-rendering: -webkit-optimize-contrast;
}
.popup .u-img .popup-list{
	width: 85%;
    position: absolute;
    top: .6rem;
    left: 7.5%;
}
.popup .u-img .popup-list .img img{
	width:100%;
	height:auto;
}
.popup .u-img .popup-list .text{
	padding:.2rem .3rem .4rem .3rem;
    background: #fff;
    margin-top: .1rem;
    border-radius: .1rem;
}
.popup .u-img .popup-list .text h1{
	font-size:.22rem;
	color:#333;
	text-align:center;
	margin-bottom: .15rem;
	position:relative;
}
.popup .u-img .popup-list .text h1 span{
	color:#cd281f;
}
.popup .u-img .popup-list .item{
	display:flex;
	justify-content:space-between;
}
.popup .u-img .popup-list .item dl{
	width:21%;
	text-align:center;
}
.popup .u-img .popup-list .item dl dt{
	width:.55rem;
	height:.55rem;
	border-radius:.5rem;
	background:#cd281f;
	box-shadow:.01rem .01rem .1rem rgba(205,40,31,.2);
	text-align:center;
	line-height: .55rem;
	margin:0 auto;
}
.popup .u-img .popup-list .item dl dt img{
	width:auto;
	height:auto;
	display:inline-block;
	vertical-align:middle;
}
.popup .u-img .popup-list .item dl dd{
	font-size:.15rem;
	color:#666666;
	margin-top:.06rem;
}
.popup .consult-btn {
  position: absolute;
  left: 50%;
  bottom: .04rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 2.54rem;
  height: .6rem;
  background: url(../picture/moerbtn.png) no-repeat center/cover;
}

.popup .close {
  position: absolute;
  right: 0.12rem;
	top: 0.4rem;
  z-index: 100;
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background-image: url(../images/icon.png);
  background-position: -0rem -0.59rem;
  background-size: 3rem;
  cursor: pointer;
}

.fixedright-box {
  position: fixed;
  right: -0.03rem;
  top: 25%;
  z-index: 1009;
}

.fixedright-box ul {
  background-color: rgb(255, 255, 255, 0.9);
  padding: 0.1rem 0.11rem;
  -webkit-box-shadow: 0 0 0.13rem 0 rgba(95, 95, 95, 0.25);
  box-shadow: 0 0 0.13rem 0 rgba(95, 95, 95, 0.25);
  border-radius: 0.1rem 0 0 0.1rem;
}

.fixedright-box ul li {
  border-bottom: 0.01rem solid #ccc;
  padding-top: 0.15rem;
  position: relative;
}

.fixedright-box ul li a {
  position: relative;
  z-index: 5;
}

.fixedright-box ul li a .icon {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
}

.fixedright-box ul li a label {
  display: block;
  font-size: 0.12rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 0.28rem;
}

.fixedright-box ul li:nth-child(1) {
  padding-top: 0;
}

.fixedright-box ul li:nth-child(1) a .icon {
  background-position: -0.44rem -0.4rem;
}

.fixedright-box ul li:nth-child(2) a .icon {
  background-position: -0.72rem -0.4rem;
}

.fixedright-box ul li:nth-child(2):hover .m-text {
  right: 0.36rem;
}

.fixedright-box ul li:nth-child(3) {
  border: none;
}

.fixedright-box ul li:nth-child(3) a .icon {
  background-position: -1rem -0.4rem;
}

.fixedright-box ul li:nth-child(3):hover .erwei {
  right: 0.67rem;
}

.fixedright-box ul li .m-text {
  position: absolute;
  top: 0;
  right: -3rem;
  width: 2.92rem;
  height: 0.84rem;
  z-index: 2;
  background: url(../images/phonebg.png) no-repeat center/cover;
  padding: 0.18rem 0.3rem 0.2rem 0.6rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fixedright-box ul li .m-text span {
  font-size: 0.22rem;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #dd2c17;
  line-height: 0.24rem;
}

.fixedright-box ul li .m-text p {
  font-size: 0.16rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #dd2c17;
  line-height: 0.24rem;
}

.fixedright-box ul li .erwei {
  width: 1.56rem;
  height: 1.95rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0.01rem solid #e3e3e3;
  border-radius: 0.1rem;
  position: absolute;
  top: 0;
  z-index: 2;
  right: -2rem;
  -webkit-box-shadow: 0 0 0.13rem 0 rgba(95, 95, 95, 0.25);
  box-shadow: 0 0 0.13rem 0 rgba(95, 95, 95, 0.25);
  overflow: hidden;
}

.fixedright-box ul li .erwei img {
  display: block;
  width: 100%;
  height: auto;
}

.fixedright-box ul li .erwei .text {
  background: linear-gradient(115deg, #ff7200, #ff4200, #cd281f);
  font-size: 0.16rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
}

.tel-box .nav .nav-item .erwei {
  width: 1.56rem;
  height: 1.95rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0.01rem solid #e3e3e3;
  border-radius: 0.1rem;
  position: absolute;
  top: -2rem;
  z-index: 2;
  -webkit-box-shadow: 0 0 0.13rem 0 rgba(95, 95, 95, 0.25);
  box-shadow: 0 0 0.13rem 0 rgba(95, 95, 95, 0.25);
  overflow: hidden;
}

.tel-box .nav .nav-item .erwei img {
  display: block;
  width: 100%;
  height: auto;
}

.tel-box .nav .nav-item:hover .erwei{
  top: 0.9rem;
}

.tel-box .nav .erwei .text {
  background: linear-gradient(115deg, #ff7200, #ff4200, #cd281f);
  font-size: 0.16rem;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.4rem;
  text-align: center;
}

.fixedright-box .goTop {
  margin-top: 0.15rem;
  height: 0.46rem;
  background: #000033;
  border-radius: 0.1rem 0 0 0.1rem;
  padding-top: 0.18rem;
}

.fixedright-box .goTop a {
  display: block;
  width: 0.18rem;
  height: 0.1rem;
  background-image: url(../images/icon.png);
  background-size: 3rem;
  background-position: -1.32rem -0.48rem;
  margin: 0 auto;
}

[screen="false"] {
  overflow: auto !important;
  height: auto !important;
}

[screen="full"] {
  overflow: hidden !important;
}

.tip-box .l-city {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tip-box .l-city .now {
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0 0.1rem 0 0.15rem;
  height: 0.4rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #dd2c17;
  line-height: 0.38rem;
  margin-top: 0.12rem;
  border: #dd2c17 solid 0.01rem;
  border-radius: 0.2rem;
}

.tip-box .l-city i {
  width: 0;
  height: 0;
  border: 0.07rem solid transparent;
  border-top-color: #dd2c17;
  transform: translateY(0.17rem);
  margin-left: 7px;
  vertical-align: middle;
}

.tip-box .l-city .i2 {
  width: 0;
  height: 0;
  border: 0.1rem solid transparent;
  border-bottom-color: #dd2c17;
  transform: translateY(0.1rem);
  scale: 0.6;
}

.city-out-box{
display: none;
    position: absolute;
    z-index: 1;
    flex-wrap: wrap;
    /* top: 0.74rem; */
    top: 1rem;
    left: 2.13rem;
    width: 5rem;
    /* height: 3rem; */
    padding: 0.1rem;
    box-shadow: 0 0.05rem 0.1rem 0 #c4c4c4;
    border-radius: 0.05rem;
    background: #ffffff;
}

.tip-box .city-out-box .city-out-box-i{
width: 0;
    height: 0;
    position: absolute;
    top: -0.21rem;
    left: 0.3rem;
    border: 0.1rem solid transparent;
    border-bottom-color: #FFFFFF;
}

.tip-box .l-city .l-city-box {
    width: 100%;
    /* height: 2rem; */
    display: flex;
    flex-wrap: wrap;
}

.tip-box .l-city .l-city-box::-webkit-scrollbar {
  border-radius: 0.1rem;
  width: 0.04rem;
  height: 0.01rem;
  background-color: #ffffff;
}
.tip-box .l-city .l-city-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.05rem #ffffff;
  border-radius: 0.1rem;
  background-color: #ffffff;
}
.tip-box .l-city .l-city-box::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  -webkit-box-shadow: inset 0 0 0.05rem #c4c4c4;
  background-color: #c4c4c4;
}

.tip-box .l-city .l-city-box a {
    transition: 0.2s;
    width: 0.8rem;
    height: 0.4rem;
    padding: 0.08rem 0.0.08rem;
    line-height: 0.25rem;
    background: #FFFFFF;
    color: #333333;
    font-size: 0.14rem;
    text-align: center;
}

/* .tip-box .l-city .l-city-box .active {
  color: #dd2c17;
  background: #F8F8F8;
} */

.tip-box .l-city .l-city-box a:hover {
  color: #dd2c17;
  background: #F8F8F8;
}

/* .tip-box .l-city .l-city-box a {
  font-size: 0.14rem;
  margin-top: 0;
  line-height: inherit;
  width: auto;
  height: auto;
} */

/* 底部新增 */
.switch{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.switch-item{
position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}

.switch-item .box{
    height: auto;
     width: 14.5rem;
    position: relative;
    display: flex;
    /* height: 1.02rem; */
    /* height: 1.75rem; */
    padding: 0.17rem 0;
    background-color: #f8f8f8;
    font-size: 0.16rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #BDBDBD;
    border-top: 0.01rem solid #e5e5e5;
}

/* .switch-item-h{
  height: auto;
    background-color: #2F2B2C;
} */

.item-left{
  margin-right: 0.4rem;
  width: 7%;
  margin-top: .17rem;
}

.item-left .item{
  width: fit-content;
  color: #333;
  font-weight: bold;
    padding-bottom: 0.14rem;
}

.item-right{
     display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    /* align-content: baseline; */
    width: 95%;
    font-size: .143rem;
}

.item-right .item{
  color: #333;
  margin-right: 0.26rem;
  line-height: 0.27rem;
  height: 0.27rem;
}

.item-right .item:hover{
  color: #DD2C17;
}

.item-btn-open{
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -0.01rem;
  right: 0.01rem;
  width: 0.23rem;
  height: 0.23rem;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  background: #f8f8f8;
  border: 0.01rem solid #707070;
  /* border-bottom: 0.01rem solid transparent; */
}

.item-btn-open i{
    width: 0;
    height: 0;
    border: 0.06rem solid transparent;
    border-bottom-color:#DD2C18;
    transform: translateY(-0.05rem);
}

.item-btn-close{
  cursor: pointer;
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  /* top: 50%; */
  /* transform: translateY(-0.23rem); */
  top: -0.01rem;
  right: 0.01rem;
  width: 0.23rem;
  height: 0.23rem;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  background: #DD2C18;
  border: 0.01rem solid #DD2C18;
  border-bottom: 0.01rem solid transparent;
}

.item-btn-close i{
    width: 0;
    height: 0;
    border: 0.06rem solid transparent;
    border-top-color: #fff;
    transform: translateY(0.05rem);
}

  @keyframes color_turn{
      from{
          background-color: #f8f8f8;
      }
      to{
          background-color: #f8f8f8;
      }
}

  .change_color{
      animation: color_turn 0.3s forwards;
  }


.footer-map{
  width: 3.12rem;
  /* height: 1.56rem; */
  height: 4.5rem;
  font-size: 0.16rem;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #BDBDBD;
  margin-right: 4rem;
}

.footer-map h3{
  font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.4rem;
    margin-bottom: 0.22rem;
}

.footer-map .list{
  display: flex;
  align-content: baseline;
  flex-wrap: wrap;
  width: 7rem
}

.footer-map .list .item{
  margin-bottom: 0.1rem;  
}

.footer-map .list .item a{
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.72;
}

.footer-map .list .item a:hover{
  color: #DD2C18;
}

.footer-map .list ul{
  margin-right: 0.6rem;
  display: block;
  overflow: hidden;
  white-space:nowrap;
}

.footer-map .list ul h3{
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.72;
}

/* 分页 */
.page_container .pagination{
  display: flex;
  justify-content: center;
  margin: .4rem 0;
}
.page_container .pagination li a,
.page_container .pagination li span{
  display: block;
  padding:0 .15rem;
  height: .35rem;
  line-height: .35rem;
  font-size: .16rem;
  color: #333;
  box-sizing: border-box;
  background: #eee;
  margin: 0 .05rem;
  border-radius: 3px;
  transition: .5s;
}
.page_container .pagination li.active span,
.page_container .pagination li:hover a{
  display: block;
  height: .35rem;
  line-height: .35rem;
  font-size: .16rem;
  background-image: linear-gradient(to bottom right, #ff522e, #ffaf54);
  color: #fff;
  margin: 0 .05rem;
  border-top-left-radius: .1rem;
  border-bottom-right-radius: .1rem;
}