
.contact-btn {
  text-align: center;
  margin-top: 36px;
  display: inline-block;
  height: 56px;
  line-height: 56px;
  background: linear-gradient(90deg, #60aaff, #358bfc);
  box-shadow: 0px 10px 50px 0px rgba(55, 124, 238, 0.2);
  width: 150px;
  transition: all .5s;
}

.contact-btn:hover {
  box-shadow: 0 0 10px 4px rgba(15, 125, 254, .3);
  border-radius: 6px;
}

.contact-btn-title {
  background-image: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}



.about-banner {
  height: 450px !important;
  /*background-color: #f4f5f9;*/
  padding: 0;
  background: #e9f3fc;
}

.banner-box {
  padding: 0;
}

.banner-content {
  padding-top: 90px;
}

.banner-box .about-title {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #252B39;
}


.banner-box .about-description {
  margin-top: 24px;
  font-size: 16px;
  font-weight: normal;
  display: block;
  color: #97A3B7;
}
.banner-big-img{
  height: 400px;position: relative;
  bottom: 50px;left: 50px;
}

.banner-img-scope {
  position: relative;
  display: inline-block;
  z-index: 0;
  left: 730px;
  top: -240px;
  transition: all .5s;
}
.banner-img-scope:hover {
  transform: scale(1.03) translateX(3px) translateY(-3px);
}
.standard {
  width: 1200px;
  margin: 0 auto;
}

.banner-scope {
  padding-top: 56px;
}

.profession-scope {
  text-align: center;
  position: relative;
  z-index: 11;
  margin-top: -56px;
  padding: 0 20px;
  pointer-events: none;
}

.profession-scope .item-box {
  background-color: #FFFFFF;
  margin: 3px;
  display: inline-block;
  border: 2px solid #fff;
  box-shadow: 0px 0px 20px 0 rgb(55 99 170/ 10%), -0px -0px 20px 0 #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all .3s linear;
  position: relative;
  pointer-events: auto;
}

.exhibitionItem-box:after, .exhibitionItem-box:before, .exhibitionItem-box:focus {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.after-box {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.item-box .box-scope {
  display: flex;
  flex-direction: row;
  width: 260px;
  height: 90px;
  border-radius: 4px;
  cursor: pointer;
  background: linear-gradient(0deg, #FEFEFE, #F4F6F8);
}

.item-box .box-scope-imgbox {
  width: 120px;
  padding-top: 20px;
}

.item-box .box-scope-imgbox img {
  width: 52px;
}

.item-box .box-scope-textbox {
  text-align: left;
  padding-top: 20px;
}

.item-box .box-scope .title {
  font-size: 16px;
  color: #252B39;
  font-weight: 400;
}

.item-box .box-scope .title:hover {
  color: #006EFF;
}

.item-box .box-scope .descript {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: #636979;
  padding-top: 10px;
}

.intro-scope {
  text-align: center;
  position: relative;
  margin-top: 70px;
  padding: 0 20px;
  pointer-events: none;
  padding-bottom: 60px;
}

.intro-scope .title {
  font-size: 28px;
  color: #252B39;
}

.intro-scope .subtitle {
  margin-top: 18px;
  font-size: 13px;
  color: #636979;
}

.intro-scope .intro-desc {
  width: 1200px;
  background: linear-gradient(0deg, #FEFEFE, #f6f7f8);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 6px 16px 0px #f0f0f0;
  padding-bottom: 20px;
}

.intro-scope .intro-desc .title {
  font-size: 20px;
  font-weight: bold;
  color: #6a6a6a;
  line-height: 80px;
  margin-top: 20px;
}

.intro-scope .intro-desc .content {
  font-size: 16px;
  color: #6f6f6f;
  line-height: 39px;
  padding: 10px 130px;
  text-align: left;
}

.contact-scope {
  width: 240px;
  display: inline-block;
}

.contact-scope span {
  display: block;
  margin-top: 5px;
}

.contact-left-scope {
  width: 238px;
  height: 131px;
  position: relative;
}

.contact-right-scope {
  width: 238px;
  height: 131px;
  background-image: url('/imgs/about/phone.png');
}

.contact-info {
  color: #636979;
  margin-top: 15px;
}
