@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: #ff5e14;
  text-decoration: none;
}
.posiAbsolute {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}
.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: #ff5e14;
}
.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: 20px;
    color: #121c45;
    line-height: 1.5;
}
.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: #ff5e14;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 50px;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: #ff5e14;
  background-color: transparent;
  border-bottom: 4px solid #ff5e14;
  padding-bottom: 50px;
}
.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;
}
@media (max-width: 767px) {
  .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: #ff5e14;
      background-color: transparent;
      border-bottom: 1px solid #ff5e14;
      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: #ff5e14;
    background-color: transparent;
    border-bottom: 1px solid #ff5e14;
    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: 16px;
    font-weight: 600;
  }
  .myNav .btn-group,
  .myNav .nav-phone {
    padding-top:4.3rem;padding-left: 10px;
  }
  .navbar-nav > li {
    padding: 4.3rem 0 0;
  }
}

@media (max-width: 1720px) {
    .container-fluid {
    width: 100%;
  }
  .navbar-default .navbar-nav > li > a {
    color: #121c45;
    font-size: 14px;
    font-weight: 600;
  }
  .myNav .btn-group,
  .myNav .nav-phone {
    padding-top:4.3rem;padding-left: 10px;
  }
  .navbar-nav > li {
    padding: 4.3rem 0 0;
  }
}
@media (max-width: 1620px) {
    .navbar-default .navbar-nav > li > a {
    color: #121c45;
    font-size: 14px;
    font-weight: 600;
    padding:10px;
  }
}
@media (max-width: 1600px) {
  /* .myNav .navbar-brand {
     max-width: 260px;
   }
   .myNav .navbar-brand span {
     padding: 1rem 0 0 1rem;
     font-size: 14px;
   }

   */
  .myNav .navbar-brand span {
    display: none;
  }
}
@media (max-width: 1350px) {
    .myNav .nav-phone a{display: none;}
}
@media (max-width: 992px) {
    .navbar-nav > li {
    padding: 0rem 0 0;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  .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; */
padding-top: 0;
  }
  .phone-xs {
    padding: 2.8rem 0px 0;
    font-size: 14px;
    font-weight: bold;
    color: #ff5e14;
  }
}

/*内页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: #ff5e14;
}
@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: #ff5e14;
  border-color: #ff5e14;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #ff5e14;
  border-color: #ff5e14;
}
/*回到顶部*/
#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: #ff5e14;
}
.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);
  }
}
/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(../images/fixcont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(../images/fixcont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(../images/fixcont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(../images/fixcont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}