/*全局*/
body{background-color: #fff; color: #575757;}
.fl{float: left; }
.fr{float: right;}
.cl{clear: both; height: 0; display: block;}
.cl5{clear: both; height: 3px; display: block;}
.m-navbar{ background-image: url(../images/nav-bg.jpg); background-repeat: no-repeat; height: 65px; background-position: center;}
.navbar-item{ width: 100px; }
.navbar-item:first-child { margin-left: 0px; }
.navbar-item:last-child { margin-right: 0px; }
.navbar-item-lr{ margin-top: 9px; }
.navbar-item-lr .navbar-btn{background-color: #f6fdf5; color: #8ec398; border-radius: 20px; padding: 6px 10px 6px 10px; border: 1px solid #8ec398;filter:alpha(Opacity=100);-moz-opacity:1;opacity: 1;}
.navbar-item-lr .navbar-btn i{ background-color: #B2EFAA; padding: 4px; border-radius: 50%; }
.navbar-item-lr .navbar-btn .nr{ margin-right: 3px; }
.navbar-item-lr .navbar-btn .nl{ margin-left: 3px; }
.navbar-center {height: 1.15rem;}
.navbar-center > img {height: 80%;}
.g-scrollview {
    padding-top: 1.37rem; 
}
.nothing{width: 100%; text-align: center; clear: both; padding-top:150px; }
.nothing img{width: 25%; margin: 0 auto;}


/*首页*/
.index-content{position: relative;}
.index-bg{width: 100%;position: relative;}
.indexBg{width: 100%;margin: 0 auto;position: absolute;}
.indexLogo{
    width: 30%;
    left: 50%;
    margin-left: -15%;
    margin-top: 4.875%;
    position: absolute;
    /*animation-delay: 2s;*/
}
.indexMap{
    width: 100%;
    left: 50%;
    margin-left: -50%;
    margin-top: 28.875%;
    position: absolute;
    animation-delay: .6s;
}
.index-vr-btn{
    width: 22%;
    left: 74%;
    margin-top: 127.875%;
    position: absolute;
    animation-delay: 1.2s;
}
.index-txt{
    position: absolute;
    width: 40%;
    left: 50%;
    margin-left: -20%;
    margin-top: 150.875%;
    animation-delay: 1.8s;
}

.index-url1{
    position: absolute;
    width: 80px;
    height: 80px;
    left: 39%;
    margin-top: 44.875%;
    border-radius: 50%;
    z-index: 999;
}
.index-url2{
    position: absolute;
    width: 90px;
    height: 90px;
    left: 24%;
    margin-top: 69.875%;
    border-radius: 50%;
    z-index: 999;
}
.index-url3{
    position: absolute;
    width: 90px;
    height: 90px;
    left: 10%;
    margin-top: 94.875%;
    border-radius: 50%;
    z-index: 999;
}
.index-url4{
    position: absolute;
    width: 80px;
    height: 80px;
    right: 14%;
    margin-top: 54.875%;
    border-radius: 50%;
    z-index: 999;
}
.index-url5{
    position: absolute;
    width: 80px;
    height: 80px;
    right: 22%;
    margin-top: 76.875%;
    border-radius: 50%;

    z-index: 999;
}
.index-url6{
    position: absolute;
    width: 60px;
    height: 60px;
    right: 30%;
    margin-top: 92.875%;
    border-radius: 50%;
    z-index: 999;
}
.index-url7{
    position: absolute;
    width: 80px;
    height: 80px;
    right: 42%;
    margin-top: 96.875%;
    border-radius: 50%;
    z-index: 999;
}
.index-url8{
    position: absolute;
    width: 50px;
    height: 50px;
    right: 46%;
    margin-top: 112.875%;
    border-radius: 50%;

    z-index: 999;
}
.index-url9{
    position: absolute;
    width: 90px;
    height: 90px;
    right: 58%;
    margin-top: 115.875%;
    border-radius: 50%;   
    z-index: 999;
}
.index-url10{
    position: absolute;
    width: 60px;
    height: 60px;
    right: 4%;
    margin-top: 88.875%;
    border-radius: 50%;
    z-index: 999;
}
/*内页导航*/
.slogan{padding: 12px 0 5px 0; text-align: right; width: 28%;}
.slogan img{ width: 100%;}
.slogan2{padding: 6px 0 5px 0; text-align: right;}
.slogan2 .spec-box{ height:28px;line-height: 28px; border-radius: 3px; border: 1px solid #8ec398;}
.slogan2 .spec-box li{ float: left; padding: 0 7px; line-height: 27px; border-right: 1px solid #8ec398;}
.slogan2 .spec-box li:last-child{border-right:none;}
.slogan2 .spec-box li.on{background-color: #8ec398; color: #fff;}
.slogan2 .spec-box li a{display: block;}

#breadcrumb {
  list-style: none;
  display: inline-block;
  padding: 5px 0;
  height: 39px;
  overflow: hidden;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #8ec398;
  text-decoration: none;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 5px 0 5px;
  text-align: center;
  margin-right: 22px;
}
#breadcrumb li:nth-child(even) a {
  background-color: #8ec398;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #8ec398;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #8ec398;
}
#breadcrumb li:first-child a {
  padding-left: 8px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
/*#breadcrumb li:last-child a {
  padding-right: 15px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}*/
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #8ec398;
  border-width: 15px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -18px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #8ec398;
}
/*#breadcrumb li a:hover {
  background-color: #1abc9c;
}
#breadcrumb li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #1abc9c;
}
#breadcrumb li a:active {
  background-color: #16a085;
}
#breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #16a085;
}*/

/*分类页*/
.class-content,.warp-content,.detail-content{ padding:0 5px; }
/* === 1 === */
.category-list{

}
.category-list .c-item{
    margin: 0 0 8px 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    position: relative;
}
.category-list .c-item img{
    width: 100%;
    border-radius: 5px;
    display: block;
}
.category-list .c-item .item-tit{ position: absolute; top:32%;width: 100%; }
.category-list .c-item .item-tit h3{text-align: center; font-size: .4rem; color: #fff;text-shadow: 2px 2px 2px #000;}
.category-list .c-item .item-tit p{text-align: center; font-size: .3rem; color: #fff; margin-top: .15rem;text-shadow: 2px 2px 2px #000;}
/* === 2 === */
/*瀑布流层*/
.class-list{
    -moz-column-count:2; /* Firefox */
    -webkit-column-count:2; /* Safari 和 Chrome */
    column-count:2;
    -moz-column-gap: 5px;
    -webkit-column-gap: 5px;
    column-gap: 5px;
}
/*一个内容层*/
.item{
    margin: 0 0 5px 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    position: relative;
}
.item img{
    width: 100%;
    border-radius: 5px;
    display: block;
}
.item .item-tit{ position: absolute; top:25%;width: 100%; }
.item .item-tit h3{text-align: center; font-size: .4rem; color: #fff;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; text-shadow: 2px 2px 2px #000;}
.item .item-tit p{text-align: center; font-size: .28rem; color: #fff;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; text-shadow: 2px 2px 2px #000;}

.item .item-btn{ position: absolute; bottom: 2px; width: 100%;}
.item .item-btn li{ float: left; width: 50%; text-align: center; color: #fff;}
.item .item-btn li i{font-size: .45rem;}

/* === 子项 === */
.sub-list{

}
.sub-list .c-item{
    margin: 0 0 8px 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    position: relative;
}
.sub-list .c-item img{
    width: 100%;
    border-radius: 5px;
    display: block;
}
.sub-list .c-item .item-tit{ position: absolute; top: 20%;width:60%;}
.sub-list .c-item .item-tit h3{text-align: center; font-size: .4rem; color: #fff;text-shadow: 2px 2px 2px #000;}
.sub-list .c-item .item-tit p{text-align: center; font-size: .3rem; color: #fff;text-shadow: 2px 2px 2px #000;}

.sub-list .c-item .rbox{ position: absolute; top: 25%;width:95%; text-align: right;}
.sub-list .c-item .rbox li{ float: right; width:15%; text-align: center; font-size: .3rem;}
.sub-list .c-item .rbox li a{ color: #fff; }
.sub-list .c-item .rbox li i{font-size: .4rem;}
.sub-list .c-item .rbox li p{}

/* === 内容 === */
.detail-content{}
.detail-content h2{ font-size: .35rem; text-align: center;line-height: .8rem;}
.detail-content .detail-banner img{ max-width: 100%; border-radius: 5px;}
.detail-content .detail-con{ padding-top:5px; font-size: .3rem; line-height: .5rem; }
.detail-content .detail-con img{ max-width: 100%; }

/* === 搜索 === */
.search-input{ height: 36px; line-height: 36px; display: initial; width: 84%; border-radius: 35px; position: relative; margin-top: 14px; margin-left: 10px; padding-left: 15px;border: 1px solid #8ec398;}
.search-icon{ height: 30px; width: 30px; line-height: 30px; border-radius: 50%; border: none; background-color: #8ec398; position: absolute; right: 15%; margin-top: 17px; color: #fff;font-size: 1rem; text-align: center;z-index: 0;}
.search-btn{ height: 30px; width: 30px; line-height: 30px; border-radius: 50%; border: none;  position: absolute; right: 15%; margin-top: 17px; color: #fff;font-size: 1rem; z-index: 2}
.goback-btn{ height: 30px; width: 30px; line-height: 30px; border-radius: 50%; border: none; background-color: #fff; position: absolute; right: 3%; margin-top: 17px; color: #8ec398; border: 1px solid #8ec398;font-size: 1rem; z-index: 30;}

form{ margin: 0; padding: 0; width: 100%; }
.search-box h4{ line-height: 30px; color: #A7A7A7; clear: both;}
#history ul{padding: 0; margin: 0; }
#history li { list-style: none;}
#history li a{ line-height: 25px; border-radius: 25px; border: 1px solid #E8E8E8; padding: 0 10px;  float: left; margin-right: 10px; margin-bottom: 10px;}
.borderbottom{border-bottom: 1px solid #E8E8E8;}
.search-result-list{ }
.search-result-list li{list-style: none; height: 65px; border-bottom: 1px solid #E8E8E8;clear: both;}
.search-result-list li .l{width: 70%; line-height: 65px; font-size: .8rem;}
.search-result-list li .c{width: 15%; text-align: center; margin-top: 16px;}
.search-result-list li .r{width: 15%; text-align: center; margin-top: 16px;}
.search-result-list li i{ font-size: 1.2rem; }
.search-result-list li a{color: #D8D8D8;}
