@charset "utf-8";
*{
	margin: 0 auto;
	padding: 0;
}
/*路径*/
/*在当中显示内容的小标签，需要配合bootstrap使用*/

a {
  color: black;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a:focus,
a:hover {
  color: black;
  text-decoration: none;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
a img {
  cursor: pointer;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.errorMessage {
  color: #c30;
  margin: 0 5px;
  vertical-align: middle;
}
.errorMessage:before {
  vertical-align: inherit;
}
.errorMessage.top {
  vertical-align: top;
}
[class^="xy-col-"],
[class*=" xy-col-"] {
  float: left;
  min-height: 1px;
  position: relative;
}
.xySation {
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.xySationShow {
  visibility: visible;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-animation: fadeInUp 1s;
  -ms-animation: fadeInUp 1s;
  animation: fadeInUp 1s;
}
.shipin{width: 46%; height: 400px;}
@media (max-width: 767.98px) {
  .xySation {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  .shipin{width: 100%; height: 280px;}
}
/*如制作手机站，请将以下代码放到@media (min-width: 768px)内*/
html {
  font-size: 12px;
}
body {
  position: relative;
  overflow-y: scroll;
  color: black;
  font-family: Microsoft YaHei, Arial, "微软雅黑", "宋体";
  font-size: 1em;
  line-height: 2;
}
.xy-container {
  width: 100%;
}
.xy-container-fluid {
  width: 100%;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}

header {
  /*position:fixed;*/
  top:0;
  z-index: 10;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  background-color: rgba(51,51,51,0.5);
}
header.opacity{
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  background-color:black;
}
header nav.navbar-default {
  max-width: 1230px;
  min-height: 40px;
  margin-bottom: 0;
  background-color:transparent;
  border-width: 0;
}
header nav.navbar-default > .navbar-header > .navbar-toggle {
  margin: 3px 15px 3px 0;
  border-color: transparent;
}
header nav.navbar-default > .navbar-header > .navbar-toggle > .icon-bar {
  background-color: white;
}
header nav.navbar-default > .navbar-header > .navbar-toggle:focus,
header nav.navbar-default > .navbar-header > .navbar-toggle:hover {
  background-color: transparent;
}
header nav.navbar-default > .navbar-header > .navbar-brand {
  height: 40px;
  padding: 0;
}
header nav.navbar-default > .navbar-header > .navbar-brand > img {
  height: 100%;
}
header nav.navbar-default > .navbar-collapse {
  position:absolute;
  left:0;
  right: 0;
  top: 50px;
  z-index: 10;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color:white;
  border-width: 0;
}
header nav.navbar-default > .navbar-collapse > .nav {
  margin: 0;
  padding: 5px 0;
}
header nav.navbar-default > .navbar-collapse > .nav > li > a,
header nav.navbar-default > .navbar-collapse > .nav > li > font{
  padding: 3px 10px;
  line-height: 2;
  color: white;
  cursor: pointer;
  text-decoration: none;
}
header nav.navbar-default > .navbar-collapse > .nav > li > a:focus,
header nav.navbar-default > .navbar-collapse > .nav > li > a:hover {
  color: white;
  text-decoration: none;
}
header nav.navbar-default > .navbar-collapse > .nav > li.active > a {
  background-color: transparent;
}
header nav.navbar-default > .navbar-collapse > .nav > li > font > i {
  margin-top:4px;
  margin-left:0;
  margin-right:5px;
}

header nav.navbar-default > .navbar-collapse > .nav > li > ul,
header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > ul{
  padding: 0;
  margin: 0;
  display: none;
  list-style: none;
}
header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > a,
header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > font {
  padding: 5px 15px 5px 23px;
  display: block;
  cursor: pointer;
  color: black;
  font-size: 14px;
  text-decoration: none;
  background-image:url(../images/dot.png);
  background-position:8px center;
  background-repeat:no-repeat;
}
header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > ul > li > a,
header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > ul > li > font{
  padding: 3px 10px 3px 13px;
  display: block;
  cursor: pointer;
  color: black;
  font-size: 12px;
  text-decoration: none;
}

header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > ul > li > a > i,
header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > ul > li > font > i{
  margin-right:6px;
}
header nav.navbar-default > .navbar-collapse > .nav > li.open > font,
header nav.navbar-default > .navbar-collapse > .nav > li.open > font > i {
  color: white;
}
header nav.navbar-default > .navbar-collapse > .nav > li.open > font > i {
  margin-top:4px;
  margin-left:0;
  margin-right:5px;
}
header nav.navbar-default > .navbar-collapse > .nav > li.open > ul,
header nav.navbar-default > .navbar-collapse > .nav > li > ul > li.open > ul{
  display: block;
}
header nav.navbar-default > .navbar-collapse > .nav > li#lang > a{
  height:30px;
  width:30px;
  padding:0;
  float:left;
  cursor: pointer;
  color:white;
  text-align: center;
  line-height: 30px;
  background-color:transparent;
  border:0;
  border-radius: 50%;
}
header nav.navbar-default > .navbar-collapse > .nav > li#lang > a.active,
header nav.navbar-default > .navbar-collapse > .nav > li#lang > a:focus,
header nav.navbar-default > .navbar-collapse > .nav > li#lang > a:hover{
  color: white;
  background-color:#343434;
}
@media (max-width: 767px) {
  header nav.navbar-default {
    min-height: 30px;
    padding:10px 0;
  }
  header nav.navbar-default > .navbar-header > .navbar-brand {
    position:absolute;
    left:50%;
    height: 30px;
    margin-left: -23.5px;
  }
  header nav.navbar-default > .navbar-header > .navbar-toggle {
    width:24px;
    height:20px;
    padding:2px 5px;
    margin: 3px 0 3px 5px;
    float:left;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    border-width:0;
  }
  header nav.navbar-default > .navbar-header > .navbar-toggle > .icon-bar{
    margin-left:0;
    background-color:white;
  }
  header nav.navbar-default > .navbar-header > .navbar-toggle > #bar2{
    width:60%;
  }
  header nav.navbar-default > .navbar-header > .navbar-toggle > #bar3{
    width:80%;
  }
  header nav.navbar-default > .navbar-header > .nav-search {
    width:24px;
    height: 20px;
    padding:2px 5px;
    margin: 3px 5px 3px 0;
    float:right;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    background-color:transparent;
    border-color: transparent;
    border-width:0;
  }
  header nav.navbar-default > .navbar-header > .nav-search:focus {
    outline: 0;
  }
  header nav.navbar-default > .navbar-header > button .icon-remove{
    display: block;
    color:white;
  }
  header nav.navbar-default > .navbar-header > button.collapsed .icon-remove{
    display: none;
  }
  header nav.navbar-default > .navbar-header > button .icon-search{
    display: none;
    color:white;
  }
  header nav.navbar-default > .navbar-header > button.collapsed .icon-search{
    display: block;
  }
  header nav.navbar-default > .navbar-header > button span{
    display: none;
  }
  header nav.navbar-default > .navbar-header > button.collapsed span{
    display: block;
  }
  header nav.navbar-default > .navbar-collapse > .nav {
    position: absolute;
    left:7%;
    right:7%;
    top:10px;
    width: 86%;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li{
    padding:10px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a,
  header nav.navbar-default > .navbar-collapse > .nav > li > font,
  header nav.navbar-default > .navbar-collapse > .nav > li.open > font,
  header nav.navbar-default > .navbar-collapse > .nav > li > a:focus,
  header nav.navbar-default > .navbar-collapse > .nav > li > a:hover {
    padding:0;
    display: block;
    color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > font i{
    font-size: 22px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li.open > font i{
    color:black;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li hr{
    margin:0 -10px;
    border-top-color:#bababa;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li #cartwap{
    display: inline-flex;
    vertical-align: middle;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li #cartwap .badge{
    height: 16px;
    padding:2px 5px;
    margin:4px 0 0 5px;
    float:right;
    line-height: 16px;
    background-color:red;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li #cartwap img{
    height:16px;
    padding:4px;
    margin-right:10px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li .xy-col-1-2{
    width:50%;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li .xy-col-1-2 a{
    color: black;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li .xy-col-1-2 a.active{
    color: #61479a;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > ul{
    padding:5px 0;
  }
  header nav.navbar-default > .navbar-collapse > #wapsearch{
    position:absolute;
    left:7%;
    right:7%;
    top:10px;
    width: 82%;
    padding:10px 2%;
    border-bottom: 1px black solid;
  }
  header nav.navbar-default > .navbar-collapse > #wapsearch .icon-search{
    font-size: 18px;
    line-height: 28px;
  }
  header nav.navbar-default > .navbar-collapse > #wapsearch input.trim{
    width: 90%;
    height: 28px;
    padding:0 10px;
    line-height: 28px;
    background-color:transparent;
    border-width:0;
  }
  
  header nav.navbar-default > .navbar-header #cartbtn{
    position: relative;
    padding:0;
  }
  header nav.navbar-default > .navbar-header #cartbtn .badge{
    position:absolute;
    right:-8px;
    top:-8px;
    padding: 1px 3px;
    font-weight:400;
    line-height: 16px;
    text-align: center;
    background-color:rgba(255,0,0,0.7);
  }
  header nav.navbar-default > .navbar-header #cartbtn img{
    width:20px;
    padding:5px;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background-color:transparent;
    border-radius: 50%;
  }
  header nav.navbar-default > .navbar-header #cartbtn:focus img,
  header nav.navbar-default > .navbar-header #cartbtn:hover img{
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background-color:#343434;
  }
}
@media (min-width: 768px) {
  header {
    border-top-width: 0;
  }
  header nav.navbar-default {
    padding:0;
    border-radius: 0;
    -webkit-animation: fadeOpacity 1s;
    -ms-animation: fadeOpacity 1s;
    animation: fadeOpacity 1s;
  }
  header nav.navbar-default > .navbar-header{
    position: relative;
    z-index: 20;
  }
  header nav.navbar-default > .navbar-header > .navbar-brand {
    height: 50px;
    margin-left:20px;
  }
  header nav.navbar-default > .navbar-header > .navbar-brand img {
    height:auto;
    max-height: 70%;
    margin-top:10%;
  }
  header nav.navbar-default > #nav-search{
    display: none !important;
  }
  header nav.navbar-default > .navbar-collapse {
    position: relative;
    top: 0;
    background: none;
  }
  header nav.navbar-default > .navbar-collapse > #lang {
    position: absolute;
    right: 25px;
    top: 0;
  }
  header nav.navbar-default > .navbar-collapse > #lang > a {
    height: 2em;
    width: 2em;
    display: inline-block;
    color: #333333;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-weight: lighter;
    line-height: 2;
    text-align: center;
    border-radius: 50%;
  }
  header nav.navbar-default > .navbar-collapse > #lang > a:focus,
  header nav.navbar-default > .navbar-collapse > #lang > a:hover {
    color: #333333;
    text-decoration: none;
    background-color: #8a8a8a;
  }
  header nav.navbar-default > .navbar-collapse > #lang > a.active {
    color: #333333;
    cursor: pointer;
    text-decoration: none;
    background-color: #8a8a8a;
  }
  header nav.navbar-default > .navbar-collapse > #lang > a.active:focus,
  header nav.navbar-default > .navbar-collapse > #lang > a.active:hover {
    color: white;
    text-decoration: none;
  }
  header nav.navbar-default > .navbar-collapse > .nav {
    position: absolute;
    bottom: 40%;
    right: 10px;
    padding: 0;
    margin: 0 0 -12px 0;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li {
    margin-right: 17px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a {
    padding: 5px 0 0;
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.5;
    border-bottom:2px transparent solid;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a.active,
  header nav.navbar-default > .navbar-collapse > .nav > li > a:focus,
  header nav.navbar-default > .navbar-collapse > .nav > li > a:hover {
    color:white;
    text-decoration: none;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li a.nav-search{
    padding:0;
    border-width:0;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li a.nav-search:focus,
  header nav.navbar-default > .navbar-collapse > .nav > li a.nav-search:hover{
    border-bottom-color:transparent;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a > i {
    margin-left:5px;
    cursor: pointer;
    color:#b7b7b7;
    line-height: 1;
    text-align: center;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a > i.icon-search{
    width:23px;
    height: 23px;
    margin-left:0;
    padding:0;
    display: block;
    color:white;
    line-height: 23px;
    text-align: center;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a > .popover > .popover-content > #topsearch {
    width: 210px;
    overflow: hidden;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a > .popover > .popover-content > #topsearch > input.trim {
    height: 24px;
    width: 160px;
    float: left;
    padding: 2px 5px;
    color:#666;
    border: 1px #ccc solid;
    border-radius: 2px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a > .popover > .popover-content > #topsearch > button {
    float: right;
    color:white;
    background-color:black;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > .dropdown-menu {
    left: 0;
    right: auto;
    background-color: rgba(255, 255, 255, 0.9);
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > .dropdown-menu > li > a {
    padding: 3px 10px;
    font-size: 14px;
    line-height: 2;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > .dropdown-menu > li > a:focus,
  header nav.navbar-default > .navbar-collapse > .nav > li > .dropdown-menu > li > a:hover {
    color:#e73d78;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li.open > a {
    background-color: transparent;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li.active > a {
    border-bottom-color: #1d1d1d;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > a,
  header nav.navbar-default > .navbar-collapse > .nav > li > ul > li > font {
    color: white;
    background:black;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form{
    height: 27px;
    background-color:transparent;
    border-color:transparent transparent rgba(255, 255, 255, 0.5);
    border-width:0 0 1px;
    border-style: solid;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form input.trim{
    width:60px;
    height:18px;
    padding:3px 5px;
    color:white;
    background-color:transparent;
    border-width:0;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form input.trim::-webkit-input-placeholder{
    color:white;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form input.trim:-moz-placeholder{
    color:white;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form input.trim::-moz-placeholder{
    color:white;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form input.trim:-ms-input-placeholder{
    color:white;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form button.btn{
    width:20px;
    height:20px;
    padding:2px;
    background-color:transparent;
    border-width:0;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li #cartbtn{
    position: relative;
    padding:0;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li #cartbtn .badge{
    position:absolute;
    right:-8px;
    top:-8px;
    padding: 1px 3px;
    font-weight:400;
    line-height: 16px;
    text-align: center;
    background-color:rgba(255,0,0,0.7);
  }
  header nav.navbar-default > .navbar-collapse > .nav > li #cartbtn img{
    width:20px;
    padding:5px;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background-color:transparent;
    border-radius: 50%;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li #cartbtn:focus img,
  header nav.navbar-default > .navbar-collapse > .nav > li #cartbtn:hover img{
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background-color:#343434;
  }
}
@media (min-width: 992px) {
  header nav.navbar-default > .navbar-collapse > .nav > li {
    margin-right: 32px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form input.trim{
    width:90px;
  }
}
@media (min-width: 1090px) {
  header nav.navbar-default > .navbar-header > .navbar-brand {
    height: 60px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li a.nav-search{
    margin-top:2px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a > i.icon-search{
    width:25px;
    height: 25px;
    line-height: 25px;
  }
}
@media (min-width: 1185px) {
  header nav.navbar-default > .navbar-collapse > .nav > li {
    margin-right: 47px;
  }
}
@media (min-width: 1200px) {
  header nav.navbar-default > .navbar-header > .navbar-brand {
    height: 70px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a {
    font-size: 16px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li > a > i.icon-search{
    width:27px;
    height: 27px;
    line-height: 27px;
  }
  header nav.navbar-default > .navbar-collapse > .nav > li form input.trim{
    width:120px;
  }
}

#index-banner{
  position:relative;
  overflow: hidden;
}
#index-banner.xySationShow {
  -webkit-animation: fadeOpacity 2s;
  -ms-animation: fadeOpacity 2s;
  animation: fadeOpacity 2s;
}
#index-banner #carousel-banner {
  overflow:hidden;
}
#index-banner #carousel-banner > .carousel-inner > .item {
  max-width: 1920px;
}
#index-banner #carousel-banner > .carousel-inner > .item img {
  width: 100%;
  max-width: none;
  top: 0px;
}
#index-banner #carousel-banner > .carousel-inner > .item img.font{
  position: absolute;
  opacity: 0;
}
#index-banner #carousel-banner > .carousel-inner > .item.active   img.font {
  animation: fadeOpacity 0.5s;
  -ms-animation: fadeOpacity 0.5s;
  -moz-animation: fadeOpacity 0.5s;
  -webkit-animation: fadeOpacity 0.5s;
  -o-animation: fadeOpacity 0.5s;
  /*动画延迟*/
  animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  /*动画停留在最后一秒*/
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#index-banner .carousel.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
#index-banner .carousel.carousel-fade .carousel-inner .item,
#index-banner .carousel.carousel-fade .carousel-inner .active.left,
#index-banner .carousel.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
#index-banner .carousel.carousel-fade .carousel-inner .active,
#index-banner .carousel.carousel-fade .carousel-inner .next.left,
#index-banner .carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
#index-banner .carousel.carousel-fade .carousel-inner .next,
#index-banner .carousel.carousel-fade .carousel-inner .prev,
#index-banner .carousel.carousel-fade .carousel-inner .active.left,
#index-banner .carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#index-banner #carousel-banner > .carousel-control {
  top:0%;
  bottom:0%;
  background:none;
}
#index-banner #carousel-banner > .carousel-control > i {
  position: absolute;
  top: 40%;
  left: 30%;
  max-width: 40%;
  color:white;
  font-size: 1.5em;
}
#index-banner #carousel-banner > .carousel-control.right > i {
  right: 30%;
}
@media (min-width: 768px) {
  #index-banner #carousel-banner > .carousel-control {
    top:40%;
    bottom:40%;
  }
  #index-banner #carousel-banner > .carousel-control > i {
    top:0;
    font-size: 4em;
  }
  #index-banner .carousel > .carousel-indicators {
    bottom: 3%;
    margin-bottom: 0;
  }
  #index-banner .carousel > .carousel-indicators > li {
    height: 4px;
    width: 100px;
    margin: 0 3px;
    background-color: #848484;
    border-width: 0;
    border-radius: 0;
  }
  #index-banner .carousel > .carousel-indicators > li.active {
    background-color: #fc4400;
  }
}
@media (min-width: 1200px) {
  #index-banner #carousel-banner > .carousel-control > i {
    top:20%;
  }
}

#index-about{
  width:96%;
  max-width:1050px;
  padding:2% 0 5%;
}
#index-about #icons{
  padding:2% 0;
}
#index-about #icons img{
  margin:0 10px;
}
.index-about-font1{
  font-size: 38px;
  line-height: 1.6;
}
.index-about-font2{
  font-size: 24px;
  line-height: 1.6;
}
.index-about-font3{
  font-size: 16px;
  line-height: 1.6;
}
.index-about-font4{
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #index-about{
    padding:10% 0;
  }
  .index-about-font2{
    width: 260px;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .index-about-font4{
    font-size: 12px;
    line-height: 1.8;
  }
}
@media (min-width: 992px) {
  #index-about #icons img{
    margin:0 18px;
  }
  .index-about-font1{
    font-size: 42px;
  }
  .index-about-font2{
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .index-about-font1{
    font-size: 46px;
  }
  .index-about-font2{
    font-size: 32px;
  }
  .index-about-font3{
    font-size: 18px;
  }
  .index-about-font4{
    font-size: 16px;
  }
}
@media (min-width: 1379px) {
  #index-about{
    padding-bottom:11%;
  }
}

#index-proclass{
  padding-bottom: 40px;
  background-color:#f7f2ef;
}
#top-proclass{
  max-width:1362px;
  padding:2% 0;
  color:white;
  background-color:#E4007F;
}
.top-proclass-font1{
  font-size: 38px;
  line-height: 1.6;
}
.top-proclass-font2{
  max-width: 410px;
  font-size: 14px;
  line-height: 1.6;
}
.top-proclass-font3{
  font-size: 14px;
  line-height: 1.6;
}
.top-proclass-font3 a{
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  margin-top:0;
  display: inline-block;
  vertical-align: middle;
  color:white;
}
.top-proclass-font3 a:focus,
.top-proclass-font3 a:hover{
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  margin-top:-5px;
  text-shadow:2px 2px 2px rgba(255, 255, 255, 0.3);
}
.top-proclass-font3 font{
  height: 12px;
  padding-left:2%;
  margin-left:2%;
  display: inline-block;
  vertical-align: middle;
  border-left:1px white solid;
}
#main-proclass{
  position: relative;
}
#main-proclass hr{
  position:absolute;
  bottom: 0;
  top:0;
  left:50%;
  height: auto;
  margin:0 0 0 -1px;
  /*border-color:#150402;*/
  /*border-style:solid;*/
  border-width:0 0 0 2px;
}
#main-proclass .num{
  max-width: 1144px;
}
#main-proclass .num [class^="pull-"],
#main-proclass .num [class*=" pull-"] {
  width: 48%;
  font-size: 18px;
  line-height: 3;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#main-proclass .num .pull-left.xySationShow{
  animation: fadeInLeft 0.5s;
  -ms-animation: fadeInLeft 0.5s;
  -moz-animation: fadeInLeft 0.5s;
  -webkit-animation: fadeInLeft 0.5s;
  -o-animation: fadeInLeft 0.5s;
}
#main-proclass .num .pull-right.xySationShow{
  animation: fadeInRight 0.5s;
  -ms-animation: fadeInRight 0.5s;
  -moz-animation: fadeInRight 0.5s;
  -webkit-animation: fadeInRight 0.5s;
  -o-animation: fadeInRight 0.5s;
}
#main-proclass .num [class^="pull-"].xySationShow,
#main-proclass .num [class*=" pull-"].xySationShow {
  /*动画延迟*/
  animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  /*动画停留在最后一秒*/
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#main-proclass [class^="bg-"],
#main-proclass [class*=" bg-"] {
  position: relative;
  background-position: center center;
  background-repeat: repeat-y;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#main-proclass .bg-left.xySationShow{
  animation: fadeInLeft 1s;
  -ms-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -webkit-animation: fadeInLeft 1s;
  -o-animation: fadeInLeft 1s;
}
#main-proclass .bg-right.xySationShow{
  animation: fadeInRight 1s;
  -ms-animation: fadeInRight 1s;
  -moz-animation: fadeInRight 1s;
  -webkit-animation: fadeInRight 1s;
  -o-animation: fadeInRight 1s;
}
#main-proclass [class^="bg-"].xySationShow,
#main-proclass [class*=" bg-"].xySationShow {
  /*动画延迟*/
  animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  /*动画停留在最后一秒*/
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#main-proclass .bg-left{
  background-image: url(../images/proclass-bg-left.png);
}
/*#main-proclass .bg-right{*/
/*  background-image: url(../images/proclass-bg-right.png);*/
/*}*/
#main-proclass [class^="bg-"] > div,
#main-proclass [class*=" bg-"] > div {
  position: relative;
  max-width: 1230px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size:cover;
}
#main-proclass [class^="bg-"] > div.pc1,
#main-proclass [class*=" bg-"] > div.pc1 {
  background-image: url(../images/pc1.png);
}
#main-proclass [class^="bg-"] > div.pc2,
#main-proclass [class*=" bg-"] > div.pc2 {
  background-image: url(../images/pc2.png);
}
#main-proclass [class^="bg-"] > div.pc3,
#main-proclass [class*=" bg-"] > div.pc3 {
  background-image: url(../images/pc3.png);
}
#main-proclass [class^="bg-"] > div.pc4,
#main-proclass [class*=" bg-"] > div.pc4 {
  background-image: url(../images/pc4.png);
}
#main-proclass [class^="bg-"] > div.pc5,
#main-proclass [class*=" bg-"] > div.pc5 {
  background-image: url(../images/pc5.png);
}
#main-proclass [class^="bg-"] img,
#main-proclass [class*=" bg-"] img {
  max-width:48%;
  animation: xyNarrow 0.5s;
  -ms-animation: xyNarrow 0.5s;
  -moz-animation: xyNarrow 0.5s;
  -webkit-animation: xyNarrow 0.5s;
  -o-animation: xyNarrow 0.5s;
  /*动画停留在最后一秒*/
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#main-proclass [class^="bg-"] img:focus,
#main-proclass [class^="bg-"] img:hover,
#main-proclass [class*=" bg-"] img:focus,
#main-proclass [class*=" bg-"] img:hover {
  animation: xyEnlarge 0.5s;
  -ms-animation: xyEnlarge 0.5s;
  -moz-animation: xyEnlarge 0.5s;
  -webkit-animation: xyEnlarge 0.5s;
  -o-animation: xyEnlarge 0.5s;
  /*动画停留在最后一秒*/
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#main-proclass [class^="bg-"] div[class^="pull-"],
#main-proclass [class^="bg-"] div[class*=" pull-"],
#main-proclass [class*=" bg-"] div[class^="pull-"],
#main-proclass [class*=" bg-"] div[class*=" pull-"] {
/*  position: absolute; */
  top: 0;
  bottom: 0;
  width: 47%;
  overflow: hidden;
}
#main-proclass .bg-left div[class^="pull-"],
#main-proclass .bg-left div[class*=" pull-"] {
  left: 0;
}
#main-proclass .bg-right div[class^="pull-"],
#main-proclass .bg-right div[class*=" pull-"] {
  right: 0;
}
#main-proclass .more{
  position: absolute;
  bottom: 15px;
  padding:3px 5px;
  color:white;
  font-size: 14px;
  background-color:black;
  border-radius: 3px;
}
#main-proclass .bg-left .more{
  left:5px;
}
/* #main-proclass .bg-right .more{
  right:5px;
} */
#main-proclass dl{
  margin-bottom: 0;
}
#main-proclass dt{
  position: relative;
  height: 80px;
}
#main-proclass dt div{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
#main-proclass dd{
  font-size: 14px;
}
#main-proclass .bg-left dt,
#main-proclass .bg-left dd{
  text-align: left;
}
#main-proclass .bg-right dt,
#main-proclass .bg-right dd{
  text-align: left;
}
@media (max-width: 767px) {
  #index-proclass{
    padding-bottom: 20px;
    background-color:#e6ddd9;
	padding-top: 20px;
  }
  #top-proclass{
    padding:5% 0;
    margin-bottom: 20px;
    background-color:#E4007F;
  }
  .top-proclass-font1{
    font-size: 20px;
    line-height: 2;
  }
  .top-proclass-font2{
    padding:0 2%;
    max-width: 340px;
    font-size: 12px;
    line-height: 1.8;
  }
  .top-proclass-font3{
    font-size: 12px;
    line-height: 1.8;
  }
  #main-proclass [class^="bg-"] > div,
  #main-proclass [class*=" bg-"] > div {
    overflow: hidden;
  }
  #main-proclass [class^="bg-"] > div.pc1,
  #main-proclass [class*=" bg-"] > div.pc1 {
    background:none;
  }
  #main-proclass [class^="bg-"] > div.pc2,
  #main-proclass [class*=" bg-"] > div.pc2 {
    background:none;
  }
  #main-proclass [class^="bg-"] > div.pc3,
  #main-proclass [class*=" bg-"] > div.pc3 {
    background:none;
  }
  #main-proclass [class^="bg-"] > div.pc4,
  #main-proclass [class*=" bg-"] > div.pc4 {
    background:none;
  }
  #main-proclass [class^="bg-"] > div.pc5,
  #main-proclass [class*=" bg-"] > div.pc5 {
    background:none;
  }
  #main-proclass [class^="bg-"] img,
  #main-proclass [class*=" bg-"] img {
    max-width:100%;
  }
  #main-proclass [class^="bg-"] div[class^="pull-"],
  #main-proclass [class^="bg-"] div[class*=" pull-"],
  #main-proclass [class*=" bg-"] div[class^="pull-"],
  #main-proclass [class*=" bg-"] div[class*=" pull-"] {
    width: 100%;
  }
  #main-proclass dl{
    padding:10px 5px 0 10px;
    margin-bottom: 35px;
  }
  #main-proclass dt{
    height: auto;
    padding:5px 0;
  }
  #main-proclass dt div{
    position: static;
    transform: translateY(0);
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
  }
  #main-proclass dd{
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
  }
  #main-proclass .bg-left dt,
  #main-proclass .bg-left dd {
    text-align: left;
  }
  #main-proclass .more{
    bottom: 10px;
  }
  #main-proclass .bg-left .more{
    left:10px;
    font-size: 12px;
    line-height: 1.6;
  }
  #main-proclass .bg-right .more{
    left:10px;
    right:auto;
    font-size: 12px;
    line-height: 1.6;
  }
}
@media (max-width: 1159px) {
  .top-proclass-font3{
    padding: 0 2%;
  }
  font.proclass4{
    height:0;
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    border-left-width:0;
  }
}
@media (min-width: 992px) {
  .top-proclass-font1{
    font-size: 42px;
  }
  .top-proclass-font2{
    max-width:455px;
  }
  #main-proclass .num [class^="pull-"],
  #main-proclass .num [class*=" pull-"] {
    font-size: 20px;
    line-height: 3.5;
  }
  #main-proclass .more{
    bottom: 29px;
    font-size: 16px;
  }
  #main-proclass dl{
    margin-bottom: 10px;
  }
  #main-proclass dt{
    height: 90px;
  }
  #main-proclass dt div{
    font-size: 30px;
    line-height: 35px;
  }
  #main-proclass dt div a{
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
  }
  #main-proclass dt div a:focus,
  #main-proclass dt div a:hover{
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: bold;
    text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  #main-proclass dd{
    font-size: 16px;
  }
  #main-proclass .bg-right dd{
    padding-left:5px;
  }
  #main-proclass .bg-right dd a{
    margin-left:0;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
  }
  #main-proclass .bg-right dd a:focus,
  #main-proclass .bg-right dd a:hover{
    margin-left:-5px;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: bold;
    text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  #main-proclass .bg-left dd{
    padding-right:5px;
  }
  #main-proclass .bg-left dd a{
    margin-right:0;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: 400;
  }
  #main-proclass .bg-left dd a:focus,
  #main-proclass .bg-left dd a:hover{
    margin-right:-5px;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    font-weight: bold;
    text-shadow:2px 2px 2px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1100px) {
  #main-proclass dt{
    height: 100px;
  }
  #main-proclass dt div{
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .top-proclass-font1{
    font-size: 46px;
  }
  .top-proclass-font2{
    font-size: 16px;
  }
  .top-proclass-font3{
    font-size: 16px;
  }
  #main-proclass .num [class^="pull-"],
  #main-proclass .num [class*=" pull-"] {
    font-size: 22px;
    line-height: 4;
  }
  #main-proclass .more{
    bottom: 38px;
    font-size: 18px;
  }
  #main-proclass dl{
    margin-bottom: 20px;
    margin-top: 50px;
  }
  #main-proclass dt{
    height: 120px;
  }
  #main-proclass dt div{
    font-size: 38px;
    line-height: 40px;
  }
  #main-proclass dd{
    font-size: 18px;
  }
}
@media (min-width: 1379px) {
  #index-proclass{
    position: relative;
    padding-bottom:50px;
    padding-top:58px;
  }
  #top-proclass{
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: -10px;*/
    /*margin-left:-681px;*/
    margin-bottom: 50px;
  }
}

