* {
	font-family: 'Opensans-Regular'; /*font-family:'Microsoft Sans Serif';*/
}
body {
	position: relative;
}
html,
div {
	outline: 0;
}
.over {
	overflow: hidden;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
	z-index: 1;
}
.fixed {
	position: fixed;
	z-index: 1;
}
.inline {
	display: inline;
}
.inline-block {
	display: inline-block;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-over {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.middle {
	vertical-align: middle;
}
.trans-show {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
}
.trans-show.visable {
	opacity: 1;
	visibility: visible;
}
.hidden {
	display: none;
}
.block {
	display: block;
}
.wrap-margin-top {
	/*margin-top:200px !important;*/ /*padding-top: 104px;*/
}
.show-pc-block {
	display: block !important;
}
.show-pc-inline-block {
	display: inline-block !important;
}
.show-mb-block {
	display: none !important;
}
.show-mb-inline-block {
	display: none !important;
}

/*动画时间*/
.trans {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.trans3 {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.trans5 {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.trans7 {
	transition: all 0.7s;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
}

/*turn page*/
.ueeshop_responsive_turn_page {
	float: none !important;
	padding: 30px 0;
}
.ueeshop_responsive_turn_page > li.active {
	background: #fec107 !important;
}

.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	zoom: 1;
	position: relative;
	box-sizing: border-box;
}
.wrap:after,
.wrap:before {
	display: table;
	content: '';
}
.wrap:after {
	clear: both;
}

.leftside {
	width: 240px;
}
.rightside {
	width: 900px;
	float: left;
	margin-left: 30px;
}

.lefttitle {
	position: relative;
	padding: 0 30px 0 10px;
	line-height: 55px;
	height: 55px;
	font-size: 18px;
	text-transform: uppercase;
	overflow: hidden;
	color: #222;
}
.lefttitle span {
	display: block;
	height: 55px;
	overflow: hidden;
}

.leftmenu {
	padding-bottom: 15px;
}
.leftmenu .item {
	border-top: 3px solid #fec106;
}
.leftmenu .item .ia {
	height: 50px;
	line-height: 50px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	font-size: 16px;
	color: #2e1532;
	text-transform: uppercase;
	text-indent: 10px;
}
.leftmenu .item .ia:hover,
.leftmenu .item.cur .ia {
	color: #333;
}
/*.leftmenu .item.hasub .ia{background: url(/template/pc/skin/images/default.png) no-repeat 211px center;}*/
/*.leftmenu .hasub.cur .ia{background: url(/template/pc/skin/images/cur.png) no-repeat 211px center;}*/
.leftmenu .item .subcate {
	padding-bottom: 40px;
	display: none;
	border-top: 1px solid #ddd;
}
.leftmenu .item .subcate .sia {
	position: relative;
	display: block;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	padding: 0 15px 0 29px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}
.leftmenu .item .subcate .sia.cur,
.leftmenu .item .subcate .sia:hover {
	background: #f3f3f3;
}
.leftmenu .item .subcate .sia3 {
	text-indent: 10px;
}
.leftmenu .item .subcate .sia3.cur {
	background: none;
	color: #ff6600;
}
.leftmenu .item.cur .subcate {
	display: block;
}

.leftside .related {
	margin-top: 22px;
	padding-bottom: 20px;
	width: 100%;
}
.leftside .related .r_title {
	width: 100%;
	height: 23px;
	line-height: 23px;
	font-size: 18px;
	color: #191919;
	text-transform: uppercase;
}
.leftside .related .r_list {
	margin-top: 5px;
	width: 100%;
}
.leftside .related .r_list .item {
	padding: 16px 0 19px;
	border-top: 3px solid #fec106;
}
/*.leftside .related .r_list .item:first-child{ border-top: 0;}*/
.leftside .related .r_list .title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 100%;
	line-height: 24px;
	font-size: 18px;
	color: #555;
	text-decoration: none;
	overflow: hidden;
}
.leftside .related .r_list .author {
	margin-top: 6px;
	width: 100%;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	color: #989898;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.leftside .related .r_list .brief {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 8px;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #888;
	word-break: break-all;
	overflow: hidden;
}

.banner {
	width: 100%;
	overflow: hidden;
	height: auto;
	z-index: 1;
	max-height: 475px;
}

.header_blank {
	height: 104px;
}
#header {
	padding: 0 4.1667%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 500;
}
#header.ts {
	transition: all 0.4s;
}
#header .head-top {
	height: 104px;
	box-sizing: border-box;
	display: flex;
}
#header .head-top .left-icon {
	left: 0;
	top: 0;
	margin-top: 50px;
}
#header .head-top .left-icon .h-lang {
	margin-left: 35px;
}
#header .head-top .left-icon .h-lang .lang-on {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #fff;
	border-radius: 100px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
