
.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: 16px;
  color: #333;
  margin-top: 0.8rem;
}

.in-a{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.in-al{
  width:45%;
  float:left;
}
.in-ar{
  width:50%;
  float:right;
  text-align:left;
}
.in-ar .xian{
  margin:0 0 5%;
}


.server .text .more {
  width: 10rem;
  height: 3rem;
  border: 1px solid #3d6cc1;
  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: #3d6cc1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.server .text .more:hover {
  background: #3d6cc1;
}
.server .text .more:hover a {
  color: #fff;
}

.more2 {
  width: 10rem;
  height: 3rem;
  border: 1px solid #3d6cc1;
  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: #3d6cc1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.more2:hover {
  background: #3d6cc1;
}
.more2:hover a {
  color: #fff;
}




@media screen and (max-width:992px) {
.server .text p {
  font-size: 1.2rem;
}

.in-a{
  display:block;
  justify-content: space-between;
  align-items: center;
}
.in-al{
  width:100%;
}
.in-ar{
  width:100%;
  margin-top:2%;
}

.server .text h2 {
  font-size: 30px;
}
.server .text p {
  line-height:30px;
  font-size:16px;
}
}