#index-showroom{
  padding:3% 0;
}
.index-showroom-font1{
  font-size: 38px;
  line-height: 1.6;
}
.index-showroom-font2{
  font-size: 24px;
  line-height: 1.6;
}
.index-showroom-font3{
  width:92%;
  max-width: 510px;
  font-size: 14px;
  line-height: 1.6;
}
#index-showroom img{
  max-width:92%;
  margin-top: 2%;
}
@media (max-width: 767px) {
  .index-showroom-font1{
    font-size: 20px;
    font-weight: bold;
  }
  .index-showroom-font2{
    width: 260px;
    font-size: 14px;
    line-height: 1.5;
  }
  .index-showroom-font3{
    width:92%;
    color:#666666;
    font-size: 12px;
    line-height: 1.8;
  }
  #index-showroom img{
    max-width:92%;
  }
}
@media (min-width: 992px) {
  .index-showroom-font1{
    font-size: 42px;
  }
  .index-showroom-font2{
    font-size: 28px;
  }
  #index-showroom img{
    max-width:100%;
  }
}
@media (min-width: 1200px) {
  .index-showroom-font1{
    font-size: 46px;
  }
  .index-showroom-font2{
    font-size: 32px;
  }
  .index-showroom-font3{
    max-width: 600px;
    font-size: 16px;
  }
}

