@font-face {
  font-family: "XinGothic";
  src: url("../font/XinGothic.eot");
  src: url("../font/XinGothic.eot") format("embedded-opentype"),
    /* ie6-8 */ url("../font/XinGothic.woff") format("woff"),
    url(http://www.skyworth.com/fonts/XinGothic.ttf) format("truetype");
  /*Modern Browser*/
}

@font-face {
  font-family: "XinGothic-Regular";
  src: url("../font/XinGothic.eot");
  src: url("../font/XinGothic.eot") format("embedded-opentype"),
    /* ie6-8 */ url("../font/XinGothic.woff") format("woff"),
    url(http://www.skyworth.com/fonts/XinGothic.ttf) format("truetype");
  /*Modern Browser*/
}

@font-face {
  font-family: "SKSans-Light";
  src: url("../font/SKSans-Light.eot");
  src: url("../font/SKSans-Light.eot") format("embedded-opentype"),
    /* ie6-8 */ url("../font/SKSans-Light.woff") format("woff"),
    url(../font/SKSans-Light.ttf) format("truetype");
}

@font-face {
  font-family: "SKSans-BoldItalic";
  src: url("../font/SKSans-BoldItalic.eot");
  src: url("../font/SKSans-BoldItalic.eot") format("embedded-opentype"),
    /* ie6-8 */ url("../font/SKSans-BoldItalic.woff") format("woff"),
    url(../font/SKSans-BoldItalic.ttf) format("truetype");
}

@font-face {
  font-family: "XinGothic-Bold";
  src: url("../font/XinGothic-Bold.eot");
  src: url("../font/XinGothic-Bold.eot") format("embedded-opentype"),
    /* ie6-8 */ url("../font/XinGothic-Bold.woff") format("woff"),
    url(../font/XinGothic-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "DIN-BlackItalic";
  src: url("../font/DIN-BlackItalic.eot");
  src: url("../font/DIN-BlackItalic.eot") format("embedded-opentype"),
    /* ie6-8 */ url("../font/DIN-BlackItalic.woff") format("woff"),
    url(../font/DIN-BlackItalic.ttf) format("truetype");
}

@font-face {
  font-family: "SKSans-RegularItalic";
  src: url("../font/SKSans-RegularItalic.eot");
  src: url("../font/SKSans-RegularItalic.eot")
      format("embedded-opentype"),
    /* ie6-8 */ url("../font/SKSans-RegularItalic.woff") format("woff"),
    url(../font/SKSans-RegularItalic.ttf) format("truetype");
}

@font-face {
  font-family: "SKSans-Regular";
  src: url("../font/SKSans-Regular.eot");
  src: url("../font/SKSans-Regular.eot") format("embedded-opentype"),
    /* ie6-8 */ url("../font/SKSans-Regular.woff") format("woff"),
    url(../font/SKSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "SKSans-Bold";
  src: url("../font/SKSans-Bold.eot");
  src: url("../font/SKSans-Bold.eot") format("embedded-opentype"),
    /* ie6-8 */ url("../font/SKSans-Bold.woff") format("woff"),
    url(../font/SKSans-Bold.ttf) format("truetype");
}

/* @font-face {
    font-family: "fangzheng-Regular";
    src:url('../font/FZLTXHJW.TTF')format('woff'),url(../font/FZLTXHJW.TTF) format('truetype');
}
@font-face {
    font-family: "fangzheng-Bold";
    src:url('../font/FZLTCHJW.TTF')format('woff'),url(../font/FZLTCHJW.TTF) format('truetype');
} */

* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  /* font-family: "fangzheng-Regular"; */
  overflow-x: hidden;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.wrap {
  max-width: 1920px;
  margin: 0 auto;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
section,
input,
ul,
li,
dt,
dd {
  font-family: "XinGothic-Regular", "XinGothic", "Microsoft YaHei", Helvetica,
    sans-serif;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

/*导航栏部分*/

/*一级导航栏*/
.close-container {
  display: none;
}
.header {
  position: relative;
  background: #222;
  z-index: 9999;
}

.navbar {
  position: relative;
  top: 0;
  z-index: 999;
  border: 0 !important;
  width: 84%;
  max-width: 1320px;
  margin: 0 auto;
}

.logo {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 54px;
  margin-left: 0 !important;
  width: 190px;
  display: none;
  background: url(../image/Logo.png) no-repeat;
  background-size: 180px auto;
  background-position: 0px 18px;
}

.pc-logo {
  height: 54px;
  width: 190px;
  display: block;
  background: url(../image/Logo.png) no-repeat;
  background-size: 180px auto;
  background-position: 0px 18px;
}

.navbar-collapse {
  width: 100%;
}
.navbar-collapse-whole {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.logo:hover,
.pc-logo:hover {
  background: url(../image/SkyworthLogo_Blue.png) no-repeat;
  background-size: 180px auto;
  background-position: 0px 18px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@keyframes color-gradient {
  from {
    background-color: transparent;
    border-radius: 100%;
  }

  to {
    background-color: #2e71f7;
    border-radius: 0%;
  }
}

.nav li {
  font-size: 14px;
  position: relative;
  /* overflow: hidden; */
}
.nav li:hover {
  background-color: #2e71f7;
  color: #fff;
  animation: color-gradient 0.2s ease-out forwards;
}

.nav li:hover a {
  color: #fff;
}

.nav .langguage:hover {
  background-color: transparent;
  animation: none;
}

.nav .langguage > a:hover {
  background-color: #2e71f7;
  animation: color-gradient 0.2s ease-out forwards;
}

/*.nav li:hover{
	background: blue;
}*/

.navbar {
  border-radius: 0;
  margin-bottom: 0;
}

.navbar-nav > li > a {
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 30px !important;
  font-size: 14px;
}

/*.cartoon a{
	position: relative;
	top: -50px;
}*/

/*.cartoon:hover{
	background: blue;
}*/

.navbar-nav > li > a:hover {
  color: #ffffff !important;
}

.nav-left {
  margin-left: -15px;
}

.nav-right {
  float: right;
  margin-right: -15px;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  background-color: transparent;
}

/*.icon-img0{
	vertical-align: middle;
}
.icon-img1{
	position: absolute !important;
	top: 0;
}*/

.search {
  float: left;
  /*margin-left: 15px;*/
}

.search > div {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 26px;
  height: 50px;
  cursor: pointer;
  background: url(../image/topSearchNormal.png) no-repeat;
  background-position: 0px 17px;
}

.search > div.current {
  background: url(../image/topSearchSelected.png) no-repeat;
  background-position: 0px 17px;
}

.icon-img2,
.icon-img {
  position: absolute;
  top: 17px;
}

.icon-img2 {
  width: 22px;
  height: 42px;
  background: url(../image/languageSelectedCn.png) no-repeat !important;
  background-size: 100% 100%;
  display: none;
}

.icon-img2.cn {
  background: url(../image/languageSelectedEn.png) no-repeat !important;
  background-size: 100% 100%;
}

.icon-img2.en {
  background: url(../image/languageSelectedCn.png) no-repeat !important;
  background-size: 100% 100%;
}

.icon-img2 > div {
  width: 100%;
  height: 50%;
  line-height: 18px;
  text-align: center;
}

.icon-img2 > div > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fafafa;
  font-size: 12px;
}
.search-language {
  position: absolute;
  right: -60px;
  top: 0;
  width: 55px;
}
.language {
  float: right;
  /*margin-left: 15px;*/
  cursor: pointer;
  overflow: visible !important;
  display: block;
}

.language > div {
  width: 26px;
  height: 50px;
}

.mall {
  padding-left: 5px;
}

/*.icon-img1{
	position: absolute;
	top: 0;
	left: 15px;
	display: none;
}*/

/*一级导航栏结束*/

/*隐藏导航栏*/

.navigation {
  background: #fff;
  width: 100%;
  /* height: 300px; */
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 100%;
  z-index: 99;
  display: none;
  animation-fill-mode: forwards !important;
}

.header_container {
  width: 100%;
  z-index: 999;
  background-color: #222;
  position: relative;
}

.television-img {
  /*position: absolute;
	right: 5.2%;
	top: 10px;*/
  float: right !important;
  /*margin-right: 87px;*/
}

.Periphery,
.sound,
.service {
  display: none;
}

.television,
.sound,
.Periphery,
.service {
  position: relative;
}

.television_describe,
.sound_describe,
.Periphery_describe,
.service_describe {
  /*height: 100%;*/
  margin: 40px auto;
  overflow: hidden;
  width: 84%;
  max-width: 1320px;
  /*display: inline-block;*/
}

.television_describe li,
.sound_describe li,
.Periphery_describe li,
.service_describe li {
  float: left;
  margin-left: 80px;
}

.television_describe li:first-child,
.sound_describe li:first-child,
.Periphery_describe li:first-child,
.service_describe li:first-child {
  margin-left: 15px;
  padding-left: 0px;
}

/*.television_describe>li>dl>dt,.sound_describe>li>dl>dt,.Periphery_describe>li>dl>dt{
	line-height:40px;
}*/

.television_describe > li > dl > dd,
.sound_describe > li > dl > dd,
.Periphery_describe > li > dl > dd,
.service_describe > li > dl > dd {
  margin-top: 16px;
}

.television_describe > li > dl > dt > a,
.sound_describe > li > dl > dt > a,
.Periphery_describe > li > dl > dt > a,
.service_describe > li > dl > dt > a {
  color: #505050;
  text-align: left;
  display: block;
}

/* .television_describe>li>dl>dd>a,.sound_describe>li>dl>dd>a,
.Periphery_describe>li>dl>dd>a,.service_describe>li>dl>dd>a{
	font-size: 13px;
} */

.nav-show dt a {
  font-size: 16px !important;
}

.nav-show a:hover {
  color: #2e71f7;
}

.nav-show {
  height: auto;
}

/*隐藏导航栏结束*/

/*  下拉搜索菜单*/

.SS {
  width: 100%;
  height: 64px;
  position: absolute;
  top: 100%;
  background: #f0f0f0;
  display: none;
  overflow: hidden;
  padding-top: 16px;
  z-index: 999;
}

.SS li {
  float: left;
}

.SS li img {
  vertical-align: middle;
  cursor: pointer;
}

.SS ul {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.SS-one {
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 15px;
}

.SS-two {
  width: 100%;
  margin-left: 30px;
}

.SS-input {
  border: 0;
  outline: none;
  border: 0;
  width: 100%;
  height: 35px;
  padding-left: 30px;
  font-size: 28px;
  color: #a0a0a0;
  line-height: 35px;
  vertical-align: middle;
  background: #f0f0f0;
}

.input::-webkit-input-placeholder {
  color: #a0a0a0;
  letter-spacing: 0.74px;
}

.SS-three {
  position: absolute;
  right: 0;
  top: 0;
  float: none !important;
  /*margin-right: 87px;*/
}

/*.disan{
	position: relative;
	width: 100%;
	height: 50px;
	background: yellowgreen;
}*/

/*下拉搜索菜单结束*/

/*导航栏小动画*/

/* .cartoon::before {
  border-radius: 50%;
  position: absolute;
  background: #2e71f7;
  content: "";
  display: block;
  margin: auto;
  height: 54px;
  width: 100%;
  left: 0;
  right: 0;
  opacity: 0;
}

.cartoon:hover::before {
  animation: in 0.6s forwards;
  -webkit-animation: in 0.6s forwards;
  -moz-animation: in 0.6s forwards;
  -ms-animation: in 0.6s forwards;
  -o-animation: in 0.6s forwards;
} */

@keyframes in {
  0% {
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  80% {
    transform: scale(2);
    opacity: 1;
    border-radius: 30%;
  }
  100% {
    border-radius: 0;
    opacity: 1;
    transform: scale(2);
  }
}

@-webkit-keyframes in {
  0% {
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  80% {
    transform: scale(2);
    opacity: 1;
    border-radius: 30%;
  }
  100% {
    border-radius: 0;
    opacity: 1;
    transform: scale(2);
  }
}

@-moz-keyframes in {
  0% {
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  80% {
    transform: scale(2);
    opacity: 1;
    border-radius: 30%;
  }
  100% {
    border-radius: 0;
    opacity: 1;
    transform: scale(2);
  }
}

@-ms-keyframes in {
  0% {
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  80% {
    transform: scale(2);
    opacity: 1;
    border-radius: 30%;
  }
  100% {
    border-radius: 0;
    opacity: 1;
    transform: scale(2);
  }
}

@-o-keyframes in {
  0% {
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  80% {
    transform: scale(2);
    opacity: 1;
    border-radius: 30%;
  }
  100% {
    border-radius: 0;
    opacity: 1;
    transform: scale(2);
  }
}

/*导航栏小动画结束*/

/*全部导航栏结束*/

/*这是导航栏下面的目录标题*/
.catalogue_case {
  width: 100%;
  background: #fafafa;
  height: 40px;
}

.catalogue {
  width: 84%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  line-height: 40px;
  height: 40px;
}

.catalogue > li {
  float: left;
  color: #a0a0a0;
  font-size: 12px;
}

/*这是导航栏下面的目录标题结束！！*/

/*底部*/

.footer {
  background: #272729;
  /*overflow: hidden;*/
  padding-top: 40px;
}

.footer-content {
  margin: 0 auto;
  width: 84%;
  max-width: 1320px;
}

.footer-content > li {
  float: left;
  margin-left: 8%;
  line-height: 24px;
  width: 10%;
}
.footer-content > li dt,
.footer-content > li dd {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}
.footer-content > li > ul > li:nth-child(2) {
  margin-top: 10px;
}

.jump_to_shop {
  cursor: pointer;
}
.footer-content a,
.jump_to_shop span {
  font-size: 12px;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
}

.footer-left {
  margin-left: 0 !important;
}

.title a {
  font-size: 13px;
  font-weight: 700;
  color: #fafafa;
}

.string {
  width: 6.5em;
  height: 2px;
  background: #ffffff;
  margin-top: 8px;
}

.footer-content > li.input_T {
  height: 60px;
  width: 220px;
  position: relative;
  float: right;
}

.footer-input {
  border-radius: 3px;
  background: #272729;
  outline: none;
  border: 0;
  height: 28px;
  width: 190px;
  color: #fafafa;
  float: left;
}

.serch-case {
  height: 30px;
  border: 1px solid #fafafa;
  border-radius: 3px;
}

.serch-icon {
  cursor: pointer;
  width: 25px;
  height: 28px;
  float: left;
  background: url(../image/SearchIcon.png) no-repeat;
  background-position: 6px 5px;
}

.footer-input::-webkit-input-placeholder {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.74px;
}

.hr {
  margin: 30px auto;
  width: 84%;
  max-width: 1320px;
}

.copyright {
  color: #fafafa;
  font-size: 12px;
  width: 84%;
  max-width: 1320px;
  padding-bottom: 40px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

.copyright-left {
  float: left;
  /*display: inline-block;*/
}
.copyright-left .copyright-text {
  display: inline-block;
}
.copyright-left .copyright-contact {
  display: inline-block;
}
.copyright-right {
  position: relative;
  float: right;
  width: 160px;
  height: 26px;
  /* border: 1px solid #FFFFFF; */
  border-radius: 2px;
  line-height: 23px;
  cursor: pointer;
  min-width: 150px;
}

.copyright-right:hover {
  /* background: #1868FF; */
  /* border: 1px solid #1868FF; */
}

.copyright-right > ul {
  position: absolute;
  /* top: -285px; */
  bottom: 23px;
  width: 100%;
  background: #505050;
  z-index: 10;
  display: none;
}

.copyright-right > ul > li {
  width: 100%;
  height: 25px;
  font-size: 13px;
  line-height: 25px;
}

.copyright-right > ul > li:last-child {
  margin-bottom: 10px;
}

.copyright-right > ul > li:hover {
  background: #a0a0a0;
}

.copyright-right > ul > li:hover > a {
  color: #fafafa;
}

.copyright-right > ul > li > a {
  color: #cacaca;
  padding-left: 8%;
  font-size: 13px;
  display: block;
}
.membe {
  position: relative;
}
.member .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-left: 60px;
  border-right: 2px solid #fafafa;
  border-bottom: 2px solid #fafafa;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.member .arrow-block {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-left: 60px;
  border-right: 2px solid #fafafa;
  border-bottom: 2px solid #fafafa;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.copyright-right > span {
  color: #fafafa;
  padding-left: 8%;
}

.copyright span,
.copyright span a {
  font-size: 12px;
  color: #fafafa;
}

.Tu {
  /*overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;*/
  margin-top: 10px;
  text-align: right;
}

.Tu > a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 21px;
  height: 21px;
}

.Tu > a:first-child {
  margin-left: 0 !important;
  background: url(../image/coocaa.png) no-repeat;
}

.Tu > a:first-child:hover {
  background: url(../image/coocaaSelected.png) no-repeat;
}

.Tu > a:nth-child(2) {
  background: url(../image/Weibo1.png) no-repeat;
}

.Tu > a:nth-child(2):hover {
  background: url(../image/WeiboSelected.png) no-repeat;
}

.Tu > a:nth-child(3) {
  background: url(../image/Wechat.png) no-repeat;
}

.Tu > a:nth-child(3):hover {
  background: url(../image/WechatSelected.png) no-repeat;
}

.wechat_qrcode {
  width: 100px;
  position: absolute;
  left: -80px;
  top: 30px;
  z-index: 99999999999;
}

.wechat_qrcode img {
  width: 100px;
  height: 100px;
}
/*底部新增列表*/
.lump-container {
  width: 100%;
  background: #272729;
}

.lump-container-inner {
  width: 1320px;
  margin: 0 auto;
  padding: 106px 0 127px 0;
}

.lump-container ul {
  margin: 0 -5px;
}

.lump-container ul li {
  float: left;
  width: 180px;
  height: 152px;
  margin: 0 5px;
  background-color: #191919;
}

.lump-container ul li.active,
.lump-container ul li:hover {
  background-image: linear-gradient(0, #056ed1 0%, #174694 100%);
  background-image: -ms-linear-gradient(0, #056ed1 0%, #174694 100%);
  background-image: -moz-linear-gradient(0, #056ed1 0%, #174694 100%);
  background-image: -webkit-linear-gradient(0, #056ed1 0%, #174694 100%);
}

.lump-container ul li a {
  display: block;
  padding-top: 30px;
}

.lump-container ul li a > p {
  font-family: XinGothic-Bold;
  font-size: 19px;
  color: #ffffff;
  letter-spacing: 2.38px;
  padding-left: 22px;
}

.lump-container ul li a > p:last-child {
  font-family: XinGothic-Regular;
  letter-spacing: 8.94px;
}
/*.television,.tappliance,.intellect{
	position: absolute;
	left: 0;
	top: 56px;
	width: 100%;
	height: 300px;
	background: #FFFFFF;
	z-index: 1;
	display: none;
}
.television img,.tappliance img,.intellect img{
	height: auto;
}
.written{
	float: left;
	padding-top: 42px;
	padding-left: 7%;
}
.caption{
	padding-top: 42px;
	float: right !important;
	padding-right: 4%;
}*/

/*媒体查询部分*/

@media screen and (max-width: 1280px) {
  .pc-logo {
    width: 160px;
    background-size: 160px auto;
  }
  .logo:hover,
  .pc-logo:hover {
    background-size: 160px auto;
  }
  /* .nav-left {
    margin-left: -20px;
  } */
  /* .nav-right {
    margin-right: -20px;
  } */
}

@media screen and (max-width: 1080px) {
  .navigation {
    animation-duration: 1.5s !important;
  }
  .nav li:hover {
    background-color: transparent;
    animation: none;
  }

  .pc-logo {
    display: none;
  }
  .logo {
    display: block;
  }
  .navbar-collapse .navbar-collapse-whole {
    display: block;
  }
  .nav .langguage .langguage_box {
    width: 100%;
    display: none;
  }
  .langguage .langguage_box {
    /* height: 1.78rem; */
    padding-left: 15px;
    background-color: #505050;
    transition: height 0.5s;
  }
  /* .langguage .langguage_box li {
    height: 0.89rem;
    line-height: 0.89rem;
  } */
  .langguage .langguage_box li:hover {
    background-color: #505050;
    animation: none;
  }
  .nav .langguage > a:hover {
    background-color: transparent !important;
    animation: none;
  }
  .langguage .langguage_box li a {
    color: #fff;
  }
}

@media screen and (min-width: 1500px) {
  /*.navbar,.television_describe,.sound_describe,
	.Periphery_describe,.service_describe,.SS ul{
		width: 76%;
	}
	.catalogue{
		width: 76% !important;
	}*/
  .swiper-box {
    height: 48vw;
  }
}

@media screen and (max-width: 1400px) {
  .navbar,
  .television_describe,
  .sound_describe,
  .Periphery_describe,
  .service_describe,
  .header .langguage_box,
  .SS ul {
    width: 91%;
  }
  .footer-content,
  .hr,
  .copyright {
    width: 92%;
  }
  .input_T {
    width: 200px;
  }
  .footer-input {
    width: 165px;
  }
  .keyword {
    font-size: 25px;
  }
  .crosshead,
  .recommend {
    font-size: 22px;
  }
  .footer {
    padding-top: 24px;
  }
  .copyright {
    /* padding-bottom: 30px; */
  }
  .hr {
    margin: 18px auto;
  }
  .television_describe li,
  .sound_describe li,
  .Periphery_describe li,
  .service_describe li {
    margin-left: 70px;
  }
}

@media screen and (max-width: 1080px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    /*display: none!important;*/
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /*.collapse.in:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 375px;
        height: 667px;
        background-color: rgba(0,0,0,0.5);
        z-index: -1;
    }*/
  /*.collapse.in {
        display: block !important;
    }
    .logo{
    	top: 0;
    }*/
  .navbar-toggle {
    float: left;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
  }
  .search {
    /*position: absolute;
        top: 0;
        right: 4%;*/
    float: left;
  }
  .keyword {
    font-size: 23px;
  }
  .television_describe li,
  .sound_describe li,
  .Periphery_describe li,
  .service_describe li {
    margin-left: 60px;
  }
}
#copyright-link-f-ul {
  position: absolute;
  /* top: 0px; */
  bottom: 23px;
  width: 100%;
  background: #505050;
  z-index: 10;
  display: none;
}
#copyright-link-f-ul > li {
  width: 100%;
  height: 25px;
  font-size: 13px;
  line-height: 25px;
}
#copyright-link-f-ul > li > a {
  color: #cacaca;
  display: block;
  padding-left: 8%;
  font-size: 13px;
}
#copyright-link-f-ul li:hover {
  background: #a0a0a0;
}
#copyright-link-f-ul > li:hover > a {
  color: #fafafa;
}
@media (min-width: 980px) {
  .navbar-nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .phone_list {
    display: none;
  }
  .copyright-link {
    position: absolute;
    width: 108px;
    height: 26px;
    border-radius: 2px;
    line-height: 23px;
    margin-top: -22px;
    cursor: pointer;
    /* min-width: 150px; */
    right: 0;
    top: -44px;
    font-size: 14px;
  }
  #copyright-link-f .arrow {
    margin-left: 30px !important;
  }
  .navbar-nav > li > a {
    color: #9d9d9d;
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    line-height: 30px !important;
    font-size: 14px;
  }
  .langguage {
    width: 177px;
    text-align: center;
    position: relative;
  }
  .langguage:hover .arrow {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 0px;
  }
  .langguage .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    margin-top: 5px;
    border-right: 2px solid #fafafa;
    border-bottom: 2px solid #fafafa;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    /* transition: all .5s; */
  }
  .navbar-nav > .langguage > a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .langguage_box {
    width: 84%;
    position: absolute;
    /* left: 50%;
    transform: translateX(-50%); */
    right: 0;
    color: #fff;
    background-color: pink;
    z-index: 9;
    /* height: 50px; */
    /* overflow: hidden; */
    max-width: 1320px;
    display: none;
  }
  .langguage_describe {
    width: 177px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
  }
  .langguage_describe a {
    line-height: 30px !important;
    font-size: 14px;
    display: block;
    padding: 5px 15px;
    color: #9d9d9d;
    background-color: #222;
  }
  .langguage_describe a:hover {
    background-color: #2e71f7;
    color: #fff;
  }
  .logo {
    /* height: 70px; */
    background-position: center center;
  }
  .logo:hover {
    background-position: center center;
  }
  .footer-content > li.input_T {
    width: 135px;
    margin-left: 0;
  }
  .footer-content > li {
    /* margin-left: 9.3%; */
  }
  .input_T .Tu {
    display: flex;
    justify-content: space-between;
  }
  .input_T a {
    /* display: block; */
    margin: 0;
    margin-bottom: 36px;
  }
  .footer-content a,
  .jump_to_shop span {
    font-size: 14px;
    font-weight: 40;
    line-height: 30px;
  }
  .footer-content > li dt {
    margin-bottom: 10px;
  }
  .footer-content > li dt a {
    font-size: 16px;
    font-weight: 500;
  }
  .footer-content > li dd {
    font-size: 14px;
    font-weight: 40;
    line-height: 30px;
  }
  .footer-content > li dd:hover a,
  .footer-content > li dd:hover {
    color: #2e71f7;
  }
  .copyright span,
  .copyright span a,
  .copyright-text {
    font-size: 14px;
  }
  .member .arrow {
    margin-left: 20px;
  }
  .copyright-right {
    margin-right: 120px;
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .copyright-link {
    position: relative;
    float: left;
    width: 160px;
    height: 26px;
    border-radius: 2px;
    line-height: 23px;
    margin-top: -45px;
    cursor: pointer;
    min-width: 150px;
  }
  .conceal-child.show_more .phone_list {
    height: 8.9rem;
    padding-left: 15px;
    background-color: #505050;
    transition: height 0.5s;
  }
  .conceal-about.show_more .phone_list {
    height: 8.9rem;
    padding-left: 15px;
    background-color: #505050;
    transition: height 0.5s;
  }
  .conceal-child li {
    height: 0.89rem;
    line-height: 0.89rem;
  }
  .conceal-about li {
    height: 0.89rem;
    line-height: 0.89rem;
  }
  /* .conceal-child.show_more > a {
    background: rgb(24, 104, 255);
  } */
  /* .conceal-about.show_more > a {
    background: rgb(24, 104, 255);
  } */
  .conceal-child.show_more > a > span {
    color: #fff;
  }
  .conceal-about.show_more > a > span {
    color: #fff;
  }
  .conceal-child.show_more::after {
    transform: rotateZ(90deg);
  }
  .conceal-about.show_more::after {
    transform: rotateZ(90deg);
  }
  .langguage.show_more .phone_list {
    height: 1.78rem;
    padding-left: 15px;
    background-color: #505050;
    transition: height 0.5s;
  }
  .langguage .phone_list {
    height: 0;
  }
  .phone_list li {
    height: 0.89rem;
    line-height: 0.89rem;
  }
  .phone_list li a {
    color: #ffffff;
    display: block;
    height: 100%;
  }
  /* .langguage.show_more > a {
    background: rgb(24, 104, 255);
  } */
  /* .langguage.show_more > a > span {
    color: #fff;
  } */
  .langguage.show_more::after {
    transform: rotateZ(90deg);
  }
}
@media (min-width: 980px) {
  #copyright-link-f .arrow {
    margin-left: 84px;
  }
}
@media (max-width: 980px) {
  #copyright-link-f .arrow {
    margin-left: 8px;
  }
  .langguage.show_more .phone_list {
    height: 1.78rem;
    padding-left: 15px;
    background-color: #505050;
    transition: height 0.5s;
  }
  .langguage .phone_list {
    height: 0;
  }
  .phone_list li {
    height: 0.89rem;
    line-height: 0.89rem;
  }
  .phone_list li a {
    color: #ffffff;
    display: block;
    height: 100%;
  }
  /* .langguage.show_more > a {
    background: rgb(24, 104, 255);
  } */
  /* .langguage.show_more > a > span {
    color: #fff;
  } */
  .langguage.show_more::after {
    transform: rotateZ(90deg);
  }

  /*關於我們  手机端 样式*/
  .conceal-about.show_more .phone_list {
    height: 6.68rem;
    padding-left: 15px;
    background-color: #505050;
    /* transition: height .5s; */
    transition: height 0.5s;
  }

  /*产业公司官网  手机端 样式*/
  .conceal-child.show_more .phone_list {
    height: 17.68rem;
    padding-left: 15px;
    background-color: #505050;
    /* transition: height .5s; */
    transition: height 0.5s;
  }
  .conceal-about .phone_list,
  .langguage .phone_list {
    height: 0;
    overflow: hidden;
  }

  .conceal-child .phone_list,
  .langguage .phone_list {
    height: 0;
    overflow: hidden;
  }

  /* .conceal-child.show_more > a {
    background: rgb(24, 104, 255);
  } */
  /* .conceal-about.show_more > a {
    background: rgb(24, 104, 255);
  } */
  .conceal-child.show_more > a > span {
    color: #fff;
  }
  .conceal-child.show_more::after {
    transform: rotateZ(90deg);
  }
  .conceal-about.show_more > a > span {
    color: #fff;
  }
  .conceal-about.show_more::after {
    transform: rotateZ(90deg);
  }
  .langguage .langguage_box li {
    height: 0.89rem;
    line-height: 0.89rem;
  }
}