#header .head-top .right-icon {
	right: 0;
	top: 0;
	position: absolute;
	margin-top: 50px;
	margin-right: 35px;
}
#header .head-top .right-icon .icon:hover .layer,
#header .head-top .right-icon .icon:hover:after {
	opacity: 1;
	visibility: visible;
}
#header .head-top .icon {
	cursor: pointer;
}
#header .head-top .icon .layer {
	width: 150px;
	background: rgba(255, 255, 255, 0.1);
	top: calc(100% + 20px);
	left: 50%;
	border-radius: 8px;
	border: 1px solid #ddd;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#header .head-top .icon .layer a {
	line-height: 45px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	height: 36px;
	line-height: 36px;
	margin: 0 10px;
	overflow: hidden;
}
#header .head-top .icon .layer a + a {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#header .head-top .icon .layer a:hover {
	text-decoration: underline;
}
#header .head-top .icon .layer.width {
	width: 400px;
	overflow-y: auto;
	max-height: 540px;
}
#header .head-top .icon .layer.width::-webkit-scrollbar {
	display: none;
}
#header .head-top .icon .layer.width a {
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 0 10px;
	box-sizing: border-box;
}
/* #header .head-top .icon:after{position: absolute;bottom: -20px;left: 50%;border:10px solid transparent;width: 0;height: 0;border-bottom-color:rgba(108, 108, 108, 0.9);transition:all .5s;-webkit-transition:all .5s; -webkit-transform: translateX(-50%); transform: translateX(-50%); opacity: 0;visibility: hidden;content: '';} */
#header .head-top .icon > .icon:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	border: 10px solid transparent;
	width: 0;
	height: 0;
	border-bottom-color: rgba(108, 108, 108, 0.9);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	content: '';
}
#header .head-top .icon:hover .layer,
#header .head-top .icon:hover:after {
	opacity: 1;
	visibility: visible;
}
#header .head-top .icon.s-search:after {
	display: none;
}
#header .logo {
	max-width: 236px;
	height: 100%;
	order: 1;
}
#header .logo a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
#header .icon_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 217px;
	height: 100%;
	order: 3;
}
#header .icon_list .icon {
	width: 26px;
	height: 26px;
}
/*#header .s-search{top: 40px;}*/
#header .s-search form {
	z-index: 999;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	padding-left: 30px;
}
#header .s-search form input.text {
	border: none;
	border-bottom: 1px solid #222;
	padding-bottom: 5px;
	width: 280px;
	height: 30px;
	font-size: 15px;
}
#header .s-search form input.sub {
	border: none;
	background: url(/template/pc/skin/images/header_search.png) no-repeat center/contain;
	top: 5px;
	right: 0;
	width: 15%;
}
/*头部-导航栏*/
#header .nav {
	height: 100%;
	line-height: 104px; /*overflow: hidden;*/
	order: 2;
	font-size: 0;
}
/* #header .nav{overflow: hidden;} */
#header .nav .a {
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
}
#header .nav .a a {
	position: relative;
	font-size: 18px;
	color: #333;
	font-family: 'Poppins-Regular';
	text-decoration: none;
	text-transform: capitalize;
}
#header .nav .a a .text {
	position: relative;
	z-index: 5;
}
#header .nav .a .nav_item_a:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% + 2px);
	width: 100%;
	height: 6px;
	background: #fde628;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
