@charset "utf-8";
.maxwidth {
  max-width: 100%;
}
p,
a,
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:hover,
a:focus,
a:active {
  color: #11b808;
  text-decoration: none;
}
.posiAbsolute {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}
/*头部*/
.header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: static;
  width: 100%;
  z-index: 1050;
  background: transparent;
  position: fixed;
  top: 36px;
}
.header nav {
  width: 100%;
  min-height: 5rem;
}
.header-sticky {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: 36px;
  right: 0;
  bottom: auto;
  left: 0;
}

.navbar .navbar-brand {
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}



.navbar-dark .navbar-nav .nav-link {
  /* text-transform: uppercase; */
}
.headroom--not-top .header-dark {
  background: rgba(255, 255, 255, 1);
  position: fixed;top: 0;
}
.headroom--unpinned .header-sticky {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
}

.banner{margin-top:164px}
@media (max-width: 992px) {
   .header-sticky {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
.banner{margin-top:90px}
}



.h2title {
  line-height: 1.6;
  font-size: 36px;
  color: #1b1210;
  padding-bottom: 3%;
}
.h2title i {
  font-size: 24px;
  color: #8b8b8b;
}
.h2title img {
  margin-right: 15px;
  margin-top: -10px;
}
@media (max-width: 1024px) {
  .h2title {
    font-size: 26px;
  }
  .h2title i {
    font-size: 20px;
    color: #8b8b8b;
  }
}
@media (max-width: 767px) {
  .h2title {
    font-size: 18px;
  }
  .h2title img {
    max-width: 34px;
  }
  .h2title i {
    font-size: 14px;
    display: block;
    margin: auto;
    text-align: center;
  }
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #11b808;
}
.btn-default:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background-color: transparent;
  border-color: transparent;
}
/*header*/
.navbar-default {
  background-color: #fff;
  border-color: transparent;
  margin-bottom: 0;
  
}

