@charset "utf-8";
/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/

* {
  font-family: "AccordAlternate-Medium";
}
html,
div {
  outline: 0;
}
cite,
em,
strong,
i {
  font-style: normal;
}
.w {
  width: 980px;
  margin: 0 auto;
  min-width: 899px;
}
.hide {
  display: none;
}
.imgbox {
  display: block;
  overflow: hidden;
}
.imgbox img {
  max-width: 100%;
  max-height: 100%;
}
input,
textarea {
  outline: none;
}
input[type="submit"] {
  cursor: pointer;
}
/*#main.w>.fl{width:190px;}*/

body {
  background: #fff;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}
.wrap {
  width: 1300px;
  margin: 0 auto;
  zoom: 1;
}
.wrap:after,
.wrap:before {
  display: table;
  content: "";
}
.wrap:after {
  clear: both;
}
.text-over {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.over {
  overflow: hidden;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.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 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.trans-show {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.trans-show.visable {
  opacity: 1;
  visibility: visible;
}
.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.imgZoom img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.imgZoom img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.pointer {
  cursor: pointer;
}
.flow-shadow {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flow-shadow:hover {
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
  -webkit-box-shadow: 0 0px 10px #e9e9e9;
  box-shadow: 0 0px 10px #e9e9e9;
}
.clear_gt_991 {
  clear: both;
}
.border-box {
  box-sizing: border-box;
}
*.hoverColor {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
*.hoverColor:hover {
  color: #e39f59 !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-foot-bottom .footer,
.flex-foot-bottom .top-cateogry,
.flex-foot-bottom .wrap-banner,
.flex-foot-bottom .bread {
  flex: 0 0 auto;
}
.flex-main-content {
  flex: 1 0 auto;
}
a:hover {
  text-decoration: none;
}

#header {
}
#header .header {
  height: 110px;
  background: white;
}
#header .header .logo {
  float: left;
  max-width: 300px;
  height: 100%;
}
#header .header .logo a {
}
#nav {
  float: right;
  margin-top: 35px;
  margin-right: 30px;
}
#nav .list {
  display: inline-block;
  vertical-align: middle;
  margin: 0 38px 0 0;
  padding-bottom: 20px;
  position: relative;
}
#nav .list > a {
  display: block;
  padding: 15px 0 17px;
  font-size: 16px;
  text-transform: capitalize;
}
/*#nav .list:hover > a,
#nav .list.on > a{padding-bottom: 15px;border-bottom: 2px solid #d17474;}*/
#nav .list .sub_row {
  position: absolute;
  left: 0;
  top: 100%; /*width: 140px;*/
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  z-index: 100;
  padding: 15px 10px 30px;
  line-height: 28px;
  opacity: 0;
  visibility: hidden;
}
#nav .list .sub_row:before {
  width: 9999px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  content: "";
}
#nav .list .sub_row:after {
  width: 9999px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  content: "";
}
#nav .list .sub_row a {
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #1f1f1f;
}
#nav .list .sub_row a span {
  margin-right: 10px;
}
#nav .list .sub_row a:hover {
  color: #e39f59;
}
#nav .list:hover .sub_row {
  opacity: 1;
  visibility: visible;
}
#header .func {
  float: right;
  margin-top: 47px;
  margin-right: 45px;
}
#header .func .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 45px;
  cursor: pointer;
}
#header .func .icon:first-child {
  margin-left: 0;
}
#header .func .icon.language_icon {
  position: relative;
  padding-right: 20px;
  font-size: 20px;
  background: url(../images/language_arrow.png) no-repeat right center;
}
#header .func .icon.language_icon span {
  text-transform: uppercase;
  font-family: Arial;
}
#header .func .icon.language_icon .down {
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  padding: 10px;
  border-radius: 5px;
}
#header .func .icon.language_icon:hover .down {
  opacity: 1;
  visibility: visible;
}
#header .func .icon.language_icon .down a {
  display: block;
  width: 120px;
  line-height: 25px;
  font-size: 17px;
  overflow: hidden;
}
#header.index_header {
  position: absolute;
  left: 0;
  top: 47px;
  width: 100%;
  z-index: 10001;
}
#header.index_header .header {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
#header.fiexd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  z-index: 10001;
}
/*#header.fiexd .header{height: 80px;}
#header.fiexd #nav{margin-top: 17px;}*/
#header.fiexd #nav .list {
  padding-bottom: 9px;
}
/*#header.fiexd .func{margin-top: 31px;}*/
#header .search_box.on {
  visibility: visible;
  opacity: 1;
}
#header .search_box {
  position: absolute;
  top: 100%;
  width: 1300px;
  height: 100px;
  background: white;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
