/*VI标准色*/

/*
 * 仁和主色：#e60012
 * 仁和辅助色：#f39800
 */

/*修改原来样式*/
body{
	background-color: #F6F6F6;
	-webkit-font-smoothing: subpixel-antialiased;
  	-moz-osx-font-smoothing: auto;
    object-fit: cover;
}
.renhe-bg-secondary{
    background-color: #FB6608;
    color:white;
}
body {
    font-family: "方正黑体","Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
}
.am-container {
	width: 1230px !important; max-width: none;
}
a {
  color: #666666;
}
a:hover,
a:focus {
  color: #f39800;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  font-size: 100%;
}

/*新增样式*/
.renhe-link a{
  color: #666666;
}
.renhe-link a:hover,
.renhe-link a:focus {
  color: #f39800;
}

/*.renhe-link a:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}*/

/*背景*/
.renhe-bg-primary{
	background-color: #E60012;
}
.renhe-bg-secondary{
	background-color: #f39800;
}
.renhe-bg-blue{
	background-color: #c3d318;
}
.renhe-bg-red{
	background-color: #3eb034;
}
.renhe-bg-white{
	background-color: rgba(255, 255, 255, 0.9);
	background-color: #FFFFFF\9;
	filter:alpha(opacity=90);-moz-opacity:0.90;-khtml-opacity:0.9;
}
.renhe-bg-darkgreen{
	background-color: #007e3f;
}
.renhe-bg-title{
	background-color: #f7f4ef;
	margin-top: -25px;
}
.renhe-bg-body{
	background-color: #F6F6F6;
}
/*适用于分类目录*/
.renhe-bg-title-cat{
	background-color: #f7f4ef;
	margin-top: -35px;
	margin-left:30px;
}
.renhe-bg-bottom-green{
	background-color: #5e9b26;
}
.renhe-bg-title-height{
	height: 30px;
}
.renhe-bg-title-width{
	width: 200px;
}
/*顶部装饰线*/
.renhe-banner-line{
	height: 5px;
}
.renhe-item-line{
	height:3px;
}
/*banner*/
.renhe-banner{
	height:240px; 
	width:100%;
}

/*欢迎背景*/
.renhe-welcome-bg{
	background-color: #dcdddd;
}

.renhe-text-primary{
	color: #E60012;
}
.renhe-text-secondary{
	color: #f39800;
}

.renhe-text-888888{
	color: #888888;
}
.renhe-text-898989{
	color: #898989;
}
.renhe-text-blue{
	color: #c3d318;
}
.renhe-text-red{
	color: #3eb034;
}
.renhe-text-darkgreen{
	color: #007e3f;
}

.renhe-title-line-short{
	padding-bottom:10px; 
	border-bottom:3px solid #008842;
}

.renhe-title-line-long{
	padding-bottom:7px; 
	border-bottom:3px solid #e5006e;
}

.renhe-article p{
	text-indent: 2em;
}

/*仁和小图标宽高*/
.renhe-icon{
	width: 22px;
	height: 22px;
	margin-top:-3px;
}

/*导航*/
.renhe-nav{
	width: 100%;
	height: 45px;
	margin: 0 auto;
}

.renhe-nav li{
	display: inline;
	height: 45px;
	padding: 0 2px;
}

.renhe-nav li a{
	display: inline-block;
	padding: 0 0px;
	height: 22px;
	line-height: 22px;
	color: #999999;
	font-size: 18px;
}

.renhe-nav li a:hover,
.renhe-nav li a:focus{
	color: #f39800;
}

.renhe-nav .renhe-active a{
	color: #f39800;
	font-weight:700;
}

.renhe-shadow-nav {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:  0px 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow:  0px 2px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow:  0px 2px 10px rgba(0, 0, 0, 0.1);
}
.renhe-border{
	border: solid 1px red;
}
.renhe-border-f0f0f0{
	border: solid 1px #f0f0f0;
}
.renhe-border-primary{
	border:solid 1px #3eb034;
}

.renhe-img-width{
	width: 100%;
}

.renhe-panel-top:hover,
.renhe-panel-top:focus{
	background-color: red;
}

/*图片*/
.renhe-img{
	opacity:1;
	transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;	/* Firefox 4 */
	-webkit-transition: opacity 0.2s ease-in;	/* Safari 和 Chrome */
	-o-transition: opacity 0.2s ease-in;	/* Opera */
}
.renhe-img:hover{
	opacity:0.6;
	transition: opacity 0.2s ease-in;
	-moz-transition: opacity 0.2s ease-in;	/* Firefox 4 */
	-webkit-transition: opacity 0.2s ease-in;	/* Safari 和 Chrome */
	-o-transition: opacity 0.2s ease-in;	/* Opera */
}

