
.tags {
    color: #9c9c9c;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    margin-top: 25px;
    padding-top: 0.4em;
    padding-right: 0.833em;
    padding-bottom: 0.4em;
    padding-left: 0.833em;
    margin-bottom: 25px;
}
@font-face {
  font-family: 'icomoon';
  src: url("/templates/wenhua/fonts/icomoon/icomoon.eot?srf3rx");
  src: url("/templates/wenhua/fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("/templates/wenhua/fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("/templates/wenhua/fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("/templates/wenhua/fonts/icomoon/icomoon.svg?srf3rx") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
	font-family: "Microsoft YaHei UI Light";
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
	background: #fff;
	height: 100%;
	position: relative;
}

a {
  color: #999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #666600;
	outline: none;
}

p {
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 5px 0;
}

::-webkit-selection {
  color: #fff;
  background: #630;
}

::-moz-selection {
  color: #fff;
  background: #630;
}

::selection {
  color: #fff;
  background: #630;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Raleway", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
	color: #fff;
	border: 2px solid #663300;
	background-color: #663300;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	border-color: #663300 !important;
	background-color: #663300;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #630;
  border: 2px solid #630;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #630;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #630;
}

.fh5co-social {
  padding: 0;
  margin: 0;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #fff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.fh5co-social li a:hover {
  color: #630;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

#fh5co-header {
	width: 100%;
	margin: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #630;
	background-color: #FFF;
}
@media screen and (max-width: 768px) {
  #fh5co-header {
    margin: 0px 0 0 0;
  }
}
#fh5co-header .header-inner {
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-header h1 {
  float: left;
  padding: 0;
  font-weight: 700;
  line-height: 0;
  font-size: 30px;
}
#fh5co-header h1 a {
  position: relative;
  color: black;
}
#fh5co-header h1 a > span {
  color: #630;
}
#fh5co-header h1 a:hover, #fh5co-header h1 a:active, #fh5co-header h1 a:focus {
  text-decoration: none;
  outline: none;
}
#fh5co-header h1 a:after {
  position: absolute;
  bottom: 6px;
  right: -8px;
  content: '';
  width: 8px;
  height: 8px;
  background: #630;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-header h1, #fh5co-header nav {
  margin: 38px 0 0 0;
}
#fh5co-header nav {
  float: right;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-header nav {
    display: none;
  }
}
#fh5co-header nav ul {
  padding: 0;
  margin: 0 -0px 0 0;
  line-height: 0;
}
#fh5co-header nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-header nav ul li a {
	color: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	padding: 10px;
	position: relative;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	font-family: "Microsoft YaHei UI Light";
}
#fh5co-header nav ul li a i {
  line-height: 0;
  font-size: 20px;
  position: relative;
  top: 3px;
}
#fh5co-header nav ul li a:after {
	content: "";
	position: absolute;
	height: 2px;
	bottom: 7px;
	left: 10px;
	right: 10px;
	background-color: #663300;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-header nav ul li a:hover {
  text-decoration: none;
  color: #630;
}
#fh5co-header nav ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header nav ul li a:active, #fh5co-header nav ul li a:focus {
  outline: none;
  text-decoration: none;
}
#fh5co-header nav ul li.cta {
  margin-left: 20px;
}
#fh5co-header nav ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid #630;
  color: #630;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header nav ul li.cta a:hover {
  color: #fff;
  background: #630;
}
#fh5co-header nav ul li.cta a:hover:after {
  display: none;
}
#fh5co-header nav ul li.active a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-header nav ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-hero {
  min-height: 350px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 70px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

#fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
#fh5co-blog-section {
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services-section, #fh5co-work-section, #fh5co-testimony-section,
  #fh5co-blog-section {
    padding: 3em 0;
  }
}