/*#header .nav .a:hover{border-color:#ffc20a;}*/
#header .nav .a:hover a {
	color: #363636;
}
#header .nav .a:hover .nav_item_a:before {
	opacity: 1;
}
#header .nav .a + .a {
	margin-left: 4.6591%;
}
#header .nav .a .nav-child {
	width: 905px;
	top: 91px;
	left: 50%;
	padding: 30px 30px 15px 30px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	z-index: -1;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 1px 4px rgba(158, 158, 158, 0.5);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#header .nav .a .nav-child .nav-child-item {
	width: 150px;
	margin-right: 10px;
}
#header .nav .a .nav-child .sec_sub {
	width: 100%;
	margin-top: 10px;
}
#header .nav .a .nav-child .sec_sub .sec_item {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 16px;
	font-size: 13px;
	color: #333;
	font-family: 'Raleway-Regular';
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: capitalize;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#header .nav .a .nav-child .li {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #222;
	font-family: 'Raleway-Regular';
	font-weight: normal;
	transition: all 0.5s;
	text-transform: capitalize;
	overflow: hidden;
}
/*#header .nav .a .nav-child .li:hover{font-size: 15px;color: #691a19;}*/
#header .nav .a .nav-child-small {
	width: 150px;
	top: calc(100% + 3px);
	left: 50%;
	margin-left: -75px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	z-index: -1;
	background: #fff;
	line-height: 40px;
	box-shadow: 0px 1px 4px rgba(158, 158, 158, 0.5);
}
#header .nav .a .nav-child-small .li {
	font-size: 16px;
	color: #222;
	font-family: 'Raleway-Regular';
	font-weight: normal;
	padding: 5px 0;
	border-top: 1px solid #dedede;
	display: block;
	text-align: center;
}
#header .nav .a .nav-child-small .li:hover {
	background: #ffc20a;
	color: #fff;
}
#header .nav .a.hover-able:hover .nav-child {
	visibility: visible;
	opacity: 1;
	z-index: 10;
}
#header .nav .a.hover-able:hover .nav-child .li {
	transform: translateY(0);
}
#header .nav .a.hover-able:hover .nav-child .sec_sub .sec_item:hover {
	background-position: 8px center;
	text-decoration: underline;
	font-weight: normal;
}
#header .nav .a.hover-able:hover .nav-child:before,
#header .nav .a.hover-able:hover .nav-child:after,
#header .nav .a:hover .nav-child-small {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}
#header .menu-btn {
	max-width: 35px;
	margin-top: 6px;
}

#header .nav .a.hover-able .nav-child .nav-child-bot {
	width: 100%;
	height: 121px;
	margin-top: 41px;
	padding-top: 15px;
	border-top: 1px solid #dedede;
}
#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item {
	width: 250px;
	height: 100%;
	margin-left: 47px;
}
#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item a {
	width: 110px;
}
#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item a.img {
	height: 120px;
	text-align: center;
}
#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item:first-child {
	margin-left: 0;
}
#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item .name {
	width: 130px;
	height: 52px;
	line-height: 26px;
	margin-top: 15px;
	font-size: 19px;
	color: #222;
	font-family: 'Raleway-Regular';
	font-weight: normal;
	overflow: hidden;
}
#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item:hover .name {
	text-decoration: underline;
}

/*头部-下滑缩小*/
#header .small-style {
	order: 2;
	flex-grow: 1;
}
#header .small-style .s-search {
	position: absolute;
	right: 42px;
	top: 35px;
}
#header.small-module {
	background: #fff;
	position: fixed;
	top: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header.small-module .head-top {
}
#header.small-module .small-style {
	padding: 0;
}
#header.small-module .s-logo {
	display: block;
	max-width: 180px;
	height: 100px;
}
/*#header.small-module .nav{float: left; text-align:left; margin:10px 0 0 100px;}*/
/*#header.small-module .nav .a{display:inline;}*/
/*#header.small-module .nav .a:hover{border:none;}*/
/*#header.small-module .nav .a + .a{margin-left:50px;}*/
/*#header.small-module .nav .a .nav-child{top:50px;}*/
/*头部-导航hover白色背景*/
#header.white-module {
	position: fixed;
	background: #fff; /*overflow: hidden;*/
	border-bottom: 1px solid #eee;
}
#header.white-module .white-icon {
	display: none;
}
#header.white-module .black-icon {
	display: inline;
}
#header.white-module .head-top .h-lang .lang-on {
	border-color: #222;
	font-size: 18px;
	color: #222;
	text-transform: uppercase;
}
#header.white-module .search-form input {
	color: #222;
}
#header.white-module .search-form {
	border-bottom-color: rgba(0, 0, 0, 0.6);
}
#header.white-module .search-form input::-webkit-input-placeholder,
#header.white-module .search-form input::-moz-placeholder {
	color: #222;
}
#header.white-module .head-top .icon .layer {
	background: #fff;
}
/************ header end *****************/

/************ footer *****************/
#footer {
	background: #1e1e1e;
	color: #818183;
}
#footer .link {
	padding: 66px 0;
	padding-bottom: 30px;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
