@media screen and (max-width: 980px){
   *{
    cursor: pointer;
   }
    img{
        max-width: 100%;
    }
    .navigation{
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
    }
    /*.close-container{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        margin: 0 auto;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        text-align: center;
        background-color: #0068c7;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }*/
    /* .lump-container {
        display: none;
    } */
    .lump-container ul {
        /* display: flex;
        flex-wrap: wrap; */
        width: 100%;
    }
    .lump-container ul li a>p {
        font-size: .36rem;
    }
    .lump-container-inner{
        width: 100%;
    }
    .lump-container ul li {
        width: 49%;
        display: inline-block;
        /* flex: 1; */
        margin: 0 1% 10px 0;
    }
    .lump-container ul li:nth-child(2n) {
        margin-right: 0;
    }
    .lump-container ul{
        margin: 0 5px;
    }
    .lump-container-inner {
        padding: 56px 0 47px 0;
    }
    .television_describe, .sound_describe, .Periphery_describe, .service_describe{
        margin: 20px auto;
    }
    .television_describe li, .sound_describe li, .Periphery_describe li, .service_describe li{
        margin: 0;
        width: 100%;
        margin-left: 15px;
    }
    .television_describe>li>dl>dd, .sound_describe>li>dl>dd, .Periphery_describe>li>dl>dd, .service_describe>li>dl>dd{  
        margin: 0;
        padding: 3px 0;
        border-bottom: 1px solid #eee;
    }
    .television-img{
        display: none;
    }
    .header{
      background: #282828;
    }
    .navbar-inverse{
      background-color: #282828;  
    }
    .search-language{
      right: 0;
      width: 26px;
    }
    .search>div{
        background-position: 0px 14px;
    }
    .search>div.current{
        background-position: 0px 14px;
    }
    .language{
      display: none;
    }
    .SS{
    	height: 60px;
    	padding-top: 10px;
    	background-color: #fff;
    }
    .SS ul{
        margin: 0;
        width: 48%;
        margin-left: 12%;
        border-bottom: 1px solid #979797;
    }
    .SS-one{
        margin: 0;
        line-height: 26px;
    }
    .SS li.SS-one img{
		width: 12px;
    }
    .SS-two{
    	width: 70%;
    	margin-left: 6px;
    }
    .SS-input{
        color: #999;
    	width: 100%;
    	height: 28px;
    	font-size: 14px;
    	background-color: #fff;
    }
    .SS-three{
    	display: none;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
		background-color: #fff;
	}
	.navbar-inverse .navbar-nav>li>a{
        width: 100%;
		color: #333;
	}
	.collapse{
        position: absolute;
        left: -4px;
        top: 50px;
        width: 90%;
    }
    /*.navbar-collapse.collapse{
        display: none !important;
    }*/
    .navbar-nav>li:hover,.navbar-nav>li:active{
    	background: linear-gradient(to right, #036fd2,#174897);
    	background: -webkit-linear-gradient(to right, #036fd2,#174897);
    }
    .navbar-nav>li>a{
    	position: relative;
    }
    .navbar-nav>li:after{
    	content: "";
		position: absolute;
		right: 15px;
		top: 0;
		width: 10px;
		height: 50px;
		background-image: url(../image/arrow-rt.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 15px;
    }
    .navbar-nav>li:hover:after{
    	content: "";
    	background-image: url(../image/arrow-rt-w.png);
    }
    .navbar-nav>li:hover a{
        color: #fff;
    }
    .cartoon::before{
    	content: "";
    	display: none;
    }
    .nav-right{
        margin-left: -15px;
    	border-top: 1px solid #d1d1d1;
    }
    .navbar-toggle{
    	position: relative;
    	border: 0;
    	outline: none;
    	margin-left: 5px;
    }
    .navbar-toggle .close-btn{
    	position: absolute;
    	right: -10px;
    	top: 50%;
    	width: 20px;
    	height: 20px;
    	background: url(https://global.skyworth.com/images/close-nav.png) center no-repeat;
    	background-size: 20px;
    }
    .bg-container{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        z-index: -1;
    }
    /*尾部*/
    .footer-content>li{
        width: 100%;
        margin-left: 0;
        background-color: #2d2d2f;
    }
    .footer-content>li.input_T{
        width: 100%;
        margin-top: 30px;
        background-color: transparent;
    }
    .footer-content>li>dl{
        margin-bottom: 0;
    }
    .footer-content>li>dl dt{
        position: relative;
        padding: 10px 0;
        text-indent: 8px;
    }
    .footer-content>li>dl dd{
        color: #fff;
        font-size: 12px;
        text-indent: 24px;
        cursor: pointer;
    }
    .footer-content>li>dl dt:after{
        content: "＋";
        position: absolute;
        right: 8px;
        top: 0;
        color: #fff;
        line-height: 40px;
    }
    /*.footer-content>li>dl dt.active{
        background: linear-gradient(to right, #0168c9,#0068c7);
        background: -webkit-linear-gradient(to right, #0168c9,#0068c7);
    }*/
    .footer-content>li>dl dt.current:after{
        content: "＋";
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .footer-content>li>dl dd{
        display: none;
    }
    .Tu{text-align: left;}
    .hr{display: none;}
    .copyright{padding-top: 30px;}
    .copyright-right{float: left; padding-top: 10px;}
    .copyright-right>span{padding-left: 0;}
    .copyright-right>ul>li>a{
        display: block;
    }
    .member .arrow, .member .arrow-block{
        margin-left: 8px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .footer-content, .hr, .copyright{
        width: 87.2%;
    }
    .copyright-right:hover{
        background-color: #272729;
    }
    .copyright-right:active{
        background: #1868FF;
    }
    .Tu>a:nth-child(3).current {
        background: url(../image/WechatSelected.png)no-repeat;
    }
    .Tu>a:first-child:active {
        background: url(../image/coocaaSelected.png)no-repeat;
    }
    .Tu>a:nth-child(2):active {
        background: url(../image/WeiboSelected.png)no-repeat;
    }
    
    .navbar .navbar_collapse_show{
        display: block!important;
    }
    .navbar .navbar_collapse_hide{
        display: none!important;
    }
}