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;
}
hr {
  height: 1px;
  border: none;
  border-top: 1px dashed #666;
}
.top_image img {
  width: 100%;
  height: 2.4rem;
}
.example_nav {
  text-align: center;
  overflow: hidden;
}
.example_nav .example_nav_title .arrow {
  margin-left: 5px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #666666 transparent;
  border-width: 0.16rem 0.16rem;
  border-radius: 4px;
  vertical-align: middle;
  margin-top: -0.16rem;
}
.example_nav_title {
  display: block;
  overflow: hidden;
  color: inherit;
  padding: 0.22rem 0.3rem;
  position: relative;
}
.example_nav_title:after {
  content: '.';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  text-indent: -9999px;
  height: 1px;
  background: #c8c7cc;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.example_nav_title.hide .arrow {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #666666 transparent transparent;
  border-width: 0.16rem 0.16rem;
  border-radius: 4px;
  vertical-align: middle;
  margin-top: 0.1rem;
}
.example_nav_title.hide + ul {
  display: none;
}
.example_nav ul {
  color: #8f8f94;
  padding: 0.16rem 0.3rem;
  position: relative;
}
.example_nav ul:after {
  content: '.';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  text-indent: -9999px;
  height: 1px;
  background: #c8c7cc;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.example_nav ul li {
  line-height: 0.8rem;
}
.example_nav ul li.active {
  color: #eb5648;
}
.example_content {
  padding: 0 0.5rem;
  font-size: 0.28rem;
  line-height: 1.5;
}
.example_content .example_item {
  display: none;
}
.example_content .title {
  text-align: center;
  line-height: 0.7rem;
  font-weight: 600;
  font-size: 0.3rem;
  margin: 0.2rem 0;
  color: #3c3c3c;
}
.example_content .intro {
  margin-bottom: 0.2rem;
  color: #666;
}
.example_content .intro .text {
  text-indent: 0.4rem;
}
.example_content .influence img {
  margin-bottom: 0.25rem;
}
.example_content img {
  width: 100%;
}
.wuhan_type .wuhan_type_title {
  color: #eb5648;
}
.wuhan_type .wuhan_type_item {
  display: block;
}
.lingbao_type .lingbao_type_title {
  color: #eb5648;
}
.lingbao_type .lingbao_type_item {
  display: block;
}
.smx_type .smx_type_title {
  color: #eb5648;
}
.smx_type .smx_type_item {
  display: block;
}
.jiay_type .jiay_type_title {
  color: #eb5648;
}
.jiay_type .jiay_type_item {
  display: block;
}
.zhuz_type .zhuz_type_title {
  color: #eb5648;
}
.zhuz_type .zhuz_type_item {
  display: block;
}
.taxi_type .taxi_type_title {
  color: #eb5648;
}
.taxi_type .taxi_type_item {
  display: block;
}
.renmrb_type .renmrb_type_title {
  color: #eb5648;
}
.renmrb_type .renmrb_type_item {
  display: block;
}
.arrow-down {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #666666 transparent transparent;
  border-width: 0.16rem 0.16rem;
  border-radius: 4px;
  vertical-align: middle;
  margin-top: 0.1rem;
}
.arrow-up {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #666666 transparent;
  border-width: 0.16rem 0.16rem;
  border-radius: 4px;
  vertical-align: middle;
  margin-top: -0.16rem;
}
