@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(https://global.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(https://global.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');
}


* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
}

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:"SKSans-Regular";
}

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: 115px;
    display: block;
    background: url(../image/logo-1-2f36e0c4.png)no-repeat;
    background-size: 115px 16px;
    background-position: 0px 18px;
}

.logo:hover {
    background: url(../image/logo-2-3b807f1e.png)no-repeat;
    background-size: 115px 16px;
    background-position: 0px 18px;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nav li {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-align: center;
}


/*.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;
    position: absolute;
    top: 100%;
    z-index: 99999;
    display: none; 
}

.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;
}


/*隐藏导航栏结束*/


/*  下拉搜索菜单*/

.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: 6%;
    line-height: 24px;
    width: 20%;
}
.footer-content>li dt, .footer-content>li dd{
    color: #fff;
    font-size: 26px;
    line-height: 40px;
}
.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: 100%;
    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;
}
.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.Facebook {
    background: url(../image/F_off.png) no-repeat center center;
    background-size:11px 21px;
}

.Tu>a.Facebook:hover {
    background: url(../image/F_on.png) no-repeat  center center;
    background-size:11px 21px;
}

.Tu>a.Twitter {
    background: url(../image/T_off.png) no-repeat  center center;
    background-size: 21px 17px;
}

.Tu>a.Twitter:hover {
    background: url(../image/T_on.png) no-repeat center center;
    background-size: 21px 17px;
}

.Tu>a.LinkedIn {
    margin-left: 0 !important;
    background: url(../image/in_off.png) no-repeat center center;
    background-size: 20px 21px;
}

.Tu>a.LinkedIn:hover {
    background: url(../image/in_on.png) no-repeat center center;
    background-size: 21px 20px;
}
.Tu>a.Instagram {
    background: url(../image/ins_off.png) no-repeat center center;
    background-size: 20px 21px;
}

.Tu>a.Instagram:hover {
    background: url(../image/ins_on.png) no-repeat center center;
    background-size: 20px auto;
}
.Tu>a.YouTube {
    background: url(../image/Y_off.png) no-repeat center center;
    background-size: 21px auto;
}

.Tu>a.YouTube:hover {
    background: url(../image/Y_on.png) no-repeat center center;
    background-size: 21px auto;
}

.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: 48px 0;
}

.lump-container ul li a>p {
    font-family: XinGothic-Bold;
    font-size: 19px;
    color: #FFFFFF;
    letter-spacing: 2.38px;
    padding-left: 22px;
    margin: 0;
}

.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 (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;
    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: 750px){
    .copyright-link {
        position: absolute;
        width: 135px;
        height: 26px;
        border-radius: 2px;
        line-height: 23px;
        margin-top: -22px;
        cursor: pointer;
        /* min-width: 150px; */
		right: 0;
		top: -44px;
		font-size: 16px;
    }
	#copyright-link-f .arrow{
		margin-left: 10px !important;
	}
	.navbar-nav>li>a{
		/* color: #ffffff !important; */
		/* padding-top: 20px; */
		/* padding-bottom: 20px; */
		line-height: 30px !important;
        font-size: 17px;
        padding-right: 17px;
        padding-left: 17px;
	}
	.langguage{
		width: 177px;
		text-align: center;
	}
	.langguage:hover .arrow{
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		margin-top: -5px;
	}
	.langguage .arrow{
		display: inline-block;
		vertical-align: middle;
		width: 8px;
		height: 8px;
		margin-left: 20px;
		/* 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: 25px; */
	}
	.footer-content>li{
		margin-left: 9.3%;
    }
    
    .footer-content>li:nth-child(2){
        margin-left: 90px;
	}
    .footer-content>li:nth-child(3){
        margin-left: 0;
        width: 22%
	}
	.input_T .Tu{
        display: flex;
        justify-content: space-between;
        align-items: center;
		margin: 0;
        margin-bottom: 36px;
        margin-top: 5px;
	}
	.footer-content a, .jump_to_shop span{
		font-size: 16px;
		font-weight: 40;
		line-height: 30px;
	}
	.footer-content>li dt{
		margin-bottom: 10px;
	}
	.footer-content>li dt a{
		font-size: 24px;
        font-weight: 600;
        /* font-family: "SKSans-Bold"; */
	}
	.footer-content>li dd{
		font-size: 15px;
		font-weight: 400;
		line-height: 35px;
	}
	.footer-content>li dd:hover a,.footer-content>li dd:hover{
		color: #2E71F7;
	}
	.copyright span, .copyright span a,.copyright-text{
		font-size: 16px;
    }
    .copyright-text a,.copyright-text span{
        font-size: 15px;
        color: inherit;
        margin-right: 20px;
    }
    .copyright-text{
        margin-right: 50px;
    }
	.member .arrow{
		margin-left: 10px;
	}
	.copyright-right{
		/* margin-right: 165px; */
        font-size: 16px;
        width: 220px;
    }
    .copyright-right .member{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .phone_list{
        display: none;
    }
}
@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;
    }

    /* 语言导航栏设置-高度设置 */
    .langguage.show_more .phone_list{
        height: 2.67rem;
        padding-left: 15px;
        background-color: #505050;
        transition: height .5s;
    }
    .langguage .phone_list{
        height: 0;
    }
    .phone_list li{
        height: .89rem;
        line-height: .89rem;
    }
    .phone_list li a{
        color: #FFFFFF;
    }
    .langguage.show_more>a{
        background: rgb(24, 104, 255);
    }
    .langguage.show_more>a>span{
        color: #fff;
    }
    .langguage.show_more::after{
        transform: rotateZ(90deg);
    }
    .copyright-text span,.copyright-text a{
        display: block;
        color: inherit;
        font-size: inherit;
        padding: .1rem 0 0;
    }
    .copyright-contact{
        padding-top: .2rem;
    }
    .copyright{
        padding-bottom: .3rem;
        padding-top: .3rem !important;
    }
}
@media (min-width: 980px){
    #copyright-link-f .arrow {
        margin-left: 84px;
    }
}
@media (max-width: 980px){
    #copyright-link-f .arrow {
        margin-left: 8px;
    }
    .lump-container ul li a {
        display: block;
        padding: 0 !important;
    }
    .lump-container ul li {
        display: flex !important;
        align-items: center;
    }
}