/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: none;
  font-size: 16px;
  color: #333;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  /*-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
          /*box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}



.qc .navbar{

  min-height: 64px;
  /*min-width: 1200px;*/
}
.qc .navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
}
.qc .navbar-brand {
  height: 64px;
	line-height: 64px;
	padding: 0;
	font-weight: bold;
	font-size: 24px;
}
.qc .navbar-brand img{
  height: 33px;
}
.qc .navbar-fixed-top{
  border-width: 0 0 1px;
}

.qc .navbar-nav>li {
  height: 64px;

}
.qc .nav>li>.line{

  display: block;
  width: 1px;
  height: 20px;
  background: #DED9D9;
  margin: 22px 0 0 0;
}
.qc .nav>li>a{

  padding: 22px 30px 22px 30px;
  font-weight: 400;
}
.qc .nav>li>.customer>img {
  height: 16px;
  margin-top: -3px;
}
.qc .nav>li>.customer>span {
  color: #2B76F6;
  margin-left: 2px;
}
.navbar-default .navbar-nav>li>a{
  color: #2B76F6;
}
.navbar-default .navbar-nav>li>a:hover{
  color: #999;
}
.navbar-default .navbar-nav>li>.productClass:hover{
  color: #E83E34;
}

.subNav{

  position: fixed;
  width: 100%;
  left: 0;
  top: 64px;
  /*border-top: 1px solid #e7e7e7;*/
  background: #fff;
  height: 50px;
  overflow: hidden;
  display: none;
}
.subNav .collapse{
  display: block;
}
.subNav .well{
  margin-bottom: 0;
  border:none;
  padding: 0;
  background: #fff;
  border-radius: 0px;
}
.subNav .navbar-nav>li{
  height: 50px;
  margin: 0 30px;
}
.subNav .nav>li>a {
  padding: 0;
  font-weight: 400;
  color: #666;
  display: block;
  line-height: 50px;
}
.subNav .nav>li>a:hover {
  color: #333;

}
.subNav .navbar-nav>li:hover{
  border-bottom: 2px solid #E83E34;
}
.subNav .navbar-nav>li.select{
  border-bottom: 2px solid #E83E34;
}
.subNav .navbar-nav>li.select a{
  color: #333;
}

.subNav .navbar-right {

  margin-right: 210px;
}

.myContainer {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;

}
.ant-carousel,.container .slick-track,.container div.slick-slide{
  border: none !important;
  height: 100% !important;
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.container .slick-slider {
  border: none !important;
  height: 100% !important;
}
.ant-carousel .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.ant-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-slider .slick-track{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track:after {
  clear: both;
}
.ant-carousel .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.ant-carousel .slick-list .slick-slide {
   pointer-events: auto;
   position: relative;
   overflow: hidden;
}
.ant-carousel .slick-track:after {
  content: '';
  display: table;
}
.ant-carousel .slick-track:after {
  clear: both;
}
.ant-carousel .slick-track:after {
  content: '';
  display: table;
}
#banner{
  display: none;
}
.listItem{
  padding: 23px 30px 0px 30px;

}
.listItem a{
  padding: 0 0 18px 0 !important;

}
.myActive a{

  margin: 0 !important;
  border-bottom: 4px solid #E83E34;
  color: #E83E34 !important;
}
.productClass:hover{

  border-bottom: 4px solid #E83E34;
  color: #E83E34 !important;
}
.navbar-brand .RD{

  font-weight: 400;
  height: 64px;
  line-height: 38px;
  color: #333;
  text-decoration:none ;
}
.navbar-brand a:hover{
  color: #999;

}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.slick-active .fadeInDown {

  animation: fadeInDown 0.6s ease 0.6s 1 normal both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.slick-active .fadeInUp {

  animation: fadeInUp 0.6s ease 0.6s 1 normal both;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.slick-active .fadeInRight {
  animation: fadeInRight 0.6s ease 0.6s 1 normal both;

}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.slick-active .fadeInLeft {

  animation:fadeInLeft 0.6s ease 0.6s 1 normal both;
}