::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #f0f0f0;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f0f0f0;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #f0f0f0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 13px;
  /*vertical-align: baseline;*/
  color: #333;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  /*background: #eae3d2;*/
  background-image: url('/png/content_bg.png');
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fr {
  float: right;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover {
  /* opacity: 0.8*/
}
.navbar {
  margin-bottom: 0;
}
.nav > li > a {
  padding: 15px 14px;
}
.search_wrapper {
  width: 230px;
  line-height: 30px;
  float: right;
  margin-top: 20px;
  margin-right: 12px;
  position: relative;
  border: solid 1px #fff;
}
.search_wrapper select {
  color: #fff;
  width: 60px;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  height: 30px;
  text-align: center;
  background: transparent;
}
.search_wrapper select:focus {
  outline: none;
}
.search_wrapper select option {
  font-size: 12px;
}
.search_wrapper input[type="text"] {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  font-size: 13px;
  color: #fff;
  text-indent: 70px;
}
.search_wrapper input[type="text"]:focus {
  outline: none;
}
.search_wrapper input[type="submit"] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search1.png) center center no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
}
.search_wrapper input[type="submit"]:focus {
  outline: none;
}
.navbar-default {
  /*border-bottom: 6px solid #e5c268;*/
  height:188px;
  /*background: #ff8c00;*/
  background:url(/png/home_bg.png)no-repeat;
  background-size: cover;
}
.navbar-default .login {
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.navbar-default .login a {
  color: #fff;
  font-size: 13px;
  padding: 0 8px;
}
.navbar-default .navbar-nav {
  position: initial;
  text-align: center;
  float: none;
}
.navbar-default .navbar-nav li {
  float: none;
  position: initial;
  display: inline-block;
}
.navbar-default .navbar-nav li:hover {
  /*background:#fff;*/
}
.navbar-default .navbar-nav li:hover .arrow-down {
   /*display: none;*/
}
.navbar-default .navbar-nav li:hover a {
  color: #fff;
  position: relative;
}
.navbar-default .navbar-nav li:hover .subnav {
  display: block;
}
.navbar-default .navbar-nav li:hover .subnav > li a {
  color: #333;
}
.navbar-default .navbar-nav li .subnav {
  position: absolute;
  z-index: 5;
  box-shadow: 3px 3px 3px #888;
  display: none;
  /*               
*/
  left: 0;
  top: 70px;
  width: 100%;
  right: 0;
  background: #ffffff;
  text-align: center;
}
.navbar-default .navbar-nav li .subnav li {
  padding: 0 10px;
  text-align: left;
}
.navbar-default .navbar-nav li .subnav li:hover a {
  color: #888;
}
.navbar-default .navbar-nav li .subnav li a {
  padding: 0 10px;
  color: #333;
}
.navbar-default .navbar-nav li .subnav li a {
  line-height: 45px;
}
.navbar-default .navbar-nav li a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

* {
  font-size: 14px;
}
a:hover {
  text-decoration: none;
}
.swiper-pagination-bullet-active {
  background: #ff8c00;
}
.container {
  padding: 0;
}
.white {
  background: #f4f1e8;
}
.bg-color{
    background-color:#f4f1e8;
}
.search_wrapper_bottom {
  display: none;
}
.index-block {
  margin-bottom: 30px;
}
.index-block .left-part {
  float: left;
  width: 860px;
}
.index-block .right-recom {
  width: 295px;
  float: right;
}
.index-block .right-recom h2 {
  font-size: 18px;
  color: #ff8c00;
  line-height: 42px;
  background: url(../images/recon.png) left center no-repeat;
  padding-left: 30px;
}
.index-block .right-recom .hots {
  padding: 0px 0;
}
.index-block .right-recom .hots li {
  position: relative;
  padding: 9px 15px;
}
.index-block .right-recom .hots li.text-l {
  padding: 1px 15px;
}
.index-block .right-recom .hots li .info_s {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.index-block .right-recom .hots li .info_s a {
  font-size: 13px;
}
.index-block .right-recom .hots li .info_s .cat {
  color: #888;
}
.index-block .right-recom .hots li .info {
  width: 170px;
  float: right;
}
.index-block .right-recom .hots li .info .cat {
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
.index-block .right-recom .hots li .info .cat a {
  color: #888;
}
.index-block .right-recom .hots li .info .title {
  font-size: 13px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.index-block .right-recom .hots li .tag {
  background: red;
  position: absolute;
  left: 15px;
  top: 9px;
  padding: 0 3px;
  font-size: 12px;
  border-radius: 3px;
  line-height: 16px;
  color: #fff;
}
.index-block .right-recom .hots li img {
  width: 80px;
  border-radius: 8px;
}
.index-block .right-recom2 {
  width: 295px;
  float: right;
}
.index-block .right-recom2 h2 {
  font-size: 18px;
  color: #ff8c00;
  line-height: 42px;
  background: url(../images/recon.png) left center no-repeat;
  padding-left: 30px;
}
.index-block .right-recom2 .hots {
  padding: 0px 0;
}
.index-block .right-recom2 .hots li {
  position: relative;
  padding: 9px 15px 6px;
}
.index-block .right-recom2 .hots li .info_s {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.index-block .right-recom2 .hots li .info_s a {
  font-size: 13px;
}
.index-block .right-recom2 .hots li .info_s .cat {
  color: #888;
}
.index-block .right-recom2 .hots li .info {
  width: 170px;
  float: right;
}
.index-block .right-recom2 .hots li .info .title {
  font-size: 13px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.index-block .right-recom2 .hots li .tag {
  background: red;
  position: absolute;
  left: 15px;
  top: 9px;
  padding: 0 3px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px;
  color: #fff;
}
.index-block .right-recom2 .hots li .tag.green {
  background: gray;
}
.index-block .right-recom2 .hots li img {
  height: 50px;
  width: 80px;
  border-radius: 8px;
}
.index-block .video_list {
  padding: 20px;
}
.index-block .video_list li {
  position: relative;
  width: 15.6%;
  margin: 10px 0.5%;
  float: left;
}
.index-block .video_list li a {
  display: block;
}
.index-block .video_list li .gray {
  font-size: 12px;
}
.index-block .video_list li:hover .cover {
  display: block;
  cursor: pointer;
}
.index-block .video_list li .cover {
  display: none;
  background: rgba(250, 140, 0, 0.8);
  left: 0px;
  right: 0;
  top: 50%;
  color: #fff;
  padding: 15px;
  font-size: 13px;
  line-height: 20px;
  bottom: 42px;
  position: absolute;
}
.index-block .video_list li .cover a {
  display: block;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}
.index-block .video_list li .cover .play {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background: url(../images/play_s.png) center center no-repeat;
}
.index-block .video_list li img {
  width: 100%;
  border-radius: 10px;
}
.index-block .video_list li .title {
  color: #666666;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 13px;
  text-align: center;
}
.index-block .list_style1 {
  margin: 15px 15px 0;
}
.index-block .list_style1 li {
  position: relative;
  width: 18%;
  float: left;
  margin: 10px 1%;
}
.index-block .list_style1 li a {
  display: block;
}
.index-block .list_style1 li:hover .cover {
  border-radius: 10px;
  display: block;
  cursor: pointer;
}
.index-block .list_style1 li .cover {
  display: none;
  background: rgba(250, 140, 0, 0.8) url(../images/jia1.png) center center no-repeat;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 30px;
}
.index-block .list_style1 li img {
  width: 100%;
  border-radius: 10px;
}
.index-block .list_style1 li .title {
  color: #666666;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 13px;
  text-align: center;
}
.index-block .list_style2 {
  margin: 15px 15px 0;
}
.index-block .list_style2 li {
  position: relative;
  width: 23%;
  float: left;
  margin: 10px 1%;
}
.index-block .list_style2 li a {
  display: block;
}
.index-block .list_style2 li:hover .cover {
  border-radius: 10px;
  display: block;
  cursor: pointer;
}
.index-block .list_style2 li .cover {
  display: none;
  background: rgba(250, 140, 0, 0.8) url(../images/jia1.png) center center no-repeat;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 30px;
}
.index-block .list_style2 li img {
  width: 100%;
  height: 110px;
  border-radius: 10px;
}
.index-block .list_style2 li .title {
  color: #666666;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-size: 13px;
  text-align: center;
}
.index-block .index-title {
  border-bottom: solid 3px rgba(104,94,80,1);
  position: relative;
  padding: 11px 0;
}
.index-block .index-title h3 {
  margin: 0px 0;
  line-height: 18px;
  padding-left: 8px;
  font-weight: bold;
  margin-left: 15px;
  border-left: solid 2px rgba(104,94,80,1);
  font-size: 18px;
}
.arrow-down {
  margin-left: -10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 10px;
  width: 10px;
  transform: translate(2px, -2px) rotate(-45deg);
  -webkit-transform: translate(2px, -2px) rotate(-45deg);
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  display: inline-block;
  -moz-transform: translate(2px, -2px) rotate(-45deg);
  -ms-transform: translate(2px, -2px) rotate(-45deg);
  -o-transform: translate(2px, -2px) rotate(-45deg);
}
.pad {
  width: 100%;
  height: 80px;
}
.weui-tabbar {
  display: none;
  position: fixed;
  z-index: 500;
  border-top: solid 1px #ccc;
  bottom: 0;
  padding: 5px 5px;
  width: 100%;
  color: #888;
  background-color: #F7F7FA;
}
.weui-tabbar > a > p {
  line-height: 24px;
}
.weui-tabbar .glyphicon {
  font-size: 16px;
  padding: 5px 0;
}
.weui-tabbar__item {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
  padding: 5px 0 0;
  position: relative;
  font-size: 16px;
  color: #999999;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.navbar-brand > img {
  height: 60px;
}
@media screen and (max-width: 1270px) {
  .search_wrapper {
    display: none;
  }
}
.more {
  position: absolute;
  right: 10px;
  line-height: 40px;
  top: 0px;
  font-size: 13px;
}
.footer {
  background: #444444;
  text-align: center;
  line-height: 30px;
  color: #e0e0e0;
  font-size: 13px;
  padding: 30px 0;
}
.breadcumb {
  border-bottom: solid 2px #ff8c00;
  line-height: 30px;
}
.breadcumb a {
  font-size: 13px;
}
.share_row {
  font-size: 16px;
  width: 250px;
  padding: 5px 0;
  float: right;
}
.content {
  padding: 20px;
  line-height: 24px;
}
.content img {
  width: 100%;
  height: auto;
}
.sw-flex{
  display: flex;
}
.filter {
  /*margin: 20px 0;*/
  padding: 10px 25px;
}
.filter .filter-row {
  margin: 10px 0;
}
.filter .filter-row .item {
  display: inline-block;
  margin-bottom: 10px;
}

.filter .filter-row .item.type {
  margin-right: 20px;
}
.filter .filter-row .item.type a {
  background: #7f7f8c;
  color: #fff;
  width: 100px;

  text-align: center;
  border-radius: 9px;
  border-top-right-radius: 0px;
}
.filter .filter-row .item a {
  display: block;
  font-size: 13px;
  padding: 8px 10px;
}
.filter .filter-row .item.active {
  background: #ffe4c4;
}
.filter .filter-row .item.active a {
  color: #ff8c00;
}
.gray {
  color: #aaa;
}
.yellow {
  color: #ff8c00 !important;
}
.search_result_count {
  font-size: 13px;
  line-height: 50px;
  border-bottom: solid 1px #e0e0e0;
}
.search_result_count b {
  color: #ff8c00;
}
.search_result_count .sort {
  width: 190px;
  float: right;
  text-align: right;
}
.search_result_count .sort a {
  padding-left: 10px;
  display: inline-block;
}
.search_result_count .sort a.active {
  color: #ff8c00;
  border-bottom: solid 1px #ff8c00;
}
.pagnation {
  /*margin: 30px auto;*/
  text-align: center;
}
.pagnation li {
  display: inline-block;
  margin: 10px;
  background: #fff;
  line-height: 20px;
  padding: 4px 10px;
}
.pagnation li.active {
  background: #ff8c00;
}
.pagnation li.active a {
  color: #fff;
}
.navbar-brand {
  padding: 5px;
}
.btn-s {
  display: inline-block;
  color: #fff;
}
.btn-s a {
  background: #ff8c00;
  color: #fff;
  display: block;
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 20px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  margin: 0 auto;
}
.nav-swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  padding: 5px 0;
  border-bottom: solid 1px #f5f5f5;
}
.nav-swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  border: solid 2px #ff8c00;
  border-radius: 20px;
  line-height: 22px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.nav-swiper-container .swiper-slide.active {
  background: #ff8c00;
}
.nav-swiper-container .swiper-slide.active a {
  color: #fff;
}
.nav-swiper-container .swiper-slide a {
  font-size: 12px;
  color: #ff8c00;
}
.pic-swiper-container {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 0px 0;
  position: relative;
  border-bottom: solid 1px #f5f5f5;
}
.pic-swiper-container .title {
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pic-swiper-container .title a {
  color: #fff;
}
.pic-swiper-container img {
  width: 100%;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  color: #e0e0e0;
}
.mobile-right-nav {
  width: 85px;
  float: left;
  background: #f8f8f8;
}
.mobile-right-nav .item {
  line-height: 30px;
  text-align: center;
  height: 30px;
  overflow: hidden;
}
.mobile-right-nav .item.active {
  background: #ff8c00;
}
.mobile-right-nav .item.active a {
  color: #fff;
}
.mobile-right-nav .item a {
  font-size: 14px;
  color: #ff8c00;
}
.btn-warning{
    border-color: rgba(104,94,80,1);
    background-color: rgba(104,94,80,1);
}
@media screen and (max-width: 768px) {
  .search_wrapper {
    display: block;
  }
  .pagnation {
    margin: 10px auto;
  }
  .search_wrapper {
    position: fixed;
    bottom: 64px;
    display: none;
    background: #ff8c00;
    width: 100%;
  }
  .search_wrapper input {
    line-height: 40px;
  }
  .search_wrapper select {
    height: 40px;
  }
  .weui-tabbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .bottom_nav {
    position: absolute;
    width: 100%;
    bottom: 50px;
    display: none;
    line-height: 30px;
    text-align: center;
  }
  .bottom_nav li {
    background: #fff;
  }
  .index-block .video_list li:hover .cover {
    display: none;
  }
  .more a {
    color: #ff8c00;
    font-size: 14px;
  }
  .list-left {
    padding-left: 90px !important;
  }
  .filter {
    margin-top: 0px !important;
  }
  .filter .filter-row .item a {
    padding: 8px 6px !important;
  }
  .pagnation li {
    margin: 5px !important;
  }
  .pagnation li a {
    font-size: 13px !important;
  }
  .breadcumb {
    text-indent: 1em;
  }
  .navbar-default {
    height: auto;
  }
  .navbar-default .navbar-toggle {
    background: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    color: #fff;
  }
  .navbar-default .search_wrapper {
    margin-top: 0;
    width: 100%;
    margin-right: 0;
  }
  .navbar-default .login {
    text-align: center;
    line-height: 44px;
    height: 44px;
  }
  .navbar-default .navbar-nav {
    width: 100%;
  }
  .navbar-default .navbar-nav li {
    float: none;
    width: 100%;
  }
  .navbar-default .navbar-nav li a {
    line-height: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .index-block {
    margin: 20px auto;
  }
  .index-block .left-part {
    width: 100%;
  }
  .index-block .left-part .list_style1 {
    margin: 15px 0;
  }
  .index-block .left-part .list_style1 .cover {
    display: none;
  }
  .index-block .left-part .list_style2 {
    margin: 0;
  }
  .index-block .left-part .list_style2 .cover {
    display: none;
  }
  .index-block .left-part .more a {
    font-size: 14px;
    color: #ff8c00;
  }
  .index-block .left-part a {
    font-size: 12px;
  }
  .index-block .left-part li {
    width: 23%;
  }
  .index-block .left-part li img {
    height: auto;
  }
  .navbar-brand > img {
    height: 40px;
  }
}