#fh5co-services-section .services {
  position: relative;
}
#fh5co-services-section .services i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #630;
}
#fh5co-services-section .services .desc {
  padding-left: 70px;
}
#fh5co-services-section .services .desc h3 {
  font-size: 20px;
  font-weight: 700;
}

.fh5co-services {
  margin-top: 4em;
}

#fh5co-work-section .item-grid {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	top: 2px;
	padding: 10px;
}
#fh5co-work-section .item-grid .image {
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#fh5co-work-section .item-grid .v-align {
  padding: 2px;
}
#fh5co-work-section .item-grid .v-align h3 {
	font-weight: normal;
	font-size: 14px;
	font-family: "Microsoft YaHei UI Light";
}
#fh5co-work-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
#fh5co-work-section .item-grid:hover, #fh5co-work-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.wrap-testimony {
  position: relative;
  width: 100%;
}
.wrap-testimony .testimony-slide {
  text-align: center;
  overflow: hidden;
}
.wrap-testimony .testimony-slide span {
  font-size: 18px;
}
.wrap-testimony .testimony-slide span a.twitter {
  color: #630;
  font-weight: 300;
}
.wrap-testimony .testimony-slide figure {
  margin-bottom: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wrap-testimony .testimony-slide figure img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 72%;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}
.wrap-testimony .testimony-slide blockquote p {
  font-size: 20px;
  line-height: 1.6em;
  color: #1a1a1a;
}
.wrap-testimony .testimony-slide.active {
  display: block;
}

.owl-carousel .owl-controls .owl-dot {
  margin-top: 30px;
}
.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #630;
}

#fh5co-blog-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#fh5co-blog-section .item-grid .image {
  height: 200px;
  overflow: hidden;

  background-size: cover;
  background-position: center center;
}
#fh5co-blog-section .item-grid .v-align {
  padding: 20px;
}
#fh5co-blog-section .item-grid .v-align h3 {
	font-weight: normal;
	font-size: 18px;
	font-family: "Microsoft YaHei UI Light";
}
#fh5co-blog-section .item-grid .v-align h5 {
	color: rgba(0, 0, 0, 0.3);
	font-size: 14px;
	line-height: 25px;
	height: 25px;
}
#fh5co-blog-section .item-grid .v-align p {
	color: #999;
	font-family: "Microsoft YaHei UI Light";
	font-size: 14px;
}
#fh5co-blog-section .item-grid:hover, #fh5co-blog-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}

.item-block {
  margin-bottom: 7em;
  float: left;
}
.item-block .icon {
  display: block;
  margin-bottom: 30px;
}
.item-block .icon img {
  max-width: inherit;
  height: 90px;
  margin: 0 auto;
}
.item-block h3 {
  font-size: 20px;
  font-weight: 700;
}
.item-block p:last-child {
  margin-bottom: 0;
}

.fh5co-heading {
	margin-bottom: 30px;
	background-image: url(/templates/wenhua/images/line1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.fh5co-heading h2 {
  margin-bottom: 20px;
  font-weight: 700;
}

.googleplus-color {
  color: #dc4e41;
}

.facebook-color {
  color: #3b5998;
}

.twitter-color {
  color: #55acee;
}

.fh5co-about,
.fh5co-team,
.fh5co-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .fh5co-about,
  .fh5co-team,
  .fh5co-contact {
    padding: 3em 0 10px 0;
  }
}

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #630;
}
.contact-info li a {
  color: #630;
}

#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

.fh5co-staff img {
  margin-bottom: 1.5em;
}
.fh5co-staff h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 20px;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.fh5co-staff .fh5co-social {
  text-align: center;
}
.fh5co-staff .fh5co-social a {
  color: #000;
}