#header .search_box .search {
  width: 1280px;
  height: 80px;
  line-height: 80px;
  margin: 10px auto 0;
  border-bottom: 1px solid #e3e3e3;
}
#header .search_box .search input[name="keyword"] {
  width: calc(100% - 154px);
  border: none;
  text-align: center;
  height: 100%;
  line-height: 80px;
  font-size: 15px;
  color: #909090;
}
#header .search_box .search input[type="submit"] {
  width: 100px;
  height: 42px;
  line-height: 42px;
  margin-top: 24px;
  margin-right: 4px;
  border: 1px solid #000000;
  background: white;
  font-weight: bold;
  font-size: 15px;
  border-radius: 4px;
}

.index-banner .bx-controls-direction {
  display: none;
}
.index-banner .bx-wrapper .bx-pager {
  bottom: 2%;
}
.index-banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid transparent;
  width: 11px;
  height: 11px;
  opacity: 1;
  border-radius: 50px;
}
.index-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.index-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.index-module .index-title-0 {
  margin-bottom: 60px;
  font-size: 36px;
  color: #1f1f1f;
  font-family: "AccordAlternate-Light";
  text-align: center;
}
.index-prouct-category {
  padding: 45px 0 65px;
}
.index-prouct-category .list {
}
.index-prouct-category .list .box {
  width: 23.8%;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.index-prouct-category .list .box.flow-shadow:hover {
  -webkit-box-shadow: 0 0px 11px 4px #e3e3e3;
  box-shadow: 0 0px 11px 4px #e3e3e3;
}
.index-prouct-category .list .box + .box {
  margin-left: 1.52%;
}
.index-prouct-category .list .box .pic {
}
.index-prouct-category .list .box .name {
  bottom: 15%;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  font-size: 30px;
  color: #fff;
  font-family: "AccordAlternate-Light";
}
@media (max-width: 1000px) {
  .index-prouct-category {
    display: none;
  }
}

.index-about {
  padding: 58px 0;
  background: #f5f5f5;
}
.index-about .pic {
  width: 46%;
}
.index-about .words {
  width: 45%; /*margin-top: 50px;*/
}
.index-about .words .title {
  font-size: 36px;
  color: #2e2e2e;
  font-family: "AccordAlternate-Light";
  margin-bottom: 20px;
}
.index-about .words .bf {
  font-size: 16px;
  color: #555;
  line-height: 180%;
}
.index-about .words .more {
  font-size: 13px;
  color: #242424;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #bdbab7;
  max-width: 167px;
  width: 100%;
  line-height: 39px;
  margin-top: 30px;
}

.index-product {
  padding: 80px 0 40px;
}
.index-product .list {
}
/*.index-product .list .box{width: 310px;}
.index-product .list .box + .box{margin-left: 20px;}*/
.index-product .list .swiper-slide .pic {
}
.index-product .list .swiper-slide .pic img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.index-product .list .swiper-slide .name {
  font-size: 16px;
  color: #2e2e2e;
  margin-top: 30px;
}
.index-product .list .swiper-slide .name:hover {
  text-decoration: underline;
}
.list .swiper-hd {
  margin-top: 60px;
}
.list .swiper-hd .pointer {
  display: inline-block;
  width: 33px;
  height: 33px;
  border: 1px solid #bbb;
  background: #fff no-repeat center;
}
.list .swiper-hd .lb {
  background-image: url(../images/icon_left.png);
}
.list .swiper-hd .rb {
  background-image: url(../images/icon_right.png);
  margin-left: 7px;
}

.index-case {
  padding: 40px 0 60px;
}
.index-case .list {
  font-size: 0;
}
.index-case .list .swiper-wrapper {
  width: 100% !important;
}
/*.index-case .list .box{width: 325px;display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;}*/

#ueeseo_info .themes_title {
  font-family: "AccordAlternate-Light";
}

