
h1 {
  font-weight: 400;
  margin: 0;
  padding: 0
}

h1.red {
  color: #ee2a24;
}

h3 {
  margin: 0;
  padding: 0
}
@media only screen and (min-width:2800px) {

    .bottom_footer {
      position: absolute;
      bottom: 0;
      width: 100%;
    }

}
  .left_logbg1{
    height: 80px;
    width: auto;
  }
.displayNone {
  display: none
}

.clear {
  clear: both
}

header nav {
  color: #000;
  min-height: 32px
  font-weight: 900;
}

header nav span {
  position: relative;
}



header nav a {
  margin: 0 8px;
  color: #000;
}

header nav a.selected {
  color: #ee2a24
}


header .container {
  padding-top: 0px;
  margin-bottom: 5px;
}

header a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 900;
}

header a:link:hover {
  color: #ee2a24
}

header a:hover {
  color: #ee2a24
}

header .language {
  float: right;
  width: 95px;
  height: 25px;
  margin: 20px 15px 0 0;
  font-family: 'Open Sans', sans-serif;
  padding: 0
}


.two.columns.left-nav {
  width: 16.333333%
}

section hr {
  margin-top: 0;
  margin-bottom: 0
}

section .image img {
  width: 100%
}


section .box-row {
  margin-bottom: 20px
}

section .box-row .box-border {
  padding: 20px;
  margin: 10px;
  background-color: white;
  border: solid 1px #d4d4d5;
  border-radius: 7px;
  color: #383739
}

section .box-row .box-border div {
  padding-left: 9px
}

section .box-row .box-border div img {
  float: left
}