#footnav{
  background-color:black;
  height: 420px;
}
#footnav article{
  max-width: 1230px;
  padding-top: 0.5%;
  background-color:white;
}
#footnav ul{
  width:91%;
  max-width: 1030px;
  margin:0 auto;
  float: none;
  display: flex;
  border-bottom: 1px black solid;
}
#footnav li{
  font-size: 18px;
}
#footnav article > div{
  width:91%;
  max-width:1030px;
  padding:2% 0 3%;
  margin: 0 auto;
  height: 300px;
}
#footnav article .xy-col-3{
  width:20%;
}
#footnav article .xy-col-4{
  width:40%;
  display: table;
  /*text-align: right;*/
  white-space:nowrap;
}
/*#footnav article .xy-col-4 div{*/
/*  transform: translateY(25%);*/
/*}*/
#footnav .xy-col-4 > div > *{
  margin:0 3%;
  cursor: pointer;
}
#footnav .xy-col-4 img{
  max-width:40%;
}
#footnav dd{
  font-size: 14px;
  line-height: 1.7;
}
#footnav dt{
  padding:3% 0;
  font-size: 16px;
  font-weight: 400;
}
#footnav dt .title{
  padding:3px 5px;
  margin-right:20px;
  display: inline-block;
  color:white;
  line-height: 20px;
  background-color:black;
  border-radius: 3px;
}
@media (max-width: 991px) {
  #footnav{
    background-color:transparent;
  }
  #footnav li{
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #footnav article > div{
    padding:5% 0;
  }
  #footnav article .xy-col-3{
    width:100%;
  }
  #footnav article .xy-col-4{
    width:100%;
    text-align: left;
  }
  #footnav article .xy-col-4 div{
    transform: translateY(0);
  }
  #footnav .xy-col-4 > div > *{
    margin-left:0;
  }
  #footnav .xy-col-4 img{
    max-width:15%;
  }
  #footnav .xy-col-4 > div > *:last-child img{
    max-width:25%;
  }
  #footnav dd{
    font-size: 12px;
  }
  #footnav dt{
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  #footnav dd br{
    display: block !important;
  }
}