#footer .link ul {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	overflow: hidden;
	box-sizing: border-box;
}
#footer .link ul li {
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	font-size: 15px;
	color: #3e3e3e;
	text-transform: capitalize;
	max-width: 90%;
	color: #818183;
}
#footer .link ul li.tit {
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	text-transform: uppercase;
	color: black;
	color: #b9b9b9;
	font-family: Poppins-Regular;
	font-weight: bold;
}
#footer .link ul li {
	margin-top: 20px;
	height: 21px;
	line-height: 21px;
}
#footer .link ul a {
	font-size: 14px;
	color: #616161;
	font-family: Opensans-Regular;
}
#footer .link ul a:hover {
	color: #fde628;
}
#footer .link ul.contact {
	width: 26%;
}
#footer .link ul.contact li.i {
	height: auto;
	position: relative;
	box-sizing: border-box;
}
/*#footer .link ul.contact li span{display:block; width:20px; height:20px; position:absolute; left:0; top:8px; background:url(/template/pc/skin/images/footer-ico.png) 0 0 no-repeat;}*/
/*#footer .link ul.contact li.tel span{background-position:0 -80px;}*/
/*#footer .link ul.contact li.email span{background-position:0 -117px;}*/
#footer .link ul.contact li.email {
	text-transform: none;
}
#footer .link ul.contact li.share {
	height: auto;
}
#footer .link .br {
	display: inline-block;
	width: 100%;
	height: 0;
}
#footer .partners {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	padding-bottom: 40px;
}
#footer .partners .title {
	position: absolute;
	top: 0;
	width: 160px;
	font-size: 16px;
	color: #fdc107;
	font-weight: bold;
}
#footer .partners .box {
	padding-left: 160px;
}
#footer .partners .box .list {
	width: 160px;
	height: 60px;
	overflow: hidden;
	border: 1px solid #ddd;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 10px;
	background: #fff;
}
#footer .partners .box .list .item {
	height: 100%;
}
#footer .copyright {
	margin-top: 81px;
	padding: 25px 0;
	font-size: 14px;
	color: #818183;
	border-top: 1px solid #2f313d;
}
#footer .copyright .txt {
	float: left;
	font-size: 14px;
	color: #616161;
}
#footer .copyright .txt a {
	font-size: 14px;
	color: #616161;
}
#footer .foot_share {
	float: left;
}
#footer .foot_share .s_list {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(/template/pc/skin/images/foot_share1.png) no-repeat 0px center;
}
#footer .foot_share .s_list2 {
	background-position: -48px center;
}
#footer .foot_share .s_list3 {
	background-position: -230px center;
}
#footer .foot_share .s_list4 {
	background-position: -138px center;
}
#footer .foot_share .s_list5 {
	background-position: -276px center;
}
#footer .foot_share .s_list6 {
	background-position: -184px center;
}
#footer .foot_share .s_list7 {
	background-position: -276px center;
}
#footer .foot_share .s_list8 {
	background-position: -92px center;
}

.products_category {
	border: 1px solid #ddd;
	padding: 35px;
	position: relative;
	height: 200px;
}
.products_category .l {
	padding-right: 230px;
}
.products_category .l .title {
	font-size: 28px;
}
.products_category .l .desc {
	line-height: 150%;
	color: #555;
	padding-top: 15px;
}
.products_category .img {
	position: absolute;
	right: 35px;
	top: 35px;
	width: 200px;
	height: 200px;
}
.ueeshop_responsive_products_detail {
	margin: 0 !important;
}