section.grayGradient {
  background: -webkit-linear-gradient(315deg, #e2e3e3 0, #fff 100%);
  background: linear-gradient(135deg, #e2e3e3 0, #fff 100%);
  padding: 30px 0
}

section a div.data-sheet:hover {
  opacity: .6
}

section a div.data-sheet span {
  font-size: 12px;
  font-weight: normal
}

section a div.data-sheet p {
  margin: 5px 0 0 0;
  font-size: 13px
}


section .row.division {
  clear: both;
  border-bottom: solid 1px #a7a9ab;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-top: 15px
}



section .tabs {
  margin-top: 2rem;
  margin-left:3rem;
}

section .tabs .tab-nav div {
  padding: 2px 5px 2px 16px;
  background-color: #d4d4d5;
  color: #383739;
  float: left;
  border-color: #6d6e70;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 0;
  border-left-width: 1px;
  border-bottom-width: 0;
  position: relative;
  z-index: 10;
  cursor: pointer
}

section .tabs .tab-nav div:nth-of-type(1) {
  padding-left: 8px
}

section .tabs .tab-nav div:nth-of-type(2) {
  z-index: 9
}

section .tabs .tab-nav div:nth-of-type(3) {
  z-index: 8
}

section .tabs .tab-nav div:nth-of-type(4) {
  z-index: 7
}

section .tabs .tab-nav div:nth-of-type(5) {
  z-index: 6
}

section .tabs .tab-nav div:nth-of-type(6) {
  z-index: 5
}

section .tabs .tab-nav div:nth-of-type(7) {
  z-index: 4
}

section .tabs .tab-nav div:nth-of-type(8) {
  z-index: 3
}

section .tabs .tab-nav div:nth-of-type(9) {
  z-index: 2
}

section .tabs .tab-nav div:after {
  content: '';
  width: 15px;
  height: 33px;
  border-right: 1px solid #6d6e70;
  background: #d4d4d5;
  position: absolute;
  right: -9px;
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  z-index: -1;
  top: 1px
}

section .tabs .tab-nav div.active {
  background: #fff;
  padding-bottom: 3px;
}

section .tabs .tab-nav div.active:after {
  background: #fff;
}

section .tabs .tab-content {
  height: auto;
  clear: both;
  position: relative;
  top: -1px;
  padding: 15px 15px 0 15px;
  z-index: 10;
  border: 1px solid #6d6e70;
  background-color: #fff;
  -webkit-transition: 'height' ease-in-out .4s;
  transition: 'height' ease-in-out .4s
}

section .tabs .tab-content:after {
  content: '\00a0';
  clear: both
}

section .tabs .tab-content>div {
  display: none
}

section .tabs .tab-content>div.active {
  display: block
}

section .tabs .tab-content table {
  width: 100%
}

section .ProductTreeTitles>div {
  width: 33.1333%;
  margin-left: .5%;
  background: #d4d4d5;
  margin-top: 15px;
  float: left;
  height: 43px;
  position: relative
}

section .ProductTreeTitles>div:nth-of-type(1) {
  margin-left: 0
}

section .ProductTreeTitles>div:nth-of-type(2) {
  width: 32.6667%
}

section .ProductTreeTitles>div.open div {
  right: 8px;
  width: 99px
}

section .ProductTreeTitles>div.open div:after {
  content: '\2212';
  font-weight: bolder
}

section .ProductTreeTitles>div h3 {
  padding: 10px 8px;
  color: #ee2a24;
  font-weight: bold;
  position: relative;
  font-size: 18px;
  cursor: pointer
}

section .ProductTreeTitles>div div {
  text-align: right;
  color: #383739;
  font-size: 13px;
  position: absolute;
  right: 18px;
  top: 4px;
  width: 77px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer
}

section .ProductTreeTitles>div div:after {
  content: '+';
  border-radius: 100%;
  background: #ee2a24;
  color: #fff;
  font-size: 20px;
  padding: 0 8px;
  margin: 0 0 0 6px;
  position: relative;
  right: 0;
  top: 2px;
  cursor: pointer
}

section .ProductTreeContent {
  background: #d4d4d5;
  padding: 20px 30px;
  display: none
}

section .ProductTreeContent ul {
  display: none;
  margin: 0
}

section .ProductTreeContent ul li {
  list-style: none;
  margin-left: 11px;
  margin-bottom: 0
}

section .ProductTreeContent ul li a {
  color: #383739
}

section .ProductTreeContent ul li ul {
  margin-left: 20px;
  margin-top: -2px;
  margin-bottom: 5px
}

section .ProductTreeContent ul li.submenu {
  margin-left: 0
}

section .ProductTreeContent ul li.submenu.open {
  margin-left: -3px
}

section .ProductTreeContent ul li.submenu.open:before {
  content: '\e806'
}

section .ProductTreeContent ul li.submenu:before, .subMenuSubItem:before {
  content: '\e805';
  font-family: 'arrows';
  margin-right: 5px
}

section .ProductTreeContent ul li.submenu before, .subMenuSubItem:before {
  content: '\e805';
  font-family: 'arrows';
  margin-right: 5px
}

section .ProductTreeContent h3 {
  display: none;
  cursor: pointer
}

section .promotionFeeds {
  margin-top: 15px
}

section .promotionFeeds ul li {
  list-style: none
}

section .promotionFeeds ul li img {
  width: 100%
}

section .promotionFeeds ul li h2 {
  margin: auto;
  color: #ee2a24;
  font-size: 24px;
  font-weight: bold
}

section .promotionFeeds ul li p {
  color: #383739
}

section.promotionBanners div div div img {
  width: 100%
}

section .button.press {
  background: #535456;
  cursor: pointer;
  padding: 3px 0 0 10px
}

section .button.press:hover {
  opacity: 1
}

section.press {
  background: #6d6e70;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;

}

section.press h2 {
  font-size: 30px;
  margin-top: 13px;
  border-bottom: dotted 1px
}

section.press a {
  cursor: pointer
}

section.press a.button {
  margin-left: 0
}

section.press a.button.press {
  padding: 7px 0 7px 10px;
  margin-top: -5px;
  color: #d4d4d5
}

section.press a.button.press:after {
  top: 3px;
  content: '\e805';
  font-family: 'arrows';
  margin-right: 5px;
  font-size: 20px;
  right: -6px;
  position: relative
}

section.press a.button.press:hover {
  background: #ee2a24;
  color: #fff
}

section.press a.button.press.open {
  background: #ee2a24;
  color: #fff
}

section.press a.button.press.open:after {
  content: '\e806';
  font-family: 'arrows';
  right: 1px
}

section.press ul li {
  list-style: none
}


.k-widget>ul>li.k-current-page {
  display: none;
  content: '';
  background: transparent
}

ul.k-pager-numbers.k-reset li:before {
  content: '';
  background: transparent
}


@media only screen and (max-width:779px) {
  header .sliderContainer .slider .slide .description {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    top: 11px;
    text-shadow: 0 0 10px #fff;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 0 5px #fff
  }
  header .sliderContainer .slider .slide .description.top-Right {
    right: 20px
  }
  header .sliderContainer .slider .slide .description.top-Left {
    left: 20px
  }
  header .sliderContainer .slider .slide .description h2 {
    font-size: 18px;
    line-height: 18px
  }
  section.promoBoxes {
    margin-top: 2px
  }
  section.promoBoxes .three-columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px;
    height: auto;
    float: none
  }
  section.promoBoxes .three-columns:first-child {
    width: 100%;
    margin-left: 0
  }
  section.promoBoxes .three-columns:last-child {
    width: 100%;
    margin-right: 0
  }
  section.promoBoxes .three-columns.half-height>div .redGradiant {
    height: 100%
  }
  section.promoBoxes .three-columns.half-height>div .redGradiant .mplab-x {
    height: 100%;
    width: 100%
  }
  section.promoBoxes .three-columns.half-height>div .redGradiant .mplab-x p {
    display: block
  }
  section.promoBoxes .three-columns.half-height>div .lightGreen {
    padding-bottom: 10px
  }
  section .whiteList.announcments ul li {
    width: 100%
  }
  section .whiteList h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding: 13px 0 0 13px;
    width: 350px
  }
  section .whiteList ul {
    list-style: none;
    color: #fff;
    margin: 0
  }
  section .whiteList ul li {
    margin-left: 20px;
    line-height: 15px;
    font-size: 15px;
    width: 250px;
    margin-bottom: 2px
  }
  section .whiteList ul li a {
    color: #fff;
    text-decoration: none
  }
  section .whiteList ul li p {
    padding: 0 0 0 11px;
    margin: 0;
    font-size: 13px
  }
  section .whiteList ul li:before {
    content: "";
    border-color: transparent #fff;
    border-style: solid;
    border-width: .35em 0 .35em .45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: .9em;
    position: relative
  }
  section .whiteList .page {
    padding: 10px;
    float: left
  }
  section .whiteList .page:first-child {
    margin-left: 0
  }
  section .whiteList .page:nth-of-type(2) {
    display: block
  }
  section .ProductTreeTitles>div {
    width: 33.1333%;
    margin-left: .5%;
    background: #d4d4d5;
    margin-top: 15px;
    float: left;
    height: 43px;
    position: relative
  }
  section .ProductTreeTitles>div:nth-of-type(1) {
    margin-left: 0
  }
  section .ProductTreeTitles>div:nth-of-type(2) {
    width: 32.6667%
  }
  section .ProductTreeTitles>div.open div {
    right: 8px;
    width: 99px
  }
  section .ProductTreeTitles>div.open div:after {
    content: '\2212';
    font-weight: bolder
  }
  section .ProductTreeTitles>div h3 {
    padding: 13px 8px;
    color: #ee2a24;
    font-weight: bold;
    position: relative;
    font-size: 14px;
    cursor: pointer
  }
  section .ProductTreeTitles>div div {
    display: none
  }
  section .ProductTreeTitles>div div:after {
    display: none
  }
  .space_10{margin-left:0rem;}
  .space_11{margin-left:0rem;}

}