footer{
  background-color:black;
}
footer article{
  padding:2% 0;
  color:white;
  font-size: 14px;
  line-height: 1.6;
}
footer article a,
footer article a:focus,
footer article a:hover{
  color:white;
}
@media (max-width: 767px) {
  footer article{
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  footer article{
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  footer article{
    font-size: 18px;
  }
}

#inner-banner article{
  position: relative;
}
#inner-banner img {
  width: 100%;
}
#inner-banner .font{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color:white;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  transform: translateY(25%);
}
#inner-banner .font small{
  font-size: 14px;
  font-weight: 400;
  display: block;
}
@media (max-width: 767px) {
  #inner-banner .font{
    top:50%;
    margin-top: -22px;
    font-size: 22px;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  #inner-banner .font{
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  #inner-banner .font{
    font-size: 46px;
  }
}

#inner-about{
  width:90%;
  max-width: 1144px;
  padding:4% 0;
}
.inner-about-font1{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.inner-about-font2{
  margin-bottom: 2em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.inner-about-font3{
  color:#666666;
  line-height: 1.6;
}
.inner-about-font3 p{
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .inner-about-font1{
    width: 260px;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .inner-about-font2{
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .inner-about-font1{
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .inner-about-font1{
    font-size: 32px;
  }
}

#inner-spirit{
  background-color:#f8f8f8;
}
#inner-spirit article{
  width:96%;
  max-width:1024px;
  padding:3% 0 5%;
}
.inner-spirit-font1{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
#inner-spirit .xy-col-3-5{
  width:60%;
}
#inner-spirit .xy-col-2-5{
  width:40%;
}
#inner-spirit [class^="xy-col-"],
#inner-spirit [class*=" xy-col-"] {
  margin-top: 4%;
}
#inner-spirit .media-left div{
  width:64px;
  height:64px;
  margin-top: 1em;
  line-height: 60px;
  text-align: center;
  background-color:#d0197b;
  border-radius:50%;
}
#inner-spirit .media-body{
  color:#666666;
  line-height: 1.6;
}
#inner-spirit .media-heading{
  color:black;
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 767px) {
  #inner-spirit{
    background-color:#f0f0f0;
  }
  #inner-spirit article{
    width:90%;
    padding:10% 0;
  }
  .inner-spirit-font1{
    width: 260px;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  #inner-spirit .xy-col-3-5{
    width:100%;
  }
  #inner-spirit .xy-col-2-5{
    width:100%;
  }
  #inner-spirit .media-heading{
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .inner-spirit-font1{
    font-size: 28px;
  }
  #inner-spirit .xy-col-3-5{
    width:55%;
    margin-right: 5%;
  }
  #inner-spirit .media-heading{
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .inner-spirit-font1{
    font-size: 32px;
  }
  #inner-spirit .xy-col-3-5{
    width:50%;
    margin-right: 10%;
  }
  #inner-spirit .media-heading{
    font-size: 24px;
  }
}

#inner-rdcenter{
  background-color:black;
}
#inner-rdcenter .xy-col-1-2{
  width:50%;
}
#inner-rdcenter article{
  position: relative;
}
#inner-rdcenter article #recenterfont{
  position:absolute;
  bottom: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  max-width: 1160px;
  margin: auto;
  transform: translateY(-50%);
}
#recenterfont > div{
  width:46%;
  margin-right:2%;
  float: right;
}
.inner-rdcenter-font1{
  color:white;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.inner-rdcenter-font2{
  color:white;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.inner-rdcenter-font2 p{
  margin-bottom: 0;
  line-height: 1.5;
}
#inner-rdcenter img{
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#inner-rdcenter img.xySationShow{
  animation: fadeInLeft 0.5s;
  -ms-animation: fadeInLeft 0.5s;
  -moz-animation: fadeInLeft 0.5s;
  -webkit-animation: fadeInLeft 0.5s;
  -o-animation: fadeInLeft 0.5s;
  /*动画延迟*/
  animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  /*动画停留在最后一秒*/
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
.inner-rdcenter-font1.xySationShow,
.inner-rdcenter-font2.xySationShow{
  animation: fadeInRight 0.5s;
  -ms-animation: fadeInRight 0.5s;
  -moz-animation: fadeInRight 0.5s;
  -webkit-animation: fadeInRight 0.5s;
  -o-animation: fadeInRight 0.5s;
  /*动画延迟*/
  animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  /*动画停留在最后一秒*/
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  #inner-rdcenter .xy-col-1-2{
    width:100%;
  }
  #inner-rdcenter article #recenterfont{
    position:relative;
    bottom: auto;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    max-width: 1160px;
    margin: auto;
    transform: translateY(-50%);
  }
  #recenterfont > div{
    width:84%;
    margin:8%;
    float: right;
  }
  .inner-rdcenter-font1{
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  .inner-rdcenter-font2 p{
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  #recenterfont > div{
    width:40%;
    margin-right:5%;
  }
  .inner-rdcenter-font1{
    font-size: 28px;
  }
  .inner-rdcenter-font2 p{
    margin-bottom: 10px;
    line-height: 1.7;
  }
}
@media (min-width: 1100px) {
  .inner-rdcenter-font2{
    line-height: 2;
  }
}
@media (min-width: 1200px) {
  .inner-rdcenter-font1{
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  #recenterfont > div{
    margin-right:0;
  }
}

#inner-quality article{
  width:96%;
  max-width:1050px;
  padding:3% 0 5%;
}
.inner-quality-font1{
  margin-bottom: 2%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.inner-quality-font2{
  line-height: 1.8;
  margin-bottom: 4%;
  margin-top: 0.5%;
}
#quality-icons{
  position: relative;
  width:100%;
  max-width: 570px;
}
#quality-icons::before{
  content: '';
  display: block;
  width: 100%;
  padding-top:53%;
}
#quality-icons #icon1{
  position: absolute;
  left:50%;
  top: 0;
  width: 136px;
  height: 56px;
  padding:40px 0;
  margin-left: -68px;
  color: white;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  background-color:black;
  border-radius: 50%;
}
#quality-icons #icon2{
  position: absolute;
  bottom: 0;
  left:0;
  width: 100px;
  height: 60px;
  padding:20px 0;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color:#d0197b;
  border-radius: 50%;
}
#quality-icons #icon3{
  position: absolute;
  bottom: 0;
  left: 37%;
  width: 100px;
  height: 60px;
  padding:20px 0;
  margin-left:-50px;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color:#d0197b;
  border-radius: 50%;
}
#quality-icons #icon4{
  position: absolute;
  bottom: 0;
  right: 37%;
  width: 100px;
  height: 60px;
  padding:20px 0;
  margin-right:-50px;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color:#d0197b;
  border-radius: 50%;
}
#quality-icons #icon5{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 60px;
  padding:20px 0;
  color: white;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background-color:#d0197b;
  border-radius: 50%;
}
#quality-icons #line{
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#quality-icons #line.xySationShow{
  animation: fadeOpacity 0.5s;
  -ms-animation: fadeOpacity 0.5s;
  -moz-animation: fadeOpacity 0.5s;
  -webkit-animation: fadeOpacity 0.5s;
  -o-animation: fadeOpacity 0.5s;
  /*动画延迟*/
  animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  /*动画停留在最后一秒*/
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#quality-icons #line1{
  position:absolute;
  bottom: 45%;
  left: 50%;
  right:0;
  top: 10px;
  border-left:1px #bbbbbb solid;
}
#quality-icons #line2{
  position:absolute;
  bottom: 10px;
  left: 50px;
  right:50px;
  top: 55%;
  background-color:#bbbbbb;
}
#quality-icons #line2 .xy-col-1-3{
  width:33.33%;
  height: 100%;
  margin-left: -1px;
  background-color:white;
  border-color: #bbbbbb;
  border-style: solid;
  border-width: 1px 0 0 1px;
}
#quality-icons #line2 .xy-col-1-3:last-child{
  border-right-width:1px;
  margin-right: -1px;
}
@media (max-width: 767px) {
  #inner-quality article{
    width:90%;
    padding:10% 0;
  }
  .inner-quality-font1{
    width: 260px;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  #quality-icons::before{
    height: 250px;
    padding-top:0;
  }
  #quality-icons #icon1{
    width: 110px;
    height: 50px;
    padding:30px 0;
    margin-left: -55px;
    font-size: 16px;
    line-height: 25px;
  }
  #quality-icons #icon2{
    width: 70px;
    height: 64px;
    padding: 3px 0;
    font-size: 12px;
    line-height: 16px;
  }
  #quality-icons #icon3{
    width: 70px;
    height: 64px;
    padding: 3px 0;
    margin-left:-35px;
    font-size: 12px;
    line-height: 16px;
  }
  #quality-icons #icon4{
    width: 70px;
    height: 64px;
    padding: 3px 0;
    margin-right:-35px;
    font-size: 12px;
    line-height: 16px;
  }
  #quality-icons #icon5{
    width: 70px;
    height: 64px;
    padding: 3px 0;
    font-size: 12px;
    line-height: 16px;
  }
  #quality-icons #line2{
    left: 35px;
    right:35px;
  }
}
@media (min-width: 992px) {
  .inner-quality-font1{
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .inner-quality-font1{
    font-size: 32px;
  }
}

#inner-room{
  background-color:#f0f0f0;
}
#inner-room article{
  width:96%;
  max-width:1220px;
  padding:3% 0 5%;
}
.inner-room-font1{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.inner-room-font2{
  line-height: 2;
  margin-bottom: 2%;
  margin-top: 0.5%;
}
#inner-room .xy-col-1-2{
  width:50%;
  margin: 0.5% 0;
}
#inner-room .xy-col-1-2 img{
  max-width: 98%;
}
@media (max-width: 767px) {
  #inner-room article{
    width:98%;
    padding:10% 0;
  }
  .inner-room-font1{
    width: 260px;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .inner-room-font1{
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .inner-room-font1{
    font-size: 32px;
  }
}

#inner-factory article{
  width:96%;
  max-width:1218px;
  padding:3% 0 5%;
}
.inner-factory-font1{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
.inner-factory-font2{
  line-height: 2;
  margin-bottom: 2%;
  margin-top: 0.5%;
}
#inner-factory .xy-col-1-3{
  width:33.33%;
  margin: 0.5% 0;
}
#inner-factory .xy-col-1-3 img{
  max-width: 98%;
}
@media (max-width: 767px) {
  #inner-factory article{
    width:98%;
    padding:7% 0;
  }
  .inner-factory-font1{
    width: 260px;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  #inner-factory .xy-col-1-3{
    width:50%;
    margin: 0.5% 0;
  }
}
@media (min-width: 992px) {
  .inner-factory-font1{
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .inner-factory-font1{
    font-size: 32px;
  }
}

#inner-honor{
  background-color:#f0f0f0;
}
#inner-honor article{
  width:96%;
  max-width:1220px;
  padding:3% 0 5%;
}
.inner-honor-font1{
  margin-bottom: 4%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
#inner-honor .xy-col-1-4{
  width:25%;
}
#inner-honor .xy-col-1-4 img{
  max-width: 80%;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