.renhe-shadow {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.05);
    -ms-box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.05);
}

.renhe-radius{
	border-radius: 5px;
}
.renhe-no-border{
	border: none;
}
.renhe-border-light{
	border:solid 1px #EFEFEF;
}
.renhe-border-bottom-light{
	border-bottom:solid 1px #EFEFEF;s
}
.renhe-border-default{
	border:solid 1px #DDDDDD;
}
.renhe-padding-3px{
    padding:3px;
}

.renhe-pointer{
	cursor: pointer;
}

/*margin上间距*/
.renhe-margin-top-02rem{
    margin-top:0.2rem;
}
.renhe-margin-top-03rem{
    margin-top:0.3rem;
}
.renhe-margin-top-05rem{
    margin-top:0.5rem;
}

/*margin上间距*/
.renhe-padding-top-1px{
    padding-top:5px;
}

/*行数*/
.renhe-line-1{
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*描述占据2行*/
.renhe-line-2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  max-height: 3em;
}

/*描述占据3行*/
.renhe-line-3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}

/*描述占据4行*/
.renhe-line-4{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  -webkit-line-clamp: 4;
  max-height: 6em;
  height:6em;
}

/*描述占据6行*/
.renhe-line-6{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  -webkit-line-clamp: 6;
  max-height: 9em;
  height:9em;
}

/*描述占据8行*/
.renhe-line-8{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  -webkit-line-clamp: 8;
  max-height: 12em;
  height:12em;
}



/*描述占据10行*/
.renhe-line-10{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  -webkit-line-clamp: 10;
  max-height: 15em;
  height:15em;
}

/*描述占据11行*/
.renhe-line-11{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  -webkit-line-clamp: 11;
  max-height: 16.5em;
  height:16.5em;
}

/*描述占据12行*/
.renhe-line-12{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  -webkit-line-clamp: 12;
  max-height: 18em;
  height:18em;
}


.am-article-bd p {
	text-indent: 2em;
	line-height: 2em;
	color: #777777;
}

/*图片居中*/
.renhe-article-img img{
	width: 100%;
	height: auto;
}

.renhe-para p{
	text-indent: 2em;
}

.renhe-para{
	text-indent: 2em;
}

.renhe-img-height-270{
	height: 270px;
}
.renhe-img-height-116{
	height: 116px;
}
.renhe-img-height-140{
	height: 140px;
}
.renhe-img-height-145{
	height: 145px;
}
.renhe-img-height-130{
	height: 130px;
}

.renhe-img-height-125{
	height: 125px;
}

.renhe-img-height-120{
	height: 120px;
}

.renhe-img-height-100{
	height: 100px;
}

.renhe-img-height-80{
	height: 80px;
}

/*文字颜色*/
.renhe-text-color-888888{
    color: #888888;
}
.renhe-text-light{
    color: #999999;
}
.renhe-text-default{
    color: #666666;
}
.renhe-text-link{
	color:#888888;
}
.renhe-text-article-title{
	color: #f39800;
}
.renhe-text-dark{
    color: #333333;
}
.renhe-text-white{
    color: #ffffff;
}
.renhe-text-black{
    color: #000000;
}
.renhe-text-primary{
	color: #E60012;
}

/*按钮*/
.renhe-btn-primary {
  color: #fff;
  background-color: #f39800;
  border-color: #f39800;
}
a.renhe-btn-primary:visited {
  color: #fff;
}
.renhe-btn-primary:hover,
.renhe-btn-primary:focus,
.renhe-btn-primary:active,
.renhe-btn-primary.am-active,
.am-dropdown.am-active .renhe-btn-primary.am-dropdown-toggle {
  color: #fff;
  border-color: #f39800;
}
.renhe-btn-primary:hover,
.renhe-btn-primary:focus {
  background-color: #f39800;
  border-color: #f39800;
}
.renhe-btn-primary:active,
.renhe-btn-primary.am-active,
.am-dropdown.am-active .renhe-btn-primary.am-dropdown-toggle {
  background-image: none;
  background-color: #f39800;
  border-color: #f39800;
}
.renhe-btn-primary.am-disabled,
.renhe-btn-primary[disabled],
fieldset[disabled] .renhe-btn-primary,
.renhe-btn-primary.am-disabled:hover,
.renhe-btn-primary[disabled]:hover,
fieldset[disabled] .renhe-btn-primary:hover,
.renhe-btn-primary.am-disabled:focus,
.renhe-btn-primary[disabled]:focus,
fieldset[disabled] .renhe-btn-primary:focus,
.renhe-btn-primary.am-disabled:active,
.renhe-btn-primary[disabled]:active,
fieldset[disabled] .renhe-btn-primary:active,
.renhe-btn-primary.am-disabled.am-active,
.renhe-btn-primary[disabled].am-active,
fieldset[disabled] .renhe-btn-primary.am-active {
  background-color: #f39800;
  border-color: #f39800;
}

