.MyFlash_user_156 {width: 100%; height: auto; float: left; overflow: hidden; padding: 5% 0px;}
.MyFlash_user_156 .swiper-wrapper .swiper-slide {transition: 300ms ; position: relative;}
.Product_user_156 {width: 100%; float: left; padding: 0px 3%;}
.Product_user_156 div {width: 100%; height: auto; float: left; position: relative; overflow: hidden; transition: .5s;}
.Product_user_156 div a {width: 100%; float: left; text-align: center;}
.Product_user_156 div img {width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 1; transition: .5s;}
.Product_user_156 div span {width: 100%; height: 100%; z-index: 2; position: absolute; left: 0px; top: 0px; color: #FFF; transition: .5s;}
.Product_user_156 div span font {width: 100%; height: 100%; float: left; display: flex; align-items: center; justify-content: center;}
.Product_user_156 div span font label {width: 100%;}
.Product_user_156 div span font label b {width: 100%; float: left; transform: translate(0px,-50px); opacity: 0; transition: .5s; cursor: pointer;}
.Product_user_156 div span font label i {width: 100%; float: left; font-style: normal; transform: translate(0px,50px); opacity: 0; transition: .5s; cursor: pointer; color: rgba(255,255,255,0.5);}
.Product_user_156 div:hover span {background-color: var(--yiq-color-main50);}
.Product_user_156 div:hover span font label b {transform: translate(0px,0px); opacity: 1;}
.Product_user_156 div:hover span font label i {transform: translate(0px,0px); opacity: 1;}
@media(max-width:480px){
.MyFlash_user_156 {padding: 10% 0px;}
}

.MyFlash_user_143 {width: 100%; height: auto; float: left; overflow: hidden; padding: 5% 0px;}
.Say_user_143 {width: 100%; float: left; display: flex;}
.Say_user_143 li {width: 100%; float: left; background-color: var(--yiq-color-main20); color: #FFF; text-align: left; display: flex; position: relative;}
.Say_Name_user_143 {width: 400px; height: 100%; float: left; overflow: hidden; display: flex; align-items: center; padding: 5%; position: relative;}
.Say_Name_user_143::before {content: ""; width: 100px; height: 100px; border-radius: 100px; position: absolute; left: -100px; top: -100px; background-color: var(--yiq-color-active); transition: .3s;}
.Say_user_143 li:hover .Say_Name_user_143::before {left: -50px; top: -50px;}
.Say_Name_user_143 div {width: 100%; float: left; transition: .5s; order: 1;}
.Say_Name_user_143 div span {width: 100%; float: left;}
.Say_Name_user_143 div span:nth-child(1) {font-weight: bold; position: relative; padding-bottom: 5%;}
.Say_Name_user_143 div span:nth-child(1)::before {content: ""; width: 10%; height: 2px; background-color: var(--yiq-color-active); position: absolute; left: 0px; bottom: 0px; transition: .5s;}
.Say_Name_user_143 div span:nth-child(2) {color: rgba(255,255,255,0.5); margin-top: 5%;}
.Say_Ge_user_143 {width: 100%; height: 1px; float: left; background-color: rgba(255,255,255,0.2); display: none;}
.Say_user_143 li:hover .Say_Name_user_143 div span:nth-child(1)::before {width: 20%;}
.Say_Photo_user_143 {width: 400px; float: left; display: flex; position: relative; order: 2;}
.Say_Photo_user_143 img {width: 100%; height: auto; display: inline-block; top: auto; bottom: 0px; z-index: 2;}
.Say_Photo_user_143::after {content: ""; width: 0px; height: 0px; border-radius: 400px; position: absolute; left: 50%; bottom: 0px; background-color: var(--yiq-color-active); transition: .5s; opacity: 0;}
.Say_user_143 li:hover .Say_Photo_user_143::after {width: 80%; height: 80%; left: 10%; bottom: 0px; opacity: 1;}
.Say_Text_user_143 {width: calc(100% - 800px); float: left; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; order: 3; padding: 5% 0px;}
.Say_Text_user_143 div {width: 80%; float: left; padding: 0px 70px; position: relative; z-index: 2;}
.Say_Text_user_143 div::before {content: "“"; width: 40px; height: 40px; line-height: 100px; position: absolute; left: 0px; top: 0px; font-size: 7vw; transition: .5s; font-family: "Arial";}
.Say_Text_user_143 div::after {content: "”"; width: 40px; height: 40px; line-height: 100px; position: absolute; right: 0px; bottom: 0px; font-size: 7vw; transition: .5s; font-family: "Arial";}
.Say_user_143 li:hover .Say_Text_user_143 div::before {color: var(--yiq-color-active); transform: translate(0px,-20px);}
.Say_user_143 li:hover .Say_Text_user_143 div::after {color: var(--yiq-color-active); transform: translate(0px,20px);}
@media(max-width:1200px){
	.Say_Name_user_143 {width: 200px;}
	.Say_Photo_user_143 {width: 200px;}
	.Say_Text_user_143 {width: calc(100% - 400px);}
}
@media(max-width:800px){
	.Say_user_143 li {display: inline;}
	.Say_Name_user_143 {width: calc(100% - 200px); height: auto; order: 2; display: block;}
	.Say_Photo_user_143 {width: 200px; order: 1; display: inline;}
	.Say_Ge_user_143 {display: inline;}
	.Say_Text_user_143 {width: 100%; height: auto; order: 3; padding: 0px; overflow: inherit; margin: 5% 0px;}
	.Say_Text_user_143 div {width: 90%; padding: 0px 20px;}
	.Say_Text_user_143 div::before,.Say_Text_user_143 div::after {width: 20px; height: 20px; line-height: 20px;}
	.Say_Name_user_143::before {display: none;}
}
@media(max-width:480px){
	.Say_Name_user_143 {width: calc(100% - 150px);}
	.Say_Photo_user_143 {width: 150px;}
	.MyFlash_user_143 {padding-bottom: 10%;}
}

.Partners_user_141 {width: 100%; float: left; overflow: hidden;}
.Partners_user_141 li {width: calc((100% - 50px) / 6); float: left; margin: 10px 10px 0px 0px; background-color: var(--yiq-color-main10); overflow: hidden;}
.Partners_user_141 li:nth-child(6n) {margin-right: 0px;}
.Partners_user_141 li img {filter: grayscale(100%);}
.Partners_user_141 li:hover img {filter: grayscale(0%);}
@media(max-width:700px){
	.Partners_user_141 li {width: calc((100% - 30px) / 4);}
	.Partners_user_141 li:nth-child(6n) {margin-right: 10px;}
	.Partners_user_141 li:nth-child(4n) {margin-right: 0px;}
}
@media(max-width:480px){
	.Partners_user_141 li {width: calc((100% - 20px) / 3);}
	.Partners_user_141 li:nth-child(4n) {margin-right: 10px;}
	.Partners_user_141 li:nth-child(3n) {margin-right: 0px;}
}

.StyleList_user_127 {width: 100%; float: left; overflow: hidden;}
.StyleList_K_user_127 {width: 100%; float: left; position: relative;}
.StyleList_K_user_127 span {width: 100%; height: 50px; line-height: 50px; float: left; background-color: var(--yiq-color-main); color: #FFF; padding-left: 2%; text-align: left; display: none;}
.StyleList_K_user_127 span::after {right: 10px; top: 20px;}
.StyleList_K_user_127:hover span::after {transform: rotate(-45deg);}
.StyleList_K_user_127 ul {width: 100%; float: left; position: relative; overflow: hidden;}
.StyleList_K_user_127 ul li {width: auto; height: auto; float: left; border-right: 1px rgba(0,0,0,0.5) solid;}
.StyleList_K_user_127 ul li:first-child {border-left: 1px rgba(0,0,0,0.5) solid;}
.StyleList_K_user_127 ul li a {width: auto; height: 50px; line-height: 50px; float: left; padding: 0px 20px; transition: all .2s ease-in-out; overflow: hidden; position: relative;}
.StyleList_K_user_127 ul li a.current::before {content: ""; width: 100%; height: 2px; background-color: var(--yiq-color-active); position: absolute; left: 0px; bottom: 0px;}
.StyleList_K_user_127 ul li a:hover,.StyleList_K_user_127 ul li a.current {background-color:var(--yiq-color-main); color: var(--yiq-color-active);}
@media(max-width:700px){
	.StyleList_K_user_127 {width: 100%; float: left;}
	.StyleList_K_user_127 span {display: inline;}
	.StyleList_K_user_127 ul {width: 100%; display: none; border: 1px var(--yiq-color-main) solid; border-top: none; border-bottom: none;}
	.StyleList_K_user_127 ul li {width: 100%; margin: 0px; border-right: none; border-left: none; border-bottom: 1px var(--yiq-color-main) solid;}
	.StyleList_K_user_127 ul li:first-child {border-left: none;}
	.StyleList_K_user_127 ul li a {width: 100%;}
	.StyleList_K_user_127:hover ul {display: inline;}
}

.StyleList_user_126 {width: 100%; float: left; overflow: hidden;}
.StyleList_K_user_126 {width: 100%; float: left; position: relative;}
.StyleList_K_user_126 span {width: 100%; height: 50px; line-height: 50px; float: left; background-color: var(--yiq-color-main); color: #FFF; padding-left: 2%; text-align: left; display: none;}
.StyleList_K_user_126 span::after {right: 10px; top: 20px;}
.StyleList_K_user_126:hover span::after {transform: rotate(-45deg);}
.StyleList_K_user_126 ul {width: 100%; float: left; position: relative; overflow: hidden;}
.StyleList_K_user_126 ul li {width: auto; height: auto; float: left; border-right: 1px rgba(0,0,0,0.5) solid;}
.StyleList_K_user_126 ul li:first-child {border-left: 1px rgba(0,0,0,0.5) solid;}
.StyleList_K_user_126 ul li a {width: auto; height: 50px; line-height: 50px; float: left; padding: 0px 20px; transition: all .2s ease-in-out; overflow: hidden; position: relative;}
.StyleList_K_user_126 ul li a.current::before {content: ""; width: 100%; height: 2px; background-color: var(--yiq-color-active); position: absolute; left: 0px; bottom: 0px;}
.StyleList_K_user_126 ul li a:hover,.StyleList_K_user_126 ul li a.current {background-color:var(--yiq-color-main); color: var(--yiq-color-active);}
@media(max-width:700px){
	.StyleList_K_user_126 {width: 100%; float: left;}
	.StyleList_K_user_126 span {display: inline;}
	.StyleList_K_user_126 ul {width: 100%; display: none; border: 1px var(--yiq-color-main) solid; border-top: none; border-bottom: none;}
	.StyleList_K_user_126 ul li {width: 100%; margin: 0px; border-right: none; border-left: none; border-bottom: 1px var(--yiq-color-main) solid;}
	.StyleList_K_user_126 ul li:first-child {border-left: none;}
	.StyleList_K_user_126 ul li a {width: 100%;}
	.StyleList_K_user_126:hover ul {display: inline;}
}

.StyleList_user_125 {width: 100%; float: left; overflow: hidden;}
.StyleList_K_user_125 {width: 100%; float: left; position: relative;}
.StyleList_K_user_125 span {width: 100%; height: 50px; line-height: 50px; float: left; background-color: var(--yiq-color-main); color: #FFF; padding-left: 2%; text-align: left; display: none;}
.StyleList_K_user_125 span::after {right: 10px; top: 20px;}
.StyleList_K_user_125:hover span::after {transform: rotate(-45deg);}
.StyleList_K_user_125 ul {width: 100%; float: left; position: relative; overflow: hidden;}
.StyleList_K_user_125 ul li {width: auto; height: auto; float: left; border-right: 1px #DEDEDE solid;}
.StyleList_K_user_125 ul li:first-child {border-left: 1px #DEDEDE solid;}
.StyleList_K_user_125 ul li a {width: auto; height: 50px; line-height: 50px; float: left; padding: 0px 20px; transition: all .2s ease-in-out; overflow: hidden; position: relative;}
.StyleList_K_user_125 ul li a.current::before {content: ""; width: 100%; height: 2px; background-color: var(--yiq-color-active); position: absolute; left: 0px; bottom: 0px;}
.StyleList_K_user_125 ul li a:hover,.StyleList_K_user_125 ul li a.current {background-image:linear-gradient(to bottom,#FFF,#DEDEDE); color: var(--yiq-color-active);}
@media(max-width:700px){
	.StyleList_K_user_125 {width: 100%; float: left;}
	.StyleList_K_user_125 span {display: inline;}
	.StyleList_K_user_125 ul {width: 100%; display: none; border: 1px #DEDEDE solid; border-top: none; border-bottom: none;}
	.StyleList_K_user_125 ul li {width: 100%; margin: 0px; border-right: none; border-left: none; border-bottom: 1px #DEDEDE solid;}
	.StyleList_K_user_125 ul li a {width: 100%;}
	.StyleList_K_user_125:hover ul {display: inline;}
}

.StyleList_user_124 {width: 100%; float: left; overflow: hidden;}
.StyleList_K_user_124 {width: 100%; float: left; position: relative;}
.StyleList_K_user_124 span {width: 100%; height: 50px; line-height: 50px; float: left; background-color: var(--yiq-color-main); color: #FFF; padding-left: 2%; text-align: left; display: none;}
.StyleList_K_user_124 span::after {right: 10px; top: 20px;}
.StyleList_K_user_124:hover span::after {transform: rotate(-45deg);}
.StyleList_K_user_124 ul {width: 100%; float: left; position: relative; overflow: hidden;}
.StyleList_K_user_124 ul li {width: auto; height: auto; float: left; border-right: 1px rgba(0,0,0,0.5) solid;}
.StyleList_K_user_124 ul li:first-child {border-left: 1px rgba(0,0,0,0.5) solid;}
.StyleList_K_user_124 ul li a {width: auto; height: 50px; line-height: 50px; float: left; padding: 0px 20px; transition: all .2s ease-in-out; overflow: hidden; position: relative;}
.StyleList_K_user_124 ul li a.current::before {content: ""; width: 100%; height: 2px; background-color: var(--yiq-color-active); position: absolute; left: 0px; bottom: 0px;}
.StyleList_K_user_124 ul li a:hover,.StyleList_K_user_124 ul li a.current {background-color:var(--yiq-color-main); color: var(--yiq-color-active);}
@media(max-width:700px){
	.StyleList_K_user_124 {width: 100%; float: left;}
	.StyleList_K_user_124 span {display: inline;}
	.StyleList_K_user_124 ul {width: 100%; display: none; border: 1px var(--yiq-color-main) solid; border-top: none; border-bottom: none;}
	.StyleList_K_user_124 ul li {width: 100%; margin: 0px; border-right: none; border-left: none; border-bottom: 1px var(--yiq-color-main) solid;}
	.StyleList_K_user_124 ul li:first-child {border-left: none;}
	.StyleList_K_user_124 ul li a {width: 100%;}
	.StyleList_K_user_124:hover ul {display: inline;}
}

.Video_user_115 {width: 100%; float: left;}
.Video_user_115 li {width: calc((100% - 8%) / 3); float: left; margin: 4% 4% 0px 0px; overflow: hidden;}
.Video_user_115 li:nth-child(3n) {margin-right: 0px;}
.Video_user_115 li div {width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; z-index: 2; background-color: rgba(0,0,0,0.5); display: flex; align-items: center; justify-content: center; text-align: center; transition: .5s;}
.Video_user_115 li div i {width: 30px; height: 30px; line-height: 28px; border: 1px #FFF solid; border-radius: 30px; color: #FFF; display: inline-block; cursor: pointer; transition: .5s; position: relative;}
.Video_user_115 li div i::after {content: ""; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; border: 1px rgba(255,255,255,0) solid; border-radius: 40px; transition: .2s; z-index: -1;}
.Video_user_115 li font {width: 100%; height: 30px; line-height: 30px; position: absolute; left: 0px; bottom: 10px; color: #FFF; z-index: 3; transition: .5s;}
.Video_user_115 li:hover font {bottom: -30px;}
.Video_user_115 li:hover div {background-color: rgba(0,0,0,0.1);}
.Video_user_115 li:hover div i {background-color: rgba(255,255,255,0.5); background-color: var(--yiq-color-main50); font-weight: bold;}
.Video_user_115 li:hover div i::after {width: 150%; height: 150%; left: -25%; top: -25%; border: 1px rgba(255,255,255,0.2) solid; background-color: rgba(0,0,0,0.2);}
.Video_user_115 li div i:hover {background-color: var(--yiq-color-active);}
.Video_user_115 li div i:hover::after {background-color: rgba(255,255,255,0.5);}
@media(max-width:1200px){
	.Video_user_115 li {width: calc((100% - 4%) / 2);}
	.Video_user_115 li:nth-child(2n) {margin-right: 0px;}
	.Video_user_115 li:nth-child(3n) {margin-right: 4%;}
}
@media(max-width:750px){
	.Video_user_115 li {width: 100%; margin: 4% 0px 0px 0px;}
}

.DW_user_114 {width: 100%; float: left;}
.DW_user_114 li {width: calc((100% - 8%) / 3); float: left; padding: 20px; background-color: #F0F0F0; margin: 4% 4% 0px 0px; transition: .5s; background-image: linear-gradient(#FFF,#F5F5F5); border: 1px #F5F5F5 solid;}
.DW_user_114 li:hover {box-shadow: 0px 0px 15px rgba(0,0,0,0.2);}
.DW_user_114 li:nth-child(3n) {margin-right: 0px;}
.DW_user_114 li font {width: 100px; height: 100px; float: left; border-radius: 5px; overflow: hidden;}
.DW_user_114 li font img {width: 100%; height: 100%;}
.DW_user_114 li div {width: calc(100% - 5% - 100px); float: right;}
.DW_user_114 li div label {width: 100%; height: 50px; float: left; overflow: hidden; text-align: left;}
.DW_user_114 li div span {float: right; margin-top: 10px;}
@media(max-width:1200px){
	.DW_user_114 li {width: calc((100% - 4%) / 2);}
	.DW_user_114 li:nth-child(2n) {margin-right: 0px;}
	.DW_user_114 li:nth-child(3n) {margin-right: 4%;}
}
@media(max-width:750px){
	.DW_user_114 li {width: 100%; margin: 4% 0px 0px 0px;}
	.DW_user_114 li div label {height: 46px;}
}

.Contact_user_93 {width: 100%; float: left; text-align: left; background-color: #F5F5F5; overflow: hidden;}
.Contact_L_user_93 {width: 40%; float: left; background-color: var(--yiq-color-main); color: #FFF; padding: 5%;}
.Contact_L_user_93 div {width: 100%; float: left; padding-bottom: 20px; margin-bottom: 20px; position: relative;}
.Contact_L_user_93 div::before {content: ""; width: 20px; height: 2px; background-color: #FFF; position: absolute; left: 0px; bottom: 0px;}
.Contact_L_user_93 span {width: 100%; float: left;}
.Contact_L_user_93 font {width: auto; float: left;}
.Contact_R_user_93 {width: 60%; float: left; padding: 5%;}
.Contact_R_L_user_93 {width: calc(100% - 200px); float: left;}
.Contact_R_L_user_93 div {width: 100%; float: left;}
.Contact_R_R_user_93 {width: 200px; height: 200px; float: left;}
.Contact_R_R_user_93 img {width: 100%; height: 100%;}
.Map_user_93 {width: 100%; height: 400px; float: left; overflow: hidden;}
.Map_user_93 iframe {width: 100%; height: 100%;}
@media(max-width:1004px){
	.Contact_L_user_93 {width: 100%; padding: 10%;}
	.Contact_R_user_93 {width: 100%; padding: 10%;}
}
@media(max-width:700px){
	.Contact_R_L_user_93 {width: 100%;}
	.Contact_R_R_user_93 {display: none;}
}

.Info_user_75 {width: 100%; max-width: 1200px; margin: 0px auto; display: inline-block;}
.Info_T_user_75 {width: 100%; float: left; border-bottom: 1px rgba(0,0,0,0.1) solid;}
.Info_T_user_75 div {width: 100%;}
.Info_T_user_75 div:first-child {font-weight: bold;}
.Info_T_user_75 div i {font-size: 12px; color: #999; margin-right: 10px;}
.Info_T_user_75 div i::before {font-weight: bold; margin-right: 5px;}
.Info_T_user_75 div i:last-child {margin-right: 0px;}
.Info_C_user_75 {width: 100%; float: left; text-align: left;}
.Info_Share_user_75 {width: 100%; float: left;}
.Info_Share_user_75 div {width: auto; float: right;}
.Info_Share_user_75 div font {width: auto; float: left;}
.Info_Share_user_75 div i {width: 25px; height: 25px; line-height: 25px; float: left; overflow: hidden; border: 1px var(--yiq-color-main) solid; color: var(--yiq-color-main); border-radius: 30px; margin-left: 10px; font-size: 22px;}
.Info_Share_user_75 i:hover {border-color: var(--yiq-color-active); color: var(--yiq-color-active);}
.Info_Page_user_75 {width: 100%; float: left; border-top: 1px rgba(0,0,0,0.1) solid;}
.Info_Page_user_75 div {width: 50%; float: left; text-align: left;}
.Info_Page_user_75 div:nth-child(2) {text-align: right;}
.Info_Page_user_75 div span {width: 100%; float: left;}
.Info_Page_user_75 div span:first-child {font-size: 12px;}
@media(max-width:850px){
.Info_Page_user_75 div {width: 100%; background-color: #F5F5F5; padding: 10px;}
.Info_Page_user_75 div:nth-child(2) {text-align: left; margin-top: 5%;}
}

.H_About_BJ_user_151 {width: 100%; height: auto; float: left;}
.H_About_K_user_151 {width: 100%; height: auto; float: left;}
.H_About_L_user_151 {width: 45%; height: auto; float: left; overflow: hidden;}
.H_About_L_user_151 img {width: 100%; height: auto;}
.H_About_R_user_151 {width: 45%; height: auto; float: right;}
.H_About_R_Txt_user_151 {width: 100%; height: auto; float: left; text-align: left; margin-top: 5%; color: var(--yiq-color-text-dan);}
.H_About_R_Attr_user_151 {width: 100%; height: auto; float: left; text-align: left; margin-top: 5%;}
.H_About_R_Attr_user_151 div {width: 33.33%; height: auto; float: left;}
.H_About_R_Attr_user_151 div span {width: 100%; float: left;}
.H_About_R_Attr_user_151 div span:first-child {font-weight: bold; margin-bottom: 5px;}
.H_About_R_Attr_user_151 div span:nth-child(2) {color: var(--yiq-color-text-dan);}
@media(max-width:1500px){
    .H_About_BJ_user_151 {background-image: url("");}
}
@media(max-width:1200px){
    .H_About_BJ_user_151 {padding: 0px 3%;}
}
@media(max-width:850px){
    .H_About_L_user_151 {display: none;}
    .H_About_R_user_151 {width: 100%;}
}

.StyleList_user_128 {width: 100%; float: left; overflow: hidden;}
.StyleList_K_user_128 {width: 100%; float: left; position: relative;}
.StyleList_K_user_128 span {width: 100%; height: 50px; line-height: 50px; float: left; background-color: var(--yiq-color-main); color: #FFF; padding-left: 2%; text-align: left; display: none;}
.StyleList_K_user_128 span::after {right: 10px; top: 20px;}
.StyleList_K_user_128:hover span::after {transform: rotate(-45deg);}
.StyleList_K_user_128 ul {width: 100%; float: left; position: relative; overflow: hidden;}
.StyleList_K_user_128 ul li {width: auto; height: auto; float: left; border-right: 1px rgba(0,0,0,0.5) solid;}
.StyleList_K_user_128 ul li:first-child {border-left: 1px rgba(0,0,0,0.5) solid;}
.StyleList_K_user_128 ul li a {width: auto; height: 50px; line-height: 50px; float: left; padding: 0px 20px; transition: all .2s ease-in-out; overflow: hidden; position: relative;}
.StyleList_K_user_128 ul li a.current::before {content: ""; width: 100%; height: 2px; background-color: var(--yiq-color-active); position: absolute; left: 0px; bottom: 0px;}
.StyleList_K_user_128 ul li a:hover,.StyleList_K_user_128 ul li a.current {background-color:var(--yiq-color-main); color: var(--yiq-color-active);}
@media(max-width:700px){
	.StyleList_K_user_128 {width: 100%; float: left;}
	.StyleList_K_user_128 span {display: inline;}
	.StyleList_K_user_128 ul {width: 100%; display: none; border: 1px var(--yiq-color-main) solid; border-top: none; border-bottom: none;}
	.StyleList_K_user_128 ul li {width: 100%; margin: 0px; border-right: none; border-left: none; border-bottom: 1px var(--yiq-color-main) solid;}
	.StyleList_K_user_128 ul li:first-child {border-left: none;}
	.StyleList_K_user_128 ul li a {width: 100%;}
	.StyleList_K_user_128:hover ul {display: inline;}
}

.StyleList_user_123 {width: 100%; float: left; overflow: hidden;}
.StyleList_K_user_123 {width: 100%; float: left; position: relative;}
.StyleList_K_user_123 span {width: 100%; height: 50px; line-height: 50px; float: left; background-color: var(--yiq-color-main); color: #FFF; padding-left: 2%; text-align: left; display: none;}
.StyleList_K_user_123 span::after {right: 10px; top: 20px;}
.StyleList_K_user_123:hover span::after {transform: rotate(-45deg);}
.StyleList_K_user_123 ul {width: 100%; float: left; position: relative; overflow: hidden;}
.StyleList_K_user_123 ul li {width: auto; height: auto; float: left; border-right: 1px rgba(0,0,0,0.5) solid;}
.StyleList_K_user_123 ul li:first-child {border-left: 1px rgba(0,0,0,0.5) solid;}
.StyleList_K_user_123 ul li a {width: auto; height: 50px; line-height: 50px; float: left; padding: 0px 20px; transition: all .2s ease-in-out; overflow: hidden; position: relative;}
.StyleList_K_user_123 ul li a.current::before {content: ""; width: 100%; height: 2px; background-color: var(--yiq-color-active); position: absolute; left: 0px; bottom: 0px;}
.StyleList_K_user_123 ul li a:hover,.StyleList_K_user_123 ul li a.current {background-color:var(--yiq-color-main); color: var(--yiq-color-active);}
@media(max-width:700px){
	.StyleList_K_user_123 {width: 100%; float: left;}
	.StyleList_K_user_123 span {display: inline;}
	.StyleList_K_user_123 ul {width: 100%; display: none; border: 1px var(--yiq-color-main) solid; border-top: none; border-bottom: none;}
	.StyleList_K_user_123 ul li {width: 100%; margin: 0px; border-right: none; border-left: none; border-bottom: 1px var(--yiq-color-main) solid;}
	.StyleList_K_user_123 ul li:first-child {border-left: none;}
	.StyleList_K_user_123 ul li a {width: 100%;}
	.StyleList_K_user_123:hover ul {display: inline;}
}

.StyleList_user_122 {width: 100%; float: left; overflow: hidden;}
.StyleList_K_user_122 {width: 100%; float: left; position: relative;}
.StyleList_K_user_122 span {width: 100%; height: 50px; line-height: 50px; float: left; background-color: var(--yiq-color-main); color: #FFF; padding-left: 2%; text-align: left; display: none;}
.StyleList_K_user_122 span::after {right: 10px; top: 20px;}
.StyleList_K_user_122:hover span::after {transform: rotate(-45deg);}
.StyleList_K_user_122 ul {width: 100%; float: left; position: relative; overflow: hidden;}
.StyleList_K_user_122 ul li {width: auto; height: auto; float: left; border-right: 1px rgba(0,0,0,0.5) solid;}
.StyleList_K_user_122 ul li:first-child {border-left: 1px rgba(0,0,0,0.5) solid;}
.StyleList_K_user_122 ul li a {width: auto; height: 50px; line-height: 50px; float: left; padding: 0px 20px; transition: all .2s ease-in-out; overflow: hidden; position: relative;}
.StyleList_K_user_122 ul li a.current::before {content: ""; width: 100%; height: 2px; background-color: var(--yiq-color-active); position: absolute; left: 0px; bottom: 0px;}
.StyleList_K_user_122 ul li a:hover,.StyleList_K_user_122 ul li a.current {background-color:var(--yiq-color-main); color: var(--yiq-color-active);}
@media(max-width:700px){
	.StyleList_K_user_122 {width: 100%; float: left;}
	.StyleList_K_user_122 span {display: inline;}
	.StyleList_K_user_122 ul {width: 100%; display: none; border: 1px var(--yiq-color-main) solid; border-top: none; border-bottom: none;}
	.StyleList_K_user_122 ul li {width: 100%; margin: 0px; border-right: none; border-left: none; border-bottom: 1px var(--yiq-color-main) solid;}
	.StyleList_K_user_122 ul li:first-child {border-left: none;}
	.StyleList_K_user_122 ul li a {width: 100%;}
	.StyleList_K_user_122:hover ul {display: inline;}
}

.H_About_BJ_user_158 {width: 100%; height: auto; float: left;}
.H_About_K_user_158 {width: 100%; height: auto; float: left;}
.H_About_L_user_158 {width: 45%; height: auto; float: left; overflow: hidden;}
.H_About_L_user_158 img {width: 100%; height: auto;}
.H_About_R_user_158 {width: 45%; height: auto; float: right;}
.H_About_R_Txt_user_158 {width: 100%; height: auto; float: left; text-align: left; margin-top: 5%; color: var(--yiq-color-text-dan);}
.H_About_R_Attr_user_158 {width: 100%; height: auto; float: left; text-align: left; margin-top: 5%;}
.H_About_R_Attr_user_158 div {width: 33.33%; height: auto; float: left;}
.H_About_R_Attr_user_158 div span {width: 100%; float: left;}
.H_About_R_Attr_user_158 div span:first-child {font-weight: bold; margin-bottom: 5px;}
.H_About_R_Attr_user_158 div span:nth-child(2) {color: var(--yiq-color-text-dan);}
@media(max-width:1500px){
    .H_About_BJ_user_158 {background-image: url("");}
}
@media(max-width:1200px){
    .H_About_BJ_user_158 {padding: 0px 3%;}
}
@media(max-width:850px){
    .H_About_L_user_158 {display: none;}
    .H_About_R_user_158 {width: 100%;}
}

.Product_user_157 {width: 100%; float: left;}
.Product_user_157 li {width: 21%; float: left; border-radius: 3%; overflow: hidden; position: relative; margin: 4% 2% 0px 2%; filter:brightness(0.5); transition: .3s;}
.Product_user_157 li:hover {filter:brightness(1);}
.Product_user_157 li div {width: 100%; height: 40px; line-height: 40px; position: absolute; left: 0px; bottom: 0px; background-color: var(--yiq-color-active70); color: #FFF; transition: .3s;}
.Product_user_157 li:hover div {bottom: -40px;}
.Product_user_157 li::before {width: 0px; height: 3px; content: ""; position: absolute; left: 0px; top: 0px; transition: .3s; background-color: var(--yiq-color-active); z-index: 2;}
.Product_user_157 li:hover::before {width: 100%;}
@media(max-width:850px){
	.Product_user_157 li {width: 46%;}
	.Product_user_157 li div {height: 30px; line-height: 30px;}
}

.Number_user_152 {width: 100%; float: left;}
.Number_user_152 div {width: 25%; float: left; text-align: center;}
.Number_user_152 div b {width: 100%; float: left; font-family: "Arial";}
.Number_user_152 div span {width: 100%; float: left;}
.Number_bai_user_152 {color: rgba(255,255,255,0.5);}
@media(max-width:700px){
	.Number_user_152 div {width: 50%; margin: 2% 0px;}
}

.H_Product_user_150 {width: 100%; float: left;}
.H_Product_user_150 div {width: calc((100% - 8%) / 3); float: left; margin: 4% 4% 0px 0%; background-color: var(--yiq-color-main20); overflow: hidden; transition: all .5s ease;}
.H_Product_user_150 div:nth-child(3n) {margin-right: 0px;}
.H_Product_user_150 div span {width: 100%; float: left; position: relative; overflow: hidden;}
.H_Product_user_150 div span::after {content: ""; width: 50px; height: 1px; background-color: var(--yiq-color-active); position: absolute; left: -50px; top: 50%; z-index: 1; transition: all .5s ease;}
.H_Product_user_150 div span::before {content: ""; width: 1px; height: 50px; background-color: var(--yiq-color-active); position: absolute; left: 50%; top: -50px; z-index: 2; transition: all .5s ease;}
.H_Product_user_150 div:hover {box-shadow: 0px 0px 15px rgba(0,0,0,0.5);}
.H_Product_user_150 div:hover span::after {left: calc(50% - 25px); top: 50%;}
.H_Product_user_150 div:hover span::before {left: 50%; top: calc(50% - 25px); z-index: 2;}
.H_Product_user_150 div:hover {filter: brightness(0.9);}
.H_Product_user_150 div font {width: 100%; height: 50px; float: left; overflow: hidden; transition: all .2s ease-in-out; margin: 5% 0px;}
.H_Product_user_150 div font a {width: 100%; height: 100%; line-height: 50px; float: left; text-align: center;}
@media(max-width:850px){
	.H_Product_user_150 div {width: calc((100% - 4%) / 2);}
	.H_Product_user_150 div:nth-child(2n) {margin-right: 0px;}
	.H_Product_user_150 div:nth-child(3n) {margin-right: 4%;}
}
@media(max-width:480px){
	.H_Product_user_150 div {width: 100%; margin-right: 0px;}
	.H_Product_user_150 div font {margin: 0px 0px;}
}

.News_user_95 {width: 100%; float: left;}
.News_user_95 li {width: calc((100% - 8%) / 3); float: left; margin: 4% 4% 0px 0px; position: relative; padding-bottom: 80px;}
.News_user_95 li:nth-child(3n) {margin-right: 0px;}
.News_user_95 li div {width: 100%; height: auto; float: left; overflow: hidden;}
.News_user_95 li div img {transition: all .5s ease;}
.News_user_95 li span {width: 90%; position: absolute; left: 5%; bottom: 0px; background-color: rgba(255,255,255,0.8); text-align: left;}
.News_user_95 li span a {width: 100%; height: 25px; line-height: 25px; float: left; overflow: hidden;}
.News_user_95 li span font {width: 100%; height: 50px; line-height: 25px; float: left; overflow: hidden; font-size: 13px; color: #999;}
.News_user_95 li span p {width: 100%; height: 0px; float: left; overflow: hidden; text-align: right; opacity: 0; transition: all .5s ease; padding: 0px; margin: 0px; color: #999;}
.News_user_95 li span p i {float: left; font-style: normal;}
.News_user_95 li:hover div img {transform: scale(1.1);}
.News_user_95 li:hover span {box-shadow: 0px 0px 10px rgba(0,0,0,0.2); background-color: rgba(255,255,255,1);}
.News_user_95 li:hover span p {height: 50px; opacity: 1; border-top: 1px #F5F5F5 solid; margin-top: 5%; padding-top: 5%;}
@media(max-width:700px){
	.News_user_95 li {width: 100%; margin-right: 0px;}
	.News_user_95 li:hover span p {height: auto;}
}

.Content_user_74 {width: 100%; float: left; text-align:left;}

.P_Info_user_69 {width: 100%; float: left;}
.P_Info_T_user_69 {width: 100%; float: left;}
.P_Info_T_Img_user_69 {width: 40%; float: left;}
.P_Info_T_Img_Big_user_69 {width: 100%; float: left; position: relative; background-color: var(--yiq-color-main10);}
.P_Info_T_Img_Small_user_69 {width: 100%; float: left;}
.P_Info_T_Img_Small_user_69 div {width: calc((100% - 4%) / 5); float: left; position: relative; margin: 1% 1% 0px 0px; cursor: zoom-in; overflow: hidden; border: 1px rgba(255,255,255,0.2) solid;}
.P_Info_T_Img_Small_user_69 div:nth-child(5n) {margin-right: 0px;}
.P_Info_T_Img_Small_user_69 div:hover {border: 2px var(--yiq-color-active) solid;}
.P_Info_T_Img_Small_user_69 div img {transition: .2s;}
.P_Info_T_Img_Small_user_69 div img:hover {transform: scale(1.2);}
.P_Info_T_Info_user_69 {width: 50%; float: right;}
.P_Info_T_Info_Title_user_69 {width: 100%; float: left; text-align: left; color: var(--yiq-color-active);}
.P_Info_T_Info_Text_user_69 {width: 100%; float: left; text-align: left;}
.P_Info_T_Info_Text_user_69 img {max-width: 100%; height: auto;}
.P_Info_T_Info_Btns_user_69 {width: 100%; float: left; margin-top: 5%;}
.P_Info_T_Info_Btns_user_69 div {float: left;}
.P_Info_T_Info_Btns_user_69 div span {height: 35px; line-height: 35px; float: left; padding: 0px 10px; margin-right: 10px;}
.P_Info_T_Info_Btns_user_69 div span:last-child {margin-right: 0px;}
.P_Info_T_Info_Btns_user_69 div span i {float: left; line-height: 35px;}
.P_Info_T_Info_Btns_user_69 div span font {line-height: 35px; float: left; margin-left: 5px;}
.P_Info_T_Info_Btns_user_69 div:nth-child(2) {float: right;}
.P_Info_T_Info_Btns_user_69 div:nth-child(2) span {padding: 0px;}
.P_Info_T_Info_Btns_user_69 div:nth-child(2) font {line-height: 35px; float: left; padding-right: 10px; font-size: 12px;}
.P_Info_B_user_69 {width: 100%; float: left;}
.P_Info_B_T_user_69 {width: 100%; float: left; background-color: var(--yiq-color-main10);}
.P_Info_B_T_user_69 div {width: auto; height: 40px; line-height: 40px; float: left; margin-left: 20px; padding: 0px 20px; border-top: 2px var(--yiq-color-active) solid; background-color: var(--yiq-color-main20); color: var(--yiq-color-main);}
.P_Info_B_B_user_69 {width: 100%; float: left; text-align: left;}

@media(max-width:850px){
.P_Info_T_Img_user_69 {width:100%;}
.P_Info_T_Info_user_69 {width:100%; margin-top: 9%;}
}

.Product_user_154 {width: 100%; float: left;}
.Product_user_154 li {width: calc((100% - 4%) / 2); margin: 4% 4% 0px 0px; float: left; background-color: var(--yiq-color-main20); display: flex; overflow: hidden;}
.Product_user_154 li:nth-child(2n) {margin-right: 0px;}
.Product_user_154 li a {width: 100%; float: left; display: flex;}
.Product_Img_user_154 {width: 300px; float: left;}
.Product_Txt_user_154 {width: calc(100% - 300px); float: left; padding: 0px 5%; display: flex; align-items: center; text-align: left; position: relative; overflow: hidden;}
.Product_Txt_user_154::before {content: ""; width: 0px; height: 0px; position: absolute; left: 50%; top: 50%; background-color: var(--yiq-color-active); transition: .8s; border-radius: 1000px;}
.Product_Txt_user_154 div {width: 100%; float: left; z-index: 1;}
.Product_Txt_user_154 div span {width: 100%; float: left; transition: .5s;}
.Product_Txt_user_154 div span:nth-child(2) {height: 50px; line-height: 25px; overflow: hidden; color: var(--yiq-color-text-dan); margin-top: 4%;}
.Product_user_154 li:hover .Product_Txt_user_154::before {width: 600px; height: 600px; left: calc(50% - 300px); top: calc(50% - 300px); z-index: 0;}
.Product_user_154 li:hover div {color: #FFF;}
.Product_user_154 li:hover .Product_Txt_user_154 div span:nth-child(2) {margin-top: 8%; color: #FFF;}
@media(max-width:1200px){
	.Product_Img_user_154 {width: 200px;}
	.Product_Txt_user_154 {width: calc(100% - 200px);}
	.Product_Txt_user_154 div span:nth-child(2) {margin-top: 6%}
	.Product_user_154 li:hover .Product_Txt_user_154 div span:nth-child(2) {margin-top: 10%;}
	.Product_user_154 li:hover .Product_Txt_user_154::before {width: 400px; height: 400px; left: calc(50% - 200px); top: calc(50% - 200px);}
}
@media(max-width:800px){
	.Product_user_154 li a {display: inline;}
	.Product_Img_user_154 {width: 100%;}
	.Product_Txt_user_154 {width: 100%; height: 70px; background-color: var(--yiq-color-main50);}
	.Product_Txt_user_154 div span {text-align: center; max-height: 50px; line-height: 25px; overflow: hidden;}
	.Product_Txt_user_154 div span:nth-child(2) {display: none;}
}

.MyFlash_user_113 {width: 100%; height: auto; float: left; overflow: hidden;}
.MyFlash_user_113 .swiper-wrapper .swiper-slide {box-shadow: 3px 3px 10px rgba(0,0,0,0.3); transition: 300ms ; position: relative;}
.MyFlash_user_113 .swiper-wrapper .swiper-slide div {width: 100%; height: auto; float: left; position: relative;}
.MyFlash_user_113 .swiper-wrapper .swiper-slide div p {width: 100%; height: 0px; float: left; overflow: hidden; padding: 0px; margin: 0px; margin-top: 66.66%;}
.MyFlash_user_113 .swiper-wrapper .swiper-slide div img {width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; border: 5px #FFF solid;}