.fh5co-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 7em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cta {
    padding: 3em 0;
  }
}
.fh5co-cta .overlay {
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.fh5co-cta .container {
  position: relative;
  z-index: 2;
}
.fh5co-cta p, .fh5co-cta h3 {
  color: #fff;
}
.fh5co-cta p:last-child {
  margin-bottom: 0;
}
.fh5co-cta .btn {
  color: #fff;
}

#fh5co-footer {

  float: left;
  width: 100%;
  position: relative;

}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 3em 0;
  }
}
#fh5co-footer h2, #fh5co-footer h3, #fh5co-footer h4 {
  color: #fff;
}
#fh5co-footer h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: bold;
}
#fh5co-footer [class*="col"] {
  padding-bottom: 30px;
}
#fh5co-footer .btn {
  color: #fff;
}
#fh5co-footer .float {
  float: left;
  margin-right: 10%;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#fh5co-footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}
#fh5co-footer ul li a:hover {
  color: #fff;
}
#fh5co-footer .fh5co-social li {
  display: block !important;
}

.fh5co-copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	clear: both;
	padding: 10px 0 0 0;
	background-color: #876332;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
.fh5co-copyright span {
  display: block;
}
@media screen and (max-width: 480px) {
  .fh5co-copyright {
    text-align: left !important;
  }
  .fh5co-copyright span {
    display: inline;
  }
}

#fh5co-page {
	position: relative;
	z-index: 2;
	background-image: url(/templates/wenhua/images/game1.jpg);
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas, .fh5co-nav-toggle, #fh5co-page {
  position: relative;
}

#fh5co-page {
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas-visible #fh5co-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}

#fh5co-offcanvas {
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: black;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#fh5co-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
#fh5co-offcanvas ul li a:hover {
  color: #630;
}
#fh5co-offcanvas ul li.active a {
  color: #630;
}
#fh5co-offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}
#fh5co-offcanvas ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-offcanvas ul li.cta a:hover {
  background: #fff;
  text-decoration: none;
}
#fh5co-offcanvas ul li.cta a:hover:after {
  display: none;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 20px;
  }
}

#fh5co-pricing-section {
  padding: 7em 0;
  background: #fcfcfc;
}
@media screen and (max-width: 768px) {
  #fh5co-pricing-section {
    padding: 3em 0;
  }
}
#fh5co-pricing-section .pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
}
#fh5co-pricing-section .price-box {
  text-align: center;
  padding: 30px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  top: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-pricing-section .price-box.popular .btn-select-plan {
  background: #630;
}
#fh5co-pricing-section .price-box.popular .price {
  color: #630;
}
#fh5co-pricing-section .price-box .btn-select-plan {
  padding: 10px 20px;
  background: #5bc0de;
  color: #fff;
}
#fh5co-pricing-section .price-box:hover, #fh5co-pricing-section .price-box:focus {
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
#fh5co-pricing-section .pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
#fh5co-pricing-section .pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
#fh5co-pricing-section .pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}
#fh5co-pricing-section .price {
  font-size: 72px;
  color: #6d6d6d;
  line-height: 50px;
}
#fh5co-pricing-section .price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
#fh5co-pricing-section .price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

.fh5co-light-grey-section {

}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
.t_head h1 {
	font-size: 24px;
	color: #663300;

	font-family: "Microsoft YaHei UI Light";
}
.t_head h1 span {
	vertical-align: middle;
	background-color: #FFF;
}

.tit-span {
    position: relative;
    /* top: -5px; */
}
.tit-span {
    padding: 0 !important;
    background: none !important;
}
.tit-span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    line-height: 1;
}
.tit-span img {
    height: 32px;
    width: 22px;
    max-width: 100px;
}
.animate-box{
	font-size: 16px;
	color: #E6C79D;
	width: 130px;
	padding: 15px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	height: 190px;
	background-image: url(/templates/wenhua/images/d03.png);
}

.desc h3{
	color: #FC0;
	font-family: "Microsoft YaHei UI Light";
	font-size: 22px;
	margin-bottom: 15px;
}
.desc p{
	text-align: left;
}