#footer {
  background: #f5f5f5;
  padding: 65px 0 55px;
}
#footer .foot-title {
  font-size: 15px;
  color: #222;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#footer .foot-logo {
  width: 100%;
  max-width: 236px;
  margin-right: 5.83333%;
}
#footer .foot-nav {
  margin-left: 7.5%;
  width: 15.8333%;
}
#footer .foot-nav .ul {
  line-height: 200%;
}
#footer .foot-nav .ul .li {
  font-size: 14px;
  color: #666;
}
#footer .foot-contact {
  max-width: 225px;
  width: 40%;
}
#footer .foot-contact .c-icon {
  margin-bottom: 30px;
  cursor: pointer;
}
#footer .foot-contact .c-icon .box {
  border: 1px solid #686767;
  box-shadow: 0 0 0 1px #222;
  border-radius: 4px;
  width: 25.781%;
  max-width: 60px;
}
#footer .foot-contact .c-icon .box + .box {
  margin-left: 9%;
}
#footer .foot-contact .c-icon .box.wechat {
}
#footer .foot-contact .c-icon .box.wechat:after {
  display: none;
  position: absolute;
  top: -20px;
  left: 20px;
  border: 10px solid transparent;
  border-top-color: #fff;
  transition: 0.5s;
  content: "";
}
#footer .foot-contact .c-icon .wechat .wc-qrcode {
  bottom: calc(100% + 20px);
  left: 50%;
  margin-left: -60px;
  width: 120px;
  max-height: 108px;
  padding: 6px 0;
  background: #fff;
  border-radius: 6px;
}
#footer .foot-contact .c-icon .box.wechat:after,
#footer .foot-contact .c-icon .wechat .wc-qrcode {
  visibility: hidden;
  opacity: 0;
}
#footer .foot-contact .c-icon .box.wechat:hover:after,
#footer .foot-contact .c-icon .wechat:hover .wc-qrcode {
  visibility: visible;
  opacity: 1;
}
#footer .foot-contact .c-icon .c-phone {
  width: auto;
  height: 100%;
  border-radius: 4px;
  background: #e39f59;
  font-size: 16px;
  color: #fff;
  padding: 0 3% 0 10%;
  line-height: 39px;
  box-shadow: 0 0 0 1px #e39f59;
  top: 0;
  left: 0;
  display: none;
  white-space: nowrap;
  min-width: 100%;
}
#footer .foot-contact .c-icon .c-phone .icon {
  margin-right: 10px;
  line-height: 1;
}
#footer .foot-contact .c-icon .c-phone .close {
  cursor: pointer;
  float: right;
  margin-right: 10px;
  line-height: 45px;
  display: none;
}
#footer .foot-contact .c-icon .box.icon-phone:hover {
}
#footer .foot-contact .c-icon .box.icon-phone:hover .c-phone {
  /*visibility: visible;opacity: 1;*/
  display: block;
}
#footer .foot-contact .service-time {
}
#footer .foot-contact .service-time + .service-time {
  margin-top: 15px;
}
#footer .foot-contact .service-time .day {
  font-size: 14px;
  color: #222;
}
#footer .foot-contact .service-time .hour {
  font-size: 14px;
  color: #666;
}
#footer .foot-contact .smller-mb {
  margin-bottom: 10px;
}
#footer .friendship-link {
  margin-top: 50px;
}
#footer .friendship-link .title {
  font-size: 15px;
  color: #222;
  margin-right: 3%;
  font-weight: bold;
  width: 10%;
}
#footer .friendship-link .list {
  width: 85%;
}
#footer .friendship-link .list a {
  font-size: 16px;
  color: #666;
  width: 9%;
  margin-right: 1%;
}

#copymsg {
  background: #212120;
  font-size: 14px;
  color: #fff;
  padding: 15px 0;
}
#copymsg a {
  color: #fff;
}

/*.wrap-module *{font-family: 'AccordAlternate-Light';}*/

@media (min-width: 992px) {
  /*.wrap-module{padding-top: 110px;}*/
}

