* {
	font-family: "Poppins-Regular";
}
html {
	outline: 0px;
}
div {
	outline: 0px;
}
cite {
	font-style: normal;
}
em {
	font-style: normal;
}
strong {
	font-style: normal;
}
i {
	font-style: normal;
}
.w {
	margin: 0px auto; width: 980px; min-width: 899px;
}
.hide {
	display: none;
}
.imgbox {
	overflow: hidden; display: block;
}
.imgbox img {
	max-height: 100%; max-width: 100%;
}
input {
	
}
textarea {
	
}
input[type=submit] {
	cursor: pointer;
}
body {
	background: rgb(255, 255, 255); margin: 0px auto; width: 100%; height: 100%; -ms-overflow-x: hidden; max-width: 1920px;
}
.wrap {
	margin: 0px auto; width: 1200px; -ms-zoom: 1;
}
.wrap.w-1600 {
	width: 1600px;
}
.wrap.w-1400 {
	width: 1400px;
}
.wrap::after {
	display: table; content: "";
}
.wrap::before {
	display: table; content: "";
}
.wrap::after {
	clear: both;
}
.text-over {
	overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.over {
	overflow: hidden;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-upper {
	text-transform: uppercase;
}
.text-underline:hover {
	text-decoration: underline;
}
.table {
	width: 100%; height: 100%; display: table;
}
.table-cell {
	display: table-cell;
}
.inline {
	display: inline;
}
.inline-block {
	display: inline-block;
}
.block {
	display: block;
}
.hidden {
	display: none;
}
.visible-hidden {
	visibility: hidden; opacity: 1;
}
.middle {
	vertical-align: middle;
}
.middleImg img {
	vertical-align: middle;
}
.middleImg .mid-ilb {
	vertical-align: middle; display: inline-block;
}
.middleImg span {
	height: 100%; vertical-align: middle; display: inline-block;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute; z-index: 1;
}
.fixed {
	position: fixed; z-index: 1;
}
.center-vertical {
	top: 50%; position: relative; transform: translateY(-50%); -webkit-transform: translateY(-50%);
}
.trans-show {
	transition:0.5s; visibility: hidden; opacity: 0; -webkit-transition: all .5s;
}
.trans-show.visable {
	visibility: visible; opacity: 1;
}
.trans {
	transition:300ms; -webkit-transition: all 300ms ease 0s;
}
.imgZoom img {
	transition:0.4s; -webkit-transition: all .4s;
}
.imgZoom img:hover {
	transform: scale(1.1); -webkit-transform: scale(1.1, 1.1);
}
.pointer {
	cursor: pointer;
}
.flow-shadow {
	transition:0.5s; -webkit-transition: all .5s;
}
.flow-shadow:hover {
	box-shadow: 0px 0px 10px #e9e9e9; transform: translate3d(0px, -2px, 0px); -webkit-box-shadow: 0 0px 10px #e9e9e9; -webkit-transform: translate3d(0, -2px, 0);
}
.clear_gt_991 {
	clear: both;
}
.border-box {
	box-sizing: border-box;
}
*.hoverColor {
	transition:0.3s; -webkit-transition: all .3s;
}
*.hoverColor:hover {
	color: rgb(113, 67, 69) !important;
}
.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;
}
body.flex-foot-bottom {
	display: flex; flex-direction: column;
}
.flex-foot-bottom .header {
	flex:0 0 auto;
}
.flex-foot-bottom .footer {
	flex:0 0 auto;
}
.flex-foot-bottom .top-cateogry {
	flex:0 0 auto;
}
.flex-foot-bottom .wrap-banner {
	flex:0 0 auto;
}
.flex-foot-bottom .bread {
	flex:0 0 auto;
}
.flex-main-content {
	flex:1 0 auto;
}
a:hover {
	text-decoration: none;
}
#header {
	
}
#header .wrap {
	background: rgb(255, 255, 255); height: 140px;
}
#header .logo {
	left: 0px; top: 45px; width: 100%; text-align: center; float: none; position: absolute;
}
#header .logo img {
	max-height: 95px; max-width: 200px;
}
#header .box {
	background: no-repeat 6px; padding-left: 45px;
}
#header .box .ti {
	color: rgb(51, 51, 51); text-transform: uppercase; line-height: 1; font-size: 15px;
}
#header .box span {
	color: rgb(129, 129, 129); font-size: 12px;
}
#header .box a {
	color: rgb(129, 129, 129); font-size: 12px;
}
#header .lang {
	left: 0px; top: 50px; z-index: 5; background-image: url("../images/icon_head_lang.png");
}
#header .lang:hover .down-select {
	visibility: visible; opacity: 1;
}
#header .lang .down-select {
	background: rgb(255, 255, 255); padding: 15px 0px 15px 15px; width: 104px; box-shadow: 0px 0px 3px #efefef;
}
#header .lang .down-select a {
	transition:padding 0.4s; color: rgb(129, 129, 129); line-height: 220%; padding-left: 7px; font-size: 12px;
}
#header .lang .down-select a:hover {
	background: url("../images/icon_head_li.png") no-repeat left; color: rgb(113, 67, 69); padding-left: 14px;
}
#header .right {
	top: 50px; right: 0px; z-index: 5;
}
#header .account {
	background: url("../images/icon_head_user.png") no-repeat 15px 5px; margin-right: 50px;
}
#header .inquiry {
	background: url("../images/icon_head_inq.png") no-repeat 15px 5px;
}
#nav {
	background: rgb(113, 67, 69); border-top-color: rgb(113, 67, 69); border-top-width: 3px; border-top-style: solid;
}
#nav .a {
	
}
#nav .a > a {
	padding: 0px 45px; height: 56px; color: rgb(255, 255, 255); text-transform: capitalize; line-height: 56px; font-size: 17px;
}
#nav .a:hover > a {
	background: rgb(255, 255, 255); color: rgb(113, 67, 69);
}
#nav .search {
	left: 0px; top: -4px; position: absolute;
}
#nav .search .text {
	width: 110px; height: 30px; text-indent: 10px; padding-right: 25px;
}
#nav .search .sub_btn {
	background: url("../images/icon_head_search_b.png") no-repeat center / contain rgb(255, 255, 255); border: currentColor; border-image: none; top: 0px; width: 18px; height: 100%; right: 10px; position: absolute;
}
#nav {
	
}
.fixed#nav {
	left: 0px; top: 0px; width: 100%; z-index: 100;
}
#nav .nav-child {
	background: rgb(255, 255, 255); padding: 2%; left: 0px; top: 100%; width: 100%; border-bottom-color: rgb(113, 67, 69); border-bottom-width: 3px; border-bottom-style: solid; box-sizing: border-box;
}
#nav .nav-child a {
	color: rgb(34, 34, 34); text-transform: capitalize; line-height: 230%; text-indent: 8%; font-size: 14px;
}
#nav .a:hover .nav-child {
	visibility: visible; opacity: 1;
}
#nav .a:hover .product-nav-child {
	visibility: visible; opacity: 1;
}
#nav .a .product-nav-child {
	background: rgb(255, 255, 255); padding: 20px 25px; width: 855px;
}
#nav .a .product-nav-child .list {
	padding: 10px 0px 25px; border-bottom-color: rgb(222, 222, 222); border-bottom-width: 1px; border-bottom-style: solid;
}
#nav .a .product-nav-child .list .box {
	padding: 0px 1%; width: 20%; text-align: left;
}
#nav .a .product-nav-child .list .box .c {
	color: rgb(113, 67, 69); text-transform: capitalize; font-size: 15px; margin-bottom: 17px;
}
#nav .a .product-nav-child .list .box .li {
	background: url("../images/icon_head_li.png") no-repeat left; color: rgb(34, 34, 34); text-transform: capitalize; line-height: 200%; padding-left: 10px; font-size: 12px;
}
#nav .a .product-nav-child .list .box .li:hover {
	background-image: url("../images/icon_head_li_b.png");
}
#nav .a .product-nav-child .pic {
	padding: 13px 0px;
}
#nav .a .product-nav-child .pic .box {
	margin: 0px 0.5%; width: 32%;
}
#nav .a .product-nav-child .pic .box .name {
	width: 50%; color: rgb(34, 34, 34); font-size: 17px;
}
#nav .a .product-nav-child .pic .box .pic {
	width: 50%;
}
#nav .s-btn {
	margin-left: 46px;
}
#nav .s-btn > img {
	cursor: pointer;
}
.index-banner .bx-controls-direction {
	display: none;
}
.index-banner .bx-wrapper .bx-pager {
	bottom: 3%; padding-top: 0px;
}
.index-banner .bx-wrapper .bx-pager.bx-default-pager a {
	background: rgb(255, 255, 255); width: 10px; height: 10px;
}
.index-banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: rgb(113, 67, 69);
}
.index-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: rgb(113, 67, 69);
}
.index-module {
	padding: 53px 0px 50px;
}
.index-module .title {
	color: rgb(22, 22, 22); font-size: 26px; margin-bottom: 5px;
}
.index-module .brief {
	color: rgb(129, 129, 129); line-height: 160%; font-size: 14px;
}
.index-photo {
	font-size: 0px;
}
.index-photo .box {
	width: 33.33%;
}
.index-photo .box .txt {
	background: rgba(113, 67, 69, 0.8); left: 0px; top: 0px; width: 100%; height: 100%;
}
.index-photo .box .txt .name {
	color: rgb(255, 255, 255); font-size: 30px;
}
.index-photo .box .txt .brief {
	margin: 15px auto; width: 95%; color: rgb(232, 211, 212); line-height: 180%; font-family: "Poppins-Medium"; font-size: 13px; max-width: 470px;
}
.index-photo .box .txt .more {
	background: rgb(255, 255, 255); margin: 0px auto; width: 145px; height: 43px; color: rgb(113, 67, 69); line-height: 43px; font-size: 12px;
}
.index-pro {
	
}
.index-pro .row {
	margin-top: 39px;
}
.index-pro .row .box {
	width: 23.33%;
}
.index-pro .row .box + .box {
	margin-left: 2.22%;
}
.index-pro .row .box .pic {
	background: rgb(246, 244, 245);
}
.index-pro .row .box .name {
	color: rgb(136, 136, 136); font-size: 13px; margin-top: 15px;
}
.index-about {
	
}
.index-about .word {
	background: rgb(243, 243, 243); left: 0px; top: 0px; width: 50%; height: 100%;
}
.index-about .word .mid-ilb {
	width: 88%; max-width: 685px;
}
.index-about .word .title {
	color: rgb(0, 0, 0); font-size: 26px; margin-bottom: 10px;
}
.index-about .word .brief {
	color: rgb(129, 129, 129); line-height: 200%; font-size: 13px; margin-bottom: 30px;
}
.index-about .word .more {
	color: rgb(51, 51, 51); font-size: 12px; text-decoration: underline;
}
.index-about .pic {
	width: 50%; font-size: 0px;
}
.index-about .p-btn {
	left: -32px; top: 0px; height: 100%; z-index: 5;
}
.index-news {
	padding-top: 0px;
}
.index-news .list {
	margin-top: 30px;
}
.index-news .list .box {
	width: 48%;
}
.index-news .list .box + .box {
	margin-left: 4%;
}
.index-news .list .box .date {
	width: 10.5%; padding-bottom: 30px; margin-right: 8%; border-bottom-color: rgb(171, 171, 171); border-bottom-width: 2px; border-bottom-style: solid;
}
.index-news .list .box .date .d {
	color: rgb(0, 0, 0); line-height: 1; font-size: 42px; display: block;
}
.index-news .list .box .date .m {
	color: rgb(171, 171, 171); letter-spacing: 2px; font-size: 14px; display: block;
}
.index-news .list .box .word {
	width: 80%;
}
.index-news .list .box .word .name {
	color: rgb(51, 51, 51); font-size: 17px; margin-bottom: 10px; max-height: 55px;
}
.index-news .list .box .word .brief {
	color: rgb(136, 136, 136); line-height: 180%; font-size: 13px; margin-bottom: 10px; max-height: 73px;
}
.index-news .list .box .word .more {
	color: rgb(51, 51, 51); letter-spacing: 2px; font-size: 12px; text-decoration: underline;
}
#footer {
	background: rgb(255, 255, 255);
}
#footer .foot-list {
	background: rgb(113, 67, 69); padding: 20px 0px; margin-bottom: 55px;
}
#footer .foot-list a {
	margin: 0px 60.5px; color: rgb(243, 243, 243); font-size: 17px;
}
#footer .introduce {
	width: 22%; margin-right: 4%;
}
#footer .introduce .pic {
	margin-bottom: 10px;
}
#footer .introduce .brief {
	color: rgb(129, 129, 129); font-size: 13px;
}
#footer .foot-title {
	color: rgb(0, 0, 0); font-size: 18px; margin-bottom: 10px;
}
#footer .foot-nav {
	width: 16%;
}
.foot_share {
	padding: 10px 0px;
}
#footer .foot-nav .ul .li {
	height: 38px; color: rgb(129, 129, 129); line-height: 38px; font-size: 13px;
}
#footer .foot-contact {
	width: 23%;
}
#footer .foot-contact .li {
	background: no-repeat left 3px; color: rgb(129, 129, 129); padding-left: 28px; font-size: 13px; margin-bottom: 10px;
}
#footer .foot-contact .address {
	background-image: url("../images/icon_foot_address.png");
}
#footer .foot-contact .phone {
	background-image: url("../images/icon_foot_phone.png");
}
#footer .foot-contact .email {
	background-image: url("../images/icon_foot_mail.png");
}
#footer .friendship-link {
	margin-top: 40px;
}
#footer .friendship-link .title {
	width: 8%; color: rgb(143, 143, 143); font-size: 15px; font-weight: bold; margin-right: 3%;
}
#footer .friendship-link .list {
	width: 85%;
}
#footer .friendship-link .list a {
	width: 9%; color: rgb(143, 143, 143); font-size: 16px; margin-right: 1%;
}
#footer .friendship-link .list a.pic {
	background: rgb(255, 255, 255);
}
#copymsg {
	background: rgb(247, 247, 247); padding: 14px 0px; color: rgb(129, 129, 129); font-size: 13px; margin-top: 35px;
}
#copymsg a {
	color: rgb(206, 206, 206); font-size: 16px; text-decoration: underline;
}
.wrap-module .ueeshop_responsive_position {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.wrap-module .ueeshop_responsive_position .title {
	color: rgb(51, 51, 51); font-size: 18px;
}
.wrap-module .ueeshop_responsive_position .position {
	color: rgb(136, 136, 136); font-size: 12px;
}
.wrap-module .ueeshop_responsive_position .position a {
	color: rgb(136, 136, 136); font-size: 12px;
}
.wrap-module .ueeshop_responsive_position .position a:first-child {
	background: url("../images/icon_home.png") no-repeat right; width: 11px; line-height: 9px; text-indent: 100px; overflow: hidden; display: inline-block;
}
.wrap-module .cate-name {
	color: rgb(0, 0, 0); font-size: 26px; margin-bottom: 20px;
}
.wrap-module .cate-name span {
	background: rgb(113, 67, 69); margin: 10px auto 0px; width: 28px; height: 2px; display: block;
}
.menu-wrap-style .menu {
	
}
.info-list .menu-wrap-style {
	
}
.info-list .menu-wrap-style a {
	margin: 0px 30px; color: rgb(2, 2, 2); font-size: 15px;
}
.info-list .menu-wrap-style a:hover {
	color: rgb(113, 67, 69);
}
.info-list .menu-wrap-style a.on {
	color: rgb(113, 67, 69);
}
.info-list .rightside {
	margin: 0px auto; width: 100%; max-width: 930px;
}
.product-list {
	
}
.product-list .hot_pro {
	margin: 30px 0px; width: 100%;
}
.product-list .hot_pro .title {
	background: rgb(245, 245, 245); height: 47px; color: rgb(0, 0, 0); text-transform: uppercase; line-height: 47px; text-indent: 15px; font-size: 18px; border-left-color: rgb(0, 0, 0); border-left-width: 3px; border-left-style: solid;
}
.product-list .hot_pro .list {
	width: 100%; height: 100%; text-decoration: none; display: block;
}
.product-list .hot_pro .list .item {
	width: 100%; height: 74px; margin-top: 20px;
}
.product-list .hot_pro .list .item .img {
	background: rgb(209, 209, 209); width: 74px; height: 100%; display: block;
}
.product-list .hot_pro .list .item .item_title {
	width: calc(100% - 80px); height: 100%; color: rgb(136, 136, 136); line-height: 24px; overflow: hidden; font-size: 13px; display: block;
}
.product-list {
	
}
.product-list .in_ad {
	margin-bottom: 20px;
}
.product-list .menu-wrap-style {
	width: 23.08%;
}
.product-list .menu-wrap-style .menu {
	
}
.product-list .menu-wrap-style .menu .photo {
	margin-top: 30px;
}
.product-list .menu-wrap-style .cate-top {
	background: rgb(245, 245, 245); height: 47px; color: rgb(0, 0, 0); text-transform: uppercase; line-height: 47px; text-indent: 15px; font-size: 18px; border-left-color: rgb(0, 0, 0); border-left-width: 3px; border-left-style: solid;
}
.product-list .menu-wrap-style .name {
	background: url("../images/icon_pro_close.png") no-repeat right; height: 40px; line-height: 40px; padding-right: 15px; padding-left: 20px; margin-top: 10px; cursor: pointer;
}
.product-list .menu-wrap-style .name a {
	color: rgb(51, 51, 51); font-size: 15px;
}
.product-list .menu-wrap-style .sublist {
	margin-top: -4px;
}
.product-list .menu-wrap-style .name.open {
	background-image: url("../images/icon_pro_open.png");
}
.product-list .menu-wrap-style .sublist {
	display: none;
}
.product-list .menu-wrap-style .sublist.open {
	display: block;
}
.product-list .menu-wrap-style .sublist li {
	
}
.product-list .menu-wrap-style .sublist li.v3 {
	
}
.product-list .menu-wrap-style .sublist li.v3 a {
	background-position: 40px; padding-left: 52px;
}
.product-list .menu-wrap-style .sublist li a {
	background: url("../images/icon_head_li_b.png") no-repeat 30px; height: 39px; color: rgb(122, 122, 122); line-height: 39px; padding-left: 42px; font-size: 13px;
}
.product-list .menu-wrap-style .sublist li a.on {
	color: rgb(113, 67, 69); background-image: url("../images/icon_head_li.png"); background-color: rgb(247, 247, 247);
}
.product-list .menu-wrap-style .sublist li a:hover {
	color: rgb(113, 67, 69); background-image: url("../images/icon_head_li.png"); background-color: rgb(247, 247, 247);
}
.product-list .contenter {
	width: 74.5%;
}
.product-list .contenter #plist {
	
}
.product-list .contenter #plist .brief_desction {
	width: 100%; line-height: 28px; padding-top: 13px; margin-bottom: 28px; border-top-color: rgb(230, 230, 230); border-top-width: 1px; border-top-style: solid;
}
.product-list .contenter #plist .contents {
	
}
.product-list .contenter #plist .contents .blk {
	width: 280px; margin-bottom: 35px; margin-left: 27px;
}
.product-list .contenter #plist .contents .blk.ml {
	margin-left: 0px;
}
.product-list .contenter #plist .contents .blk .pic_box {
	width: 100%; height: 280px;
}
.product-list .contenter #plist .contents .blk .name {
	margin-top: 19px;
}
.product-list .contenter #plist .contents .blk .name a {
	color: rgb(136, 136, 136); font-size: 13px;
}
.product-detail {
	
}
.product-detail .ueeshop_responsive_products_detail .gallery {
	
}
.product-detail .ueeshop_responsive_products_detail .gallery #small_img {
	width: 100%; position: relative;
}
.product-detail .ueeshop_responsive_products_detail .gallery #small_img .pic_box {
	background: rgb(246, 244, 245); border-color: transparent; margin: 0px 6px; float: left;
}
.product-detail .ueeshop_responsive_products_detail .gallery #small_img .pic_box.on {
	border-color: rgb(157, 76, 80);
}
.product-detail .ueeshop_responsive_products_detail .info .button a:hover {
	text-decoration: underline;
}
body .ueeshop_responsive_products_detail .gallery .left_small_img .pic_box.on {
	border: 1px solid rgb(113, 67, 69); border-image: none;
}
body .ueeshop_responsive_products_detail .info .button > a {
	background-color: rgb(113, 67, 69) !important;
}
body .ueeshop_responsive_products_detail .info .button .download_button > span {
	background-color: rgb(113, 67, 69) !important;
}
.product-detail .description {
	margin: 60px 0px 0px;
}
.product-detail .description .hd {
	padding-bottom: 15px; margin-bottom: 30px; border-bottom-color: rgb(224, 224, 224); border-bottom-width: 1px; border-bottom-style: solid;
}
.product-detail .description .hd span {
	background: url("../images/icon_pro_desc.png") no-repeat 7px; color: rgb(0, 0, 0); padding-left: 45px; font-size: 24px; position: relative;
}
.product-detail .ueeshop_responsive_products_detail .description .title {
	padding-bottom: 15px; margin-bottom: 30px; border-top-color: currentColor; border-bottom-color: rgb(224, 224, 224); border-top-width: medium; border-bottom-width: 1px; border-top-style: none; border-bottom-style: solid;
}
.product-detail .ueeshop_responsive_products_detail .description .title span {
	background: url("../images/icon_pro_desc.png") no-repeat 7px; color: rgb(0, 0, 0); padding-left: 45px; font-size: 24px; position: relative;
}
.rale_news {
	width: 100%; padding-bottom: 56px;
}
.rale_news .news_title {
	width: 100%; height: 30px; line-height: 30px;
}
.rale_news .news_title .title {
	color: rgb(25, 25, 25); font-size: 22px;
}
.rale_news .news_title .read_btn {
	color: rgb(136, 136, 136); font-size: 14px;
}
.rale_news .news_title .read_btn span {
	color: rgb(136, 136, 136); font-family: cursive; font-size: 14px; font-weight: bold;
}
.rale_news .list {
	width: 100%; margin-top: 23px; justify-content: space-between; grid-template-columns: repeat(4, 23.25%);
}
.rale_news .list .item {
	
}
.rale_news .list .item .img {
	width: 100%; text-align: center; overflow: hidden; text-decoration: none; display: block;
}
.rale_news .list .item .title {
	color: rgb(51, 51, 51); line-height: 21px; overflow: hidden; font-size: 16px; text-decoration: none; margin-top: 15px; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.rale_news .list .item .time {
	width: 100%; height: 21px; color: rgb(152, 152, 152); line-height: 21px; font-size: 14px; margin-top: 8px;
}
.rale_news .list .item .brief {
	color: rgb(136, 136, 136); line-height: 24px; overflow: hidden; font-size: 14px; text-decoration: none; margin-top: 6px; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
}
.rale_news .list .item:hover .img img {
	transform: scale(1.1); -webkit-transform: scale(1.1);
}
.rale_news.desc_news {
	margin-top: 55px;
}
.rale_news.desc_news .news_title {
	width: 100%; text-align: center; position: relative;
}
.rale_news.desc_news .news_title::before {
	background: rgb(221, 221, 221); left: 0px; top: 50%; width: 100%; height: 1px; display: block; position: absolute; content: ""; transform: translateY(-50%); -webkit-transform: translateY(-50%);
}
.rale_news.desc_news .news_title .title {
	background: rgb(255, 255, 255); padding: 0px 40px; width: 100%; text-align: center; position: relative; z-index: 1;
}
.rale_news.desc_news .list {
	grid-template-columns: repeat(2, 49%); grid-row-gap: 44px;
}
.rale_news.desc_news .list .item .img {
	width: 39.28%;
}
.rale_news.desc_news .list .item .text {
	width: calc(100% - 43.5374%);
}
.rale_news.desc_news .list .item .text .title {
	font-size: 18px; margin-top: 0px;
}
.rale_news.desc_news .list .item .brief {
	color: rgb(136, 136, 136); font-size: 15px;
}
.rale_news.desc_news {
	margin-top: 55px;
}
.rale_news.desc_news .news_title {
	width: 100%; text-align: center; position: relative;
}
.rale_news.desc_news .news_title::before {
	background: rgb(221, 221, 221); left: 0px; top: 50%; width: 100%; height: 1px; display: block; position: absolute; content: ""; transform: translateY(-50%); -webkit-transform: translateY(-50%);
}
.rale_news.desc_news .news_title .title {
	background: rgb(255, 255, 255); padding: 0px 40px; width: 100%; text-align: center; position: relative; z-index: 1;
}
.rale_news.desc_news .list {
	grid-template-columns: repeat(2, 49%); grid-row-gap: 44px;
}
.rale_news.desc_news .list .item .img {
	width: 39.28%; 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 {
	font-size: 18px; margin-top: 0px;
}
.rale_news.desc_news .list .item .brief {
	color: rgb(136, 136, 136); font-size: 15px;
}
@media all and (max-width:1600px)
{
.wrap.w-1600 {
	width: 96%;
}
}
@media all and (max-width:1440px)
{
.wrap.w-1400 {
	width: 96%;
}
.index-photo .box .txt .name {
	font-size: 24px;
}
.index-photo .box .txt .more {
	width: 130px; height: 35px; line-height: 35px;
}
}
@media all and (max-width:1280px)
{
.wrap {
	width: 96%;
}
#header .account {
	margin-right: 20px;
}
#nav .a {
	margin: 0px 10px;
}
}
@media all and (max-width:1024px)
{
.index-photo .box {
	margin: 0px auto; width: 100%; float: none; max-width: 640px;
}
}
@media all and (max-width:991px)
{
.show-pc-block {
	display: none !important;
}
.show-pc-inline-block {
	display: none !important;
}
.hide-991 {
	display: none !important;
}
.show-mb-block {
	display: block !important;
}
.show-mb-inline-block {
	display: inline-block !important;
}
.clear_991 {
	clear: both;
}
.clear_gt_991 {
	clear: none;
}
#header .logo {
	
}
#nav {
	display: none;
}
.index-pro-category {
	padding: 30px 0px;
}
.index-pro-category .list {
	margin-top: 25px;
}
#footer .foot-nav + .foot-nav {
	margin-left: 1%;
}
.product-list .contenter #plist {
	
}
.product-list .contenter #plist .contents .blk {
	margin: 0px 1% 20px; width: 31%;
}
.index-about .word {
	padding: 20px 0px; width: 100%;
}
.index-about .pic {
	width: 100%; text-align: center; float: none;
}
.index-about .p-btn {
	display: none;
}
.index-news .list .box {
	width: 100%; margin-bottom: 15px;
}
.index-news .list .box + .box {
	margin-left: 0px;
}
.index-module {
	padding: 25px 0px;
}
.menu-wrap-style {
	display: none;
}
.product-list .in_ad {
	margin-bottom: 0px;
}
.product-list .contenter {
	width: 100%; float: none;
}
}
@media all and (max-width:768px)
{
.index-module .title {
	font-size: 22px; margin-bottom: 5px;
}
.index-module .brief {
	
}
.index-about .word .title {
	font-size: 22px;
}
.index-about .word .brief {
	margin-bottom: 15px;
}
.index-pro .row .box {
	margin: 0px 1% 20px; width: 48%;
}
.index-pro .row .box + .box {
	margin: 0px 1% 20px;
}
#header .logo {
	
}
#footer .foot-list {
	padding: 10px 0px; margin-bottom: 20px;
}
#footer .foot-list a {
	margin: 0px 5px; font-size: 15px;
}
#footer .introduce {
	width: 100%; margin-right: 0px; margin-bottom: 15px; float: none;
}
.wrap-module .cate-name {
	font-size: 22px; margin-bottom: 15px;
}
.wrap-module .cate-name span {
	margin-top: 10px;
}
#footer {
	padding-top: 25px;
}
#copymsg {
	margin-top: 20px;
}
#footer .foot-nav + .foot-nav {
	margin-left: 0%;
}
#footer .foot-nav {
	width: 100%; margin-bottom: 7px; float: none;
}
#footer .foot-title {
	background: url("../images/icon_head_tri.png") no-repeat 98% 6px; padding-bottom: 0px; margin-bottom: 0px; border-bottom-color: rgba(255, 255, 255, 0.4); border-bottom-width: 1px; border-bottom-style: solid;
}
#footer .foot-nav .ul {
	display: none;
}
#footer .foot-nav .ul .li {
	text-indent: 15px;
}
#footer .foot-contact {
	width: 100%; margin-top: 15px; float: none;
}
#footer .foot-contact .foot-title {
	background: none; padding-bottom: 0px; border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