.more2 {
	background: url(/templates/wenhua/images/hd1img17.png) no-repeat center;
	text-align: center;
	line-height: 48px;
	width: 162px;
	height: 48px;
	font-size: 18px;
	display: block;
	margin-top: 25px;
	color: #630;
	margin-right: auto;
	margin-left: auto;
		text-decoration: none;
}



.more2:hover{
	background: url(/templates/wenhua/images/hd1img172.png) no-repeat center;
	text-align: center;
	line-height: 48px;
	width: 162px;
	height: 48px;
	font-size: 18px;
	display: block;
	margin-top: 25px;
	color: #fff;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}


 .desc{
	text-align: center;
}
.spl_line {
	height: 6px;
	background-image: url(/templates/wenhua/images/line1.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
}
.t_head h2 span {
	vertical-align: middle;
	font-family: "Microsoft YaHei UI Light";
	font-size: 22px;
	color: #FFF;
}
.yuanxun{
	width: 1120px;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
	height: 280px;
	writing-mode: vertical-rl;
}

.horn1{
	top: 0;
	left: 0;
	background-image: url(/templates/wenhua/images/game2.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 1200px;
}



/*新闻内页*/

.container2{
	background-color: #FFF;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.page2_l{
	width:73%;
	height:auto;
	float:left;
	display:inline;
	overflow:hidden;
}
.page2_r{
	width: 27%;
	height: auto;
	float: left;
	_margin-left: 5px;
	display: inline;
	overflow: hidden;


}

.rd{
	font-size: 14px;
	line-height: 40px;
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	height: 40px;
}
.rd a{
	height: 40px;
		line-height: 40px;
}
.rd span {
    float: right;
    color: #999999;
}

.new03 .tab a{
	display: block;
	float: left;
	text-decoration: none;
	color: #999;
	height: 39px;
	width: 139px;
	text-align: center;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 16px;
}
.new03 .tab a .rr{ display:block; padding:10px 38px 10px 39px; float:left; text-decoration:none; color:#333;border-bottom:1px solid #ccc;}
.new03 .tab a:hover{ color:#fff; text-decoration:none;}
.new03 .tab a.on{
	color: #0099CC;
	text-decoration: none;
50% 50% no-repeat transparent !important;
	height: 37px;
	width: 139px;
	line-height: 40px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #09C;
	font-size: 16px;
}
.new03 .content{ overflow:hidden; padding:10px;border-top:none;}
.new03 .content li{ display:none;}

.topic-con {
    padding: 20px;
    font-size: 2em;
    line-height: 1.7em;
}

.pagebreak a {
	display: block;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	background: #f5f5f5;
	border-radius: 0.2em;
	margin-top: 15px;
	margin-right: 0.833em;
	margin-bottom: 15px;
	margin-left: 0.833em;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}
.tags a {
	display: inline-block;
	height: 2em;
	margin: 0 0.2em;
	padding: 0 1em;
	line-height: 2em;
	font-size: 0.857em;
	color: #fff;
	border-radius: 1em;
	background-color: #663300;
}
 .tags {
	color: #9c9c9c;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	margin-top: 25px;
	padding-top: 0.4em;
	padding-right: 0.833em;
	padding-bottom: 0.4em;
	padding-left: 0.833em;
	margin-bottom: 25px;
}


/*新闻列表*/
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
	margin-top:10px;
	margin-bottom: 10px;
	max-width:250px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
.biseller-info {
	background:#fff;
	padding:2em 0;
}
.biseller-info h2{
text-align:center;
color:#D13F31;
margin-bottom:1em;
padding:12px 0;
border-bottom: 1px solid #999999;
border-top: 1px solid #999999; 
}
.biseller-info p{
text-align:center;
color:#767776;
margin-bottom:3em;
}
/*--flexi--*/
/*--team--*/
.bg4{
	background:url(/templates/wenhua/images/banner.jpg) no-repeat 0px 0px fixed;
	background-size:100%;
	min-height:410px;
}
.team {
margin: 3em 0 2em 0;
}
.team h3{
color:#5D5D5D;
font-size:2.2em;
font-weight:600;
text-transform:uppercase;
}
.team p{
color:#5D5D5D;
font-size:0.9em;
line-height:1.8em;
margin:1em 0 3em 0;
}
.team-grid h2{
	color: #666666;
	margin-bottom: 0.5em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BEEADF;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	margin-top: 0.5em;
}
.team-grid p{
	font-size: 0.9em;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	text-align: left;
}
.teams img{
border-radius:100px;
border:5px solid #D8D8D8;
width:200px;
height:200px;
}
.teams h4{
color:#595959;
margin:1em 0 3em 0;
font-weight:600;
}
.teams h4:hover{
color:#FD5331;
}
.team-sidebar h3{
	padding: 12px 0px;
	color: #61C7B8;
	font-size: 1.5em;
	text-transform: uppercase;
}
.team-sidebar ul li a{
	display: block;
	font-size:0.875em;
	color: #777;
	padding: 12px 18px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.team-sidebar {
width: 71%;
margin: 0 auto;
}
.team-sidebar ul li {
list-style:none;
border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
}
.team-sidebar ul li a:hover{
	color: #DC483A;
	text-decoration:none;
}
.team-sidebar span {
	width: 22px;
	height: 22px;
	background: url(/templates/wenhua/images/splits.png) -13px -56px;
	display: block;
	float: left;
}
.team-history{
	margin-bottom: 3em;
	float: left;
}
.team-history h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.date{
	float: left;
	width: 14%;
	margin-right: 1em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #895834;
	margin-bottom: 2px;
}
.date-info{
	float: left;
	width: 83%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;

}


.all4 {

	background-color: #FFF;
	padding-top: 10px;
	width: 1200px;
		float: left;
}


.bg4{
	background:url(/templates/wenhua/images/banner.jpg) no-repeat 0px 0px fixed;
	background-size:100%;
	min-height:410px;
}
.team {
margin: 3em 0 2em 0;
}
.team h3{
color:#5D5D5D;
font-size:2.2em;
font-weight:600;
text-transform:uppercase;
}
.team p{
color:#5D5D5D;
font-size:0.9em;
line-height:1.8em;
margin:1em 0 3em 0;
}
.team-grid h2{
	color: #666666;
	margin-bottom: 0.5em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BEEADF;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	margin-top: 0.5em;
}
.team-grid p{
	font-size: 0.9em;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	text-align: left;
}
.teams img{
border-radius:100px;
border:5px solid #D8D8D8;
width:200px;
height:200px;
}
.teams h4{
color:#595959;
margin:1em 0 3em 0;
font-weight:600;
}
.teams h4:hover{
color:#FD5331;
}
.team-sidebar h3{
	padding: 12px 0px;
	color: #61C7B8;
	font-size: 1.5em;
	text-transform: uppercase;
}
.team-sidebar ul li a{
	display: block;
	font-size:0.875em;
	color: #777;
	padding: 12px 18px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.team-sidebar {
width: 71%;
margin: 0 auto;
}
.team-sidebar ul li {
list-style:none;
border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
}
.team-sidebar ul li a:hover{
	color: #DC483A;
	text-decoration:none;
}
.team-sidebar span {
	width: 22px;
	height: 22px;
	background: url(/templates/wenhua/images/splits.png) -13px -56px;
	display: block;
	float: left;
}
.team-history{
margin-bottom:3em;
}
.team-history h3{
	font-family: 'Open Sans', sans-serif;
	padding: 15px 0px 15px 0px;
	margin-bottom: 13px;
	color: #303030;
	font-size: 1.5em;
	text-transform: uppercase;
}
.date{
	float: left;
	width: 14%;
	margin-right: 1em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #925E36;
	margin-bottom: 2px;
}
.date-info{
	float: left;
	width: 83%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;

}
.history-lines ul li{
list-style:none;
}
.history-lines ul li span{
	color: #777;
	display: block;
	font-size: 14px;
	background-color: #F7F7F7;
	
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.history-lines ul li p{
	font-size: 0.8125em;
	color: #CCC;
	line-height: 1.5em;
	border: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.history-lines ul li p label {
	color: #666666;
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.team-grid ul{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.team-sec{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #BEEADF;
}
.history-lines{
	height: 100px;
}

.box_r {
	border: 1px solid #E8E8E8;
	margin-top: 11px;
	margin-bottom: 8px;
	padding: 10px;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	width: 845px;
}

.box_r01 {
	border: 1px solid #E8E8E8;
	margin-top: 11px;
	margin-bottom: 8px;
	padding: 10px;
	margin-left: 15px;
	float: left;
	width: 300px;
}

.box_r02 {
	
	border: 1px solid #E8E8E8;
	margin-top: 11px;
	margin-bottom: 8px;
	padding: 10px;
	margin-right: 15px;
	margin-left: 15px;
	float: left;

}

#pages {
	text-align: center;
	font: 12px 微软雅黑;
	height: 25px;
	margin-top: 15px;

}

#pages a {
	display: inline-block;
	padding: 5px 15px;
	height: 32px;
	font-size: 12px;
	line-height: 22px;
	background: #fff;
	text-align: center;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #e3e3e3;
	border-right-color: #e3e3e3;
	border-bottom-color: #e3e3e3;
	border-left-color: #e3e3e3;
}
#pages span {
	display: inline-block;
	padding: 5px 15px;
	height: 32px;
	line-height: 22px;
	border: 1px solid #6D4629;
	color: #fff;
	text-align: center;
	background-color: #9F663C;
}

#pages a.a1 {
	padding: 5px 15px;
	height: 32px;
	line-height: 22px;
	margin-top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e3e3e3;
}
.box_r img{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}




.lmmc {
	font-size: 16px;
	color: rgb(146,94,54);
	font-weight: 600;
	height: 32px;
	font-family: "微软雅黑";
	margin-bottom: 5px;
	margin-top: 15px;
	background-image: url(/templates/wenhua/images/d05.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.lmmc .rt a{
	float: right;
	font-size: 12px;
	color: #666666;
	margin-right: 15px;
	font-weight: 200;
}

.lmmc .rt a:hover{
	float: right;
	font-size: 12px;
	color: #FC0;
	margin-right: 15px;
	font-weight: 200;
}
.list-index ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list-index li{
	overflow: hidden;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d4d4d4;
}

.list-index li:last-child{border:none;}

.list-index li a{
	float: left;
	width: 100%;
	height: 45px;
	overflow: hidden;
	font-size: 14px;
	line-height: 45px;/*text-overflow:ellipsis; white-space:nowrap;*/
	text-decoration: none;
}

.list-index li .tel {
	float: left;
	width: 9.57%;
	height: 45px;
	text-indent: -9999em;
	background: url(/templates/wenhua/images/ico-tel.png) center center no-repeat;
}

.list-index li span {
	float: right;
	color: #999999;
}


.box_r_m2 {
	background: url(/templates/wenhua/images/box_r_m.png);
	line-height: 25px;
	text-align: center;
	font-size: 16px;
	color: #999;
	min-height: 60px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
}
.case_name {
	font-size: 22px;
	text-align: center;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #630;
	margin-bottom: 35px;
	height: 60px;
}

.box_r_m {
    background: url(/templates/wenhua/images/box_r_m.png);
    padding: 10px 18px 10px 18px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
}


.shareInfo {
    float: left;
    width: 90%;
    margin-bottom: 25px;
    margin-right: 5%;
    margin-left: 5%;
}
.shareInfo_l {
    float: left;
    width: 70%;
}
.shareInfo_r {
    float: right;
    width: 30%;
    text-align: right;
}