.leftside .hot_pro {
	margin: 30px 0;
	width: 100%;
}
.leftside .hot_pro .title {
	font-size: 18px;
	color: #191919;
	font-weight: bold;
	margin-bottom: 20px;
}
.leftside .hot_pro .list {
	display: block;
	width: 100%;
	height: 100%;
	border-top: 3px solid #fec106;
	text-decoration: none;
}
.leftside .hot_pro .list .item {
	padding: 15px 0 15px 10px;
	width: calc(100% - 10px);
	height: 74px;
	border-bottom: 1px solid #ededed;
}
.leftside .hot_pro .list .item .img {
	display: block;
	width: 74px;
	height: 100%;
	background: #d1d1d1;
}
.leftside .hot_pro .list .item .item_title {
	display: block;
	width: calc(100% - 80px);
	height: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #555;
	overflow: hidden;
}
.leftside .hot_pro .hot_pro_btn {
	display: block;
	margin: 17px 0 0 16px;
	width: 157px;
	height: 30px;
	line-height: 30px;
	background: #ffc107;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

/*.ueeshop_responsive_products_detail .info .button a{background:#fec107 !important;}*/

body .ueeshop_responsive_products_detail .gallery .left_small_img .pic_box.on {
	border: 1px solid #fec107;
}
body .ueeshop_responsive_products_detail .info .button > a,
body .ueeshop_responsive_products_detail .info .button .download_button > span {
	background-color: #fec107 !important;
}

body .bx-controls-direction {
	display: none;
}
body .bx-wrapper .bx-pager {
	position: static;
	padding-top: 0;
}
.banner .bx-wrapper .bx-pager {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	right: 46px;
	width: 12px;
	height: 100%;
}
.banner .bx-wrapper .bx-pager {
	flex-direction: column;
}
body .bx-wrapper .bx-pager.bx-default-pager a {
	position: relative;
	margin: 18.5px 0;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body .bx-wrapper .bx-pager.bx-default-pager a:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.21) !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
body .bx-wrapper .bx-pager.bx-default-pager a:hover,
body .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}
body .bx-wrapper .bx-pager.bx-default-pager a:hover:before,
body .bx-wrapper .bx-pager.bx-default-pager a.active:before {
	background: #fff;
	width: 20px;
	height: 20px;
}

body .ueeshop_responsive_position .position a {
	padding: 0 10px;
	font-size: 13px;
}
body .ueeshop_responsive_position .position a:first-child {
	background: url(/template/pc/skin/images/icon_home.png) no-repeat center;
	line-height: 9px;
	display: inline-block;
	width: 11px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
}

body .ueeshop_responsive_products_list .item .info .name {
	margin-top: 25px;
}

body .ueeshop_responsive_info_list .item .info .title a {
	color: #333;
}
body .ueeshop_responsive_info_list .item .info .time {
	color: #858585;
}
body .ueeshop_responsive_info_list .item .info .desc {
	color: #555;
}

body .ueeshop_responsive_products_detail .description .title {
	background: #fbfbfb;
	padding: 0;
	padding-left: 20px;
	border-bottom: none;
	border-left: 3px solid #000;
}
body .ueeshop_responsive_products_detail .description .title span {
	height: 50px;
	line-height: 50px;
	display: inline-block;
}
body .ueeshop_responsive_products_detail .description .title span + span {
	margin-left: 15px;
}
.ueeshop_responsive_products_detail .description .title span.cur {
}

.g_member #header {
	position: static;
}

/* 新闻详细(推荐文章) */
.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;
	font-family: 'PlayfairDisplay-Regular';
}
.rale_news .news_title .read_btn {
	font-size: 14px;
	color: #888;
}
.rale_news .news_title .read_btn span {
	font-size: 14px;
	color: #888;
	font-family: cursive;
	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 {
}
.rale_news .list .item .img {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}
.rale_news .list .item .title {
	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 {
	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 .list .item:hover .title {
	color: #fdc107;
}

@media only screen and (max-width: 1440px) {
	#header .nav .a + .a {
		margin-left: 2.6591%;
	}
}

@media only screen and (max-width: 1280px) {
	.wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	.rightside {
		width: 710px;
	}
	#header {
		padding: 0 0.5%;
	}
	#header .icon_list {
		width: 140px;
	}
}

@media only screen and (max-width: 991px) {
	.wrap-margin-top {
		padding-top: 0;
	}
}