#footer .friendship-link {
	margin-top: 20px;
}
#footer .friendship-link .list a {
	width: 13%;
}
.rale_news .list {
	grid-template-columns: repeat(2, 46.5%);
}
}
@media all and (max-width:640px)
{
.clear_991 {
	clear: none;
}
.clear_640 {
	clear: both;
}
#footer .foot-title {
	font-size: 16px;
}
#footer .friendship-link {
	margin-top: 15px;
}
#footer .friendship-link .title {
	width: 100%; text-align: center; margin-right: 0px; margin-bottom: 10px; float: none;
}
#footer .friendship-link .list {
	width: 100%; float: none;
}
#footer .friendship-link .list a {
	width: 19%;
}
.product-list .contenter #plist .contents .blk {
	width: 48%;
}
.index-photo .box .txt .name {
	font-size: 20px;
}
.index-photo .box .txt .brief {
	margin: 6px auto;
}
.index-news .list {
	margin-top: 5px;
}
.index-news .list .box .date {
	padding-bottom: 10px; margin-right: 5%;
}
.index-news .list .box .date .d {
	font-size: 28px;
}
.index-news .list .box .date .m {
	font-size: 12px;
}
.index-news .list .box .word .name {
	font-size: 15px; margin-bottom: 0px;
}
.index-news .list .box .word .brief {
	margin-bottom: 5px;
}
.index-about .word .mid-ilb {
	width: 100%;
}
.product-detail .ueeshop_responsive_products_detail .description .title {
	padding-bottom: 7px; margin-bottom: 10px;
}
.product-detail .ueeshop_responsive_products_detail .description .title span {
	height: 25px; line-height: 25px; font-size: 20px; margin-right: 0px; display: block; background-size: contain;
}
.wrap-module .cate-name {
	margin-bottom: 5px;
}
.wrap-module .cate-name span {
	margin-top: 0px;
}
}
@media all and (max-width:450px)
{
.index-module .title {
	
}
#footer .friendship-link .list a {
	margin: 0px 0.5% 5px; width: 24%; text-align: center;
}
#copymsg {
	font-size: 14px;
}
#copymsg a {
	font-size: 14px;
}
}
body .ueeshop_responsive_turn_page span {
	background: none;
}
body .ueeshop_responsive_turn_page span em {
	display: none;
}
body .ueeshop_responsive_turn_page span .page_item_current {
	background: none; color: rgb(113, 67, 69);
}
body .ueeshop_responsive_turn_page span:hover {
	background: none;
}
body .ueeshop_responsive_products_detail .info {
	padding-left: 35px;
}
body .ueeshop_responsive_products_detail .info .name {
	color: rgb(51, 51, 51);
}
body .product-detail .ueeshop_responsive_products_detail .description .title span {
	font-size: 20px; background-size: auto 66%;
}
body .product-detail .ueeshop_responsive_products_detail .description .title {
	margin-bottom: 0px;
}
body .ueeshop_responsive_products_detail .description .contents {
	padding-top: 46px;
}
body .ueeshop_responsive_products_detail .description {
	margin-top: 0px;
}
body .product-detail .ueeshop_responsive_products_detail .description .title {
	padding-top: 39px;
}