#position {
  font-size: 14px;
  color: #7d7d7d;
}
#position a {
  font-size: 14px;
  color: #7d7d7d;
}
.product-detail .position_bg {
  background: #f3f3f3;
}
.product-detail .ueeshop_responsive_position {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrap-righter-style .ueeshop_responsive_position .title {
  font-size: 30px;
  color: #1f1f1f;
  height: 35px;
  line-height: 35px;
}
.wrap-righter-style .ueeshop_responsive_position .position {
  height: 35px;
  line-height: 35px;
}
.wrap-righter-style .ueeshop_responsive_position .position a {
  font-size: 14px;
  color: #7d7d7d;
}

body .ueeshop_responsive_article_feedback .article_feedback_title .title {
}
.article-content .art-title {
  height: 35px;
  margin: 30px 0;
  font-size: 22px;
  color: #333;
  text-align: center;
}
.wrap-module .ueeshop_responsive_position {
  margin-bottom: 25px;
  border-bottom: none;
}
.art-menu-wrap-style {
  margin-bottom: 45px;
}
.art-menu-wrap-style .menu {
  text-align: center;
}
.art-menu-wrap-style .menu ul li {
  display: inline-block;
  font-size: 15px;
  color: #222;
  margin: 0 25px;
}

.menu-in-left {
  padding-top: 30px;
}
.menu-in-left .menu-wrap-style {
  width: 20%;
  float: left;
}
.menu-in-left .wrap-righter-style {
  width: 77.75%;
  float: right;
}
.menu-wrap-style .menu {
  font-family: "AccordAlternate-Light";
}
.menu-wrap-style .menu .m-title {
  font-size: 19px;
  color: #191919;
  margin-bottom: 15px;
}
.menu-wrap-style .menu .cate-top {
  margin-bottom: 30px;
  font-size: 30px;
  color: #1f1f1f;
}
.menu-wrap-style .menu h3 {
  margin-bottom: 10px;
}
.menu-wrap-style .menu h3 a {
  font-size: 16px;
  color: #1f1f1f;
}
/*.menu-wrap-style .menu h3 a.on{color: #e39f59;text-decoration: underline;}*/
.menu-wrap-style .menu .sublist {
  line-height: 250%;
  margin-bottom: 15px;
}
.menu-wrap-style .menu .sublist li {
}
.menu-wrap-style .menu .sublist li a {
  font-size: 16px;
  color: #737373;
}
.menu-wrap-style .menu .sublist li a:before {
  width: 13px;
  height: 13px;
  border: 1px solid #737373;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.5s;
  content: "";
}
.menu-wrap-style .menu .sublist li a.on {
  color: #e39f59;
}
.menu-wrap-style .menu .sublist li a.on:before {
  border-color: #e39f59;
  background: #e39f59;
}
.menu-wrap-style .menu .sublist li a:hover {
  color: #e39f59;
}
.menu-wrap-style .menu .sublist li a:hover:before {
}
.menu-wrap-style .menu .sublist li.v3 {
  padding-left: 20px;
}
.menu-wrap-style .menu .sublist li.v3 a {
}
.menu-wrap-style .menu .sublist li.v3 a:before {
  display: none;
}

.menu-wrap-style .related {
  margin-top: 22px;
  width: 100%;
}
.menu-wrap-style .related .r_title {
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-size: 18px;
  color: #191919;
}
.menu-wrap-style .related .r_list {
  margin-top: 5px;
  width: 100%;
}
.menu-wrap-style .related .r_list .item {
  padding: 16px 0 19px;
  border-bottom: 1px solid #e5e5e5;
}
.menu-wrap-style .related .r_list .item:first-child {
  border-top: 0;
}
.menu-wrap-style .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;
}
.menu-wrap-style .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;
}
.menu-wrap-style .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;
}

.product-list {
  /*padding-top: 35px;*/
}
.product-list .hot_pro {
  margin: 30px 0;
  width: 100%;
}
.product-list .hot_pro .title {
  font-size: 18px;
  color: #191919;
  margin-bottom: 20px;
}
.product-list .hot_pro .list {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.product-list .hot_pro .list .item {
  margin-top: 16px;
  width: 100%;
  height: 74px;
}
.product-list .hot_pro .list .item:first-child {
  margin-top: 0;
}
.product-list .hot_pro .list .item .img {
  display: block;
  width: 74px;
  height: 100%;
  background: #d1d1d1;
}
.product-list .hot_pro .list .item .item_title {
  display: block;
  width: calc(100% - 80px);
  height: 100%;
  line-height: 24px;
  font-size: 15px;
  color: #555;
  overflow: hidden;
}
.product-list .contenter .brief_desction {
  text-align: left;
}

.wrap-module .ueeshop_responsive_products_list .item {
  width: 25%;
}
.wrap-module .ueeshop_responsive_products_list .item .pro {
  width: 90%;
}

body .ueeshop_responsive_products_detail .gallery .left_small_img .pic_box.on {
  border: 1px solid #e39f59;
}
.ueeshop_responsive_products_detail .info .name {
}
.product-detail .ueeshop_responsive_products_detail .info .button > a {
  background: none !important;
}
.product-detail .description .desc_txt {
  line-height: 250%;
}
#global_editor_contents {
}