@media (max-width: 767px) {
  #inner-honor article{
    width:90%;
    padding:10% 0;
  }
  .inner-honor-font1{
    width: 260px;
    margin-bottom: 4%;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
  }
  #inner-honor .xy-col-1-4{
    width:50%;
    margin: 5% 0;
  }
}
@media (min-width: 992px) {
  .inner-honor-font1{
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .inner-honor-font1{
    font-size: 32px;
  }
}

#inner-brand{
  padding:2% 0;
  background-color:#f2f2f2;
}
#inner-brand article{
  width:96%;
  max-width: 1230px;
}
#inner-brand .panel{
  margin-bottom: 2%;
}
#inner-brand .panel-body{
  padding:20px;
}
#inner-brand .xy-col-1-2{
  width:49%;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#inner-brand .panel.xySationShow .news{
  animation: fadeInLeft 0.5s;
  -ms-animation: fadeInLeft 0.5s;
  -moz-animation: fadeInLeft 0.5s;
  -webkit-animation: fadeInLeft 0.5s;
  -o-animation: fadeInLeft 0.5s;
  /*动画延迟*/
  animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  /*动画停留在最后一秒*/
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#inner-brand .panel.xySationShow .prolist{
  animation: fadeInRight 0.5s;
  -ms-animation: fadeInRight 0.5s;
  -moz-animation: fadeInRight 0.5s;
  -webkit-animation: fadeInRight 0.5s;
  -o-animation: fadeInRight 0.5s;
  /*动画延迟*/
  animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  /*动画停留在最后一秒*/
  animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
}
#inner-brand .news > div{
  max-width: 440px;
  margin-left: 0;
  text-align: center;
}
#inner-brand .news > div div{
  padding:5% 0;
  text-align: left;
}
#inner-brand .news > div .btn{
  margin:0 auto;
  color:white;
  background-color:#231815;
  border-color: #231815;
}
#inner-brand .prolist{
  float: right;
}
#inner-brand .prolist .xy-col-1-3{
  position:relative;
  width:33%;
}
#inner-brand .prolist .xy-col-1-3::before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 116.36%;
}
#inner-brand .prolist .xy-col-1-3 img{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 92%;
  max-height: 92%;
  margin: auto;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.2);
  box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
#inner-brand .prolist .xy-col-1-3 img:focus,
#inner-brand .prolist .xy-col-1-3 img:hover{
  animation: pulse 0.5s;
  -ms-animation: pulse 0.5s;
  -moz-animation: pulse 0.5s;
  -webkit-animation: pulse 0.5s;
  -o-animation: pulse 0.5s;
}
@media (max-width: 767px) {
  #inner-brand{
    background-color:#e2e5ea;
  }
  #inner-brand .xy-col-1-2{
    width:100%;
  }
  #inner-brand .prolist{
    padding-top: 5%;
  }
  #inner-brand .prolist .xy-col-1-3 img{
    max-width: 86%;
    max-height: 86%;
  }
}
@media (min-width: 992px) {
  #inner-brand .panel-body{
    padding:30px;
  }
}
@media (min-width: 1200px) {
  #inner-brand .panel-body{
    padding:40px;
  }
}

#inner-catalog article{
  width:96%;
  max-width:1260px;
  padding:2% 0;
}
#inner-catalog .xy-col-1-3{
  width:50%;
  margin:1% 0;
}
#inner-catalog .xy-col-1-3 > a{
  width:94%;
  max-width: 382px;
  display: block;
  background-color:#efefef;
}
#inner-catalog .xy-col-1-3 img{
  max-width: 50%;
  margin-left: 0;
  display: inline-block;
}
#inner-catalog .xy-col-1-3 > a div{
  width: 48%;
  display: inline-block;
  vertical-align: middle;
}
#inner-catalog .xy-col-1-3 > a div p{
  padding: 0 4%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #inner-catalog .xy-col-1-3{
    width:100%;
  }
}
@media (min-width: 992px) {
  #inner-catalog .xy-col-1-3{
    width:33.33%;
  }
}

#inner-news{
  background-color:#f2f2f2;
}
#inner-news .tab-content ul li.list-group-item{
  margin: 0;
  border-width:0 0 1px;
  border-radius: 0;
}
#inner-news .list-group-item-heading{
  display: flex;
}
#inner-news .list-group-item-heading div{
  position: relative;
  padding-right: 85px;
  margin: 0;
  display: inline-block;
  color:#4a4a4a;
  font-weight: bold;
}
#inner-news .list-group-item-heading font{
  position: absolute;
  right:0;
  top:50%;
  width:80px;
  margin-top:-8px;
  color:white;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  background-color:black;
  border-radius: 7px;
}
#inner-news .list-group-item-text{
  color:#858585;
  line-height: 1.6;
}
#inner-news .list-group-item a{
  color:#d0197b;
}
@media (max-width: 767px) {
  #inner-news{
    background-color:white;
  }
  #inner-news .nav-tabs{
    width:88%;
    margin: 5% auto 2%;
    border-width:0;
  }
  #inner-news .nav-tabs li{
    width:50%;
    margin: 0 -1px;
    border:1px #d0197b solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #inner-news .nav-tabs li + li{
    width:50%;
    margin: 0 -1px;
    border:1px #d0197b solid;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #inner-news .nav-tabs li.active{
    background-color:#d0197b;
  }
  #inner-news .nav-tabs li a{
    padding: 5px 0;
    color:#595959;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color:transparent;
    border-width:0;
  }
  #inner-news .nav-tabs li.active a{
    color:white;
  }
  #inner-news .tab-content .list-group-item{
    padding-left:6%;
    padding-right:6%;
  }
}
@media (min-width: 768px) {
  #inner-news{
    padding: 2.5% 0;
    background-color:#f2f2f2;
  }
  #inner-news .tab-content{
    max-width: 1232px;
  }
  #inner-news .tab-content > .tab-pane{
    width:44%;
    padding: 1% 2% 1.5%;
    margin:0 1%;
    display: inline-block;
    float:left;
    background-color:white;
  }
  #inner-news .tab-content .list-group-item{
    padding-bottom: 3%;
    padding-top: 3%;
  }
  #inner-news .tab-content .tab-pane li:first-child div{
    padding: 10px 15px;
    font-size: 24px;
    font-weight: bold;
  }
  #inner-news .tab-content .tab-pane li:last-child{
    padding: 10px 15px;
    line-height: 2;
  }
  #newslist{
    width: 90%;
    max-width: 1164px;
    padding: 15px 2%;
    margin: 0 auto;
    background-color:white;
  }
  #newslist .list-group-item{
    margin:0;
    border-width:0 0 1px;
    border-radius: 0;
  }
}
:root #inner-news .list-group-item-heading{
  display: block\9;
}
:root #inner-news .list-group-item-heading .ellipsis{
  padding-right: 0\9;
  white-space: normal\9;
}
:root #inner-news .list-group-item-heading font{
  position: relative\9;
  margin-left: 10px\9;
}

#detail{
  max-width: 1230px;
  border-radius: 0;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#detail .panel-body > h3 {
  margin-bottom: 0;
  margin-top: 0;
  color: #474747;
  font-size: 1.429em;
  line-height: 1.5;
  border-bottom: 1px #e7e7e7 solid;
}
#detail .panel-body > h3 small {
  padding-bottom: 10px;
  display: block;
  color: #acacac;
  line-height: 2;
}
#detail .panel-body > div {
  padding: 10px 0;
}
#detail .panel-body > div video {
  max-width: 100%;
  height: auto;
}
#detail .panel-body > div img {
  display: inline-block;
}
#detail .panel-body > div,
#detail .panel-body > div * {
  color: #464646;
  font-size: 1em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  #detail .panel-body > h3 {
    font-size: 1.714em;
    line-height: 2;
    font-weight: bold;
  }
  #detail .panel-body > div{
    padding: 20px;
  }
  #detail .panel-body > div,
  #detail .panel-body > div * {
    font-size: 1.071em;
    line-height: 2;
  }
  #detail .panel-body > div video {
    margin: 0 auto;
    height: 600px;
  }
}

#inner-products{
  position: relative;
}
#inner-products .proclass-group{
  width: 96%;
  max-width: 1220px;
  display: table;
}
#inner-products .proclass-group div{
  min-width: 1px;
  display: table-cell;
  text-align: center;
  background-color:black;
  border-radius: 20px;
}
#inner-products .proclass-group div.line{
  width:2%;
  background-color:transparent;
}
#inner-products .proclass-group div.active{
  background-color:#d0197b;
}
#inner-products .proclass-group div.xySation:focus,
#inner-products .proclass-group div.xySation:hover{
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}
#inner-products .proclass-group .btn{
  white-space: normal;
  display: inline-block;
  color:white;
}
#masonry{
  min-width: 90%;
}
#masonry .thumbnail {
  width:32%;
  padding: 0;
  margin: 0.5%;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  border-width: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2);
  box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}
#masonry .thumbnail:focus,
#masonry .thumbnail:hover{
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.8);
  box-shadow: 2px 2px 10px rgba(0,0,0,.8);
}
#masonry .thumbnail .imgs {
  padding: 8px;
}
#masonry .thumbnail .imgs > div {
  position:relative;
}
#masonry .thumbnail .imgs > div i {
  position:absolute;
  right:0;
  top:0;
  width:26px;
  height:26px;
  padding: 2px;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  color:#888888;
  cursor: pointer;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  background-color:white;
  border-radius: 50%;
}
#masonry .thumbnail .imgs > div i:focus,
#masonry .thumbnail .imgs > div i:hover{
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
#masonry .thumbnail .imgs > div div{
  line-height: 2;
}
#masonry .thumbnail .imgs .title{
  color:black;
  font-weight: bold;
}
#masonry .thumbnail .imgs .font{
  color:#666666;
}
#masonry .thumbnail .imgs .link{
  
}
#masonry .thumbnail .imgs .link a{
  color:#666666;
}
#masonry .thumbnail .imgs .link a:focus,
#masonry .thumbnail .imgs .link a:hover{
  color:#d0197b;
  text-decoration: underline;
}
#masonry .thumbnail .imgs img{
  margin-bottom: 10px;
}

#openwin {
  width: 96%;
  margin: 0 auto;
}
#openwin > div {
  width: 100%;
}
#openwin > div > #title {
  padding-bottom: 10px;
  font-size: 1.333em;
  line-height: 2;
}

