@charset "utf-8";
.ddd table{ width:100%;}
.ddd td{ padding:5px;}
.ddd strong{ font-size:22px; line-height:35px;}
.ddd1{
	line-height:30px;
	color:#999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	margin-top:10px;
	display:block
}
#body {
	background:#FFFFFF;
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding: 0;
	overflow-x: hidden;
	position: relative;
	color: #111;
	font-size: 18px;
}
#body a {
	cursor: pointer;
}
.more_line2_hidden {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
}
.more_line3_hidden {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-word;
}
#header {
	width: 100%;
}
#header .header_box {
	width: 90%;
	margin: 0 auto;
	height: 115px;
	max-width: 1680px;
	display: flex;
	flex-direction: row;
}
.logo_box {
	min-width: 170px;
	height: 95px;
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.logo_box .logo img {
	max-height: 95px;
}
.nav_tool {
	margin: 0 0 0 10%;
	width: calc(90% - 170px);
}
.nav_tool .tool {
	width: 100%;
	margin-top: 25px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.nav_tool .tool .t_item {
	font-size: 16px;
	font-family: "Opensans-Regular";
	position: relative;
	padding: 0 20px;
	border-right: 1px solid #dbdbdb;
	color: #555;
}
.nav_tool .tool .t_item:last-child {
	border: unset;
	padding-right: unset;
}
.nav_tool .tool .t_item:hover .navSub {
	display: block;
}
.nav_tool .tool .t_item .default_shopping_cart {
	width: 20px;
	height: 20px;
	background-size: 100%;
}
.t269_account, .t269_inquiry {
	font-size: 16px;
	font-family: "Opensans-Regular";
	color: #555
}
.nav_tool .tool .language {
	cursor: pointer;
}
.search_icon {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/icon.png);
	background-position: -13px 0px;
	background-repeat: no-repeat;
}
.nav_tool .nav_bar {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin:20px auto 30px;
}
.nav_tool .nav_bar .default_nav_style {
	width: max-content;
}
.nav_tool .nav_bar .n_item {
	margin-left: 70px;
	font-size: 16px;
	font-family: "VisbyCF-Regular";
	white-space: nowrap;
	font-weight: bold;
	position: relative;
}
.nav_tool .nav_bar .n_item:first-child {
	margin-left: unset;
}
.nav_tool .nav_bar .n_item:hover .navSub {
	display: block;
}
.nav_tool .tool .t_item .navSub a, .nav_bar .n_item .navSub a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nav_tool .nav_bar .default_nav_style .small_nav_sec .nav_sec_item a, .nav_tool .nav_bar .default_nav_style .small_nav_sec .nav_sec_item dt a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nav_tool .nav_bar .default_nav_style .n_item>a {
	padding: 0;
}
.nav_tool .nav_bar .default_nav_style .nav_sec .nav_img {
	display: none;
}
.language {
	text-transform: capitalize;
}
/*nav_hidden*/
.trans {
	transition: all 300ms ease 0s;
}
.navSub {
	width: 205px;
	background: no-repeat center top #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 9px 30px;
	box-sizing: border-box;
	border-radius: 5px;
	display: none;
	z-index: 999;
}
.subName {
	display: block;
	line-height: 36px;
	font-size: 14px;
	text-transform: capitalize;
}

.hoverColor {
transition: all .3s;
}
.text-over {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.block {
	display: block;
}
/*nav_hidden_end*/

/*搜索框*/
#default_search_box {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	top: 0;
	z-index: 9999;
}
#default_search_box .form {
	width: 50%;
	max-width: 500px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#default_search_box .text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom: 1px solid #fff;
	padding-right: 35px;
	color: #fff;
	background: none;
	outline: none;
	text-indent: 10px;
	box-sizing: border-box;
}
#default_search_box .button {
	width: 35px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/search_btn.png) center no-repeat;
	cursor: pointer;
	border: 0;
	outline: none;
}
#default_search_box .form i {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -60px;
	top: -60px;
	background: url(../images/search_close.png) center no-repeat;
	cursor: pointer;
}
/*搜索框-end*/