.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;
}
.product-detail
  .ueeshop_responsive_products_detail
  .description
  .title
  span:after {
  position: absolute;
  width: 10000px;
  left: 100%;
  top: 13px;
  height: 1px;
  background: #e3e3e3;
  margin-left: 20px;
  content: "";
}

body .ueeshop_responsive_case_list .item .img {
  margin: 0 auto;
  width: 50%;
}
body .ueeshop_responsive_case_list .item .info {
  margin: 0 auto;
  width: 50%;
}

.ueeshop_responsive_download_list ul li:hover {
  color: #e39f59;
}
.ueeshop_responsive_download_list ul li a:hover {
  background: #e39f59;
}

.share.foot_share {
  display: block;
  margin-left: 0;
  text-align: center;
  padding-top: 2%;
}

.g_member #header {
  position: static;
}

.wrap-module .ueeshop_responsive_turn_page .page-num em {
  width: 34px;
  height: 34px;
  display: inline-block;
  border: 1px solid #666;
}
.wrap-module .ueeshop_responsive_turn_page  .icon_page_prev {
  background: url(../images/icon_page_l.png) no-repeat center;
}
.wrap-module .ueeshop_responsive_turn_page  .icon_page_next {
  background: url(../images/icon_page_r.png) no-repeat center;
}
.wrap-module .ueeshop_responsive_turn_page .page-num,
.wrap-module .ueeshop_responsive_turn_page span {
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0;
}
.wrap-module .ueeshop_responsive_turn_page .page-num,
.wrap-module .ueeshop_responsive_turn_page span a,
.wrap-module .ueeshop_responsive_turn_page span font {
  width: 42px;
  height: 36px;
  color: #737373;
  display: inline-block;
}

.wrap-module .ueeshop_responsive_products_detail_review .review_form h1 {
  font-size: 30px;
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 35px;
}

/* 新闻详细(推荐文章) */
.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: #e39f59;
}

@media (max-width: 1600px) {
}

@media (max-width: 1440px) {
  #header .header,
  #header .search_box {
    width: 96%;
    margin: 0 auto;
  }
  #header .search_box .search {
    width: 90%;
  }

  #nav .list {
    margin: 0 9px;
  }
  #header .func .icon {
    margin-left: 30px;
  }
}

@media (max-width: 1280px) {
  .wrap {
    width: 96%;
  }

  .index-about .words {
    margin-top: 0;
  }

  #header .func .icon.language_icon .down {
    left: auto;
    right: -20px;
    top: 100%;
    width: 80px;
    padding-left: 10px;
    overflow: hidden;
    background: #fff;
    line-height: 120%;
  }
  #header .func .icon.language_icon .down a {
    font-size: 12px;
  }
  #header .search_box {
    height: 110px;
  }
  #header .search_box .search {
    height: 70px;
  }
  #header .search_box .search input[name="keyword"] {
    line-height: 60px;
  }
  #header .search_box .search input[type="submit"] {
    margin-top: 8px;
  }

  #footer {
    padding: 40px 0;
  }
  #footer .foot-logo {
    margin-right: 2%;
  }
}