#openwin .carousel-control {
  top:0%;
  bottom:0%;
  background:none;
}
#openwin .carousel-control > i {
  position: absolute;
  top: 40%;
  left: 30%;
  max-width: 40%;
  color:white;
  font-size: 1.5em;
}
#openwin .carousel-control.right > i {
  right: 30%;
}
@media (min-width: 768px) {
  #openwin > table {
    width:90%;
    max-width: 840px;
    margin: 0 auto;
    border-spacing: 5px;
  }
  #openwin > table td {
    width: 25%;
    padding: 1px;
    cursor: pointer;
    border: 1px #d0d0d0 solid;
  }
  #openwin > table td > div {
    position: relative;
    width: 100%;
  }
  #openwin > table td > div::before {
    content: '';
    display: block;
    width: 100%;
    padding-top:74%;
  }
  #openwin > table td > div > img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }
  #openwin > table td#big {
    width: 75%;
    padding: 0;
    cursor: auto;
    border: 1px #d0d0d0 solid;
  }
  #openwin > table td#big > div {
    position: relative;
    width: 100%;
  }
  #openwin > table td#big > div::before {
    content: '';
    display: block;
    width: 100%;
    padding-top:74%;
  }
  #openwin > table td#big > div > img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }
  #openwin > table td.active {
    padding: 0;
    border: 3px #d0197b solid;
  }
  #openwin > table td.active > i {
    display: block;
  }
}
#openwin > div.openinfo{
  width:88%;
  max-width: 670px;
  padding:2% 0 5%;
  margin:0 auto;
}
#openwin > div.openinfo > div{
  color:black;
  line-height: 2;
}
#openwin > div.openinfo > div label{
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 400;
}
#openwin > div.openinfo > div.name{
  font-size:2em;
}
#openwin > div.openinfo > div.model{
  font-size:1.143em;
}
#openwin > div.openinfo > div.description{
  font-size:1.143em;
}
#openwin > div.openinfo button.btn{
  padding-left:25px;
  padding-right:25px;
  margin-top: 15px;
  color:white;
  background-color:#d0197b;
  border-radius: 15px;
}
#openwin > div.openinfo button.btn img{
  margin-right: 5px;
  display:inline-block;
}
@media (max-width: 991px) {
  #masonry .thumbnail {
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  }
}
@media (max-width: 767px) {
  #inner-products #group-box{
    padding:2% 0;
    overflow-y:auto;
    background-color:#f6f6f6;
  }
  #inner-products .proclass-group{
    min-width:600px;
  }
  #inner-products .proclass-group div{
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    border-radius: 5px;
  }
  #inner-products .proclass-group div.xySationShow{
    animation: fadeInRight 0.5s;
    -ms-animation: fadeInRight 0.5s;
    -moz-animation: fadeInRight 0.5s;
    -webkit-animation: fadeInRight 0.5s;
    -o-animation: fadeInRight 0.5s;
    /*动画延迟*/
    animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    /*动画停留在最后一秒*/
    animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
  }
  #inner-products-iframe{
    background-color:#f6f6f6;
  }
  #inner-products-iframe .iframe-left{
    padding:5px 10px;
  }
  #leftnav{
    margin-bottom: 5px;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
  }
  #leftnav .list-group-item{
    min-width:33.33%;
    padding:0;
    margin:0;
    background-color:transparent;
    border-width:0;
    border-radius: 0;
  }
  #leftnav .list-group-item a{
    position: relative;
    padding: 3px 10px 3px 18px;
    display: block;
  }
  #leftnav .list-group-item a i{
    position: absolute;
    left:8px;
    top:50%;
    width:4px;
    height:4px;
    margin-top:-2px;
    background-color:#bbbbbb;
  }
  #leftnav .list-group-item a:focus,
  #leftnav .list-group-item a:hover,
  #leftnav .list-group-item a.active{
    color:#d0197b;
    text-decoration: underline;
  }
  #leftnav .list-group-item a:focus i,
  #leftnav .list-group-item a:hover i,
  #leftnav .list-group-item a.active i{
    background-color:#d0197b;
  }
  #leftnav .list-group-item a font{
    position:absolute;
    left:0;
    top:50%;
    width:14px;
    height:14px;
    margin-top:-7px;
    color:#bbbbbb;
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }
  #leftnav .list-group-item a:focus font,
  #leftnav .list-group-item a:hover font,
  #leftnav .list-group-item a.active font{
    color:#d0197b;
  }
  #masonry .thumbnail {
    width:47%;
  }
}
@media (min-width: 768px) {
  #inner-products{
    background-color:#f6f6f6;
  }
  #inner-products .proclass-group{
    padding:10px 0;
  }
  #inner-products-iframe{
    background-color:#f6f6f6;
  }
  #inner-products-iframe article{
    padding:2% 0;
  }
  #inner-products-iframe .iframe{
    max-width: 1230px;
    display: flex;
  }
  #inner-products-iframe .iframe-left{
    min-width: 1px;
    flex: 1;
    background-color:white;
  }
  #leftnav .title{
    padding:20px 5% 10px 5%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  #leftnav .list-group-item{
    padding-left:5%;
    padding-right:5%;
    border-width:0;
    border-radius: 0;
  }
  #leftnav .list-group-item a{
    position: relative;
    padding-left:14px;
    display: block;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
  }
  #leftnav .list-group-item a i{
    position: absolute;
    left:0;
    top:50%;
    width:4px;
    height:4px;
    margin-top:-2px;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background-color:#bbbbbb;
  }
  #leftnav .list-group-item a:focus,
  #leftnav .list-group-item a:hover,
  #leftnav .list-group-item a.active{
    color:#d0197b;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    text-decoration: underline;
  }
  #leftnav .list-group-item a:focus i,
  #leftnav .list-group-item a:hover i,
  #leftnav .list-group-item a.active i{
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    background-color:#d0197b;
  }
  #leftnav .list-group-item a font{
    position: absolute;
    left:0;
    top:50%;
    width:14px;
    height:14px;
    margin-top:-7px;
    color:#bbbbbb;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color:#bbbbbb;
  }
  #leftnav .list-group-item a:focus font,
  #leftnav .list-group-item a:hover font,
  #leftnav .list-group-item a.active font{
    transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    color:#d0197b;
  }
  #inner-products-iframe .iframe-right{
    min-width: 1px;
    flex: 3;
  }
}
@media (min-width: 992px) {
  #inner-products{
    background-color:transparent;
  }
  #inner-products .proclass-group{
    padding:0;
  }
  #inner-products .proclass-group{
    margin-top:-54px;
  }
  #inner-products-iframe{
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  #inner-products-iframe .iframe-right{
    flex: 4;
  }
  #leftnav .title{
    padding-left:10%;
  }
  #leftnav .list-group-item{
    padding-left:10%;
  }
  #leftnav .list-group-item a{
    padding-left:18px;
  }
  #masonry .thumbnail {
    width:23%;
  }
}

#inner-contact{
  position: relative;
}
#inner-map{
  line-height: 0;
}
#inner-info div{
  max-width: 1230px;
  padding:3% 0;
  margin: 0 auto;
  background-color:#f2f2f2;
}
#inner-info dl{
  width:90%;
  max-width: 860px;
  margin-bottom: 0;
}
#inner-info dt{
  padding:10px 0 10px 30px;
  color:#333333;
  font-size: 1.286em;
}
#inner-info dd{
  position: relative;
  padding:10px 0 10px 30px;
  color:#333333;
  line-height: 20px;
}
#inner-info dd i{
  position: absolute;
  left:0;
  top:10px;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
#inner-info dd i#icon1{
  background-image:url(../images/icon18.png);
}
#inner-info dd i#icon2{
  background-image:url(../images/icon19.png);
}
#inner-info dd i#icon3{
  background-image:url(../images/icon20.png);
}
#inner-info dd i#icon4{
  background-image:url(../images/icon21.png);
}
@media (max-width: 767px) {
  #inner-info dt{
    padding-left: 0;
  }
  #inner-info dd{
    padding-bottom: 5px;
    padding-top: 5px;
  }
  #inner-info dd i{
    top:5px;
  }
}
@media (min-width: 1157px) {
  #inner-info{
    position: absolute;
    bottom:0;
  }
  #inner-info div{
    background-color:white;
  }
}

#cart {
  width:90%;
  padding-bottom:5%;
  margin: 0 auto 5%;
}
#cart table.xySationShow{
  animation: fadeInUp 0.3s;
  -ms-animation: fadeInUp 0.3s;
  -moz-animation: fadeInUp 0.3s;
  -webkit-animation: fadeInUp 0.3s;
  -o-animation: fadeInUp 0.3s;
}
#cart table td {
  padding: 5px 0;
  font-size: 1em;
  line-height: 2;
}
#cart table td > font {
  color: #c30;
}
#cart table td > input {
  width: 180px;
  height: 20px;
  line-height: 20px;
  padding: 2px 5px;
  border: 1px #dbdbdb solid;
  border-radius: 4px;
}
#cart table td > textarea {
  width: 87%;
  height: 120px;
  line-height: 20px;
  padding: 2px 5px;
  border: 1px #dbdbdb solid;
  border-radius: 4px;
}
#cart table td > button {
  padding: 6px 45px;
  margin-right: 15px;
}
#cart > .table {
  table-layout: fixed;
}
#cart > .table thead > tr:first-child {
  background-color: #f5f5f5;
}
#cart > .table.table-bordered {
  border: 1px solid #ddd;
}
#cart > .table.table-bordered tbody > tr:first-child td,
#cart > .table.table-bordered tbody > tr:first-child th {
  border-top-width: 1px;
}
#cart > .table.table-striped tbody > tr:nth-of-type(even) {
  background-color: #ecf2fc;
}
#cart > .table.table-striped tbody > tr:nth-of-type(odd) {
  background-color: #FFFFFF;
}
#cart > .table tbody > tr td a.btn-default,
#cart > .table tbody > tr th a.btn-default {
  background-color: transparent;
  border-color: transparent;
}
#cart > .table tbody > tr td a.btn-default:hover,
#cart > .table tbody > tr th a.btn-default:hover,
#cart > .table tbody > tr td a.btn-default:active,
#cart > .table tbody > tr th a.btn-default:active {
  border-color: #CCCCCC;
}
#cart > .table tbody > tr td a.btn-default .glyphicon,
#cart > .table tbody > tr th a.btn-default .glyphicon {
  font-size: 14px;
  top: 3px;
}
#cart > .table tbody > tr td a.btn-default .glyphicon-remove,
#cart > .table tbody > tr th a.btn-default .glyphicon-remove {
  color: red;
}
#cart > .table tbody > tr td.img,
#cart > .table tbody > tr th.img {
  height: 161px;
  vertical-align: middle;
}
#cart > .table tbody > tr td.img > div,
#cart > .table tbody > tr th.img > div {
  position: relative;
  width: 200px;
}
#cart > .table tbody > tr td.img > div::before,
#cart > .table tbody > tr th.img > div::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 74%;
}
#cart > .table tbody > tr td.img > div > img,
#cart > .table tbody > tr th.img > div > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  margin:auto;
}
#cart .table tbody input.trim{
  width: 50%;
}
#cart table .th{
  width: 24%;
}
#cart table .td{
  width: 76%;
}
#cart table td .xy-col-1-2{
  width:50%;
}
#cart table td .xy-col-1-2 table{
  width:100%;
  margin:0;
}
@media (max-width: 991px) {
  #cart table .th{
    width: 30%;
  }
  #cart table .td{
    width: 70%;
  }
  #cart table td > input{
    width:auto;
  }
}
@media (max-width: 767px) {
  #cart {
    padding-bottom:10%;
  }
  #cart table td .xy-col-1-2{
    width:100%;
  }
  #cart table td.tdtable{
    padding:0;
  }
  #cart table td > button {
    padding: 6px 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .backToTop{
    position: fixed;
    bottom:10px;
    right:10px;
    width:40px;
    height: 150px;
  }
  .backToTop .top{
    position: absolute;
    left: 0;
    top: 0;
    padding:6px 8px;
    cursor: pointer;
    background-color:white;
  }
  .backToTop .middle{
    position: absolute;
    left: 0;
    top: 50%;
    padding:6px 2px 7px 3px;
    margin-top:-20px;
    background-color:white;
  }
  .backToTop .bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    padding:7px 3px;
    background-color:white;
  }
  .backToTop .badge{
    position: absolute;
    right:0;
    top:50px;
    padding:2px 3px;
    font-weight: 400;
    background-color:red;
  }
}