@media only screen and (max-width:1290px) {
  section .devtools-nav ul li {
    padding: 7px 10px;
    font-size: 13px
  }
}

@media (min-width:1021px) {

  header>.container .search {
    display: block
  }
  header>.container .search-mobile {
    display: none
  }
  .space_10{margin-left:0rem;}
  .space_11{margin-left:0rem;}

}

@media(max-width:1020px) {
  .video_img5{
   height:12rem !important;
 }
 .logo{
  margin-top: 0px !important;
 }
 .left_logbg1{
  display: none;
 }
.wsix {
    width: 50% !important;
}
 .video_img5 img{
  height:12rem !important;
}
.video_img4 {
    height:12rem !important;
}

.bhr{
padding :1rem 0rem 0rem 0rem !important;
}
.video_img4 img{
  height:12rem !important;
}
body.noscroll {
  height: 100%;
  overflow-y: hidden;
}
header>div.container:not(.sliderContainer) {
  padding: 5px;
  height: 7rem
}
header>.container .row {
  position: absolute;
  top: 5px;
  left: 0
}
header>.container .logo {
  display: inline-block
}
header>.container .logo a {
  margin: 0
}
header>.container .language {
  position: absolute;
  top: 20px;
  right: 5px;
  width: 100px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 1px;
  padding: 3px;
  float: none;
  height: auto;
  margin: 0
}
header>.container .search {
  display: none
}
header>.container .search-mobile {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box
}
header>.container .search-mobile input[type="text"] {
  width: 100%;
  height: auto;
  padding: 8px;
  padding-right: 38px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
  -webkit-transition: border .1s;
  transition: border .1s
}
header>.container .search-mobile input[type="image"] {
  position: absolute;
  height: 28px;
  width: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  cursor: pointer
}
.lright {
  float: left;
  display: none;
}

nav {
  position: relative;
  height: 40px;
}
nav a {
  text-transform: capitalize
}
nav a:hover {
  color: #1EAEDB !important
}
nav .tab {
  display: none
}
nav .container {
  position: relative;
  top: 0;
  left: 0;
  width: calc(100% - 50px);
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden
}
nav .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 100%;

}
nav .container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
 }
