
.common-title {
  text-align: center;
  padding: 2rem 0 2rem;
  overflow: hidden;
}
.common-title h3 {
  font-size: 4.2rem;
  font-family: GOODTIME;
  color: #eff1f6;
  background: -webkit-linear-gradient(to bottom, #eff1f6, transparent);
  background: -o-linear-gradient(to bottom, #eff1f6, transparent);
  background: -moz-linear-gradient(to bottom, #eff1f6, transparent);
  background: linear-gradient(to bottom, #eff1f6, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.common-title h2 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #141414;
  margin-top: -4.2rem;
}
.common-title p {
  font-size: 0.8rem;
  color: #838282;
  margin-top: 1rem;
}
.common-title.ie h3 {
  background: none;
}
.news-title {
  padding: 6rem 0 4rem;
  background: url(../images/case_bg.jpg) no-repeat top left;
  background-size: contain;
  margin-top: -4rem;
}
.server {
  text-align: center;
  background: url(../images/contact_bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.server .text {
  padding: 5rem 0 6rem;
  overflow: hidden;
  display: inline-block;
  z-index: 9;
}
.server .text h2 {
  font-size: 40px;
  font-weight: bold;
  color: #141414;
  line-height: 1.9;
}
.server .text p {
  font-size: 1rem;
  color: #141414;
  margin-top: 0.8rem;
}
.server .text .more {
  width: 10rem;
  height: 3rem;
  border: 1px solid #3095b1;
  border-radius: 5px;
  margin: 2rem auto 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.server .text .more a {
  display: block;
  font-size: 0.8rem;
  text-align: center;
  line-height: 3rem;
  color: #3095b1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.server .text .more:hover {
  background: #3095b1;
}
.server .text .more:hover a {
  color: #fff;
}

.more2 {
  width: 10rem;
  height: 3rem;
  border: 1px solid #3095b1;
  border-radius: 5px;
  margin: 2rem auto 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.more2 a {
  display: block;
  font-size: 0.8rem;
  text-align: center;
  line-height: 3rem;
  color: #3095b1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.more2:hover {
  background: #3095b1;
}
.more2:hover a {
  color: #fff;
}




@media screen and (max-width:992px) {
.server .text p {
  font-size: 1.2rem;
}
}