/*--------------*/
.renhe-btn-default {
  color: #666;
  background-color: #FFFFFF;
  border-color: #EEEEEE;
}
a.renhe-btn-default:visited {
  color: #666;
}
.renhe-btn-default:hover,
.renhe-btn-default:focus,
.renhe-btn-default:active,
.renhe-btn-default.am-active{
  background-color: #f39800;
  border-color: #f39800;
  color: #FFF;
}
.renhe-btn-default:active,
.renhe-btn-default.am-active{
  background-image: none;
  background-color: #FFFFFF;
  border-color: #EEEEEE;
}
.renhe-btn-default.am-disabled,
.renhe-btn-default[disabled],
fieldset[disabled] .renhe-btn-default,
.renhe-btn-default.am-disabled:hover,
.renhe-btn-default[disabled]:hover,
fieldset[disabled] .renhe-btn-default:hover,
.renhe-btn-default.am-disabled:focus,
.renhe-btn-default[disabled]:focus,
fieldset[disabled] .renhe-btn-default:focus,
.renhe-btn-default.am-disabled:active,
.renhe-btn-default[disabled]:active,
fieldset[disabled] .renhe-btn-default:active,
.renhe-btn-default.am-disabled.am-active,
.renhe-btn-default[disabled].am-active,
fieldset[disabled] .renhe-btn-default.am-active {
  background-color: #FFFFFF;
  border-color: #EEEEEE;
}

.renhe-bg-eaeaea{
	background-color: #00ff00;
}

.renhe-bg-f8f8f8{
	background-color: #F8F8F8;
}

.renhe-bg-lightgreen{
	background-color:#e4facf;
}


.am-btn-success {
  background-color: #FFFFFF;
  border-color: #f39800;
  color: #f39800;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
a.am-btn-success:visited {
  color: #f39800;
}
.am-btn-success:hover,
.am-btn-success:focus,
.am-btn-success:active,
.am-btn-success.am-active,
.am-dropdown.am-active .am-btn-success.am-dropdown-toggle {
  color: #f39800;
  border-color: #f39800;
}
.am-btn-success:hover,
.am-btn-success:focus {
  background-color: #FFFFFF;
  color: #f39800;
}
.am-btn-success:active,
.am-btn-success.am-active,
.am-dropdown.am-active .am-btn-success.am-dropdown-toggle {
  background-image: none;
  background-color: #FFFFFF;
}
.am-btn-success.am-disabled,
.am-btn-success[disabled],
fieldset[disabled] .am-btn-success,
.am-btn-success.am-disabled:hover,
.am-btn-success[disabled]:hover,
fieldset[disabled] .am-btn-success:hover,
.am-btn-success.am-disabled:focus,
.am-btn-success[disabled]:focus,
fieldset[disabled] .am-btn-success:focus,
.am-btn-success.am-disabled:active,
.am-btn-success[disabled]:active,
fieldset[disabled] .am-btn-success:active,
.am-btn-success.am-disabled.am-active,
.am-btn-success[disabled].am-active,
fieldset[disabled] .am-btn-success.am-active {
  background-color: #FFFFFF;
  border-color: #c3d318;
}
.am-btn-group .am-btn-success,
.am-btn-group-stacked .am-btn-success {
  border-color: #c3d318;
}


/*首页轮播图样式*/
/*g2*/
.am-slider-g2 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Direction Nav */
}
.am-slider-g2 .am-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .am-slider-g2 .am-viewport {
  max-height: 300px;
}
.am-slider-g2 .am-direction-nav a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px;
  margin: -16px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.am-slider-g2 .am-direction-nav a:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  content: "\f053";
  font-size: 16px;
  line-height: 24px;
}
.am-slider-g2 .am-direction-nav a.am-prev {
  left: 10px;
}
.am-slider-g2 .am-direction-nav a.am-next {
  right: 50px;
}
.am-slider-g2 .am-direction-nav a.am-next:before {
  content: "\f054";
}
.am-slider-g2 .am-direction-nav .am-disabled {
  opacity: 0!important;
  cursor: default;
}
.am-slider-g2:hover .am-prev {
  opacity: 0.7;
}
.am-slider-g2:hover .am-prev:hover {
  opacity: 1;
}
.am-slider-g2:hover .am-next {
  opacity: 0.7;
}
.am-slider-g2:hover .am-next:hover {
  opacity: 1;
}
.am-slider-g2 .am-control-nav,
.am-slider-g2 .am-pauseplay {
  display: none;
}