/*手机版*/
@media only screen and (max-width: 991px) {
	.wrap {
		min-width: 100%;
		overflow: hidden;
	}

	.leftside {
		display: none;
	}
	.rightside {
		width: 100%;
		float: none;
		margin-left: 0;
		box-sizing: border-box;
	}

	.header_blank {
		display: none;
	}
	#header {
		opacity: 1;
		position: fixed;
		width: 100%;
		position: 100000;
		left: 0;
		top: 0;
		right: 0;
	}
	#header .header_contents {
		height: 50px;
		position: relative;
	}
	#header .header_contents .menu_ico {
		display: block;
		width: 24px;
		height: 24px;
		background: red;
		position: absolute;
		top: 13px;
		right: 15px;
		z-index: 1;
	}
	#header .logo {
		height: 50px;
		padding: 10px 0;
		box-sizing: border-box;
		max-width: 40%;
	}
	#header .rheader {
		padding: 0;
		width: 75%;
		max-width: 768px;
		position: fixed;
		z-index: 1000000;
		top: 0;
		right: -75%;
		bottom: 0;
		overflow-x: hidden;
	}
	#header .rheader .nav {
		float: none;
		width: auto;
		z-index: 2;
		background: #fff;
	}
	#header .rheader .nav .close {
		display: block;
		height: 40px;
		background: #eee;
	}
	#header .rheader .nav .close span {
		display: block;
		float: right;
		width: 20px;
		height: 20px;
		background: url(/template/pc/skin/images/close.svg) center center no-repeat;
		background-size: 100%;
		margin-right: 10px;
		margin-top: 10px;
	}
	#header .rheader .nav .item {
		float: none;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #ddd;
		position: static;
	}
	#header .rheader .nav .item .a0 {
		text-align: left;
		height: 50px;
		line-height: 50px;
		font-weight: normal;
		font-size: 16px;
	}
	#header .rheader .nav .item .sub {
		display: none;
	}
	#header .rheader .nav .item:before {
		display: none;
	}
	#header .rheader .nav .item.hasub {
		background-position: 90%;
	}
	#header .rheader .nav .item:hover {
		background: none;
	}
	#header .rheader .nav .item:hover.hasub {
		background: none;
	}
	#header .rheader .nav .item:hover a {
		color: #333;
	}
	#header .rheader .nav .item .sub {
		display: none;
		border: 1px solid red;
		left: 25%;
		width: 75%;
		top: 0;
		position: fixed;
		background: #fff;
	}
	#header .rheader .nav .item .sub .hsec_sub > a {
		background: none;
	}
	#header.lock:before {
		display: block;
		content: '';
		background-color: #000;
		opacity: 0.6;
		position: fixed;
		z-index: 1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	#footer {
		width: 100%;
		overflow: hidden;
	}
	#footer .link {
		padding: 10px;
	}
	#footer .link ul {
		width: 100%;
	}
	#footer .link ul li {
		display: none;
		border-bottom: 1px solid #818181;
		text-indent: 15px;
		height: 44px;
		line-height: 44px;
		max-width: 100%;
	}
	#footer .link ul.contact {
		width: 100%;
	}
	#footer .link ul.contact li.i {
		text-indent: 0;
		padding: 10px 0;
		padding-left: 25px;
	}
	#footer .link ul li.tit {
		font-weight: normal;
		font-size: 16px;
		display: block;
		background: url(/template/pc/skin/images/navsub.png) 95% center no-repeat;
		text-indent: 5px;
		margin: 0;
		height: 44px;
		line-height: 44px;
	}
	#footer .link ul.show-child li {
		display: block;
	}
	#footer .link .br {
		display: none;
	}
	#footer .partners {
		padding-bottom: 10px;
	}
	#footer .partners .title {
		position: relative;
		text-align: center;
		width: 100%;
		padding: 8px 0;
		padding-bottom: 5px;
		font-size: 20px;
	}
	#footer .partners .box {
		padding: 5px 0;
	}
	#footer .partners .box .list {
		width: 50%;
		height: auto;
		float: left;
		box-sizing: border-box;
		margin: 0;
		border: none;
		margin-bottom: 10px;
		padding: 0 5px;
		background: none;
	}
	#footer .partners .box .list .item {
		border: 1px solid #ddd;
		width: 100%;
		box-sizing: border-box;
	}
	#footer .partners .box .list .item a {
		background: #fff;
		display: block;
	}
	#footer .copyright {
		padding: 10px 0;
	}
	#footer .copyright .txt {
		padding: 10px 0;
		font-size: 12px;
		text-align: center;
		float: none;
	}
	#footer .foot_share {
		text-align: center;
		width: 100%;
		float: none;
		margin: 0;
		padding-top: 10px;
		float: none;
	}

	.products_category {
		height: auto;
		padding: 15px;
	}
	.products_category .l {
		padding: 0;
	}
	.products_category .l .title {
		font-size: 20px;
	}
	.products_category .img {
		display: none;
	}
}
@media (max-width: 768px) {
	body .bx-wrapper .bx-pager.bx-default-pager a {
		margin: 2.4vw 0;
	}
	.rale_news .list {
		grid-template-columns: repeat(2, 46.5%);
	}
	/*.i_video{ margin-top: 15vw;}*/
}
@media (max-width: 750px) {
	.banner .bx-wrapper .bx-pager {
		display: none;
	}
	.index_top {
		padding: 16vw 0;
	}
	#footer .copyright {
		margin-top: 2.8vw;
	}
}