.myNav .navbar-brand {
  height: auto;
  font-size: 18px;
  font-weight: bold;
  color: #1b1210;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.myNav .navbar-brand span {
  padding: 1.8rem 0 0 1rem;
  font-size: 16px;
  font-style: italic;
  color: #5c5c5c;
}
.myNav .btn-group .btn-default {
  border: 0;
  padding: 0;
}
.myNav .nav-phone {
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.myNav .nav-phone a {
  color: #8c8e95;
  font-size: 14px;
  font-weight: 100;
  padding-left: 10px;
}
.myNav .nav-phone a b{font-size:24px;font-weight:900;color:#121c45;line-height: 1;}
.myNav .nav-phone a:hover b{
  color: #11b808;
}

.navbar-nav>li>a {
    
    margin-bottom: 50px;font-weight:600;text-transform: uppercase;
	    padding: 10px 25px;
}
.head_lianxi a{background: #11b808;
    color: #fff!important;
    border-radius: 50px;}
.head_lianxi a:hover{background: #11b808!important;	}
	
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover {
  color: #11b808;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:before,
.navbar-default .navbar-nav > .active > a:focus:before,
.navbar-default .navbar-nav > .active > a:hover:before,
.navbar-default .navbar-nav > li > a:hover:before {
  opacity: 1;
  transform: translate(-50%, 0);
}
.container {
  overflow: hidden;
}
 .home-header{display:none;}
@media (max-width: 767px) {
   .navbar-default{top:0 !important;display:none;}
   .home-header{display:block;}
  .myNav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    transform: translateY(0);
    transition: 0.35s ease-in;
    transition-delay: 1s;
  }
  .myNav .navbar-form .form-group {
    display: flex;
  }
  .myNav .form-control {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .myNav .navbar-right .dropdown-menu {
    border-radius: 0;
    border: 0;
    margin-top: 20px;
  }
 .navbar-nav  .active a{
      color: #11b808;
      background-color: transparent;
      border-bottom: 1px solid #11b808;
      padding-bottom: 5px;
  }
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 5px;border-bottom: 3px solid #fff;background-color: transparent;
}
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover {
    color: #11b808;
    background-color: transparent;
    border-bottom: 1px solid #11b808;
    padding-bottom: 5px;
}
    .dropdown-item{display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #76838b;
    line-height: 2;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;}

}
@media (min-width: 1170px) {
  .myNav .btn-group,
  .myNav .nav-phone {
    padding-top: 5rem;
  }
  .navbar-nav > li {
    padding: 4rem 0 0;
  }
  .navbar-collapse {
    float: right;
  }
  .MYcontainer {
    width: 1600px;
    max-width: 94%;
  }
}
@media (min-width: 1400px) {
  .container-fluid {
    width: 1720px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #121c45;
    font-size: 17px;
  }
  .myNav .btn-group,
  .myNav .nav-phone {
    padding-left: 16px;
  }
  .navbar-nav > li {
    padding: 4.3rem 0 0;
  }
}
@media (max-width: 1600px) {
  /* .myNav .navbar-brand {
     max-width: 260px;
   }
   .myNav .navbar-brand span {
     padding: 1rem 0 0 1rem;
     font-size: 14px;
   }

   */
    .container-fluid {
    width: 1400px;
  }
  
  .myNav .navbar-brand span {
    display: none;
  }
}
@media (max-width: 992px) {
  .search-xs .navbar-form {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .search-xs .btn-search {
    background-color: transparent;
    padding: 0 10px;
  }
  .search-xs .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ececec;
    box-shadow: none;
    font-size: 14px;
  }
  .navbar-form .form-group {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a:before {
    top: 0;
  }
  .navbar-brand > img {
/*     height: 40px; */
  }
  .phone-xs {
    padding: 2.8rem 0px 0;
    font-size: 14px;
    font-weight: bold;
    color: #11b808;
  }
}

/*内页banner*/
.sbann {
  overflow: hidden;
  position: relative;
  height: 300px;
  width: 100%;
}
.sbann .sbann-img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sbann {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .sbann {
    height: 200px;
  }
}
@media (min-width: 1280px) {
  .sbann {
    height: 250px;
  }
}
@media (min-width: 1366px) {
  .sbann {
    height: 250px;
  }
}
@media (min-width: 1440px) {
  .sbann {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .sbann {
    height: 135px;
  }
  .sbann .sbann-img {
    background-position: top left;
  }
}
/*内页面包屑导航*/
.navigate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.navigate .crumbs {
  text-align: right;
  font-size: 16px;
  color: #8b8b8b;
}
.navigate .crumbs a {
  font-size: 16px;
  color: #8b8b8b;
}
.navigate .crumbs a:hover {
  color: #11b808;
}
@media (max-width: 767px) {
  .navigate .crumbs {
    margin-bottom: 20px;
    font-size: 12px;
    width: 100%;
  }
  .navigate .crumbs a {
    font-size: 12px;
  }
}
/*翻页*/
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  margin: 5px;
  color: #213752;
  border-radius: 0!important;
  background-color: #d6d6d6;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #11b808;
  border-color: #11b808;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #11b808;
  border-color: #11b808;
}
/*回到顶部*/
#totop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  cursor: pointer;
  width: 58px;
  height: 58px;
  z-index: 999;
}
.gototop {
  display: none;
  -webkit-animation: hide 350ms ease-out forwards 1;
  animation: hide 350ms ease-out forwards 1;
  padding: 20px 16px;
  border: 0;
  text-align: center;
  background-color: rgba(128, 128, 128, 0.6);
  color: #fff;
  position: fixed;
  bottom: 16%;
  right: 16px;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  outline: none;
  border-radius: 5px;
  z-index: 998;
}
.gototop:hover,
.gototop:focus {
  background-color: #11b808;
}
.isvisible {
  -webkit-animation: show 1s ease-out forwards 1;
  animation: show 1s ease-out forwards 1;
}
.up {
  position: relative;
  width: 24px;
  height: 24px;
  top: -16px;
  left: 50%;
  margin-left: -12px;
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  left: 50%;
  margin-left: -14px;
}
.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.chevron:before {
  left: 0;
  transform: skew(0deg, -30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, 30deg);
}
@keyframes move {
  100% {
    opacity: 1;
  }
  67% {
    opacity: 1;
    transform: translateY(30px);
  }
  33% {
    opacity: 1;
    transform: translateY(40px);
  }
  25% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.heading-primary {
  font-size: 2em;
  padding: 2em;
  text-align: center;
}

.accordion dl,
.accordion-list {
  
}
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #fff;
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 1em 2em 1em 2em;
}

.accordion {
  position: relative;
  background-color: #eee;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle,
.accordion__Heading {
  background-color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  padding: 1.5em;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  border-bottom: 1px solid #e8e8e8;
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 1em;
  float: left;
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background: #fff;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #fff;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  max-height: 50em;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
/*底部导航&开始*/
.footer_flxe{display:none}
@media (max-width: 767px) {
.footer_dibu{padding-bottom:12vw;}
.footer_flxe{
	position:fixed;
	bottom:0;
	left:0;
	width:100vw;
	z-index:599;
	background: #ededed;
	height:12vw;
	display:block;
	box-shadow: 0 0 10px #50505070;
}
.footer_flxe ul{
	width:100%;
    list-style: none;
    margin: 0;
    padding: 0;
	height: 12vw;
}
.footer_flxe ul li{
	width: 33vw;
    text-align: center;
    float: left;
    line-height: 0;
    height: 12vw;
   
    border-right: 0.2vw #fafafa solid;
}
.footer_flxe ul li a{ color: #333;}
.footer_flxe ul li i{
	display: block;
    line-height: 9vw;
    font-size: 5vw;
}
}

