select {
  -webkit-appearance: none;
  border: none;
  /* 去掉边框 */
  outline: none;
  /* 去掉焦点时的蓝色边框 */
  box-shadow: none !important;
}

select:focus {
  box-shadow: none !important;
}

/* 针对iOS Safari */
select option:checked {
  color: #333;
  /* 设置选中项的字体颜色为蓝色 */
}

/* 针对其他移动端浏览器 */
select:checked+.select-label {
  color: #333;
  /* 设置选中项的字体颜色为蓝色 */
}



/*案例 start*/
.case-slider-wrap .case-slider {
  position: relative;
}

.case-slider-wrap .case-content {
  height: 13.9rem;
  background-color: #000000;
  position: relative;
}

.case-slider-wrap .case-content .case-img {
  width: 4.93rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.case-slider-wrap .case-content::before {
  content: "";
  width: 1.82rem;
  height: 1.82rem;
  border: 0.28rem solid #050f2e;
  position: absolute;
  top: 5.18rem;
  left: 2.76rem;
}

.case-slider-wrap .case-content::after {
  content: '';
  width: 0.01rem;
  height: 100%;
  box-shadow: 0 0 3.5rem 0.4rem #0043ff;
  position: absolute;
  top: 0;
  right: -0.01rem;
}

.case-slider-wrap .case-content .case-text {
  width: 2.46rem;
  height: 4rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #0043ff;
  background-color: #b3b3b3;
  padding: 0.54rem 0.14rem 0 0.14rem;
  border: 1px solid #838383;
  border-top: 0;
  position: absolute;
  top: 0;
  left: 0.5rem;
  z-index: 3;
}

.case-slider-wrap .case-content .case-text::before {
  content: "";
  width: 0.55rem;
  height: 0.07rem;
  background-color: #0043ff;
  position: absolute;
  top: 0.3rem;
  left: 0.14rem;
}

.case-slider-wrap .case-content .case-feel {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 0.48rem;
  color: #0043ff;
  padding-left: 0.5rem;
  position: absolute;
  bottom: 4.4rem;
  left: 0;
  z-index: 3;
}

.case-slider-wrap .case-content .case-slogan {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #616161;
  position: absolute;
  bottom: 2.16rem;
  left: 0.5rem;
  z-index: 3;
}

.case-slider-wrap .case-content .case-title {
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: #979797;
  position: absolute;
  right: 0.5rem;
  bottom: 1.3rem;
  z-index: 3;
}

.case-slider-wrap .case-bg {
  background: url(../images/home/case-bg.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.case-slider-wrap .case-bg::before {
  display: none;
}

.case-slider-wrap .case-bg::after {
  box-shadow: 0 0 3.5rem 2rem #dbdada;
}

.case-slider-wrap .case-bg .case-text {
  background-color: rgba(255, 255, 255, 0.4);
  border: 0;
}

.case-slider-wrap .case-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0.36rem;
  left: 0;
  z-index: 1;
}

.case-slider-wrap .case-pagination span {
  display: inline-block;
  width: 0.28rem;
  height: 0.1rem;
  background-color: #929292;
  border: 1px solid #505050;
  border-radius: 0;
  opacity: 1;
}

.case-slider-wrap .case-pagination .swiper-pagination-bullet-active {
  background-color: #464646;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.05rem;
}

/*案例   end*/
/*极简 start */
.minimalism-wrap {
  background: url(../images/home/minimalism-01.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

.minimalism-wrap .minimalism-content {
  width: 100%;
  height: 13.9rem;
  position: relative;
  color: #ffffff;
  padding: 1.28rem 0 0 2.54rem;
  overflow: hidden;
}

.minimalism-wrap .minimalism-content::before {
  content: "";
  width: 5.18rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
}

.minimalism-wrap .minimalism-content::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: #1e4de0;
  border: 0.36rem solid #1940bc;
  position: absolute;
  top: 0;
  left: 0;
}

.minimalism-wrap .minimalism-content p,
.minimalism-wrap .minimalism-content h2,
.minimalism-wrap .minimalism-content a {
  position: relative;
  z-index: 2;
}

.minimalism-wrap .minimalism-content .minimalism-title-min-english {
  font-size: 0.34rem;
  line-height: 0.36rem;
}

.minimalism-wrap .minimalism-content .minimalism-title-min {
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #0043ff;
}

.minimalism-wrap .minimalism-content .minimalism-title {
  font-size: 0.89rem;
  line-height: 1.08rem;
  padding: 0.86rem 0 0.2rem 0;
}

.minimalism-wrap .minimalism-content .minimalism-info {
  font-size: 0.25rem;
  line-height: 0.6rem;
}

.minimalism-wrap .minimalism-content .minimalism-info-english {
  font-size: 0.3rem;
  line-height: 0.62rem;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}

.minimalism-wrap .minimalism-content .minimalism-btn {
  font-size: 0.24rem;
  line-height: 0.2rem;
  padding: 0.1rem 0.4rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #0043ff;
}

.minimalism-wrap .minimalism-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0.64rem;
  left: 0;
  z-index: 4;
}

.minimalism-wrap .minimalism-pagination span {
  width: 0.54rem;
  height: 0.08rem;
  background-color: #bebdb9;
  border-radius: 0;
  margin: 0 0.06rem;
  opacity: 1;
}

.minimalism-wrap .minimalism-pagination .swiper-pagination-bullet-active {
  background-color: #959491;
  border: 1px solid #6a6865;
}

/*极简   end */
/*新闻 start */
.news-wrap {
  padding: 0 0.5rem;
}

.news-wrap .news-title-wrap {
  padding: 0.68rem 0 0.34rem 0;
}

.news-wrap .news-title-wrap h2 {
  font-size: 0.36rem;
  line-height: 0.4rem;
  color: #0042ff;
  padding-left: 1.02rem;
  position: relative;
}

.news-wrap .news-title-wrap h2::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #ffffff;
  border: 0.1rem solid #333333;
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-wrap .news-title-wrap .new-more {
  font-size: 0.24rem;
  color: #333333;
}

.news-wrap .news-list {
  padding-bottom: 0.2rem;
}

.news-wrap .news-list .news-item {
  margin-bottom: 0.3rem;
  height: 1.8rem;
}

.news-wrap .news-list .news-item .display_flex {
  height: auto;
}

.news-wrap .news-list .news-item .news-item-img {
  width: 1.8rem;
  height: 1.3rem;
}

.news-wrap .news-list .news-item .news-item-text {
  width: 4.7rem;
  font-size: 0.3rem;
  line-height: 0.5rem;
  padding-left: 0.46rem;
  color: #333333;
  position: relative;
}

.news-wrap .news-list .news-item .news-item-text p {
  text-align: justify;
}

.news-wrap .news-list .news-item .news-item-text .news-item-time {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #999999;
  margin-top: .1rem;
  /*position: absolute;*/
  /*bottom: 0.05rem;*/
  /*left: 0.46rem;*/
}

/*新闻   end */
.footer-warp .footer-content {
  padding-bottom: 1rem;
}



/* 首页表单*/
.bottom {
  width: 100%;
  /* margin: 10px 0 0; */
  font-size: .18rem;
  background: #efefef url(../images/home/bottom/bottom-bg.jpg) top center no-repeat;
  background-size: 100% auto;
}

.bottom .wxc {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}


.bottom .lid {
  display: flex;
  align-items: center;
  margin: 0 0 .24rem;
  font-size: .5rem;
}

.bottom input,
.bottom select {

  background: #fff;
  width: 4rem;
  height: .8rem;
  padding: 0 .2rem;
  font-size: .28rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #333;
  border-radius: 0;
}

.bottom select {
  border: 1px solid #fff;
}

.bottom input {
  border: 1px solid #fff;
}

.bottom .formbtn {
  margin: .2rem 0 0;
  margin-left: 1.5rem;
  width: 1.3rem;
  height: .6rem;
  font-size: .2rem;
  text-align: center;
  background: linear-gradient(to right, #00adfc, #0041c6);
  /* 从左到右渐变 */
  color: #fff;
}

.bottom label {
  padding: 0 .2rem 0 0;
  font-size: .3rem;
}

.bottom .selectBox {
  position: relative;
  width: 4rem;
  background: #fff;
  padding: 0;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}

.bottom .selectBox2 {
  height: .84rem;
  font-size: .28rem;
  color: #333;
  padding: 0 .2rem;
}

.bottom .selectBox2 span {
  color: #999;
  font-size: .28rem;
}

.bottom .selectBox select {
  width: 100%;
  border: 1px solid #fff;
}

.bottom .top {
  padding: 2rem 0 .5rem .3rem;
  color: #fff;
  font-size: .34rem;
  line-height: 1.5;
}

.bottom .slogo {
  padding: 26px 0 0;
  width: 56%;
  height: 160px;
  margin: 0 auto;
}

/* .bottom .slogo span {
  display: block;
  width: 280px;
  height: 100px;
  background: url(../img/home/bottom/logo-bottom.png) left top no-repeat;
  background-size: 100% auto;
  font-size: 0;
  line-height: 999px;
  overflow: hidden;
}

.bottom .top span {
  display: block;
  width: 100%;
  font-size: .24rem;
  font-family: Arial, sans-serif;
} */


.bottom .center {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: .6rem;
  margin: 0 .4rem .5rem;

  background: #fff;
  box-shadow: 0 4px 12px rgba(42, 42, 42, 0.2);

}

.bottom .center .left {
  /* width: 540px; */
  padding-left: .62rem;
  box-sizing: border-box;
  color: #323232;
  padding-bottom: .5rem;
}

.bottom .right {
  /* width: 440px;
  height: 488px; */
  font-size: .3rem;
  box-sizing: border-box;
  border-left: 2px solid #dcdcdc;
  color: #323232;
  margin: 0 0 1rem .8rem;
}

.bottom .titleT {
  display: flex;
  align-items: center;
  margin-top: -.22rem;
}

.bottom .titleT .line {
  margin: 0 .1rem 0 0;
  width: .5rem;
  border-bottom: 2px solid #dcdcdc;
  color: #fff;
  font-size: 0;
}

.bottom .right ul {
  padding: .4rem 0 0 .6rem;
  display: flex;
  flex-direction: column;

}

.bottom .right ul li {
  text-align: left;
  width: 100%;
  margin: 0 0 .35rem;
  line-height: 1.5;
}


.bottom .right ul li span {
  display: block;
  width: 100%;
  background: url(../images/home/bottom/ico-tel.png) left center no-repeat;
  background-size: auto 50%;
  padding: .1rem 0 0 .5rem;
}

.bottom .right ul .btLi {
  margin-bottom: 0;
}

.bottom .timeT {
  margin: .4rem 0 .8rem;
  color: #02378c;
  font-weight: bold;
}

.bottom .dtime {
  font-size: .7rem;
  font-weight: bold;
}

.bottom .dtime span {
  font-size: .6rem;
}

.bottom h3 {
  margin: 0 0 1rem;
}

.bottom .dPhone {
  color: #9d9c9c;
  margin: 0 0 50px;
}

.bottom .dPhone span {
  display: flex;
  align-items: center;
  width: 100%;
  color: #9d9c9c;
}

.bottom .dPhone span em {
  font-style: normal;
  font-size: 36px;
  color: #000;
}

.bottom .clear {
  position: absolute;
  right: 0;
  top: 0;
}

/*修改当天日期的样式*/
.ui-datepicker-today .ui-state-highlight {
  border: 1px solid #ecd756;
  color: #f60;
}


/*修改选定日期的样式*/
.ui-datepicker-current-day .ui-state-active {
  border: 1px solid #b4aa33;
  background: #efdb01;
  color: #524c0a;
}

.ui-widget {
  font-size: 1.3em;
}