nav .nav__tabs {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  text-overflow: ellipsis;
  padding-bottom: 60px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box
}
nav .nav__tabs>span {
  display: none
}
nav .nav__tabs a {
  display: inline-block;
  line-height: 42px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase
}
nav .nav__tabs a[href*="myMicrochip"] {
  display: none
}
nav .nav__open-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  color: #000;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  text-transform: lowercase
}
.mobileMenu {
  display: none;
  position: absolute;
  top: 60px;
  left: 100%;
  width: 100%;
  height: calc(100vh - 105px);
  background-color: #41B6E6;
  z-index: 11
}
.mobileMenu.active {
  display: block
}
.mobileMenu .mobileMenu__topbar {
  position: relative;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 50px;
  color: #fff
}
.mobileMenu a.mobileMenu__back {
  position: absolute;
  left: 0;
  width: 30px;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  font-size: 44px;
  line-height: 44px;
  color: #fff;
  cursor: default;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}
.mobileMenu.submenu-active a.mobileMenu__back {
  cursor: pointer;
  opacity: 1
}
.mobileMenu .mobileMenu__title {
  position: absolute;
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: calc(100% - 40px - 40px);
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}
.mobileMenu.submenu-active .mobileMenu__title {
  opacity: 1
}
.mobileMenu a.mobileMenu__close {
  position: absolute;
  right: 0;
  padding-left: 5px;
  padding-right: 5px;
  height: 50px;
  width: 30px;
  cursor: pointer
}
.mobileMenu a.mobileMenu__close .line {
  position: absolute;
  top: 50%;
  height: 1.5px;
  width: 30px;
  background-color: #fff
}
.mobileMenu a.mobileMenu__close .line:first-of-type {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.mobileMenu a.mobileMenu__close .line:last-of-type {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.mobileMenu .container {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 105px - 50px)
}
.mobileMenu .container a.login-link {
  position: absolute;
  bottom: 0;
  right: 8px;
  padding: 8px 12px 5px 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1)
}
.foldingNavigation {
  display: none;
  position: absolute;
  top: calc(105px + 5px);
  left: 100%;
  width: 100%;
  height: calc(100vh - 105px - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 11
}
.foldingNavigation.active {
  display: block
}
.foldingNavigation .container {
  display: none
}
.foldingNavigation .container.active {
  display: block
}
.foldingNavigation .container .columns {
  margin-left: 0; /* overrides skeleton's margin left */
}
.nav-list {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1)
}
.nav-list a {
  text-decoration: none;
  color: #fff;
  margin: 0;
  text-transform: none
}
.nav-list a:hover {
  color: #fff !important
}
.nav-list .container {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%
}
.nav-list .container.hidden {
  display: none
}
.nav-list .columns {
  position: static;
  display: block;
  float: none;
  width: 100%
}
.nav-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: visible
}
.nav-list li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  line-height: 1;
  margin: 0;
  box-sizing: border-box
}
.nav-list li:after {
  content: "";
  display: block;
  position: relative;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.06)
}
.nav-list li a {
  display: block;
  padding: 15px 15px 13px 15px;
  font-size: 16px
}
.two.columns.left-nav{
  width:80%;
  text-align: left;
  float:left;
  margin-left:2rem;
}
.design-center{margin-top:0rem !important;}
.space_left25{ margin-left:0rem !important;}
section .tabs {
  margin-top: 0rem !important;
  margin-left: 0.5rem !important;
}