/*追加*/
.am-slider-g2 .am-slider-desc {
  position: absolute;
  left: 50px;
  bottom: 220px;
  width: 500px;
  color: #fff;
}
.am-slider-g2 .am-slider-content {
  background-color: rgba(0, 0, 0, 0.7);
  background-color: #000\9;
  filter:alpha(opacity=70);-moz-opacity:0.70;-khtml-opacity:0.7;
  padding: 20px 15px;
  margin-bottom: 25px;
}
.am-slider-g2 .am-slider-content p {
  margin: 0;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.4rem;
}
.am-slider-g2 .am-slider-title {
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-slider-g2 .am-slider-more {
  color: #eeeeee;
  font-size: 1.3rem;
  background-color:#FB6608;
  padding: 10px;
}
.am-slider-g2 .am-slider-more:hover {
  background-color: #E60012;
}


/*--------------*/
.current div {
    color: #fff;
    background-color: #f39800;
    border: solid 1px  #f39800;
}
.current div:hover,
.current div:focus {
	color: #fff;
    background-color: #f39800;
    border-color: #f39800;
}

.current-cat a{
	color: #f39800;
	font-weight: bold;
}

.aligncenter{
	text-align: center;
	margin: 0 auto;
}

.attachment-thumbnail{
	width: 100%;
	height: auto;
}

/* ==========================================================================
   Component: List
 ============================================================================ */
.am-list {
  margin-bottom: 1.6rem;
  padding-left: 0;
}
.am-list > li {
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #e4facf;
  border: 0px solid #dedede;
  border-width: 0px 0;
  margin-bottom: 2px;
  padding-left: 115px;
  border-right: 5px solid #3eb034;
  color:#017e3c;
}
.am-list > li > a {
  display: block;
  padding: 1rem 0;
  color:#017e3c;
}

.am-list > li > a:hover,
.am-list > li > a:focus {
  z-index: 2;
  color: #c3d318;
}

.am-list > li > a.am-active,
.am-list > li > a.am-active:hover,
.am-list > li > a.am-active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0e90d2;
  border-color: #0e90d2;
}
.am-list > li > a.am-active .am-list-item-heading,
.am-list > li > a.am-active:hover .am-list-item-heading,
.am-list > li > a.am-active:focus .am-list-item-heading {
  color: inherit;
}
.am-list > li > a.am-active .am-list-item-text,
.am-list > li > a.am-active:hover .am-list-item-text,
.am-list > li > a.am-active:focus .am-list-item-text {
  color: #b2e2fa;
}
.am-list > li > .am-badge {
  float: right;
}
.am-list > li > .am-badge + .am-badge {
  margin-right: 5px;
}
/* Pure text list */
.am-list-static > li {
  padding: .8rem .2rem;
}
.am-list-static.am-list-border > li {
  padding: 1rem;
}
/* with border */
.am-list-border > li,
.am-list-bordered > li {
  border-width: 0px;
}
.am-list-border > li:first-child,
.am-list-bordered > li:first-child,
.am-list-border > li:first-child > a,
.am-list-bordered > li:first-child > a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.am-list-border > li:last-child,
.am-list-bordered > li:last-child,
.am-list-border > li:last-child > a,
.am-list-bordered > li:last-child > a {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.am-list-border > li > a,
.am-list-bordered > li > a {
  padding: 1rem;
}
.am-list-border > li > a:hover,
.am-list-bordered > li > a:hover,
.am-list-border > li > a:focus,
.am-list-bordered > li > a:focus {
  background-color: #f5f5f5;
}
/* Striped */
.am-list-striped > li:nth-of-type(even) {
  background: #f5f5f5;
}
.am-list-item-hd {
  margin-top: 0;
}
.am-list-item-text {
  line-height: 1.4;
  font-size: 1.3rem;
  color: #999999;
  margin: 0;
}

/**
  * Gallery Theme: overlay
  * Author: Minwe (minwe@yunshipei.com)
  */
.am-gallery-overlay > li {
  padding: 5px;
}
.am-gallery-overlay .am-gallery-item {
  position: relative;
}
.am-gallery-overlay .am-gallery-item img {
  width: 100%;
  height: auto;
}
.am-gallery-overlay .am-gallery-title {
  font-weight: normal;
  font-size: 1.4rem;
  color: #FFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background: #000\9;/*IE*/
  filter: alpha(opacity=50);/*IE*/
  text-indent: 5px;
  height: 40px;
  line-height: 40px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.am-gallery-overlay .am-gallery-desc {
  display: none;
}

.renhe-title:hover,
.renhe-title:focus{
	color: #f39800;
}
.alignnone,.aligncenter,.alignleft,.alignright{
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.wp-post-image{
	border-radius:3px;
  object-fit: cover;
}

.size-large,.size-medium{
	width:100%;
	height:auto;
}

 .renhe-border-radius-lg{
   border:10px;
 }

