html {
  font-family: CiscoSans;
}
body {
  background: #f2f2f2;
  color: #333333;
  min-width: 320px;
  font-family: CiscoSans;
}
html,
body {
  overflow: hidden;
  overflow-y: auto;
}
.jumbotron p {
  font-weight: normal;
}
.content-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.family-normal {
  font-family: CiscoSans;
}
.family-light {
  font-family: CiscoSans-ExtraLight;
}
.family-bold {
  font-family: CiscoSans-Bold;
}
.no-padding {
  padding: 0;
}
.wrap-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.wrap-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #999;
  outline: 0;
  border-radius: 2px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 2px;
  left: 0;
  z-index: 8999999;
}
.wrap-checkbox input[type=checkbox]:checked {
  opacity: 0;
}
.wrap-checkbox input[type="checkbox"] + .checkbox-span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.wrap-checkbox input[type="checkbox"]:checked + .checkbox-span {
  background: url('../images/common/checkbox.png') no-repeat;
  background-size: 100% 100%;
}
.wrap-checkbox input[type="checkbox"]:checked + .checkbox-all-span {
  background: #fff;
  border: 1px solid #999;
  outline: 0;
  border-radius: 2px;
  top: -1px;
}
.wrap-checkbox input[type="checkbox"]:checked + .checkbox-all-span:after {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  left: 4px;
  width: 10px;
  height: 16px;
  transform: rotate(45deg);
  border-right: 2px solid #003AA5;
  border-bottom: 2px solid #003AA5;
}
/********
产品列表、订单中心color项图片
*****/
.color-span {
  display: inline-block;
  width: 26px;
  height: 30px;
  vertical-align: middle;
  position: relative;
  top: -5px;
}
.airspay-bk {
  background: url("../images/common/color/airspay/BK.png") no-repeat;
  background-size: 100% 100%;
}
.airspay-c {
  background: url("../images/common/color/airspay/C.png") no-repeat;
  background-size: 100% 100%;
}
.airspay-gy {
  background: url("../images/common/color/airspay/GY.png") no-repeat;
  background-size: 100% 100%;
}
.airspay-lc {
  background: url("../images/common/color/airspay/LC.png") no-repeat;
  background-size: 100% 100%;
}
.airspay-lm {
  background: url("../images/common/color/airspay/LM.png") no-repeat;
  background-size: 100% 100%;
}
.airspay-m {
  background: url("../images/common/color/airspay/M.png") no-repeat;
  background-size: 100% 100%;
}
.airspay-r {
  background: url("../images/common/color/airspay/R.png") no-repeat;
  background-size: 100% 100%;
}
.airspay-y {
  background: url("../images/common/color/airspay/Y.png") no-repeat;
  background-size: 100% 100%;
}
.laser-bk {
  background: url("../images/common/color/laser/BK.png") no-repeat;
  background-size: 100% 100%;
}
.laser-c {
  background: url("../images/common/color/laser/C.png") no-repeat;
  background-size: 100% 100%;
}
.laser-cmy {
  background: url("../images/common/color/laser/CMY.png") no-repeat;
  background-size: 100% 100%;
}
.laser-kcmy {
  background: url("../images/common/color/laser/KCMY.png") no-repeat;
  background-size: 100% 100%;
}
.laser-m {
  background: url("../images/common/color/laser/M.png") no-repeat;
  background-size: 100% 100%;
}
.laser-y {
  background: url("../images/common/color/laser/Y.png") no-repeat;
  background-size: 100% 100%;
}
/********
产品列表、订单中心color项图片 end
*****/
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 768px) {
  .container-fluid {
    max-width: 1600px;
    background: #ffffff;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .container-fluid {
    background: #ffffff;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 768px) {
  .container-fluid {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12);
  }
  .box-shadow-line {
    position: relative;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  }
  .box-shadow-line .dropdown.search-top-icon {
    position: static;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu {
    display: block;
    background: #003BA3;
    position: inherit;
    border: none;
    width: 100%;
    height: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon {
    position: absolute;
    top: 130px;
    right: 20px;
    color: #fff;
    display: inline-block;
    height: 0;
    overflow: hidden;
    width: 20px;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:after,
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:before {
    background: #fff;
    content: "";
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:after {
    transform: rotate(-45deg);
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:before {
    transform: rotate(45deg);
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu:after {
    position: absolute;
    display: block;
    top: 102px;
    right: 6px;
    content: '';
    width: 15px;
    height: 15px;
    opacity: 0;
    background: #003BA3;
    transform: rotate(45deg);
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input {
    display: block;
    border: none;
    border-radius: 30px;
    width: 60%;
    height: 0;
    margin: 55px auto 0;
    padding-left: 30px;
    font-size: 2.5rem;
    opacity: 0;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input:focus {
    outline: none;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #8c8c8c;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8c8c8c;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8c8c8c;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8c8c8c;
  }
  .box-shadow-line .dropdown.search-top-icon.open > .dropdown-menu {
    height: 180px;
    transition: height 0.5s ease-out;
  }
  .box-shadow-line .dropdown.search-top-icon.open > .dropdown-menu:after {
    opacity: 1;
    transition: opacity 1s ease-out;
  }
  .box-shadow-line .dropdown.search-top-icon.open > .dropdown-menu input {
    opacity: 1;
    height: 60px;
    transition: height 0.5s ease-out;
  }
  .box-shadow-line .dropdown.search-top-icon.open > .dropdown-menu .search-close-icon {
    height: 20px;
    transition: height 0.5s ease-out;
  }
  .box-shadow-line .nothing-navbar-brand-search {
    width: 38px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 56px;
    background-image: url(../images/home/search-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .box-shadow-line .nothing-navbar-brand-search a {
    display: none;
  }
  .box-shadow-line .navbar {
    height: 110px;
    padding: 0;
    margin: 0 auto;
  }
  .box-shadow-line .navbar .navbar-collapse {
    padding: 0;
  }
  .box-shadow-line .navbar .nothing-navbar-brand {
    position: absolute;
    margin-top: 35px;
  }
  .box-shadow-line .navbar .nothing-navbar-brand .navbar-brand {
    padding: 0;
  }
  .box-shadow-line .navbar .nothing-navbar-brand .navbar-brand img {
    width: 84px;
    height: 60px;
  }
  .box-shadow-line .navbar .nothing-navbar-menu {
    font-size: 1.4rem;
  }
  .box-shadow-line .navbar .nothing-navbar-menu > div {
    position: static;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .nav {
    position: static;
    width: 100%;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .nav > li {
    position: static;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .nav > li > a {
    padding: 0;
    text-align: center;
    margin: 13px 15px;
    display: inline-block;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .nav .open > a,
  .box-shadow-line .navbar .nothing-navbar-menu .nav .open > a:focus,
  .box-shadow-line .navbar .nothing-navbar-menu .nav .open > a:hover {
    background-color: #ffffff;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown:hover > a {
    position: relative;
    color: #003BA3;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown:hover > a:before {
    background: #003BA3;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown:hover > a > a:focus > a:hover {
    background-color: #ffffff;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu {
    background-color: #f5f5f5;
    position: absolute;
    padding: 30px 0;
    top: 109px;
    width: 100%;
    height: 233px;
    margin: 0;
    border: 0;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-menu-title {
    font-size: 2.4rem;
    text-align: right;
    color: #999999;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu {
    width: 45%;
    height: 50px;
    padding: 7px 12px 7px 22px;
    list-style-type: none;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu:hover {
    background: #e5e5e5;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-3rdmenu {
    display: block;
    border-left: 1px solid #d2d2d2;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu:hover > a {
    color: #003BA3;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu:hover > a .glyphicon {
    color: #a6a6a6;
    display: inherit;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu > a {
    color: #666666;
    text-decoration: none;
    font-size: 1.6rem;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu > a .glyphicon {
    top: 12px;
    float: right;
    display: none;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu > p {
    font-size: 1.2rem;
    color: #666666;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu {
    position: absolute;
    background: #f5f5f5;
    display: none;
    width: 100%;
    top: -3px;
    left: 45%;
    margin-left: 5px;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu > li {
    height: 40px;
    line-height: 40px;
    list-style-type: none;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu > li > a {
    font-size: 1.4rem;
    color: #595959;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu > li > a:hover {
    color: #003BA3;
    text-decoration: none;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu-active {
    display: block;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu-active > a {
    color: #003BA3;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu-active > a .glyphicon {
    display: inherit;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-menu-image p {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 2.4rem;
    max-width: 400px;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-toggle {
    color: #737373;
    padding-top: 21px;
    padding-bottom: 10px;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-toggle:hover,
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-toggle:focus {
    background: none;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .in-focus {
    color: #003AA5;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li > a {
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 7px;
    padding-right: 7px;
    color: #003BA3;
    font-size: 1rem;
    font-family: CiscoSans-ExtraLight;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li > a:hover,
  .box-shadow-line .navbar .nothing-navbar-info > li > a:focus {
    background: none;
    text-decoration: underline;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li > a > img {
    position: relative;
    left: 0;
    margin-right: 7px;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li.line {
    position: relative;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li.line:after {
    position: absolute;
    top: 16px;
    right: 0;
    display: block;
    content: '';
    width: 1px;
    height: 12px;
    background: #003BA3;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li .dropdown-menu {
    font-size: 1.2rem;
    min-width: 85px;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li .dropdown-menu > li {
    border-left: 5px solid transparent;
  }
  .box-shadow-line .navbar .nothing-navbar-info > li .dropdown-menu > li:hover {
    border-left: 5px solid #003BA3;
  }
  .box-shadow-line .navbar .nothing-navbar-info .glyphicon.glyphicon-triangle-bottom {
    position: relative;
    left: 5px;
    top: 3px;
  }
  .box-shadow-line .navbar .nothing-navbar-info .open > a,
  .box-shadow-line .navbar .nothing-navbar-info .open > a:focus,
  .box-shadow-line .navbar .nothing-navbar-info .open > a:hover {
    background-color: #ffffff;
  }
  .box-shadow-line .navbar .nothing-navbar-info .open .glyphicon-triangle-bottom:before {
    content: "\e253";
  }
  .box-shadow-line .navbar .nothing-navbar-info .open .dropdown-menu {
    border-radius: 0;
  }
  .box-shadow-line .navbar .nothing-navbar-info .open .dropdown-menu > li a {
    padding: 3px 10px;
  }
  .box-shadow-line .navbar .nothing-navbar-info .open .dropdown-menu > li > a:focus,
  .box-shadow-line .navbar .nothing-navbar-info .open .dropdown-menu > li a:hover {
    color: #003BA3;
    background-color: #ffffff;
  }
  .box-shadow-line .navbar-1280 {
    max-width: 1280px;
    margin: 0 auto;
  }
  .nothing-second-menu {
    background-color: #003BA3;
    max-width: 1600px;
  }
  .nothing-second-menu .nothing-second-menu-content {
    max-width: 1280px;
    margin: 0 auto;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar-default {
    background-color: #003BA3;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-brand {
    height: 70px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav .open > a > span,
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav .open > a:focus > span,
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav .open > a:hover > span {
    display: inherit;
    position: absolute;
    top: 60px;
    left: 45%;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav > li {
    font-family: CiscoSans-ExtraLight;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav > li:hover {
    background-color: #002653;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav > li:hover > a,
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav > li:hover > a:focus,
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav > li:hover > a:hover {
    background-color: transparent;
    color: #ffffff;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 70px;
    color: #a4c7de;
    font-size: 14px;
  }
  .nothing-second-menu .nothing-second-menu-content .navbar .navbar-nav > li > a > span {
    display: none;
  }
  .nothing-second-menu-green {
    background-color: #00923F;
    max-width: 1600px;
  }
  .nothing-second-menu-green .nothing-second-menu-content {
    max-width: 1280px;
    margin: 0 auto;
  }
  .nothing-second-menu-green .nothing-second-menu-content .navbar-default {
    background-color: #00923F;
  }
  .nothing-second-menu-green .nothing-second-menu-content .navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
  }
  .nothing-second-menu-green .nothing-second-menu-content .navbar .navbar-brand {
    height: 70px;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
  }
  .nothing-second-menu-green .nothing-second-menu-content .navbar .navbar-nav .open > a > span,
  .nothing-second-menu-green .nothing-second-menu-content .navbar .navbar-nav .open > a:focus > span,
  .nothing-second-menu-green .nothing-second-menu-content .navbar .navbar-nav .open > a:hover > span {
    display: inherit;
    position: absolute;
    top: 60px;
    left: 45%;
  }
  .nothing-second-menu-green .nothing-second-menu-content .navbar .navbar-nav > li {
    font-family: CiscoSans-ExtraLight;
  }
  .nothing-second-menu-green .nothing-second-menu-content .navbar .navbar-nav > li:hover {
    background-color: #c5dea4;
  }
  .nothing-second-menu-green .nothing-second-menu-content .navbar .navbar-nav > li:hover > a,
  .nothing-second-menu-green .nothing-second-menu-content .navbar .navbar-nav > li:hover > a:focus,
  .nothing-second-menu-green .nothing-second-menu-content .navbar .navbar-nav > li:hover > a:hover {
    background-color: transparent;
    color: #ffffff;
  }
  .nothing-second-menu-green .nothing-second-menu-content .navbar .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 70px;
    color: #a4c7de;
    font-size: 14px;
  }
  .nothing-second-menu-green .nothing-second-menu-content .navbar .navbar-nav > li > a > span {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu:after {
    right: calc((100% - 1260px)/2);
    right: -moz-calc((100% - 1260px)/2);
    right: -webkit-calc((100% - 1260px)/2);
  }
}
@media screen and (min-width: 768px) and (min-width: 1281px) {
  .box-shadow-line .nothing-navbar-brand-search {
    right: calc((100% - 1280px)/2);
    right: -moz-calc((100% - 1280px)/2);
    right: -webkit-calc((100% - 1280px)/2);
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .box-shadow-line .navbar .nothing-navbar-menu .nav > li > a {
    padding: 0;
    text-align: center;
    margin: 13px 29px;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .box-shadow-line .navbar .nothing-navbar-menu .nav > li > a {
    padding: 0;
    text-align: center;
    margin: 13px 35px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .box-shadow-line {
    position: relative;
  }
  .box-shadow-line .dropdown.search-top-icon {
    position: static;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu {
    position: inherit;
    top: 4.29rem;
    background: #003BA3;
    border: none;
    width: 100%;
    height: 8rem;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon {
    position: absolute;
    top: 4.8rem;
    right: 2rem;
    color: #fff;
    display: inline-block;
    height: 1.5rem;
    overflow: hidden;
    width: 1.5rem;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:after,
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:before {
    background: #fff;
    content: "";
    height: .2rem;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:after {
    transform: rotate(-45deg);
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu .search-close-icon:before {
    transform: rotate(45deg);
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu:after {
    position: absolute;
    display: block;
    top: 4rem;
    right: 3.3rem;
    content: '';
    width: .5rem;
    height: .5rem;
    background: #003BA3;
    transform: rotate(45deg);
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input {
    display: block;
    border: none;
    border-radius: 3rem;
    width: 90%;
    height: 3rem;
    margin: 2.5rem auto 0;
    padding-left: 1.5rem;
    font-size: 1.6rem;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input:focus {
    outline: none;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #8c8c8c;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8c8c8c;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8c8c8c;
  }
  .box-shadow-line .dropdown.search-top-icon .dropdown-menu input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8c8c8c;
  }
  .box-shadow-line .nothing-navbar-brand-search {
    width: 38px;
    height: 36px;
    position: absolute;
    right: 2rem;
    top: .6rem;
    background-image: url(../images/home/search-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .box-shadow-line .nothing-navbar-brand-search a {
    display: none;
  }
  .box-shadow-line .navbar {
    margin-bottom: 0;
    border: 0;
  }
  .box-shadow-line .navbar .navbar-header .nothing-navbar-button {
    float: left;
    margin-left: 1.5rem;
    margin-right: 0;
  }
  .box-shadow-line .navbar .navbar-header .nothing-navbar-button .icon-bar {
    color: #003BA3;
    background: #003AA5;
  }
  .box-shadow-line .navbar .navbar-header .nothing-navbar-brand {
    width: 20rem;
    margin: 0.8rem auto 0;
  }
  .box-shadow-line .navbar .navbar-header .nothing-navbar-brand .navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    line-height: normal;
  }
  .box-shadow-line .navbar .navbar-header .nothing-navbar-brand .navbar-brand img {
    width: 4.5rem;
    height: 3.3rem;
    margin: 0 auto;
  }
  .box-shadow-line .navbar .nothing-navbar-menu {
    height: 100vh;
    border-top: 1px solid #ececec;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .navbar-nav {
    padding-left: 1rem;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown {
    position: static;
    border-bottom: 1px solid #ececec;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu {
    position: absolute;
    top: .3rem;
    left: 100%;
    width: 100%;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu div {
    padding-right: 0;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-menu-xs {
    border-left: 1px solid #ececec;
    padding-left: 0;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu {
    font-size: 1.6rem;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu > a {
    width: 100%;
    display: block;
    line-height: 1.8rem;
    padding: .5rem 1.5rem;
    background-color: #eee;
  }
  .box-shadow-line .navbar .nothing-navbar-menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-3rdmenu {
    list-style-type: none;
    font-size: 1.8rem;
    line-height: 3rem;
    padding: .5rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 768px) {
  .nothing-footer {
    margin: 0 auto;
    background: #f5f5f5;
    padding-top: 30px;
  }
  .nothing-footer .row {
    margin: 0;
  }
  .nothing-footer a {
    color: #595959;
  }
  .nothing-footer a:hover {
    color: #595959;
  }
  .nothing-footer h3 {
    margin: 0;
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .nothing-footer h4 {
    margin: 0;
    font-size: 1.4rem;
    line-height: 3rem;
    position: relative;
  }
  .nothing-footer .list-group {
    margin-bottom: 0;
  }
  .nothing-footer .list-group-item {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border: none;
    color: #8c8c8c;
    font-size: 1.2rem;
    line-height: 3rem;
  }
  .nothing-footer .subMenu-container {
    display: inline-block;
    height: 18px;
    position: relative;
    width: 25px;
  }
  .nothing-footer .subMenu-container .subMenu-container-list {
    display: none;
    border: 1px solid #ccc;
    padding: 20px;
    position: absolute;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    top: 0;
    left: 25px;
    min-width: 250px;
    background: #f0f0f0;
    z-index: 99;
  }
  .nothing-footer .subMenu-container .subMenu-container-list .list-group-item {
    background-color: #f0f0f0;
  }
  .nothing-footer .subMenu-container .subMenu-container-list .close-icon {
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .nothing-footer .subMenu-container .sub-menu-arrow {
    position: absolute;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }
  .nothing-footer .subMenu-container .sub-menu-arrow span {
    border-color: #8e9299;
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 0;
    padding: 3px;
    transform: rotate(45deg);
    width: 0;
    left: 7px;
    position: absolute;
    top: 9px;
    z-index: 0;
  }
  .nothing-footer .copyright {
    margin-top: 50px;
  }
  .nothing-footer .copyright p {
    color: #fff;
    font-size: 1.2rem;
  }
  .nothing-footer .share {
    margin-top: 24px;
    background: #9e9e9e;
    height: 134px;
  }
  .nothing-footer .share-icons {
    padding: 0;
    margin-top: 50px;
    list-style: none;
  }
  .nothing-footer .share-icons li {
    margin-right: 20px;
    float: left;
  }
  .nothing-footer .share-icons li:last-child {
    margin-right: 0;
  }
  .nothing-footer .share-icons li div {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .nothing-footer .share-icons li div:hover {
    opacity: .9;
  }
  .nothing-footer .share-icons .facebook-icon {
    background-image: url(../images/concern/facebook-color.png);
  }
  .nothing-footer .share-icons .twitter-icon {
    background-image: url(../images/concern/twitter-color.png);
  }
  .nothing-footer .share-icons .in-icon {
    background-image: url(../images/concern/in-color.png);
  }
  .nothing-footer .share-icons .youtube-icon {
    background-image: url(../images/concern/youtube-color.png);
  }
}
@media screen and (max-width: 767px) {
  .nothing-footer {
    background: #f5f5f5;
  }
  .nothing-footer .row {
    margin: 0;
  }
  .nothing-footer h3 {
    font-size: 1.6rem;
    font-weight: normal;
    color: #404040;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 1.5rem;
  }
  .nothing-footer h3 a {
    color: #404040;
  }
  .nothing-footer h3:after,
  .nothing-footer h3:before {
    background: #404040;
    content: "";
    height: 1rem;
    width: 1px;
    right: 1rem;
    top: 0;
    position: absolute;
  }
  .nothing-footer h3:before {
    transform: rotate(90deg);
  }
  .nothing-footer h3.active:after {
    transform: rotate(-45deg);
  }
  .nothing-footer h3.active:before {
    transform: rotate(45deg);
  }
  .nothing-footer h4 {
    font-size: 1.4rem;
    font-weight: normal;
    color: #404040;
  }
  .nothing-footer h4 a {
    color: #404040;
  }
  .nothing-footer .item-list {
    display: none;
    border-bottom: 1px solid #e4e4e4;
  }
  .nothing-footer .list-group {
    margin-bottom: 0;
  }
  .nothing-footer .list-group-item {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border: none;
    color: #999;
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
  .nothing-footer .close-icon {
    display: none;
  }
  .nothing-footer .copyright p {
    color: #fff;
    font-size: 1.2rem;
  }
  .nothing-footer .share {
    padding: 3rem 0;
    background: #333;
  }
  .nothing-footer .follow-us-txt {
    padding: 0;
    text-align: left;
    font-size: 1.2rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
  }
  .nothing-footer .up-phone-top {
    margin-top: 3rem;
  }
  .nothing-footer .share-icons {
    list-style: none;
  }
  .nothing-footer .share-icons li {
    margin-right: 1rem;
    float: left;
  }
  .nothing-footer .share-icons li div {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .4rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .nothing-footer .share-icons li div:hover {
    opacity: .9;
  }
  .nothing-footer .share-icons .facebook-icon {
    background-image: url(../images/concern/facebook-color.png);
  }
  .nothing-footer .share-icons .twitter-icon {
    background-image: url(../images/concern/twitter-color.png);
  }
  .nothing-footer .share-icons .in-icon {
    background-image: url(../images/concern/in-color.png);
  }
  .nothing-footer .share-icons .youtube-icon {
    background-image: url(../images/concern/youtube-color.png);
  }
}
@media screen and (min-width: 768px) {
  .video-center-banner {
    padding: 0;
    margin-bottom: 0;
    height: 280px;
    overflow: hidden;
  }
  .video-center-banner img {
    /* height: 100%; */
  }
  .video-center-tabBar {
    background: #003BA3;
  }
  .video-center-tabBar nav.navbar-default {
    padding: 0 240px;
    background: #003BA3;
    border: none;
    margin-bottom: 0;
  }
  .video-center-tabBar nav.navbar-default .navbar-nav .active a {
    font-size: 20px;
    color: #fff;
    background: #003BA3;
  }
  .video-center-tabBar nav.navbar-default .navbar-nav a {
    font-size: 16px;
    color: #a4c7de;
    height: 70px;
    line-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .video-center-tabBar nav.navbar-default .container-fluid {
    background: #003BA3;
  }
  .video-center-panel .white-panel {
    margin: auto;
    max-width: 1280px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .video-center-panel .col-sm-9 {
    padding-left: 0;
    padding-right: 20px;
  }
  .video-center-panel .col-sm-3 {
    padding-left: 10px;
    padding-right: 0;
  }
  .video-center-panel .video-item {
    margin-bottom: 1.5rem;
  }
  .video-center-panel .video-item .img-video {
    cursor: pointer;
  }
  .video-center-panel .video-item .img-txt {
    padding-left: 1.5rem;
  }
  .video-center-panel .video-item a {
    text-decoration: none;
  }
  .video-center-panel .video-item .txt-title {
    padding: 0;
    margin: 5px 0;
    font-size: 1.8rem;
    color: #333;
    line-height: 3rem;
  }
  .video-center-panel .video-item .txt-title:hover {
    color: #003BA3;
  }
  .video-center-panel .video-item .txt-detail {
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
    color: #8c8c8c;
  }
  .video-center-panel .loading-btn {
    font-size: 1.6rem;
    color: #8c8c8c;
  }
  .video-center-panel .subscribe-form,
  .video-center-panel .support-form {
    margin-bottom: 15px;
    border: 1px solid #E4E4E4;
    padding: 15px;
  }
  .video-center-panel .subscribe-form .form-group,
  .video-center-panel .support-form .form-group {
    margin-bottom: 10px;
  }
  .video-center-panel .subscribe-form .control-label,
  .video-center-panel .support-form .control-label {
    padding: 0;
    padding-left: 8%;
    text-align: right;
    margin: 5px auto;
    line-height: 35px;
  }
  .video-center-panel .subscribe-form .form-control,
  .video-center-panel .support-form .form-control {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    margin: 5px auto;
    border-radius: 3px;
  }
  .video-center-panel .subscribe-form .title,
  .video-center-panel .support-form .title {
    padding-left: 12px;
    position: relative;
    font-size: 2rem;
  }
  .video-center-panel .subscribe-form .title:before,
  .video-center-panel .support-form .title:before {
    display: block;
    content: '';
    width: 3px;
    height: 20px;
    background: #003BA3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
  }
  .video-center-panel .subscribe-form .title:after,
  .video-center-panel .support-form .title:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #E4E4E4;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  .video-center-panel .subscribe-form .btn.btn-primary,
  .video-center-panel .support-form .btn.btn-primary {
    width: 100px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin-top: 20px;
  }
  .video-center-panel .subscribe-form .tips,
  .video-center-panel .support-form .tips {
    font-size: 1.6rem;
    color: #8c8c8c;
    margin: 32px 0 28px;
  }
  .video-center-modal {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(10, 10, 10, 0.8);
    z-index: 99;
    overflow-y: hidden;
  }
  .video-center-modal .video-player {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 100px 60px;
  }
  .video-center-modal .video-player video {
    max-width: 100%;
    border-radius: 5px;
  }
  .video-center-modal .video-panel {
    position: relative;
  }
  .video-center-modal .close-video-btn {
    position: absolute;
    top: -40px;
    right: -40px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background: #fff;
  }
  .video-center-modal .close-video-btn:after,
  .video-center-modal .close-video-btn:before {
    background: #404040;
    content: "";
    height: 1rem;
    width: 1px;
    right: 1rem;
    top: 6px;
    position: absolute;
    transform: rotate(45deg);
  }
  .video-center-modal .close-video-btn:before {
    transform: rotate(-45deg);
  }
  .video-center-modal .share-link {
    position: absolute;
    bottom: -50px;
    left: 0;
  }
  .video-center-modal .share-link * {
    margin: 0;
    padding: 0;
  }
  .video-center-modal .share-link .share-txt {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    height: 37px;
    line-height: 37px;
    vertical-align: middle;
  }
  .video-center-modal .share-link ul {
    vertical-align: middle;
    display: inline-block;
    list-style: none;
  }
  .video-center-modal .share-link ul li {
    float: left;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .video-center-banner {
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
  }
  .video-center-tabBar {
    background: #003BA3;
  }
  .video-center-tabBar nav.navbar-default {
    background: #003BA3;
    border: none;
    margin-bottom: 0;
  }
  .video-center-tabBar nav.navbar-default .navbar-nav {
    margin-bottom: 0;
  }
  .video-center-tabBar nav.navbar-default .navbar-nav .active a {
    color: #fff;
    background: #003BA3;
  }
  .video-center-tabBar nav.navbar-default .navbar-nav a {
    color: #a4c7de;
  }
  .video-center-tabBar nav.navbar-default .navbar-nav .dropdown {
    text-align: center;
  }
  .video-center-tabBar nav.navbar-default .navbar-nav .dropdown .dropdown-toggle {
    color: #fff;
    background: #003BA3;
    font-size: 1.8rem;
  }
  .video-center-tabBar nav.navbar-default .navbar-nav .dropdown .dropdown-toggle span {
    font-size: 1.4rem;
  }
  .video-center-tabBar nav.navbar-default .navbar-nav .dropdown .dropdown-menu li a {
    color: #fff;
  }
  .video-center-tabBar nav.navbar-default .container-fluid {
    background: #003BA3;
  }
  .video-center-panel .white-panel {
    padding: 15px;
  }
  .video-center-panel .white-panel .video-item {
    margin-bottom: 1.5rem;
  }
  .video-center-panel .white-panel .video-item .img-txt {
    padding-left: 0;
  }
  .video-center-panel .white-panel .video-item .txt-title {
    padding: 0;
    margin: 5px 0;
    font-size: 1.2rem;
    color: #404040;
    line-height: 3rem;
	font-family: CiscoSans;
  }
  .video-center-panel .white-panel .video-item .txt-detail {
    padding: 0;
    margin: 0;
    font-size: 1.2rem;
    color: #808080;
  }
  .video-center-panel .white-panel .btn-primary.btn-block {
    font-size: 1.5rem;
    color: #999;
  }
  .video-center-panel .white-panel .col-xs-12 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .video-center-panel .subscribe-form,
  .video-center-panel .support-form {
    margin-bottom: 1.5rem;
    border: 1px solid #E4E4E4;
    padding: 1rem;
  }
  .video-center-panel .subscribe-form .form-group,
  .video-center-panel .support-form .form-group {
    margin-bottom: 1rem;
  }
  .video-center-panel .subscribe-form label,
  .video-center-panel .support-form label {
    padding: 0;
    text-align: right;
  }
  .video-center-panel .subscribe-form .title,
  .video-center-panel .support-form .title {
    padding-left: 1rem;
    position: relative;
  }
  .video-center-panel .subscribe-form .title:before,
  .video-center-panel .support-form .title:before {
    display: block;
    content: '';
    width: .3rem;
    height: 2rem;
    background: #003BA3;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1rem;
  }
  .video-center-panel .subscribe-form .title:after,
  .video-center-panel .support-form .title:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #E4E4E4;
    position: absolute;
    left: 0;
    bottom: -1rem;
  }
  .video-center-panel .subscribe-form .tips,
  .video-center-panel .support-form .tips {
    margin: 20px 0;
    font-size: 1.2rem;
    color: #8c8c8c;
  }
}