section .left-nav + div{padding-left:0rem  !important;}
.sfContentBlock img{
  clear: both;
  text-align: center;
  display:none !important;
}
section .left-nav ul li {
  text-align: left;
}
.mbtm{
 clear: both;
 margin-left:0rem !important;
 border-bottom: 1px solid rgba(0, 0, 0, 0.06);
 display: block;
 padding: 15px 15px 13px 15px;
 font-size: 16px;
}


.nav-list.mobileMenu li a {
  text-transform: uppercase
}
.nav-list.mobileMenu li.lowercase a {
  text-transform: none
}
.nav-list li ul {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden
}
.nav-list .nav-arrow {
  position: relative;
  top: 1px;
  left: 10px;
  font-size: 24px;
  line-height: 0
}
.nav-list.mobileMenu .nav-arrow {
  top: 1px;
  font-size: 34px
}
.nav-list ul.active {
  visibility: visible
}
.nav-list ul ul:not(.current) li {
  height: 0
}
.nav-list ul ul.current>li {
  height: auto
}
.submenu-active .columns>ul>li {
  height: 0
}
.highlight {
  display: none !important
}
.space_10{margin-left:0rem;}
.space_11{margin-left:0rem;}

}

@media (min-width:1021px) {


  .mobileMenu {
    display: none
  }
  .nav__open-menu {
    display: none
  }
  .nav-arrow {
    display: none
  }
 .foldingNavigation {
    background: #dc2b27;
    background: -webkit-linear-gradient(top, #dc2b27 1%, #9b1d21 65%);
    background: -webkit-linear-gradient(top, #990800 0, rgba(153, 8, 0, 0.96) 67%, rgba(84, 6, 3, 0.94) 96%, rgba(64, 6, 3, 0.93) 99%);
    background: linear-gradient(to bottom, #990800 0, rgba(153, 8, 0, 0.96) 67%, rgba(84, 6, 3, 0.94) 96%, rgba(64, 6, 3, 0.93) 99%);
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7) inset
  }

   .foldingNavigation .container .columns.highlight>div {
    display: block;
    height: 300px;
    position: absolute;
    border-left: 1px solid rgba(0, 0, 0, .4);
    border-right: 1px solid rgba(0, 0, 0, .7);
    top: 0;
    margin-left: 0;
    padding-bottom: 20px;
    box-shadow: inset 0px 0px 60px -5px rgba(0, 0, 0, 0.73);
    background: #ffffff;
    background: -moz-linear-gradient(top,  rgba(43,169,225,1) 0, rgba(17,114,186,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(43,169,225,1) 0,rgba(17,114,186,1) 100%);
    background: linear-gradient(to bottom,  rgba(43,169,225,1) 0,rgba(17,114,186,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba9e1', endColorstr='#1172ba',GradientType=0 );

    width: 100%;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
  }


/*-webkit-linear-gradient(top, #194f90 1%, #194f90 4%, #4186E6 70%, #4186E6 100%)
*/

/*  


  .foldingNavigation {
     background: #4186E6;
     box-shadow: inset 0px 0px 60px -5px rgba(0, 0, 0, 0.73);
    background: rgb(43,169,225);
    background: -moz-linear-gradient(top,  rgba(43,169,225,1) 0, rgba(17,114,186,1) 100%);
     background: -webkit-linear-gradient(top,  rgba(43,169,225,1) 0,rgba(17,114,186,1) 100%);
    background: linear-gradient(to bottom,  rgba(43,169,225,1) 0,rgba(17,114,186,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba9e1', endColorstr='#1172ba',GradientType=0 ); height: 0;
    overflow: hidden;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7) inset
  }
 .foldingNavigation .container .columns.highlight>div {
    display: block;
    height: 300px;
    position: absolute;
    border-left: 1px solid rgba(0, 0, 0, .4);
    border-right: 1px solid rgba(0, 0, 0, .7);
    top: 0;
    margin-left: 0;
    padding-bottom: 20px;
    box-shadow: inset 0px 0px 60px -5px rgba(0, 0, 0, 0.73);
    background: rgb(43,169,225);
    background: -moz-linear-gradient(top,  rgba(43,169,225,1) 0, rgba(17,114,186,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(43,169,225,1) 0,rgba(17,114,186,1) 100%);
    background: linear-gradient(to bottom,  rgba(43,169,225,1) 0,rgba(17,114,186,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba9e1', endColorstr='#1172ba',GradientType=0 );

    width: 100%;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
  }
  */
  .foldingNavigation.open {
    height: 350px;
  }
  .foldingNavigation .container {
    padding: 0;
    color: #fff
  }
  .foldingNavigation .container .columns {
    position: relative
  }
  .foldingNavigation>div {
    display: none
  }
  .foldingNavigation>.open {
    display: block
  }
  .foldingNavigation .container .columns ul {
    margin: 15px 0 15px 5px;
    overflow: hidden
  }
  .foldingNavigation .container .columns ul li {
    list-style: none;
    margin-bottom: 4px
  }
  .foldingNavigation .container .columns ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 17px;
    font-weight: 600;
    cursor: pointer;
    line-height: 20px;
  }
  .foldingNavigation .container .columns ul li:hover a {
    color:#999;
  }
  .foldingNavigation .container .columns ul li.open a {
    color: #999;
    margin-bottom: 0;
  }
  .foldingNavigation .container .columns ul li.open ul a {
    color: #fff;
  }
  .foldingNavigation .container .columns ul li.open ul li a:hover {
    color: #999;
  }
  .foldingNavigation .container .columns ul li.open ul li.open > a {
    color: #999999;
  }
  .foldingNavigation .container .columns ul li.open ul li:not(.mbtm):hover::before {
    border-left-color:#999;
  }
  .foldingNavigation .container .columns ul li.open:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  .foldingNavigation .container .columns ul li[data-hid]:not(.mbtm)::before {
    content: '';
    border-left: 6px #fff solid;
    border-top: 5px transparent solid;
    border-right: 0 transparent solid;
    border-bottom: 5px transparent solid;
    position: absolute;
    margin-left: 11px;
    margin-top: 6px;
    -webkit-transition: all ease-in-out .3s;
    transition: transform ease-in-out .3s;
  }
  .foldingNavigation .container .columns ul li[data-hid]:not(.mbtm):hover::before {
    border-left-color: #999 ;
  }
  .foldingNavigation .container .columns ul li.open::before {
    border-left-color: #999 !important;
  }


  .foldingNavigation .container .columns ul li ul {
    margin: 0 0 0 5px;
    height: 0;
    /* border-left: 1px solid rgba(255, 255, 255, .09); */
    overflow: hidden;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
  }
  .foldingNavigation.nav-list.open>.container div ul li ul li {
    margin-bottom: 0
  }

  .foldingNavigation .container div ul li.open ul li.open ul li a {
    left: -3px;
  }
  .foldingNavigation .container.open .columns ul li ul {
    opacity:0;
  }
  .foldingNavigation .container.open .columns ul li.open ul {
    opacity:1;
  }
  .foldingNavigation .container .columns ul li ul li:before {
    border: none;
  }
  .foldingNavigation .container .columns ul li.open ul li.open:not(.btm) {
    color: #7a7a7a;
  }
  .foldingNavigation .container .columns ul li.open ul li.open:not(.btm)::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .foldingNavigation .container .columns ul li.open ul li:not(.btm)::before {
    content: '';
    border-left: 6px #fff solid;
    border-top: 5px transparent solid;
    border-right: 0 transparent solid;
    border-bottom: 5px transparent solid;
    position: absolute;
    margin-left: 11px;
    margin-top: 4px;
    -webkit-transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s
  }


  .highlight div:not(.active) div {
    display: none
  }
  .highlight div.active {
    z-index: 200
  }

  .foldingNavigation .container .columns.highlight div p {
    position: initial;
    font-size: 15px;
    padding-top: 45%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 10%;
    line-height: 20px;
    font-weight: lighter;
  }
  .foldingNavigation .container .columns.highlight div h5 {
    position: absolute;
    font-weight: 600;
    padding: 9px 12px 6px 7px;
    font-size: 1.8rem;
  }
  .foldingNavigation .container .columns.highlight div div {
    padding: 9px
  }

  .highlight:after {
    content: "";
    display: none;
    background-color: transparent !important
  }
  .columns:nth-child(3):after {
    content: "";
    display: none;
    background-color: transparent !important
  }
  
  .space_10{margin-left:0rem;}
  .space_11{margin-left:0rem;}


}

@media (max-width:1465px) {
  header nav a {
    font-size: 1.5rem;
    color: #000;
  }
}

@media (max-width:1300px) {
  header nav a {
    font-size: 1.5rem;
    color: #000;
  }
}

@media (max-width:1235px) {
  header nav a {
    font-size: 1.5rem;
      color: #000;
  }
}

@media (max-width:1165px) {
  header nav a {
    font-size: 1.5rem;
        color: #000;
  }
}

.banner {
  padding-top: 0 !important
}

.bodyContent {
  background-color: #efefef;
  height: 700px
}

.p.packaging th
{
	border: solid black 1px;
}

section.seperator {
  height: 12px;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: #fff;
  margin-top: 2px;
  clear: both
}

section.seperator:before {
  content: '';
  width: 30%;
  height: 100%;
  background: #ed2924;
  border-top: 15px solid transparent;
  border-right: 10px solid #fff;
  position: absolute
}

section.seperator:after {
  content: '';
  width: 69.2%;
  background: transparent;
  border-left: 10px solid transparent;
  border-bottom: 15px solid #a6a8ab;
  position: absolute;
  right: 0
}

.bg_yellow{
  color: #F68D2E;
  height: 1.5rem;
  margin-right: 3px;
}
.bg_blue{
  color: #42B6E6;
  height: 1.5rem;
  margin-right: 3px;

}
.bg_blue1{
  color: #194f90;
  height: 1.5rem;
  margin-right: 3px;

}
.bg_green{
  color: #6dc24a;

  height: 1.5rem;

}
.two_columns {
  width: 25%;
  text-align: center;
  margin-bottom: 5px;
}
.gray{
  color: #666;
}
.c_listbox{
  background: #fff;
  border: 1px solid #ccc;
  height: 230px;
  box-shadow: 2px 2px 5px #ccc;
  margin-bottom: 1.5rem;
}
.bottom_footer{
    background: #194f90 none repeat scroll 0 0;
    font-size: 1.5rem;
    margin-top: 20px;
    min-height: 15rem;
    width: 100%;
    height: 12rem;
   
}
.bottom_footer .social-icons {
    margin-top: 3rem;
  }
.mb3 {
    margin-top: 1.5rem;
  }

.social-icons .sina2021 {
    background-image: url(../images/sina_mono.png);
}
.social-icons .wechat2021 {
    background-image: url(../images/wechat_mono.png);
}
.social-icons .youku2021 {
    background-image: url(../images/youku_mono.png);
}

.social-icons .sina2021:hover {
    background-image: url(../images/sina_color.png);
    background-size: 50px 50px;
}
.social-icons .wechat2021:hover {
    background-image: url(../images/wechat_color.png);
        background-size: 50px 50px;

}
.social-icons .youku2021:hover {
    background-image: url(../images/youku_color.png);
        background-size: 50px 50px;

}

.social-icons .bilibili2021 {
    background-image: url(../images/bilibili_mono.png);
}

.social-icons .bilibili2021:hover {
    background-image: url(../images/bilibili_color.png);
        background-size: 50px 50px;

}
.btmli {
    padding: 0 20px 0 25px;
/*    list-style-type: disc !important;
    color: #666666;*/ 
       width: auto;

}
.btmlinoright {
    padding: 0 5px 0 25px;
/*    list-style-type: disc !important;
*/    width: auto;
        color: #666666;

}
.left_logbg{
  float:left;
  height:101px;
  left:-188px;
  position: absolute;
}