#footer {
	width: 100%;
	background-color: #000;
}
#footer .footer_box {
	width: 90%;
	margin: 0 auto;
	max-width: 1580px;
	padding-top: 3.4%;
}
#footer .footer_box .list_item {
	width: 100%;
	color:#999;
font-family: "Opensans-Regular";
padding-bottom:30px;
font-size:14px;
}
#footer .footer_box .list_item a {
margin-left:20px;
margin-right:20px;
font-family: "Opensans-Regular";
	color:#999;font-size:14px;
}
#footer .footer_box .list_item a:first-child {
margin-left:0px;

}

#footer .footer_box .footer_bottom_text {
	width: 100%;
	padding: 1.9% 0 2.5%;
	border-top: 1px solid #232323;
}
#footer .footer_box .footer_bottom_text .left_text, #footer .footer_box .footer_bottom_text .left_text a {
	font-size: 14px;
	color: #888;
	font-family: "Opensans-Regular";
}
#banner .bx-wrapper .bx-pager.bx-default-pager a:hover, #banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #FFF;
}
body .foot_share .foot_share_box {
	background-image: url(../images/icon_follow_4.svg);
}
/*inside_page*/
.product-list {
	width: 100%;
}
.pro_list .ueeshop_responsive_position {
	margin-top: 20px;
	border-bottom: 0;
	font-size: 14px;
	color: #737373;
}
.pro_list .ueeshop_responsive_position .title {
	display: none;
}
.pro_list .ueeshop_responsive_position .position a {
	font-size: 14px;
	color: #737373;
	font-family: "VisbyCF-Regular";
}
.pro_list .ueeshop_responsive_position .position {
	float: none;
	width: 100%;
	height: auto;
	line-height: 70px;
	text-align: left;
}
.product-list .pro_list {
	width: 100%;
	background: #fff;
}
.product-list .pro_list .cate_brief {
	margin-top: 30px;
	width: 100%;
}
.product-list .pro_list .hot_cate {
	width: 100%;
	margin: 0 auto;
}
.product-list .pro_list .hot_cate .page_name {
	position: relative;
	width: 100%;
	height: 69px;
	line-height: 69px;
	font-size: 36px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.product-list .pro_list .hot_cate .list {
	width: 100%;
}
.product-list .pro_list .hot_cate .list .row .img {
	display: block;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.product-list .pro_list .hot_cate .list .row .row_txt {
	display: block;
	margin-bottom: 0;
	height: auto;
}
.product-list .pro_list .hot_cate .list .row .row_txt .name {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-family: Arial;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: "QuattrocentoSans-Regular";
	text-decoration: none;
}
.product-list .pro_list .hot_cate .list .row:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.product-list .pro_list .hot_cate .list .row:hover .row_txt .name {
	color: #111111;
}
.product-list .pro_list .hot_cate .bx-pager {
	width: 100%;
	margin: 50px 0 150px;
	text-align: center;
}
.product-list .pro_list .hot_cate .bx-pager .bx-pager-item {
	display: inline-block;
	margin: 0 10px;
	width: 17px;
	height: 17px;
}
.product-list .pro_list .hot_cate .bx-pager .bx-pager-item a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	background: #333;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.product-list .pro_list .hot_cate .bx-pager .bx-pager-item:hover a {
	background: #111111;
}
.product-list .pro_list .hot_cate .bx-pager .bx-pager-item a.active {
	background: #111111;
}
.product-list .pro_list .wrap {
	margin-top: 30px;
}
.products .pro_cate {
	padding: 12px 0;
	width: 100%;
	background: #fff;
}
.products .pro_cate .page_name {
	display: none;
	position: relative;
	height: 69px;
	line-height: 69px;/* background: url('../images/cate_title_icon.png') no-repeat center bottom;*/
	font-size: 36px;
	color: #000;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}
.products .pro_cate .content {
	position: relative;
	margin-top: 26px;
	width: 100%;
	z-index: 1;
	text-align: center;
}
.products .pro_cate .list {
	position: relative;
	display: inline-block;
	margin: 0 27px 30px 0;
	width: auto;
	line-height: 43px;
	transition: all 0.5s;
}
.products .pro_cate .list:first-child {
	margin-left: 0;
}
.products .pro_cate .list .son_cate {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 1;
}
.products .pro_cate .list .first_cate {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.5s;
}
.products .pro_cate .list .first_cate.son:after {
	content: '';
	width: 10px;
	height: 10px;
	margin:auto;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
}
.products .pro_cate .list .first_cate a {
	display: block;
	position: relative;
	padding: 0 36px;
	border: 1px solid #111111;
	font-size: 16px;
	transition: all 0.5s;
	font-family: Arial;
	text-decoration: none;
}
.products .pro_cate .list .first_cate a:before {
	display: block;
	content: '';
	position: absolute;
	right: 35px;
	top: 19px;
	width: 12px;
	height: 7px;
	background: url(../images/pro_cate_icon.png) no-repeat center / 100%;
	transition: all 0.5s;
}
.products .pro_cate .list .first_cate a:after {
	display: block;
	content: '';
	position: absolute;
	right: 35px;
	top: 19px;
	width: 12px;
	height: 7px;
	background: url(../images/pro_cate_icon2.png) no-repeat center / 100%;
	transition: all 0.5s;
	z-index: 1;
	opacity: 0;
}
.products .pro_cate .list:hover .first_cate a {
	background: #111111;
	color: #fff;
}
.products .pro_cate .list:hover .first_cate a:before {
	transform: rotate(180deg);
}
.products .pro_cate .list:hover .first_cate a:after {
	transform: rotate(180deg);
	opacity: 1;
}
.products .pro_cate .son_cate {
	display: none;
	margin-bottom: 10px;
	background: #f7f7f7;
}
.products .pro_cate .list.on .first_cate.son:after {
	width: 10px;
	height: 2px;
	background-position: 0 -104px;
}
.products .pro_cate .son_cate .item {
	position: relative;
	height: 48px;
	line-height: 48px;
}
.products .pro_cate .son_cate .item a {
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #dedede;
	font-size: 16px;
	color: #333;
	text-align: left;
	text-indent: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}
.products .pro_cate .son_cate .item a.sia2 {
	border-bottom: 0;
}
.products .pro_cate .son_cate .item a.sia2:last-child {
	border: 0;
}
.products .pro_cate .son_cate .item:hover a.sia2 {
	background: #111111;
	color: #fff;
}
.products .pro_cate .son_cate .item:hover .subcate3 {
	display: block;
}
.products .pro_cate .son_cate .subcate3 {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background: #f7f7f7;
}
.products .pro_cate .son_cate .subcate3 a.sia {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #7a7a7a;
	height: 48px;
	line-height: 48px;
	text-align: left;
	text-indent: 24px;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}
.products .pro_cate .son_cate .subcate3 a:last-child {
	border: 0;
}
.products .pro_cate .son_cate .subcate3 a:hover {
	background: #111111;
	color: #fff;
}
.hot_cate .bx-wrapper {
	margin: 0 auto;
}
body .ueeshop_responsive_products_detail .description .title {
	padding: 10px 0 0;
}
.product-detail .ueeshop_responsive_products_detail .description .title {
	border: none;
}
.product-detail .ueeshop_responsive_products_detail .description .title span {
	font-size: 30px;
	color: #1f1f1f;
	position: relative;
	background: #fff;
	margin-right: 0;
	padding-right: 15px;
	font-family: "VisbyCF-Regular";
}
.product-detail .ueeshop_responsive_products_detail .description .title span:after {
	position: absolute;
	width: 10000px;
	left: 100%;
	top: 18px;
	height: 1px;
	background: #e3e3e3;
	margin-left: 20px;
	content: '';
}
.product-list .ueeshop_responsive_products_list .item .info {
	float: left;
	padding-left: 47px;
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.product-list .ueeshop_responsive_products_list .item .info .name {
	margin-bottom: 0;
	height: auto;
}
.product-list .ueeshop_responsive_products_list .item .info .name a {
	font-size: 18px;
	display: block;
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-family: "QuattrocentoSans-Regular";
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.product-list .ueeshop_responsive_products_list .item .info .price {
	font-size: 16px;
	font-family: "QuattrocentoSans-Regular";
}
.product-list .ueeshop_responsive_products_list .item:hover .info .name a {
	color: #111111;
}
.product-list .ueeshop_responsive_products_list .item .info .more {
	display: none;
	margin: 0 auto;
	width: 123px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #111111;
	font-family: Arial;
	text-decoration: underline;
	text-align: center;
	transition: all 0.5s;
}
.wrap {
	width: 90%;
	margin: auto
}
.wrap-module .ueeshop_responsive_products_list .item {
	margin-right: 2.4581%;
	margin-bottom: 22px;
	padding-bottom: 34px;
	width: 23.0769%;
	background: #fff;
}
.wrap-module .ueeshop_responsive_products_list .item:nth-child(4n) {
margin-right: 0;
}
.wrap-module .ueeshop_responsive_products_list .item .pro {
	width: 100%;
	height: 100%;
}
.in_ad {
	position: relative;
	font-size: 0;
	min-height: 130px;
}
.in_ad .ad_con {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.in_ad .ad_con .con_table {
	display: table;
	width: 100%;
	height: 100%;
}
.in_ad .ad_con .con_table .con_table_cell {
	display: table-cell;
	vertical-align: middle;
}
.in_ad .ad_con .ueeshop_responsive_position {
	width: 100%;
	border-bottom: 0;
}
.in_ad .ad_con .ueeshop_responsive_position .title {
	display: block;
	float: none;
	width: 100%;
	max-width: inherit;
	height: 70px;
	line-height: 70px;
	font-size: 50px;
	color: #fff;
	font-family: "VisbyCF-Regular";
	text-align: center;
}
.in_ad .ad_con .ueeshop_responsive_position .position {
	float: none;
	width: 100%;
	max-width: inherit;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.in_ad .ad_con .ueeshop_responsive_position .position {
	font-size: 16px;
	color: #fff;
}
.in_ad .ad_con .ueeshop_responsive_position .position a {
	font-size: 16px;
	color: #fff;
	font-family: "QuattrocentoSans-Regular";
}
.in_ad .bxSlide-outter {
	min-height: 48px;
}
.case {
	width: 90%;
	margin: 0 auto;
}
body .ueeshop_responsive_turn_page {
	text-align: center;
}
body .ueeshop_responsive_turn_page span {
	width: auto;
	min-width: 54px;
}
body .ueeshop_responsive_turn_page span a {
	display: block;
	background: #fff;
}
body .ueeshop_responsive_turn_page span .page_item_current {
	background: #111111;
	color: #fff;
}
body .ueeshop_responsive_turn_page.s1>span .page_item_current {
	background: #111111;
	color: #fff;
}
body .ueeshop_responsive_turn_page span a, body .ueeshop_responsive_turn_page span font {
	background: #f5f5f5;
	color: #555;
	font-size: 18px;
	width: 100%;
}
body .ueeshop_responsive_turn_page span a {
	background: #fff;
}
body .ueeshop_responsive_turn_page span em {
	width: 20px;
	height: 8px;
}
body .ueeshop_responsive_turn_page span em.icon_page_prev {
	width: 21px;
	height: 10px;
	background: url(../images/icon_pro_all.png) no-repeat 0 0;
}
body .ueeshop_responsive_turn_page span em.icon_page_next {
	width: 21px;
	height: 10px;
	background: url(../images/icon_pro_all.png) no-repeat right 0 bottom 0;
}
.ueeshop_responsive_case_detail > .name, .ueeshop_responsive_info_list .item .info .title, .ueeshop_responsive_info_detail > .title, #global_editor_contents h3 {
	font-family: "VisbyCF-Regular";
}
body .ueeshop_responsive_case_list .item .info .desc, #global_editor_contents, .ueeshop_responsive_info_list .item .info .desc, #global_editor_contents p {
	font-family: "Opensans-Regular";
}
.wrap .cate-name {
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
	margin-bottom: 30px;
	text-decoration: none;
}
.wrap .cate-name a {
	text-decoration: none;
}
.wrap .cate-name span {
	display: block;
	width: 28px;
	height: 2px;
	background: #111111;
	margin: 15px auto 0;
}
.wrap-module .cate-name {
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
	margin-bottom: 30px;
	text-align: center;
}
.wrap-module .cate-name span {
	display: block;
	width: 28px;
	height: 2px;
	background: #111111;
	margin: 15px auto 0;
}
.article-content .art-title {
	height: 35px;
	margin: 30px 0;
	font-size: 22px;
	color: #333;
	text-align: center;
}
.article-content .art-title {
	display: none;
	position: relative;
	height: 69px;
	line-height: 69px;
	font-size: 36px;
	color: #000;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}
.article-content .art-title:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 28px;
	height: 2px;
	background: #111111;
	transform: translateX(-50%);
}
.wrap-module body .ueeshop_responsive_position {
	margin-top: 8px;
	line-height: 40px;
	margin-bottom: 25px;
	border-color: #e6e6e6;
}
.wrap-module .ueeshop_responsive_products_detail_review .review_form h1 {
	font-size: 30px;
	color: #1f1f1f;
	text-align: center;
	margin-bottom: 35px;
}
.info-list .menu-in-left .ueeshop_responsive_position {
	border-bottom: 0;
}
.info-list .menu-in-left .ueeshop_responsive_position .title {
	display: none;
}
.info-list .menu-in-left .ueeshop_responsive_position .position {
	text-align: left;
}
.menu-in-left {
	padding-top: 30px;
	padding-bottom: 4.5%;
}
.menu-in-left .menu-wrap-style {
	width: 100%;
}
.menu-in-left .menu-wrap-style .menu {
	text-align: center;
}
.menu-in-left .wrap-righter-style {
	padding-top: 42px;
	width: 100%;
}
.menu-wrap-style .menu .cate-top {
	margin-bottom: 30px;
	font-size: 30px;
	color: #1f1f1f;
}
.menu-wrap-style .menu li {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	margin: 0 20px;
	width: auto;
	line-height: 43px;
	transition: all 0.5s;
}
.menu-wrap-style .menu li a {
	display: block;
	padding: 0 4px;
	min-width: 155px;
	border: 1px solid #111111;
	font-size: 18px;
	text-align: center;
	transition: all 0.5s;
	text-decoration: none;
}
.menu-wrap-style .menu li a.on, .menu-wrap-style .menu li a:hover {
	background: #111111;
	color: #fff;
}
.menu-wrap-style .menu .m-title {
	display: none;
	position: relative;
	height: 69px;
	line-height: 69px;/* background: url('../images/cate_title_icon.png') no-repeat center bottom;*/
	font-size: 36px;
	color: #000;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: uppercase;
}
.menu-wrap-style .menu .m-title:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 28px;
	height: 2px;
	background: #111111;
	transform: translateX(-50%);
}
.menu-wrap-style .menu .cate-top {
	margin-bottom: 30px;
	font-size: 30px;
	color: #1f1f1f;
}
.menu-wrap-style .menu h3 {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	margin-right: 27px;
	width: auto;
	line-height: 43px;
	transition: all 0.5s;
}
.menu-wrap-style .menu h3 a {
	display: block;
	padding: 0 4px;
	min-width: 155px;
	border: 1px solid #111111;
	font-size: 18px;
	text-align: center;
	transition: all 0.5s;
	text-decoration: none;
}
.menu-wrap-style .menu h3 a:hover {
	background: #111111;
	color: #fff;
}
.menu-wrap-style .menu h3 a.on, .menu-wrap-style .menu h3 a:hover {
	background: #111111;
	color: #fff;
}
.ueeshop_responsive_download_list ul li:hover {
	color: #111111;
}
.ueeshop_responsive_download_list ul li a:hover {
	background: #111111;
}
.contenter {
	margin-top: 30px;
	width: 100%;
}
.contenter .title {
	padding: 0 30px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	font-size: 18px;
	color: #202528;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contenter .cate_brief {
	padding: 0 30px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contenter .ueeshop_responsive_position .title {
	margin-bottom: 4px;
	width: 100%;
	height: 62px;
	line-height: 62px;
	font-size: 20px;
	color: #333;
}
.contenter .ueeshop_responsive_position {
	border-bottom: 0;
}
.contenter .ueeshop_responsive_position .position {
	display: none;
}
.article-content .wrap .contenter .ueeshop_responsive_position .position {
	display: block;
}
.article-content .wrap .contenter {
	margin-top: 0;
}
.contenter .ueeshop_responsive_case_list {
	margin: 0;
}
.contenter .ueeshop_responsive_case_list .item {
	padding:5%;
	background: #f5f5f5;
	border-bottom: 0;
	display: flex;
	flex-direction: row;
}
body .ueeshop_responsive_case_list .item .img {
	width: 33.1073%;
	position: relative;
}
body .ueeshop_responsive_case_list .item .info {
	padding-left: 5%;
	width: 61.5819%;
}
body .ueeshop_responsive_case_list .item .info .name {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 15px;
	font-family: "VisbyCF-Regular";
}
body .ueeshop_responsive_case_list .item .info .name a {
	line-height: 30px;
}
body .ueeshop_responsive_case_list .item .info .name:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 44px;
	height: 1px;
	background: #555;
}
body .ueeshop_responsive_case_list .item .info .name a {
	font-size: 24px;
	color: #333;
	text-decoration: none;
}
body .ueeshop_responsive_case_list .item .info .desc {
	padding-top: 20px;
	line-height: 24px;
	font-size: 14px;
	color: #5b5b5b;
}
body .ueeshop_responsive_products_inquiry form .form_button {
	background: #111111;
}
body .ueeshop_responsive_download_list ul li .name {
	width: calc(100% - 50px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rightside .ueeshop_responsive_info_list .item .info .title a {
	text-decoration: none;
}
.rale_news {
	padding-bottom: 56px;
	width: 100%;
}
.rale_news .news_title {
	width: 100%;
	height: 30px;
	line-height: 30px;
}
.rale_news .news_title .title {
	font-size: 22px;
	color: #191919;
}
.rale_news .news_title .read_btn {
	font-size: 14px;
	color: #888;
}
.rale_news .news_title .read_btn span {
	font-size: 14px;
	color: #888;
	font-weight: bold;
}
.rale_news .list {
	display: grid;
	grid-template-columns: repeat(4, 23.25%);
	justify-content: space-between;
	margin-top: 23px;
	width: 100%;
}
.rale_news .list .item .img {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
.rale_news .list .item .title {
	font-family: "VisbyCF-Regular";
	display: -webkit-box;
	margin-top: 15px;
	line-height: 21px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.rale_news .list .item .time {
	margin-top: 8px;
	width: 100%;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	color: #989898;
}
.rale_news .list .item .brief {
	font-family: "Opensans-Regular";
	display: -webkit-box;
	margin-top: 6px;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	text-decoration: none;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.rale_news .list .item:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.rale_news.desc_news {
	margin-top: 55px;
}
.rale_news.desc_news .news_title {
	position: relative;
	width: 100%;
	text-align: center;
}
.rale_news.desc_news .news_title:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #ddd;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rale_news.desc_news .news_title .title {
	position: relative;
	z-index: 1;
	padding: 0 40px;
	width: 100%;
	background: #fff;
	text-align: center;
}
.rale_news.desc_news .list {
	grid-template-columns: repeat(2, 49%);
	grid-row-gap: 44px;
}
.rale_news.desc_news .list .item .img {
	width: 39.2857%;
	height: 100%;
	text-align: center;
}
.rale_news.desc_news .list .item .text {
	width: calc(100% - 43.5374%);
}
.rale_news.desc_news .list .item.no_img .text {
	width: 100%;
}
.rale_news.desc_news .list .item .text .title {
	margin-top: 0;
	font-size: 18px;
}
.rale_news.desc_news .list .item .brief {
	font-size: 15px;
	color: #888;
}
.wrap-module .ueeshop_responsive_case_detail>.share {
	display: block;
}
.wrap-module .ueeshop_responsive_info_detail>.share {
	display: block;
}
.article-content .ueeshop_responsive_article_detail>.contents>.share {
	display: block;
}
 @media screen and (max-width: 991px) {
 #header {
display: none;
}
}
 @media screen and (max-width: 768px) {
 .hide {
display: none
}
 #footer .footer_box {
width: 92%;
}
 #footer .footer_box .list_item {
flex-direction: column;
padding-bottom: 10px;
line-height:30px;
text-align:center;

}
 #footer .footer_box .list_item .ft_item {
width: 100%;
padding-right: unset;
margin-bottom: 4%;
}
 #footer .footer_box .list_item .ft_item .item_title {
margin-bottom: unset;
display: flex;
justify-content: space-between;
line-height: 30px;
align-items: center;
}
 #footer .footer_box .list_item .ft_item .item_title span {
display: block;
width: calc(100% - 40px);
}
 #footer .footer_box .list_item .ft_item .item_title .ft_icon {
display: block;
background: url(../images/icon.png) no-repeat -3px -55px;
background-size: 36px 160px;
width: 30px;
height: 2px;
}
 #footer .footer_box .list_item .ft_item .item_title.show .ft_icon {
display: block;
background: url(../images/icon.png) no-repeat -3px -41px;
background-size: 36px 160px;
height: 30px;
}
 #footer .footer_box .list_item .ft_item .item_content {
