@import "./iconfont.css";
:root{
  --swiper-theme-color: #156c39;
}
body {
  min-width: 320px;
  overflow-x: hidden;
  background-color: #d3e2dc;
}
a {
  color: inherit;
}
a:focus,.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline-offset: unset;
}
p {
  margin: 0;
}
textarea {
  resize: none;
}
.vertical-align {
  font-size:0
}
.vertical-align:before {
  display:inline-block;
  height:100%;
  content:'';
  vertical-align:middle
}
.vertical-align-bottom,.vertical-align-middle {
  font-size:1rem;
  display:inline-block;
  max-width:100%
}
.vertical-align-top {
  vertical-align:top
}
.vertical-align-middle {
  vertical-align:middle
}
.vertical-align-bottom {
  vertical-align:bottom
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pt-15 {
  padding-top: 15px;
}
.red {
  color: #f00;
}
.bg-white {
  background-color: #edfaec;
}
.bg-transparent {
  background: transparent !important;
}
.cover-image {
  width: 100%;
  display: block;
}
.no-border {
  border: none !important;
}
.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*.wrap-body {
  background-color: #d3e2dc;
}*/
@media (min-width: 768px) {
  .wrap-body > .container {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  body {
    background: url(../images/body-bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}
/*头部*/
.header {
  background: url(../images/header-bg.jpg) no-repeat center top;
  background-size: cover;
}
.top {
  font-size: 12px;
  padding: 7px 15px;
}
.header .logo {
  padding-top: 15px;
}
.header .logo a {
  float: left;
  width: 82%;
}
.header .logo img {
  max-width: 100%;
  display: block;
}
.header .logo .hamburger {
  font-size: 24px;
  margin: 15px 0;
}
.header .logo .hamburger:before,
.header .logo .hamburger .hamburger-bar,
.header .logo .hamburger:after {
  background: #000;
}
.header .search {
  height: 60px;
}
.header .search .search-form {
  width: 100%;
}
.header .search .form-control,
.header .search .btn {
  font-size: 14px;
}
@media (min-width: 768px) {
  .header .logo a {
    width: unset;
    float: unset;
  }
  .top {
    padding: 7px 0px;
  }
  .top-left {
    float: left;
    margin-bottom: 0px;
  }
  .top-right {
    float: right;
    text-align: right;
  }
  .header .logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .logo,
  .header .search {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .header,
  .top {
    font-size: 14px;
    background-color: transparent;
    border-bottom-color: transparent;
  }
  .header .logo,
  .header .search {
    padding: 0;
    height: 240px;
  }
}
/*导航*/
/*.nav-bar {
  background-color: #156c39;
  background: -webkit-linear-gradient(top, #4caf50, #156c39);
  background: -moz-linear-gradient(bottom, #4caf50, #156c39);
  background: -o-linear-gradient(bottom, #4caf50, #156c39);
  background: -ms-linear-gradient(bottom, #4caf50, #156c39);
  background: linear-gradient(bottom, #4caf50, #156c39);
}
.nav-bar .nav > li {
  float: left;
  width: 20%;
  text-align: center;
}
.nav-bar .nav > li > a {
  color: #ffffff;
  border-radius: 0;
  padding: 10px 0px;
  font-size: 15px;
  font-weight: 600;
}
.nav-bar .nav > li.active > a,
.nav-bar .nav > li > a:hover {
  color: #ffff00;
  background-color: initial;
}
.nav-bar .nav > li > a:focus {
  background-color: initial;
}*/
.nav-bar .nav>li>a {
  font-size: 15px;
  padding: 10px 15px;
}
.nav-bar .dropdown-menu {
  padding: 0;
  margin: 0;
}
.nav-bar .dropdown-menu>li>a {
  font-size: 14px;
  padding: 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-bar .dropdown-menu>li>a i {
  margin-right: 5px;
  font-size: 14px;
}
.nav-bar .dropdown-menu>li>a:hover,
.nav-bar .dropdown-menu>li>a:focus {
  background-color: #d9f1c9;
}
@media (max-width: 767px) {
  .nav-bar .nav>li>a:hover,
  .nav-bar .nav>li>a:focus,
  .nav-bar .nav>li.active>a,
  .nav-bar .nav>li.active>a:hover,
  .nav-bar .nav>li.active>a:focus,
  .nav-bar .nav .open>a,
  .nav-bar .nav .open>a:hover,
  .nav-bar .nav .open>a:focus {
    color: #fff;
    background: #156c39;
  }
  .nav-bar {
    height: 100%;
    width: 65%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    overflow-y: auto;
  }
  .nav-bar {
    height: 100%;
    background-color: #fff;
  }
  .nav-bar .nav {
    margin: 0 -15px;
  }
  .nav-bar .nav>li {
    margin-bottom: 1px;
  }
  .nav-bar .nav>li>a i {
    float: right;
    font-size: 12px;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
  }
  .nav-bar .nav>.open>a i {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .nav-bar .open .dropdown-menu>li>a {
    line-height: 30px;
  }
  .nav-bar-shade {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .35);
  }
}
@media (min-width: 768px) {
  .nav-bar {
    display: block !important;
    background-color: #156c39;
    background: -webkit-linear-gradient(top, #4caf50, #156c39);
    background: -moz-linear-gradient(bottom, #4caf50, #156c39);
    background: -o-linear-gradient(bottom, #4caf50, #156c39);
    background: -ms-linear-gradient(bottom, #4caf50, #156c39);
    background: linear-gradient(bottom, #4caf50, #156c39);
  }
  .nav-bar .nav > li {
    width: 12.5%;
  }
  .nav-bar .nav > li > a {
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }
  .nav-bar .nav>li>a:hover,
  .nav-bar .nav>li>a:focus,
  .nav-bar .nav>li.active>a,
  .nav-bar .nav>li.active>a:hover,
  .nav-bar .nav .open>a,
  .nav-bar .nav .open>a:hover,
  .nav-bar .nav .open>a:focus {
    color: #ffff00;
    background: initial;
  }
}
@media (min-width: 992px) {
  .nav-bar .nav > li > a {
    font-size: 18px;
    padding: 15px 2px;
  }
}
/*底部*/
.footer {
  font-size: 14px;
  border-top: 5px solid #156c39;
  background-color: #edfaec;
}
.footer .flink {
  margin-top: 15px;
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px solid #d2d2d2;
}
.footer .flink .name {
  display: table-cell;
  vertical-align: top;
}
.footer .flink .name span {
  width: 64px;
  line-height: 34px;
  display: block;
  margin-right: 15px;
}
.footer .flink .links {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  zoom: 1;
  width: 10000px;
}
.footer .flink .links-group {
  padding: 0 7.5px;
  margin: 0 -15px;
}
.footer .flink .links .form-group {
  width: 25%;
  float: left;
  padding: 0 7.5px;
  display: block;
}
.footer .footer-info {
  color: #666666;
  text-align: center;
  line-height: 30px;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .footer .flink .name span {
    font-size: 16px;
  }
  .footer .footer-info {
    padding: 30px 0;
  }
}
/*首页*/
.home {
  padding-top: 15px;
  padding-bottom: 15px;
}
#hotpic {
  margin-bottom: 15px;
}
#hotpic .swiper-slide a {
  display: block;
  position: relative;
}
#hotpic .swiper-slide img {
  width: 100%;
  height: 260px;
  display: block;
}
#hotpic .swiper-slide .text {
  font-size: 14px;
  color: #fff;
  padding: 10px 80px 10px 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#hotpic .swiper-pagination {
  width: auto;
  left: auto;
  right: 5px;
}
#hotpic .swiper-pagination-bullet {
  margin: 0 2px;
  opacity: 1;
  background-color: #fff;
}
#hotpic .swiper-pagination-bullet-active {
  background-color: #156c39;
}
.quick-list {
  margin-top: -15px;
  margin-bottom: 15px;
}
.quick-list .item {
  margin-top: 15px;
}
.quick-list .item a {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background-color: #b6ab4e;
  display: block;
}
.quick-list .item.left-list a {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  color: #000000;
  background-color: #edfaec;
  display: block;
  opacity: 0.5;
}
.quick-list .item i {
  font-size: 20px;
}
/*banner图及动画*/
.in-banner {
    /*background: #0066d8;*/
    background: url(../images/zzbg.png) center 0 no-repeat !important;
    height: 120px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.in-banner img {
  max-width: 90%;
}
/*星星闪烁动画*/

@keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}

@-webkit-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}

@-moz-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}

@-ms-keyframes move-twink-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 5000px;
    }
}

@keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000px 0;
    }
}