@media (min-width: 768px) {
  .iframe-left #leftsearch{
    padding:0 5%;
  }
  .iframe-left #leftsearch .icon-search{
    width:28px;
    height: 28px;
    color:white;
    font-size: 18px;
    line-height: 28px;
    background-color:#cccccc;
    border:1px #cccccc solid;
    border-radius: 3px;
    vertical-align: middle;
  }
  .iframe-left #leftsearch input.trim{
    width: 65%;
    height: 28px;
    padding:0 10px;
    line-height: 28px;
    background-color:white;
    border:1px #cccccc solid;
    border-radius: 3px;
    vertical-align: middle;
  }
}

@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}



.video_pop{display: block; width: 100%; height: 100%; background: #000; position: fixed; left: 0; top: 0; z-index: 999!important; display: flex; justify-content: center; align-items: center; display: none;}
.close_btn{width: 40px; height: 40px; position: absolute; right: 0; top: 0; background: url(../img/close.png) no-repeat center #DA251D; z-index: 100; cursor: pointer;}
#video{width:100%; max-height: 100%;}

.z_header{ width: 100%; height: 90px; transition: ease 1s; display: flex; align-items: center; position: fixed; left: 0; top: 0; z-index: 9; padding-left:8.33333vw ; padding-right: 30px; box-sizing: border-box;}
.z_header.on{ background: #fff;}
.z_logo{ float: left;}
.z_logo img{ height: 2.8vw; display: block;}
.z_header_fr{ float: right; margin-left: auto;}
.z_header_nav{ float: left; }
.z_header_nav li{ display: inline-block; line-height: 46px; margin-right: 2.08vw; position: relative; }
.z_header_nav li::before{content: ""; width: 20px; z-index: 1; transition: ease 1s;  height: 7px; background: url(../img/line.png) no-repeat center; background-size: 100% 100%; position: absolute; left: 50%; bottom: 0; transform: translate(-50%,100%); opacity: 0;}
.z_header_nav li a{ font-size: 15px; display: block; }
.z_header_nav li:hover::before,.z_header_nav li.active::before{ transform: translate(-50%,0); opacity: 1;}
.z_header_nav li:hover a,.z_header_nav li.active a{ color: #DA251D;}
.z_menu_btn{ float: right; position: relative; width: 50px; text-align: center;  display: flex; align-items: center; justify-content: center; cursor: pointer; line-height: 50px; height: 50px; border-radius: 25px; background: #000000; transition: ease .6s;}
.z_menu_btn::before{content: ""; display: block;animation: circle-opacity 1s infinite; width: 50px;height: 50px; border-radius: 50%; background: rgba(0,0,0,.4); position: absolute;animation: circle-opacity 2s infinite; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0,0);}

.z_menu_btn img{ transition: ease 1s; vertical-align: middle;}
.z_menu_btn:hover{ background: #DA251D;}
.z_menu_btn:hover img{ transform: rotate(360deg);}

.z_menu_mask{ width: 100%; height: 100vh; transition: ease 1s; transform: translateY(-100%); visibility: hidden;  position: fixed; left: 0; top: 0; padding: 6.25vw 8.33333vw; padding-top: 10vw; box-sizing: border-box; background: url(../img/bg.jpg) no-repeat center; background-size: cover; z-index: 10;}
.z_menu_mask.on{ opacity: 1; visibility: visible;transform: translateY(0%);}
.z_menu_close{ position: absolute; right: 4vw; top: 4vw; text-align: center; cursor: pointer;}
.z_menu_close img{ transition: ease .5s;}
.z_menu_close h3{ color: #fff;}
.z_menu_close:hover img{ transform: rotate(180deg);}
.z_menu_mask .flwarp{ float: left;}
.z_slg{ margin-bottom: 2vw; margin-top: 2vw;}
.z_slg img{ display:block; height: 8.07291vw;}
.z_slg2{ font-size: 2.08333vw; font-weight: bold; color: #fff; margin-bottom: 2.6vw;}
.z_slg3{ font-size: 16px;color: #FFFFFF;}
.z_menu_btm{ position: absolute; left: 0; width: 100%; bottom: 5.25vw; padding: 0 8.33333vw;box-sizing: border-box;}
.z_menu_nav dl{ display: inline-block;  width: 10.41666vw; margin-left: 2.08vw;padding-top: 1.5vw; border-top: 2px solid #C65550; margin-bottom: 2.5vw;}
.z_menu_mask .frwarp{ width: 50vw; float: right;}
.z_menu_nav dl a{ display: block; color: #fff; }
.z_menu_nav dl dt{ margin-bottom: 15px;}
.z_menu_nav dl dt a{ font-size: 1.25vw; font-weight: bold;}
.z_menu_nav dl dd a{ line-height: 1.875vw;}
.z_menu_nav dl a:hover{font-weight: bold;}
.z_menu_copy{ color: #fff; float: left; line-height: 44px;}
.bshare-custom{ float: right;}
.bshare-custom a{  padding: 0!important; transition: ease .6s; display: inline-block; font-size: 20px!important; color: #D60011!important; margin-left: 1vw!important; width: 44px!important;height: 44px!important;background: #FFFFFF!important;border-radius: 50%!important; line-height: 40px!important; text-align: center;}
.bshare-custom a:hover{ background: #DA251D!important; color: #fff!important; opacity: 1!important; text-decoration: none!important;}
 .z_page_swiper>.swiper-slide{height: 100vh} 
 /* 鍐呴〉banner */
.innerBanner{width: 100vw;}
.innerBanner .innerBannerBg{width: 100%;height: 44.79166vw;background-size: cover;background-position: center;background-repeat: no-repeat;position: relative;}
.innerBanner .bannerText{position: absolute; width: 100%; top: 50%;left: 50%;color: #FFF;text-align: center;transform: translate(-50%,-50%);}
.innerBanner .bannerText .en{font-size:2.8125vw; line-height: 2.8vw; font-family: Human;text-transform: uppercase;}
.innerBanner .bannerText .cn{font-size:2.08333vw; line-height: 2.08vw; font-family: "NotoSansHans";margin-top: 10px; font-weight: bold;}
.innerBanner .bannerNav{height: 5.20833vw;width: 100%;background-color: #FFF;}
.innerBanner .bannerNav .clearfix{width: 83.33333vw;margin: auto;height: 100%;line-height: 5.20833vw;}
.innerBanner .bannerNav .fl{font-size: 14px;color: #888888;font-family: "NotoSansHans";}
.innerBanner .bannerNav .fl span{vertical-align: middle;}
.innerBanner .bannerNav .fl a{color: #888888;margin-right: 35px;vertical-align: middle;transition: 0.3s;position: relative;}
.innerBanner .bannerNav .fl a:hover{color: #242424;}
.innerBanner .bannerNav .fl a::after{content: "";background-image: url(../l_img/navArr.png);width: 5px;height: 10px;background-size: cover;background-position: center;background-repeat: no-repeat;position: absolute;top: 50%;transform: translateY(-50%);right: -17px;z-index: 9;}
.innerBanner .bannerNav .fl a:last-child::after{display: none;}
.innerBanner .bannerNav .fr a{color: #000000;font-size: 16px;font-family: "NotoSansHans";margin-left: 6.25vw;transition: 0.3s;}
.innerBanner .bannerNav .fr a:hover{color: #d60011;}
.bannerNavSe{color: #d60011 !important;}
.bannerTextred .en{ color: #d60011;}
.bannerTextred .cn{ color: #000000;} 



.tel {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.tel span {
	font-size: 16px;;
}

.toolbar185 {
    width: 52px;
    position: fixed;
    right: 1%;
    top: 50%;
    margin-top: -115px;
    z-index: 999;
}
.toolbar185 dd {
    width: 51px;
    height: 51px;
    margin-bottom: 1px;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-top: 4px;
    border: #ebebeb solid 1px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.toolbar185 dd i {
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.toolbar185 dd i span {
    width: 35px;
    height: 35px;
    display: block;
    margin: 8px 0 0 8px;
    background: url(../images/185tupian.png) no-repeat 0 0;
}
.toolbar185 dd.gottop {
    display: none;
}
.toolbar185 .slide-tel {
    display: block;
    width: 0;
    height: 53px;
    line-height: 53px;
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    color: #FFF;
    position: absolute;
    padding: 0 0 0 53px;
    top: -1px;
    right: -2px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.toolbar185 .pop {
    position: absolute;
    right: 90px;
    top: -65px;
    background: #67b306;
    display: none;
}
.toolbar185 .pop-code185 {
    width: 160px;
}
.toolbar185 .pop-code185 img {
    width: 160px;
    height: 140px;
    display: block;
    padding: 20px 20px 0 20px;
}
.toolbar185 .pop-code185 h3 {
    height: 52px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}
.toolbar185 .pop-code185 h3 b {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.toolbar185 .qq span {
    background-position: -35px -47px;
}
.toolbar185 .qq a {
    width: 52px;
    height: 52px;
    cursor: pointer;
    display: block;
}
.toolbar185 .tel span {
    background-position: -35px 0;
}
.toolbar185 .code185 span {
    background-position: -35px -95px;
}
.toolbar185 .top span {
    background-position: -35px -142px;
}
















































































abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}
ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: .5rem;
	margin-left: 0
}
blockquote {
	margin: 0 0 1rem
}
b,
strong {
	font-weight: bolder
}
small {
	font-size: 80%
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
a {
	color: #000;
	text-decoration: none;
	background-color: transparent
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus {
	outline: 0
}
pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}
figure {
	margin: 0 0 1rem
}
img {
	vertical-align: middle;
	border-style: none
}
svg {
	overflow: hidden;
	vertical-align: middle
}
table {
	border-collapse: collapse
}
caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit
}
label {
	display: inline-block;
	margin-bottom: .5rem
}
button {
	border-radius: 0
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}
button,
input {
	overflow: visible
}
button,
select {
	text-transform: none
}
select {
	word-wrap: normal
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none
}
input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox
}
textarea {
	overflow: auto;
	resize: vertical
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}
progress {
	vertical-align: baseline
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}
output {
	display: inline-block
}
summary {
	display: list-item;
	cursor: pointer
}
template {
	display: none
}
[hidden] {
	display: none !important
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}
h1,
.h1 {
	font-size: 2.5rem
}
h2,
.h2 {
	font-size: 2rem
}
h3,
.h3 {
	font-size: 1.75rem
}
h4,
.h4 {
	font-size: 1.5rem
}
h5,
.h5 {
	font-size: 1.25rem
}
h6,
.h6 {
	font-size: 1rem
}
.lead {
	font-size: 1.25rem;
	font-weight: 300
}
.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}
.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}
.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}
small,
.small {
	font-size: 80%;
	font-weight: 400
}
mark,
.mark {
	padding: .2em;
	background-color: #fcf8e3
}
.list-unstyled {
	padding-left: 0;
	list-style: none
}
.list-inline {
	padding-left: 0;
	list-style: none
}
.list-inline-item {
	display: inline-block
}
.list-inline-item:not(:last-child) {
	margin-right: .5rem
}
.initialism {
	font-size: 90%;
	text-transform: uppercase
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}
.blockquote-footer::before {
	content: "\2014\00A0"
}
.img1 {
	max-width: 100%;
	height: auto;
	margin-left: 50px;
}
.img2 {
	max-width: 100%;
	height: auto;
	margin-right: 50px;
}
.img3 {
	max-width: 100%;
	height: auto;
	max-height: 300px;
}
.img4 {
	max-width: 60%;
	height: auto;
}
.title123 {
	font-size:1.5rem;font-family:'GothamBlack';font-weight:900;text-align: right;
}
.time123 {
    text-align: right; color: #666;
}
.line123 {
    border-bottom: 1px solid #000;
}
.cta-link1 {
	padding-right:1rem;
	font-family:'GothamMedium';
	font-size:.875rem;
	font-weight:500;
	padding:1rem;
	color:#fff;
	background-color:#005BAC;
	float: right;
}
.img-fluid {
	max-width: 100%;
	height: auto
}
.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}
.figure {
	display: inline-block
}
.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}
.figure-caption {
	font-size: 90%;
	color: #6c757d
}
code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word
}
a>code {
	color: inherit
}
kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700
}
pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto
}
@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px
	}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}
.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}
.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
	word-wrap: break-word;
}
.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}
.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}
.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}
.col-13 {
	flex: 0 0 20%;
	max-width: 20%
}
.order-first {
	order: -1
}
.order-last {
	order: 13
}
.order-0 {
	order: 0
}
.order-1 {
	order: 1
}
.order-2 {
	order: 2
}
.order-3 {
	order: 3
}
.order-4 {
	order: 4
}
.order-5 {
	order: 5
}
.order-6 {
	order: 6
}
.order-7 {
	order: 7
}
.order-8 {
	order: 8
}
.order-9 {
	order: 9
}
.order-10 {
	order: 10
}
.order-11 {
	order: 11
}
.order-12 {
	order: 12
}
.offset-1 {
	margin-left: 8.33333%
}
.offset-2 {
	margin-left: 16.66667%
}
.offset-3 {
	margin-left: 25%
}
.offset-4 {
	margin-left: 33.33333%
}
.offset-5 {
	margin-left: 41.66667%
}
.offset-6 {
	margin-left: 50%
}
.offset-7 {
	margin-left: 58.33333%
}
.offset-8 {
	margin-left: 66.66667%
}
.offset-9 {
	margin-left: 75%
}
.offset-10 {
	margin-left: 83.33333%
}
.offset-11 {
	margin-left: 91.66667%
}
@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		order: -1
	}
	.order-sm-last {
		order: 13
	}
	.order-sm-0 {
		order: 0
	}
	.order-sm-1 {
		order: 1
	}
	.order-sm-2 {
		order: 2
	}
	.order-sm-3 {
		order: 3
	}
	.order-sm-4 {
		order: 4
	}
	.order-sm-5 {
		order: 5
	}
	.order-sm-6 {
		order: 6
	}
	.order-sm-7 {
		order: 7
	}
	.order-sm-8 {
		order: 8
	}
	.order-sm-9 {
		order: 9
	}
	.order-sm-10 {
		order: 10
	}
	.order-sm-11 {
		order: 11
	}
	.order-sm-12 {
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.33333%
	}
	.offset-sm-2 {
		margin-left: 16.66667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.33333%
	}
	.offset-sm-5 {
		margin-left: 41.66667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.33333%
	}
	.offset-sm-8 {
		margin-left: 66.66667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.33333%
	}
	.offset-sm-11 {
		margin-left: 91.66667%
	}
}
@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		order: -1
	}
	.order-md-last {
		order: 13
	}
	.order-md-0 {
		order: 0
	}
	.order-md-1 {
		order: 1
	}
	.order-md-2 {
		order: 2
	}
	.order-md-3 {
		order: 3
	}
	.order-md-4 {
		order: 4
	}
	.order-md-5 {
		order: 5
	}
	.order-md-6 {
		order: 6
	}
	.order-md-7 {
		order: 7
	}
	.order-md-8 {
		order: 8
	}
	.order-md-9 {
		order: 9
	}
	.order-md-10 {
		order: 10
	}
	.order-md-11 {
		order: 11
	}
	.order-md-12 {
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.33333%
	}
	.offset-md-2 {
		margin-left: 16.66667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.33333%
	}
	.offset-md-5 {
		margin-left: 41.66667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.33333%
	}
	.offset-md-8 {
		margin-left: 66.66667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.33333%
	}
	.offset-md-11 {
		margin-left: 91.66667%
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 20%;
		max-width: 20%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		order: -1
	}
	.order-lg-last {
		order: 13
	}
	.order-lg-0 {
		order: 0
	}
	.order-lg-1 {
		order: 1
	}
	.order-lg-2 {
		order: 2
	}
	.order-lg-3 {
		order: 3
	}
	.order-lg-4 {
		order: 4
	}
	.order-lg-5 {
		order: 5
	}
	.order-lg-6 {
		order: 6
	}
	.order-lg-7 {
		order: 7
	}
	.order-lg-8 {
		order: 8
	}
	.order-lg-9 {
		order: 9
	}
	.order-lg-10 {
		order: 10
	}
	.order-lg-11 {
		order: 11
	}
	.order-lg-12 {
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.33333%
	}
	.offset-lg-2 {
		margin-left: 16.66667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.33333%
	}
	.offset-lg-5 {
		margin-left: 41.66667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.33333%
	}
	.offset-lg-8 {
		margin-left: 66.66667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.33333%
	}
	.offset-lg-11 {
		margin-left: 91.66667%
	}
}
@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		order: -1
	}
	.order-xl-last {
		order: 13
	}
	.order-xl-0 {
		order: 0
	}
	.order-xl-1 {
		order: 1
	}
	.order-xl-2 {
		order: 2
	}
	.order-xl-3 {
		order: 3
	}
	.order-xl-4 {
		order: 4
	}
	.order-xl-5 {
		order: 5
	}
	.order-xl-6 {
		order: 6
	}
	.order-xl-7 {
		order: 7
	}
	.order-xl-8 {
		order: 8
	}
	.order-xl-9 {
		order: 9
	}
	.order-xl-10 {
		order: 10
	}
	.order-xl-11 {
		order: 11
	}
	.order-xl-12 {
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.33333%
	}
	.offset-xl-2 {
		margin-left: 16.66667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.33333%
	}
	.offset-xl-5 {
		margin-left: 41.66667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.33333%
	}
	.offset-xl-8 {
		margin-left: 66.66667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.33333%
	}
	.offset-xl-11 {
		margin-left: 91.66667%
	}
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}
.table th,
.table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}
.table tbody+tbody {
	border-top: 2px solid #dee2e6
}
.table-sm th,
.table-sm td {
	padding: .3rem
}
.table-bordered {
	border: 1px solid #dee2e6
}
.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6
}
.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
	border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05)
}
.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, 0.075)
}
.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #b8daff
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
	border-color: #7abaff
}
.table-hover .table-primary:hover {
	background-color: #9fcdff
}
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #9fcdff
}
.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #d6d8db
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
	border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
	background-color: #c8cbcf
}
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #c8cbcf
}
.table-success,
.table-success>th,
.table-success>td {
	background-color: #c3e6cb
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
	border-color: #8fd19e
}
.table-hover .table-success:hover {
	background-color: #b1dfbb
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}
.table-info,
.table-info>th,
.table-info>td {
	background-color: #bee5eb
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
	border-color: #86cfda
}
.table-hover .table-info:hover {
	background-color: #abdde5
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}
.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #ffeeba
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
	border-color: #ffdf7e
}
.table-hover .table-warning:hover {
	background-color: #ffe8a1
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}
.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f5c6cb
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
	border-color: #ed969e
}
.table-hover .table-danger:hover {
	background-color: #f1b0b7
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}
.table-light,
.table-light>th,
.table-light>td {
	background-color: #fdfdfe
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
	border-color: #fbfcfc
}
.table-hover .table-light:hover {
	background-color: #ececf6
}
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}
.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #c6c8ca
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
	border-color: #95999c
}
.table-hover .table-dark:hover {
	background-color: #b9bbbe
}
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}
.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075)
}
.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}
.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}
.table-dark {
	color: #fff;
	background-color: #343a40
}
.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #454d55
}
.table-dark.table-bordered {
	border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05)
}
.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075)
}
@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
	border: 0
}
.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none
	}
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}
select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}
.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}
.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}
.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}
.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}
.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0
}
.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
select.form-control[size],
select.form-control[multiple] {
	height: auto
}
textarea.form-control {
	height: auto
}
.form-group {
	margin-bottom: 1rem
}
.form-text {
	display: block;
	margin-top: .25rem
}
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}
.form-row>.col,
.form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px
}
.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}
.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem
}
.form-check-input:disabled~.form-check-label {
	color: #6c757d
}
.form-check-label {
	margin-bottom: 0
}
.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem
}
.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0
}
.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745
}
.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	border-radius: .25rem
}
.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip {
	display: block
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
	display: block
}
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
	display: block
}
.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
	color: #28a745
}
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
	display: block
}
.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
	color: #28a745
}
.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
	border-color: #28a745
}
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
	display: block
}
.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57
}
.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745
}
.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
	border-color: #28a745
}
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
	display: block
}
.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}
.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}
.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: .25rem
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip {
	display: block
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
	display: block
}
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
	display: block
}
.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
	color: #dc3545
}
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
	display: block
}
.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
	color: #dc3545
}
.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
	border-color: #dc3545
}
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
	display: block
}
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d
}
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545
}
.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
	border-color: #dc3545
}
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
	display: block
}
.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}
.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}
.form-inline .form-check {
	width: 100%
}
@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .input-group,
	.form-inline .custom-select {
		width: auto
	}
	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none
	}
}
.btn:hover {
	color: #212529;
	text-decoration: none
}
.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.btn.disabled,
.btn:disabled {
	opacity: .65
}
a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}
.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}
.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}
.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62
}
.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}
.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}
.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}
.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}
.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}
.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}
.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}
.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}
.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}
.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}
.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}
.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}
.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}
.btn-light:focus,
.btn-light.focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}
.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}
.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}
.btn-dark:focus,
.btn-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}
.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}
.btn-outline-primary {
	color: #007bff;
	border-color: #007bff
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}
.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}
.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}
.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}
.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}
.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}
.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}
.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}
.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}
.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
	box-shadow: none
}
.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
	pointer-events: none
}
.btn-lg,
.btn-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}
.btn-sm,
.btn-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: .5rem
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}
.fade {
	transition: opacity 0.15s linear
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none
	}
}
.fade:not(.show) {
	opacity: 0
}
.collapse:not(.show) {
	display: none
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none
	}
}
.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative
}