margin-bottom: unset;
margin-top: 2%;
}
 #footer .footer_box .list_item .ft_item .item_content a {
font-size: 14px;
}
 #footer .footer_box .list_item .ft_item:last-child .item_title {
display: none;
}
 #footer .footer_box .list_item .ft_item:last-child ul {
display: flex;
justify-content: center;
margin: 0 auto;
}
 #footer .footer_box .footer_bottom_text {
text-align: center;
}
 body .ueeshop_responsive_case_list .item .info {
margin: 0 auto;
padding: 0 0 20px 0;
width: 100%;
}
 body .ueeshop_responsive_case_list .item .info .name {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
 body .ueeshop_responsive_case_list .item .info .name a {
font-size: 20px;
}
 body .foot_share {
display: block;
text-align: center;
}
 body .menu-in-left .menu-wrap-style .menu {
display: none;
}
 .in_ad .ad_con .ueeshop_responsive_position .title {
display: none;
}
 .rale_news .list {
grid-template-columns: repeat(2, 46.5%);
}
 .rightside .ueeshop_responsive_info_list .item .info .title {
height: 50px;
overflow: hidden;
}
 .rale_news .list .item {
margin-bottom: 20px;
}
 .rale_news .list .item .brief {
height: 73px;
overflow: hidden;
}
 .wrap-module .ueeshop_responsive_products_list .item {
margin-right: 2%;
width: 49%;
}
 .wrap-module .ueeshop_responsive_products_list .item:nth-child(4n) {
margin-right: 2%;
}
 .wrap-module .ueeshop_responsive_products_list .item:nth-child(2n) {
margin-right: 0;
}
 .wrap-module .cate-name {
margin-bottom: 15px;
font-size: 22px;
}
 .wrap-module .cate-name span {
margin-top: 10px;
}
 .product-list .pro_list .hot_cate .page_name {
font-size: 20px
}
 body .win_alert .win_pwd .pwd_text {
max-width: 100%;
}
}
.ueeshop_responsive_products_detail .gallery .left_small_img .left_small_img_inner {
	max-width: 95px;
}
