html,
body {
  font-family: "Microsoft YaHei" !important; }

.logo {
  display: table;
  width: 100%;
  height: 140px;
  line-height: 140px;
  text-align: center; }
  .logo span {
    display: table-cell; }
    .logo span img {
      vertical-align: middle;
      max-width: 100%; }

.menu-position {
  float: right !important; }

.menu {
  height: 140px; }
  .menu .nav {
    list-style: none;
    float: right; }
    .menu .nav:after {
      content: '.';
      display: block;
      visibility: hidden;
      clear: both;
      width: 100%;
      height: 0;
      font-size: 0;
      zoom: 1; }
    .menu .nav .nav-item {
      float: left;
      padding: 0 10px;
      text-align: center;
      line-height: 140px;
      transition: all 0.35s;
      position: relative; }
      .menu .nav .nav-item.active a, .menu .nav .nav-item:hover a {
        color: #24a700; }
      .menu .nav .nav-item.active .menu-bar, .menu .nav .nav-item:hover .menu-bar {
        width: 100%; }
      .menu .nav .nav-item a {
        display: block;
        width: 100%;
        height: 100%;
        color: #999;
        font-size: 16px; }
      .menu .nav .nav-item .sec {
        position: absolute;
        display: none;
        width: 100%;
        background-color: rgba(44, 44, 44, 0.8);
        z-index: 2;
        left: 0;
        top: 100px; }
        .menu .nav .nav-item .sec .sec-item {
          height: 50px;
          line-height: 50px;
          transition: all 0.25s; }
          .menu .nav .nav-item .sec .sec-item:hover {
            background-color: #2c2c2c; }
      .menu .nav .nav-item .menu-bar {
        display: block;
        height: 4px;
        position: absolute;
        bottom: -3px;
        width: 0;
        left: 0;
        background-color: #24a700;
        transition: all .35s; }

.top-border {
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 30px; }

.business {
  margin-top: 50px; }
  .business .business-list:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1; }
  .business .business-list .item {
    width: 240px;
    margin-left: 50px;
    float: left; }
    .business .business-list .item .business-title {
      height: 73px;
      line-height: 73px;
      color: #333;
      font-size: 24px; }
      .business .business-list .item .business-title img {
        vertical-align: middle;
        margin-right: 20px;
        margin-left: -45px; }
    .business .business-list .item .business-info{
      padding-left: 10px;
      font-size: 14px;
      color: #333;
      line-height: 30px;
    }
    .business .business-list .item .business-info p {
      padding-left: 50px;
      font-size: 14px;
      color: #333;
      line-height: 30px;
      height: 30px;
      width: 250px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .business .business-list .item .readmore {
      margin-top: 30px;
      display: block;
      width: 250px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      background-color: #24a700;
      border-radius: 5px; }

.common-title-style1 {
  height: 48px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  position: relative;
  font-size: 22px;
  color: #666;
  position: relative; }
  .common-title-style1 span {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    width: auto;
    font-size: 22px;
    color: #666;
    border-bottom: 1px solid #24a700; }
  .common-title-style1 .title-more {
    position: absolute;
    top: 15px;
    display: block;
    height: 48px;
    line-height: 48px;
    right: 20px;
    font-size: 14px;
    color: #24a700; }
    .common-title-style1 .title-more:after {
      content: '';
      display: block;
      position: absolute;
      right: -20px;
      width: 0;
      height: 0;
      border: 7px solid #28ba00;
      border-color: transparent transparent transparent #28ba00;
      top: 16px; }
    .common-title-style1 .title-more:hover {
      text-decoration: underline; }

.profile {
  margin-top: 50px; }
  .profile:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1; }
  .profile .profile-detail {
    margin-top: 30px; }
    .profile .profile-detail:after {
      content: '.';
      display: block;
      visibility: hidden;
      clear: both;
      width: 100%;
      height: 0;
      font-size: 0;
      zoom: 1; }
    .profile .profile-detail .img {
      width: 580px;
      float: left; }
      .profile .profile-detail .img img {
        width: 580px;
        height: 400px; }
    .profile .profile-detail .text {
      width: 560px;
      padding: 20px;
      height: 360px;
      background-color: #f3f3f3;
      position: relative;
      float: left; }
      .profile .profile-detail .text .name {
        font-size: 28px;
        line-height: 40px;
        color: #000; }
        .profile .profile-detail .text .name .span-name {
          font-size: 22px; }
      .profile .profile-detail .text .tips {
        color: #666;
        line-height: 40px;
        font-size: 20px;
        margin-top: 5px; }
      .profile .profile-detail .text .content {
        color: #666;
        font-size: 14px;
        line-height: 26px;
        margin-top: 5px;
        text-indent: 2em; }
      .profile .profile-detail .text .read-more {
        display: inline-block;
        color: #28ba00;
        font-size: 14px;
        text-align: right;
        position: absolute;
        bottom: 20px;
        right: 27px; }
        .profile .profile-detail .text .read-more:after {
          content: '';
          display: block;
          position: absolute;
          right: -17px;
          width: 0;
          height: 0;
          border: 7px solid #28ba00;
          border-color: transparent transparent transparent #28ba00;
          top: 2px; }
        .profile .profile-detail .text .read-more:hover {
          text-decoration: underline; }

.consult {
  margin-top: 50px; }
  .consult .consult-form .list {
    width: 420px;
    margin: 20px auto; }
    .consult .consult-form .list:after {
      content: '.';
      display: block;
      visibility: hidden;
      clear: both;
      width: 100%;
      height: 0;
      font-size: 0;
      zoom: 1; }
    .consult .consult-form .list span {
      display: block;
      text-align: right;
      height: 30px;
      line-height: 30px;
      font-size: 14px;
      color: #666;
      width: 70px;
      float: left; }
    .consult .consult-form .list input {
      width: 348px;
      padding: 0;
      display: block;
      float: left;
      border: 1px solid #ddd;
      border-radius: 5px;
      height: 30px;
      line-height: 30px;
      outline: none;
      text-indent: 1em; }
      .consult .consult-form .list input:focus {
        border-color: #28ba00; }
      .consult .consult-form .list input.code {
        width: 198px; }
    .consult .consult-form .list textarea {
      float: left;
      padding: 0;
      display: block;
      width: 348px;
      border: 1px solid #ddd;
      text-indent: 1em;
      border-radius: 5px;
      height: 110px;
      line-height: 24px;
      outline: none; }
      .consult .consult-form .list textarea:focus {
        border-color: #28ba00; }
    .consult .consult-form .list .authcode {
      margin-left: 10px;
      width: 140px;
      height: 32px;
      float: left;
      display: block; }
    .consult .consult-form .list button {
      margin-top: 30px;
      display: block;
      width: 350px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      background-color: #24a700;
      border-radius: 5px;
      outline: none;
      border: 0;
      margin-left: 70px; }

.presence,
.news,
.case {
  margin-top: 50px; }

.case .case-list .item {
  margin: 20px 0; }
  .case .case-list .item:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1; }
  .case .case-list .item .img {
    width: 140px;
    height: 76px;
    float: left; }
    .case .case-list .item .img img {
      width: 140px;
      height: 76px; }
  .case .case-list .item .text {
    width: 420px;
    float: left;
    margin-left: 20px; }
    .case .case-list .item .text .title{
      color: #333;
      font-size: 16px; }
      .case .case-list .item .text .title:hover {
        color: #24a700;
        text-decoration: underline; }
    .case .case-list .item .text p ,.case .case-list .item .text p a{
      color: #666;
      font-size: 14px;
      line-height: 26px; }
    .case .case-list .item .text p a:hover{
      color: #24a700;  }


.news .news-list .item {
  margin: 20px 0  0 20px;
  width: 380px;
  float: left; }
  .news .news-list .item.no-margin {
    margin-left: 0; }
  .news .news-list .item:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1; }
  .news .news-list .item .img {
    width: 140px;
    height: 76px;
    float: left; }
    .news .news-list .item .img img {
      width: 140px;
      height: 76px; }
  .news .news-list .item .text {
    width: 220px;
    float: left;
    margin-left: 20px; }
    .news .news-list .item .text .title {
      color: #333;
      font-size: 16px; }
      .news .news-list .item .text .title:hover {
        color: #24a700;
        text-decoration: underline; }
    .news .news-list .item .text p ,.news .news-list .item .text p  a{
      color: #666;
      font-size: 14px;
      line-height: 26px; }
    .news .news-list .item .text p a:hover{
      color: #24a700;}

.presence {
  overflow: hidden;
  padding-bottom: 50px; }
  .presence .presence-list {
    margin-top: 30px; }
    .presence .presence-list .item {
      width: 278px;
      height: 180px;
      float: left;
      margin-left: 22px; }
      .presence .presence-list .item:first-child {
        margin-left: 0; }
      .presence .presence-list .item a {
        display: block;
        width: 278px;
        height: 180px; }
        .presence .presence-list .item a img {
          display: block;
          width: 278px;
          height: 180px; }

.bottom-border {
  border-top: 1px solid #ddd;
  padding: 30px 0; }

.blogroll{
	margin-top:20px;
	}
.blogroll .title {
  font-size: 18px;
  color: #666;
  line-height: 40px;
  height: 40px; }

.blogroll .title{
	border-bottom:1px solid #ddd;}
.blogroll .blogroll-list {
  text-align: left; 
  padding-top:5px;
  padding-bottom:50px;}
  .blogroll .blogroll-list a {
    /*width: 115px;*/
    background-color: #eee;
    font-size: 14px;
	padding:0 10px;
    color: #666;
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
    display: inline-block;
	margin-right:20px;
    transition: all .35s; }
    .blogroll .blogroll-list a:hover {
      background-color: #24a700;
      color: #fff; }

.concat{margin-top:50px;}
/*.concat .title {
  font-size: 18px;
  color: #666;
  line-height: 40px;
  height: 40px; }*/

.concat .concat-list {
  margin-top: 20px; }
  .concat .concat-list p {
    font-size: 14px;
    color: #999;
	border-bottom:1px dotted #dfdfdf;
    line-height: 44px;
	margin:0 5px;
	text-indent:10px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden; }

.site-info {
  display: table;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center; }
  .site-info .footer-logo{
	  float:left;
	  padding-right:50px;}
  .site-info span {
    display: block; }
    .site-info span img {
      /*vertical-align: middle;*/
      max-width: 100%;
	  margin-top:15px; }
  .site-info .info-list {
    text-align: left; }
    .site-info .info-list p ,.site-info .info-list p a{
      font-size: 14px;
      color: #999;
      line-height: 30px; }