@media (max-width: 1024px) {
  #header .header {
    height: 80px;
  }
  #header .header .logo {
    width: 100px;
  }
  #header .search_box {
    top: 80px;
  }
  #nav {
    margin-top: 15px;
  }
  #nav .list a {
    font-size: 12px;
  }
  #header .func {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .show-pc-block,
  .show-pc-inline-block,
  .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;
  }

  .index-banner {
    margin-top: 0;
  }

  /*.index-prouct-category .list .box{width: 47%;margin: 0 1.5% 20px;}
    .index-prouct-category .list .box + .box{margin: 0 1.5% 20px;}
    .index-prouct-category .list .box .pic{padding-top: 6%;}*/

  .index-about .pic {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .index-about .words {
    float: none;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
  }
  .index-about .words .bf {
    text-align: left;
  }
  .index-about .words .more {
    margin: 30px auto 0;
  }

  .index-product .list .box {
    width: 47%;
    margin: 0 1.5% 15px;
  }
  .index-product .list .box + .box {
    margin: 0 1.5% 15px;
  }
  .index-product .list .box .name {
    margin-top: 5px;
  }

  /*.index-case .list .box{width: 30%;}*/

  #footer .foot-nav {
    margin-left: 2.5%;
  }
  #footer .foot-contact {
    width: 25%;
  }
  #footer .friendship-link .list a {
    width: 13%;
  }

  .product-list .contenter #plist .contents .blk {
    width: 31%;
    margin: 0 1% 25px;
  }
}
@media (max-width: 768px) {
  #footer .foot-logo {
    float: none;
    margin: 0 0 25px;
    max-width: 100%;
  }
  #footer .foot-contact {
    width: 40%;
    margin-right: 5%;
  }
  #footer .foot-nav {
    margin-left: 7.5%;
  }

  .art-menu-wrap-style {
    display: none;
  }
  .menu-in-left .menu-wrap-style {
    display: none;
  }
  .menu-in-left .wrap-righter-style {
    float: none;
    width: 100%;
  }
  .rale_news .list {
    grid-template-columns: repeat(2, 46.5%);
  }

  body .ueeshop_responsive_case_list .item .img {
    width: 98%;
  }
  body .ueeshop_responsive_case_list .item .info {
    width: 98%;
  }
}

@media (max-width: 640px) {
  /*.mobile-nav .li a{font-size: 18px;}*/
  .clear_991 {
    clear: none;
  }
  .clear_640 {
    clear: both;
  }

  .index-banner .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .index-prouct-category .list .box {
    width: 100%;
    max-width: 420px;
    float: none;
    margin: 0 auto 20px;
  }
  .index-prouct-category .list .box + .box {
    margin: 0 auto 20px;
  }
  .index-prouct-category .list .box .name {
    font-size: 22px;
  }
  .index-product .list .swiper-slide .name {
    margin-top: 10px;
  }

  .index-module .index-title-0 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
  }
  .index-prouct-category {
    padding: 30px 0;
  }
  .index-prouct-category .list .box .pic {
    padding-top: 0;
  }
  .list .swiper-hd {
    margin-top: 20px;
  }

  .index-about {
    padding: 30px 0;
  }
  .index-about .words .title {
    font-size: 28px;
  }
  .index-about .words .bf {
    font-size: 14px;
  }
  .index-about .words .more {
    max-width: 100%;
    margin-top: 15px;
  }

  .index-product {
    padding: 20px 0;
  }

  .index-case {
    padding: 30px 0;
  }

  .index-case .title {
    text-align: center;
  }
  .index-case .title-bf {
    text-align: center;
  }
  /*.index-case .list .box{width: 47%;}*/
  .index-case .more-btn a {
    max-width: 100%;
    margin-top: 10px;
  }

  #footer {
    padding: 25px 0;
  }
  #footer .foot-nav {
    display: none;
  }
  #footer .foot-contact .c-icon {
    max-width: 236px;
    margin: 0 auto 15px;
  }
  #footer .foot-contact .c-icon .box {
    float: none;
    display: inline-block;
  }
  #footer .foot-contact {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    text-align: center;
  }
  #footer .friendship-link {
    margin-top: 30px;
  }
  #footer .friendship-link .title {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  #footer .friendship-link .list {
    width: 100%;
    float: none;
  }
  #footer .friendship-link .list a {
    width: 19%;
  }

  .product-list .contenter #plist .contents .blk {
    width: 48%;
    margin: 0 1% 15px;
  }
}

@media (max-width: 450px) {
  /*.mobile-nav .m-search .btn_submit{background-size: contain;}*/

  .index-product .list .box {
    width: 100%;
    margin: 0 0 15px;
    float: none;
  }
  .index-product .list .box + .box {
    margin: 0 0 15px;
  }

  #footer .friendship-link .list a {
    width: 24%;
    text-align: center;
    margin: 0 0.5% 5px;
  }
}