@-webkit-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000px 0;
    }
}

@-moz-keyframes move-clouds-back {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 10000px 0;
    }
}

@-ms-keyframes move-clouds-back {
    from {
        background-position: 0;
    }

    to {
        background-position: 10000px 0;
    }
}

.stars,
.twinkling,
.clouds {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.stars {
    /* background:url(../images/stars.png) repeat top center; */
    z-index: 0;
}

.twinkling {
    background: transparent url(../images/twinkling.png) repeat top center;
    /* */
    z-index: 1;

    -moz-animation: move-twink-back 200s linear infinite;
    -ms-animation: move-twink-back 200s linear infinite;
    -o-animation: move-twink-back 200s linear infinite;
    -webkit-animation: move-twink-back 200s linear infinite;
    animation: move-twink-back 200s linear infinite;
}

.clouds {
    background: transparent url(../images/clouds4.png) repeat top center;
    z-index: 3;
    -moz-animation: move-clouds-back 200s linear infinite;
    -ms-animation: move-clouds-back 200s linear infinite;
    -o-animation: move-clouds-back 200s linear infinite;
    -webkit-animation: move-clouds-back 200s linear infinite;
    animation: move-clouds-back 200s linear infinite;
    display: none;
}

.earth {
    position: absolute;
    width: 180px;
    margin-left: -120px;
    top: 20px;
    left: 50%;
    z-index: 88;
    display: none;
}

.earth2 {
    position: absolute;
    left: 64%;
    z-index: 198;
    top: 48px;
    display: none;
}

.earth {
    -webkit-animation: ball 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
    animation: ball 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
    height: 50px;
    width: 50px;
}

.earth2 {
    -webkit-animation: ball 1500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
    animation: ball 1500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) infinite alternate;
    height: 50px;
    width: 50px;
    ananimation-delay: 300ms;
    -webkit-ananimation-delay: 300ms;
}


