p {
  margin: 0 0 0.25rem 0;
}
p:last-child {
  margin: 0;
}
* {
  padding: 0;
  margin: 0;
  outline: none !important;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
img {
  vertical-align: middle;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #666666;
  font-size: 0.28rem;
}
.text-center {
  text-align: center;
}
.container {
  width: 83%;
  margin: auto;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 0.84rem;
  background: #eb5648;
}
.navbar .navbar_main {
  height: 100%;
  padding: 0.2rem 0.18rem;
  font-size: 0;
  background: url('../images/logo_gsh.png') no-repeat center center / auto 0.44rem;
}
.navbar .left_menu {
  display: inline-block;
  padding-right: 0.3rem;
  height: 100%;
}
.navbar .left_menu img {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.navbar .navbar_nav {
  font-size: 0.28rem;
  background: #fff;
  text-align: center;
  height: 3.52rem;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 1px 6px #ccc;
}
.navbar .navbar_nav li:first-child {
  padding-top: 0.16rem;
}
.navbar .navbar_nav a {
  display: block;
  color: inherit;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  line-height: 0.4rem;
}
.navbar .navbar_nav a:hover {
  background: transparent;
  color: #f55c54;
}
.navbar.collapse .navbar_nav {
  height: 0;
}
.content-top {
  margin-top: 0.84rem;
}
#footer {
  background: #eb5648;
  padding: 0.08rem 0.35rem;
  color: #fddedc;
  font-size: 0.24rem;
  line-height: 1.5;
  text-align: center;
}
#footer .text {
  margin-bottom: 0.2rem;
}
#footer .text:last-child {
  margin: 0;
}
#footer a {
  color: #fddedc;
}
#footer a img {
  width: 20px;
  margin-right: 0.04rem;
}
.btn {
  display: inline-block;
  padding: 0.06rem 0.12rem;
  margin-bottom: 0;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.04rem;
}
.container {
  padding: 0 0.3rem;
  width: 100%;
}
.content {
  background-color: #fff;
}
p {
  letter-spacing: 1px;
}
.content h2 {
  font-size: 0.35rem;
  line-height: 1.25rem;
  position: relative;
  padding-left: 0.25rem;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
  color: inherit;
}
.content h2::before {
  content: '';
  display: inline-block;
  width: 0.1rem;
  height: 0.4rem;
  background-color: #f55d54;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.content p {
  color: #666;
  font-size: 0.28rem;
  line-height: 0.85rem;
  letter-spacing: 1px;
}
.content img {
  margin: 0.55rem 0;
  width: 100%;
}
.content img:last-child {
  margin: 0;
}
.content .desc p {
  text-indent: 25px;
}
.content .connact {
  height: 3.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url(../images/aboutUs/b3.png);
}