@-webkit-keyframes ball {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes ball {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.timgs {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 188;
    text-align: center;
    line-height: 134px;
}

.timgs img {
    -webkit-animation: tis 5500ms linear infinite;
    animation: tis 5500ms linear infinite;
}

.timgs2 {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 188;
    text-align: center;
    line-height: 134px;
}

.timgs2 img {
    -webkit-animation: tis2 5500ms linear infinite;
    animation: tis2 5500ms linear infinite;
}



@keyframes tis {
    0% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        opacity: 0;
    }

    20%,
    50% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    80%,
    100% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        opacity: 0;
    }

}

@-webkit-keyframes tis {
    0% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        opacity: 0;
    }

    20%,
    50% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    80%,
    100% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        opacity: 0;
    }

}

@keyframes tis2 {
    0%,
    50%,
    80% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        opacity: 0;
    }

    80%,
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes tis2 {
    0%,
    50%,
    80% {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        opacity: 0;
    }

    80%,
    100% {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}

.membership {
  margin-top: 15px;
  margin-bottom: 15px;
}
.membership .title {
  width: 40px;
  height: 90px;
  padding: 0px 10px;
  float: left;
  text-align: center;
  color: #fff;
  background-color: #156c39;
}
.membership .title span {
  font-size: 15px;
  line-height: 1.25;
}
.membership .slide {
  padding: 0 40px;
  position: relative;
}
.membership .slide a {
  display: block;
}
.membership .slide img {
  width: 100%;
  height: 90px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(21, 77, 50, 0.24);
  border: 1px solid #ccc;
}
.membership .slide .swiper-button-prev,
.membership .slide .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  color: #fff;
  background-color: #d3e2dc;
}
.membership .slide .swiper-button-prev {
  left: 0;
}
.membership .slide .swiper-button-next {
  right: 0;
}
.membership .slide .swiper-button-prev:after,
.membership .slide .swiper-button-next:after {
  font-size: 16px;
}
@media (min-width: 992px) {
  .membership {
    margin-top: 0;
  }
  .membership .title {
    width: 50px;
    height: 110px;
    padding: 0px 16px;
  }
  .membership .title span {
    font-size: 18px;
  }
  .membership .slide {
    padding: 0 40px;
  }
  .membership .slide img {
    height: 110px;
  }
  .membership .slide {
    margin-left: 60px;
  }
  .membership .slide .swiper-button-prev,
  .membership .slide .swiper-button-next {
    width: 30px;
    height: 110px;
    margin-top: -55px;
  }
  .membership .slide .swiper-button-prev:after,
  .membership .slide .swiper-button-next:after {
    font-size: 22px;
  }
}
.news-box {
  margin-bottom: 15px;
}
.news-title {
  line-height: 45px;
  border-bottom: 1px solid #d8d8d8;
}
.news-title .title-name {
  float: left;
  font-size: 15px;
  font-weight: 600;
  color: #156c39;
}
.news-title .title-name span {
  line-height: 1;
  padding-left: 10px;
  position: relative;
}
.news-title .title-name span:before {
  content: "";
  display: block;
  width: 3px;
  height: 80%;
  background-color: #156c39;
  position: absolute;
  top: 10%;
  left: 0;
}
.news-title .more {
  float: right;
  color: #999;
  font-size: 12px;
}
.news-list {
  padding: 5px;
}
.news-list ul {
  margin-bottom: 0;
}
.news-list li {
  border-bottom: 1px dashed #ddd;
}
.news-list li a {
  display: block;
  margin: 10px 0;
}
.news-list li a span {
  margin-right: 10px;
  color: #156c39;
  font-size: 10px;
  line-height: 1;
  position: relative;
  top: -2px;
}
.news-list li em {
  font-size: 13px;
  font-style: normal;
  color: #999999;
  display: block;
  margin: 10px 0;
}
.news-list li a:hover {
  color: #156c39;
}
.img-list {
  margin-top: 15px;
}
.img-list .list {
  padding: 10px;
}
.img-list .list a {
  display: block;
}
.img-list .list [class*="col-md-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.img-list .list .item {
  margin-top: 15px;
}
.img-list .list img {
  width: 100%;
  height: 186px;
  display: block;
  margin: 0 auto;
}
.img-list .list .title {
  margin: 5px 0 0 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navicon-list .item {
  padding: 10px;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  background: url(../images/navicon-bg.png) repeat-x 0 bottom;
  background-size: 100%;
  -webkit-animation: wave 8s linear infinite;
  -webkit-animation-direction:alternate;
  animation: wave 8s linear infinite;
  animation-direction:alternate;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(21, 77, 50, 0.24);
}
@-webkit-keyframes wave {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: -260px bottom;
  }
}
@keyframes wave {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: -260px bottom;
  }
}
.navicon-list .item .icon {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #156c39;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.navicon-list .item .icon i {
  font-size: 14px;
  line-height: 30px;
}
.navicon-list .item .title {
  margin-top: 5px;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navicon-list .item:hover {
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.06), 2px 0 2px rgba(0, 0, 0, 0.06), 0 -2px 2px rgba(255, 255, 255, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06);
}
.navicon-list .item:hover .icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.home .special {
  margin-bottom: 15px;
}
.home .special a {
  display: block;
}
.home .special img {
  width: 100%;
  display: block;
}
.home .special .swiper-pagination {
  bottom: 0;
  text-align: right;
}
.bulletin .list .item {
  margin-top: 15px;
}
.bulletin .list .item a {
  display: block;
}
.bulletin .list .item .img {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(21, 77, 50, 0.24);
  border: 1px solid #ccc;
}
.bulletin .list .item img {
  width: 100%;
  height: 195px;
  display: block;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.bulletin .list .item .text {
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bulletin .list .item a:hover .img img {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (min-width: 768px) {
  #hotpic .swiper-slide img {
    height: 520px;
  }
  #hotpic .swiper-slide .text {
    font-size: 16px;
  }
  .news-title .title-name {
    font-size: 18px;
  }
  .news-list li {
    line-height: 40px;
    border-bottom: 0;
  }
  .news-list li a {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-list li em {
    float: right;
    margin: 0 0 0 15px;
  }
  .img-list .list img {
    height: 192px;
  }
  .bulletin .list .item img {
    height: 274px;
  }
}
@media (min-width: 992px) {
  #hotpic .swiper-slide img {
    height: 376px;
  }
  .quick-list {
    margin-top: 0;
  }
  .quick-list .item {
    margin-top: 30px;
  }
  .quick-list .item.left-list {
    margin-top: 10px;
  }
  .img-list .list img {
    height: 110px;
  }
  .navicon-list .item {
    padding: 15px 10px;
  }
  .navicon-list .item .icon {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
  }
  .navicon-list .item .icon i {
    font-size: 20px;
    line-height: 50px;
  }
  .navicon-list .item .title {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-top: 0;
    text-align: left;
  }
  .bulletin .list .item img {
    height: 164px;
  }
}
@media (min-width: 1200px) {
  .img-list,
  .img-list .list .item {
    margin-top: 0;
  }
  .img-list .list img {
    height: 140px;
  }
  .navicon-list .item {
    padding: 25px 20px;
    margin-bottom: 30px;
  }
  .navicon-list .item .icon {
    margin-right: 30px;
  }
  .bulletin .list .item img {
    height: 205px;
  }
}
/*** 二级公用开始 ***/
/*当前位置*/
.location {
  font-size: 12px;
  padding: 8px 15px;
  background-color: #d3e2dc;
}
.location .breadcrumb {
  display: inline-block;
  margin-bottom: 0;
  padding: 0px;
  background-color: transparent;
}
.location .breadcrumb>li+li:before {
  color: inherit;
  content: ">";
}
.location .glyphicon {
  color: #156c39;
}
@media (min-width: 768px) {
  .wrap-list {
    padding-top: 15px;
  }
  .location {
    font-size: 14px;
    padding: 15px;
  }
}
/*侧栏*/
.sidebar-title {
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 15px;
  background-color: #156c39;
}
#sidebar {
  position: relative;
  margin: 0 -15px 10px -15px;
  font-size: 14px;
}
#sidebar .nav-active {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #ffffff;
  background-color: #156c39;
}
#sidebar .nav-active .caret {
  float: right;
  margin-top: 20px;
  transition: .3s all;
}
#sidebar .nav-active.open .caret {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#sidebar>.nav {
  position: absolute;
  z-index: 1000;
  left: 0;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;
  padding: 0 15px;
  display: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#sidebar .nav>li>a {
  padding: 12px 15px 12px 0;
}
#sidebar .nav>li>a:hover, #sidebar .nav>li>a:focus {
  background-color: transparent;
}
#sidebar .nav .nav {
  display: none;
}
#sidebar .nav .nav li a {
  padding-left: 1rem;
}
#sidebar .nav .nav .nav li a {
  padding-left: 2rem;
}
#sidebar .nav .nav .nav .nav li a {
  padding-left: 3rem;
}
#sidebar .nav i {
  color: #777777;
  font-size: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
}
#sidebar .nav li.active>a,
#sidebar .nav li>a:hover {
  color: #156c39;
  font-weight: 600;
}
#sidebar .nav li.active a i {
  color: #156c39;
}
@media (min-width: 768px) {
  #sidebar {
    margin: 0;
    font-size: 15px;
  }
  #sidebar>.nav {
    max-height: none;
    position: initial;
    padding: 0;
    overflow-y: initial;
    display: block !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 400px;
    background-color: #25925a;
  }
  #sidebar>.nav a,
  #sidebar .nav i {
    color: #fff;
  }
  #sidebar .nav li.active {
    border-left: 10px solid #77d5a5;
    background-color: #fff;
  }
  #sidebar .nav li.active a {
    color: #333;
  }
  #sidebar .nav li.active a i {
    color: #777777;
  }
  #sidebar .nav li a:hover {
    color: #333;
    background-color: #fff;
  }
  #sidebar .nav li a:hover i {
  color: #777777;
  }
  #sidebar .nav .nav {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .sidebar-title {
    font-size: 22px;
    padding: 15px;
  }
  #sidebar {
    font-size: 16px;
  }
  #sidebar .nav>li>a {
    padding: 15px 30px 15px 15px;
  }
  #sidebar .nav i {
    right: 15px;
  }
  #sidebar .nav .nav {
    font-size: 15px;
  }
}
/*公用标题*/
.title-primary {
  border-bottom: 1px solid #d9d9da;
}
.title-primary-name {
  padding: 18px 0;
}
.title-primary-name span {
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
  color: #156c39;
  display: inline-block;
  position: relative;
}
.title-primary-name span:before {
  content: "";
  display: block;
  width: 3px;
  height: 80%;
  background-color: #156c39;
  position: absolute;
  top: 10%;
  left: 0;
}
/*新闻列表页*/
.list-news {
}
.list-news ul {
  font-size: 14px;
  margin-bottom: 0;
}
.list-news li {
  border-bottom: 1px dashed #ddd;
}
.list-news li a {
  display: block;
  margin: 10px 0;
}
.list-news li a span {
  margin-right: 10px;
  color: #156c39;
  font-size: 10px;
  line-height: 1;
  position: relative;
  top: -2px;
}
.list-news li em {
  font-size: 12px;
  font-style: normal;
  color: #999999;
  display: block;
  margin: 10px 0;
}
.list-news li a:hover {
  color: #156c39;
}
@media (min-width: 768px) {
  .list-news li {
    line-height: 40px;
  }
  .list-news li a {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .list-news li em {
    float: right;
    margin: 0 0 0 15px;
  }
}
/*翻页*/
.myPages {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #333;
  padding: 15px 0;
}
.myPages-total {
  font-size: 14px;
  margin-bottom: 5px;
  padding: 6px 11px;
  overflow: hidden;
  vertical-align: middle;
  font-style: normal;
  display: block;
}
.myPages-btn, .myPages-num, .myPages-num-on, .myPages-go {
  font-size: 14px;
  border: 1px solid #e4eaec;
  margin: 0 0 5px -1px;
  padding: 5px 11px;
  min-width: 30px;
  color: #333;
  background: none;
  overflow: hidden;
  vertical-align: middle;
  font-style: normal;
  display: inline-block;
}
.myPages a {
  text-decoration: none;
}
.myPages-num-on {
  color: #ffffff;
  border-color: #156c39;
  background-color: #156c39;
}
.myPages-go {
  border-radius: 2px;
}
.myPages-jump {
  font-size: 14px;
  margin: 0 15px 5px 15px;
  line-height: 32px;
  color: #999;
  vertical-align: middle;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: -3px;
}
.myPages-jump input {
  width: 50px;
  height: 30px;
  line-height: 30px;
  padding: 0 3px;
  margin: 0 5px;
  text-align: center;
  border: 1px solid #e4eaec;
}
.myPages-go:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media (min-width: 768px) {
  .myPages {
    padding: 30px 0;
  }
  .myPages-total {
    display: inline-block;
    margin-bottom: 0;
  }
  .myPages-btn, .myPages-num, .myPages-num-on, .myPages-go {
    margin-bottom: 0;
  }
  .myPages-jump {
    margin-bottom: 0;
    top: 0;
  }
}
/*** 二级公用结束 ***/

/*文章内容*/
.details {
  margin-bottom: 15px;
}
.details-header h1 {
  font-size: 22px;
  color: #000000;
  font-weight: 600;
  margin: 20px 0;
}
.details-header h2 {
  font-size:18px;
  font-weight: 600;
  color: #333333;
  margin: 10px 0;
}
.details-header h3 {
  font-size:16px;
  font-weight: 600;
  color: #444444;
  margin: 10px 0;
}
.details-header .info {
  font-size: 12px;
  padding: 6px 10px;
  background-color: #f8f8f8;
}
.details-header .info > span {
  margin: 8px 0;
  display: block;
}
.details-header .info > span font {
  margin: 5px;
  cursor:pointer;
}
.details-header .info .share-tools .share-text,
.details-header .info .share-component{
  display: inline;
}
.details-header .info .share-component .social-share-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  outline: none;
}
.details-body {
  padding: 15px 0;
  position: relative;
  zoom: 1;
  max-width: 100%;
  word-wrap: break-word;
}
.details-body p {
  margin-bottom: 5px;
}
.details-body a {
  color: #0e58ad;
}
.details-body * {
  max-width:100% !important;
}
.details-body video,
.details-body .video,
.details-body iframe {
  max-width:100% !important;
  margin:auto;
  display:block;
}
.details-download .download-header {
  padding: 15px 0;
}
.details-download .glyphicon {
  margin-right: 5px;
}
.details-download a {
  color: #156c39;
}
@media (min-width: 768px) {
  .details {
    padding: 15px;
  }
  .details-header {
    text-align: center;
  }
  .details-header .info {
    font-size: 14px;
  }
  .details-header .info > span {
    margin: 0 15px;
    display: inline;
  }
  .details-body {
    padding: 30px 0;
  }
}
@media print {
  .details-header {
    padding: 10px 0;
    margin: 0;
    text-align: center;
  }
  .details-header .info > span {
    display: inline;
    margin: 0 5px;
  }
  .details-header .info .bdsharebuttonbox {
    display: none;
  }
  .details-body {
    font-size: 16px;
  }
}
/*协会刊物*/
.bulletin-list .item {
  display: block;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px dashed #ebebeb;
}
.bulletin-list .item .media-left {
  padding-right: 20px;
}
.bulletin-list .item .media-object {
  width: 120px;
  height: 150px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(21, 77, 50, 0.24);
}
.bulletin-list .item .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.bulletin-list .item .time {
  font-size: 12px;
  color: #666666;
}
.bulletin-list .item .look {
  font-size: 16px;
  color: #156c39;
  position: absolute;
  bottom: 20px;
}
.bulletin-list .item .look i {
  margin-right: 3px;
}
@media (min-width: 768px) {
  .bulletin-list .item {
    border-bottom: 0;
  }
  .bulletin-list .item .media-object {
    width: 100px;
    height: 125px;
  }
}
@media (min-width: 992px) {
  .bulletin-list .item .media-left {
    padding-right: 40px;
  }
  .bulletin-list .item .media-object {
    width: 165px;
    height: 205px;
  }
  .bulletin-list .item .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .bulletin-list .item .time {
    font-size: 14px;
  }
}
/*搜索结果页*/
.search-result {
  padding-top: 15px;
}
.searchs-Summary {
  padding: 15px 0;
}
.search-list > ul {
  margin-bottom: 0;
}
.search-list li {
  padding: 20px 0;
  border-bottom: 1px dashed #dddddd;
}
.search-list h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
}
.search-list p {
  font-size: 14px;
  margin-bottom: 5px;
}
.search-list .time {
  font-size: 12px;
  color: #999999;
}
@media (min-width: 768px) {
  .searchs-Summary {
    font-size: 16px;
  }
  .search-list h3 {
    font-size: 18px;
  }
  .search-list p {
    font-size: 16px;
  }
  .search-list .time {
    font-size: 14px;
  }
}
/*无数据*/
.nodata {
  padding: 25px 0;
  text-align: center;
}
.nodata img {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
}
.nodata .text {
  margin-top: 10px;
  color: #999;
}
/*联系我们*/
.map_box {
  margin: 15px 0;
  height: 520px;
  position: relative;
}
.map_box .map {
  height: 100%;
}
.map_box .map_panel {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}
.map_box .panel_list {
  border: 1px solid #eee;
}
.map_box .panel_item {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 14px;
  color: #666;
}
.map_box .panel_item i {
  margin-right: 5px;
}
/*行业专家*/
.content-list-leader {
  margin: 0;
}
.content-list-leader li {
  margin-top: 15px;
  position: relative;
}
.content-list-leader li a {
  padding: 10px 10px;
  border-radius: 4px;
  display: block;
  border: 1px solid #d2d2d2;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .12);
}
.content-list-leader li .avatar {
  width: 80px;
  height: 100px;
  margin-right: 15px;
  float: left;
}
.content-list-leader li .title {
  margin: 5px 0 10px 0;
  font-size: 16px;
  font-weight: 700;
}
.content-list-leader li .des {
  color: #666;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
}
.content-list-leader li a:before {
  content: "";
  display: block;
  width: 9px;
  height: 24px;
  background: #d2d2d2;
  border: 3px solid #fff;
  position: absolute;
  left: -4px;
  top: 50%;
  margin-top: -12px;
  border-radius: 4px;
}
.content-list-leader li a:hover {
  color: #156c39;
  border: 1px solid #156c39;
  box-shadow: 0px 0px 5px 0px rgba(21, 108, 57, .5);
}
.content-list-leader li a:hover:before {
  background: #156c39;
}
.content-list-leader li a:hover .des {
  color: #156c39;
}
.content-list-other {
  padding-top: 15px;
}
.content-list-other .item {
  display: block;
  margin-bottom: 15px;
  overflow:  hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*会员之窗*/
.membership-list .item {
  padding: 15px 0px;
  border-bottom: 1px dashed #aaaaaa;
}
.membership-list .media-object {
  width: 350px;
  height: 100px;
}
.membership-list .item .des {
  color: #666;
}
.membership-list .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.membership-list + .membership-other {
  border-top: none;
}
.membership-other {
  margin-bottom: 15px;
  border-top: 1px dashed #aaaaaa;
}
.membership-other .media {
  padding: 15px 0;
  margin: 0px;
  border-bottom: 1px dashed #aaaaaa;
}
.membership-other .media-left {
  padding-right: 40px;
}
.membership-other .media-object {
  width: 120px;
  height: 80px;
}
.membership-other .item {
  font-size: 15px;
  line-height: 35px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .membership-list .media-left,
  .membership-other .media-left {
    display: block;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .membership-list .item {
    padding: 15px 10px;
  }
  .membership-list .item .des {
    height: 60px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .membership-other .media-body {
    padding: 5px 0;
  }
}
/*工具栏*/
.tool-bar {
  position: fixed;
  top: 180px;
  right: -70px;
  z-index: 998;
  -moz-transition: all ease-out .3s;
  -ms-transition: all ease-out .3s;
  -webkit-transition: all ease-out .3s;
  transition: all ease-out .3s;
}
.tool-bar .arrows {
  width: 20px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -30px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 6px 0px 0px 6px;
}
.tool-bar .arrows i {
  font-size: 12px;
}
.tool-bar ul {
  margin: 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  border-radius: 6px 0px 0px 6px;
}
.tool-bar ul li a {
  padding: 5px;
  text-align: center;
  display: block;
}
.tool-bar ul li a i {
  font-size: 18px;
  color: #156c39;
}
.tool-bar ul li a p {
  font-size: 12px;
}
.tool-bar ul li a:hover {
  color: #fff;
  background-color: #156c39;
}
.tool-bar ul li a:hover i {
  color: #fff;
}
.tool-bar.open {
  right: 0px;
}
@media (min-width: 768px) {
  .tool-bar {
    top: 100px;
    right: -90px;
  }
  .tool-bar .arrows {
    width: 40px;
    height: 80px;
    line-height: 80px;
    top: 50%;
    left: -40px;
    margin-top: -40px;
  }
  .tool-bar .arrows i {
    font-size: 16px;
  }
  .tool-bar ul li a i {
    font-size: 30px;
  }
  .tool-bar ul li a p {
    font-size: 16px;
  }
}

.product-more img{
    margin: 10px; max-width: 550px;border-radius: 10px;box-shadow: 0 0 10px rgba(21, 77, 50, 0.24);border: 1px solid #ccc;
}
@media (max-width: 767px) {
    .product-more{
        display: none;
    }
}


.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -o-transition:     -o-transform .2s ease-in-out;
    transition:        transform .2s ease-in-out;
}
.hamburger:before,
.hamburger:after {
    content: "";
}
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
    display: block;
    width: 1em;
    height: .1em;
    margin: 0;
    background: #76838f;
    border-radius: 1px;
}
.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
    background: #76838f;
}
.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
    background: #fff;
}
.hamburger .hamburger-bar {
    margin: .2em 0;
}
.hamburger-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
}
.hamburger-close .hamburger-bar {
    opacity: 0;
}
.hamburger-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
}
.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
    opacity: 1;
}
.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.hamburger-arrow-left.collapsed {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.hamburger-arrow-left.collapsed:before {
    width: .6em;
    -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
    transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.hamburger-arrow-left.collapsed .hamburger-bar {
    border-radius: .2em;
}
.hamburger-arrow-left.collapsed:after {
    width: .6em;
    -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
    transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}



/*网站地图*/
.webmap .webmap-item {
    margin-top: 15px;
}
.webmap-title {
    border-bottom: 2px solid #df2922;
}
.webmap-title a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #df2922;
}
.webmap-list .item {
    margin-top: 15px;
}
.webmap-list .item a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: #f1f1f1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.webmap-list .item a:hover {
    color: #fff;
    background-color: #df2922;
}
@media(min-width: 768px) {
    .webmap {
        padding: 0 15px 15px 15px;
    }
    .webmap .webmap-item {
        margin-top: 30px;
    }
    .webmap-list .item {
        margin-top: 30px;
    }
}

.quizlist .title {
    padding: 15px 0;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #e2e2e2;
}
.quizlist .title span {
    padding-left: 10px;
    margin-top: 9px;
    display: inline-block;
    line-height: 1;
    border-left: 3px solid #0063d5;
}
.quizlist .media {
    padding-bottom: 15px;
    border-bottom: 1px dashed #e2e2e2;
}
.quizlist .media-object {
    width: 35px;
    height: 35px;
}
.quizlist .media-heading {
    font-size: 18px;
}
.quizlist .media-heading em {
    font-size: 14px;
    font-style: normal;
    color: #666;
    margin-top: 2px;
}
