@charset "UTF-8";
/*header start*/
#menuWap {
  display: none;
}

.layui-layer-content {
  height: calc(100% - 43px);
}

.layui-layer-content iframe {
  height: 100% !important;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
  z-index: 2;
}

.header .h-ss {
  width: 15px;
  height: 15px;
  background: url("../images/h-ss.png") no-repeat;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -7px;
}

.logo {
  float: left;
  padding: 20px 0 0;
}

.pcnav {
  float: right;
  position: relative;
  padding-right: 100px;
  text-align: right;
}

.pcnav li {
  display: inline-block;
  position: relative;
}

.pcnav li > a {
  text-transform: uppercase;
  font-size: 14px;
  color: #FFF;
  padding: 35px 30px;
  line-height: 1;
  display: block;
}
.pcnav li.cur > a{
  color: #fc5531;
  font-weight: bold;
}

.pcnav li:hover .erji {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transition: all 0.5s;
}

.pcnav .erji {
  position: absolute;
  top: 110%;
  min-width: 100%;
  background: rgba(191, 191, 191, 0.7);
  padding: 12px 14px;
  text-align: left;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
}

.pcnav .erji dd {
  white-space: nowrap;
}

.pcnav .erji a {
  color: #FFF;
  line-height: 2;
  display: block;
}

.pcnav .erji a:hover {
  color: #333;
}

/*header end*/
/*footer start*/
.footer {
  background:#5a5d5e4f;
  padding: 60px 0 0;
}

.footer li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding-right: 4%;
}

.footer li:nth-last-child(1) {
  padding-right: 0;
}

.footer .shareto {
  margin: 16px 0 26px;
}

.footer .shareto .iconfont {
  font-size: 22px;
  color: #8B847C;
}

.footer .shareto a {
  margin-right: 23px;
}

.footer .shareto a:hover .iconfont {
  color: #FFF;
}

.footer dd {
  font-size: 14px;
  color:white;
  line-height: 2.1;
}

.footer dd a {
  color: white;
}

.footer dd a:hover {
  color: black;
  text-decoration: underline;
}

.footer h3 {
  color: #FFF;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer .msg-grid {
  margin-top: 10px;
}

.footer .usedComp label {
  display: none;
}

.footer .usedComp {
  width: 100%;
}

.footer #xhlFormSubmit {
  color: #FFF;
  background: #8B847C;
  border-radius: 0;
  margin: 0;
  font-size: 18px;
  font-family: Montserrat;
  width: 156px;
}

.foot-copy {
  padding: 20px 0;
  margin: 100px 5% 0;
  border-top: 1px solid rgba(181, 189, 210, 0.3);
  color: #8B847C;
  font-size: 14px;
}

/*footer end*/
/*轮播图start*/
.banner {
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner .swiper-slide .video-box {
  width: 100%;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}

.banner .bg-box img {
  width: 100%;
  height: auto;
}

.banner .wap-box {
  display: none;
}

.banner .wap-box img {
  width: 100%;
  height: auto;
}

.banner .swiper-pagination-bullet {
  width: 15px;
  height: 3px;
  background: #FFFFFF;
  opacity: 0.3;
  border-radius: inherit;
  border-radius: 0;
  transition: all 0.6s;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 0.8;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 35px;
}

/*轮播图end*/
.crumbs-box {
  font-size: 16px;
  padding: 12px 0;
  text-transform: uppercase;
}

.crumbs-box a {
  color: #fff;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #B24249;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
}

.crumbs-box span {
  color: #fff;
}

.crumbs-box .home {
  background: url("../images/home.png") no-repeat 0 50%;
  padding-left: 24px;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
  padding: 0 20px;
}

/* 内容区域宽度+40px */
.m-width-1460 {
  max-width: 1460px;
  margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
  width: 40px;
  height: 40px;
  left: 20px;
  bottom: 20px;
  position: fixed;
  z-index: 999;
  background: #3B3835;
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 50px 0;
  text-align: center;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  border: 1px solid #3B3835;
  display: inline-flex;
  font-size: 16px;
  color: #3B3835;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  justify-content: center;
}

.page-box .page-inner .current {
  color: #fff;
  border: 1px solid #3B3835;
  background: #3B3835;
}

.page-box .prev {
  background: url("../images/prev.png") no-repeat 50% 50%;
}

.page-box .next {
  background: url("../images/next.png") no-repeat 50% 50%;
}

/*分页 end*/
/*公共样式定义 end*/
body {
  background: #F8F8F8;
}

.title {
  line-height: 1;
  text-align: center;
  margin: 110px 0 50px;
  text-transform: uppercase;
}

.title h2 {
  font-size: 30px;
  color: #3B3835;
  font-weight: 400;
  margin-bottom: 14px;
}

.title .tips {
  font-size: 12px;
  color: #8B847C;
}

.pro-item-tab {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #BEB8B3;
}

.pro-item-tab a {
  color: #3B3835;
  font-size: 14px;
  display: inline-block;
  padding: 0 10px 8px;
  position: relative;
  top: 1px;
}

.pro-item-tab a.cur {
  border-bottom: 2px solid #8B847C;
}

.index-product-grid .pro-item-tab {
  margin-bottom: 38px;
}

.index-product-grid .product-list ul {
  margin: 0 -10px;
}

.index-product-grid .product-list .imgshow img {
  width: 100%;
}

.index-product-grid .product-list li {
  float: left;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.product-list h3 {
  font-weight: 400;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-list h3 a {
  font-size: 14px;
  color: #3B3835;
}

.product-list .see-more {
  font-size: 12px;
  color: #8B847C;
	display:none
}

.product-list .text {
  margin-top: 16px;
  text-transform: uppercase;
	height: 40px;
}

.product-list .p-item {
  position: relative;
}

.product-list .p-item:hover .imgshow {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}

.product-list .shareto {
  position: absolute;
  left: 0;
  top: 0;
  width: 67px;
  height: 67px;
  overflow: hidden;
}

.product-list .shareto:hover label {
  background: #3B3835;
}

.product-list .shareto:hover .share-icon {
  transform: scale(1);
}

.product-list .shareto label {
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  background: #BEB8B3;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: -40px 0 0 -40px;
}

.product-list .shareto label .iconfont {
  position: absolute;
  right: 18px;
  bottom: 15px;
  color: #fff;
}

.product-list .shareto .share-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  transition: all 0.4s;
  transform: scale(0);
}

.product-list .shareto .share-icon a {
  width: 24px;
  height: 24px;
  border: 1px solid #C8C8C8;
  color: #000000;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 22px;
  position: absolute;
  box-sizing: border-box;
}

.product-list .shareto .share-icon a:hover {
  background: #000;
}

.product-list .shareto .share-icon a:hover .iconfont {
  color: #FFF;
}

.product-list .shareto .share-icon a:nth-child(1) {
  right: 0;
  top: 0px;
}

.product-list .shareto .share-icon a:nth-child(2) {
  right: 14px;
  bottom: 14px;
}

.product-list .shareto .share-icon a:nth-child(3) {
  left: 0;
  bottom: 0px;
}

.product-list .shareto .share-icon .iconfont {
  font-size: 12px;
}

.product-list .imgshow {
  position: relative;
}

.product-list .imgshow .color-tab {
  position: absolute;
  bottom: 1px;
  right: 10px;
}

.product-list .imgshow .color-tab a {
  cursor: pointer;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #BEB8B3;
  display: inline-block;
  margin-right: 3px;
}

.product-list .imgshow .color-tab a.cur {
  border-color: #3B3835;
}

.pro-more {
  margin: 45px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.pro-more a {
  display: inline-block;
  color: #FFF;
  padding: 16px 56px;
  line-height: 1;
  background: #3B3835;
}

.index-about-grid{
    clear: both;
    margin: 80px 0 30px;
}
.index-about-grid .imgshow {
    float: left;
    width: 0%;
    position: relative;
}
.index-about-grid .imgshow img{
    max-width: 100%;
}
.index-about-grid .text {
    float: right;
    width: 95%;
     font-size: 16px;
    color: #3B3835;
    margin-top: 2%;
}
.index-about-grid .text h3 {
    font-size: 30px;
    color: #3B3835;
    font-weight: 400;
    margin-bottom: 14px;
	text-align:center;
}
.index-about-grid .text p{
	line-height: 26px;
}
.index-about-grid .text .see-more{
    color: #FFF;
    background: #8B847C;
    border-radius: 0;
    margin: 26px 0;
    font-size: 18px;
    font-family: Montserrat;
    width: 150px;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
float: right;
    margin-right: 4%;
}



.index-ad-grid {
  background: url("../images/ind-adbg.jpg") no-repeat;
  background-size: cover;
  padding: 110px 0;
  margin: 135px 0;
}

.index-ad-grid .imgshow {
  float: left;
  width: 54%;
  position: relative;
}

.index-ad-grid .imgshow img {
  width: 100%;
}

.index-ad-grid .imgshow .icon {
  position: absolute;
  left: 44px;
  bottom: 44px;
  width: 78px;
  height: 78px;
  z-index: 2;
  background: url("../images/ind-play.png") no-repeat;
  background-size: 100%;
}

.index-ad-grid .text {
  float: right;
  width: 40%;
  color: #BEB8B3;
  margin-top: 4%;
}

.index-ad-grid .text small {
  font-size: 16px;
  padding-left: 8px;
}

.index-ad-grid .num {
  display: flex;
  align-items: center;
}

.index-ad-grid .num em {
  font-size: 50px;
  font-weight: 500;
  color: #FFF;
}

.index-ad-grid dd {
  float: left;
  width: 50%;
  margin-bottom: 60px;
}

.index-ad-grid dd p {
  line-height: 24px;
  font-size: 18px;
  height: 48px;
  overflow: hidden;
}

.index-ad-grid .see-more {
  display: flex;
  align-items: center;
}

.index-ad-grid .see-more span {
  width: 50%;
  height: 1px;
  background: #FFF;
}

.index-ad-grid .see-more em {
  color: #FFF;
  font-size: 16px;
  padding: 0 8px;
  flex-shrink: 0;
  text-transform: uppercase;
}

.index-core-grid {
  background: url("../images/ind-core-bg.png") no-repeat 0% 0%;
  padding: 0 0 140px;
}

.index-core-grid .core-list ul {
  margin: 0 -5px;
}

.index-core-grid .core-list .imgshow img {
  width: 100%;
}

.index-core-grid .core-list li {
  float: left;
  width: 16.66%;
  padding: 0 5px;
  box-sizing: border-box;
}

.core-list {
  text-align: center;
}

.core-list h3 {
  font-weight: 400;
  font-size: 16px;
  color: #3B3835;
  margin-top: 24px;
}

.core-list .imgshow {
  position: relative;
}

.core-list .imgshow:hover .h-text {
  opacity: 1;
  visibility: visible;
}

.core-list .h-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  box-sizing: border-box;
  font-size: 12px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.core-list .h-text p {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.index-test-grid {
  background: url("../images/ind-testbg.jpg") no-repeat;
  background-size: cover;
  padding: 1px 0 40px;
}

.index-test-grid .title h2 {
  color: #FFF;
}

.index-test-grid .title .tips {
  color: #BEB8B3;
}
.index-test-grid .textlogo-list{overflow:hidden;}
.index-test-grid .textlogo-list ul {
  margin: 0 -40px;
}

.index-test-grid .textlogo-list .imgshow img {
  width: 100%;
}

.index-test-grid .textlogo-list li {
  float: left;
  width: 16.66%;
  padding: 0 40px;
  box-sizing: border-box;
}

.index-test-grid .textlogo-list li {
  margin-bottom: 60px;
}

.index-partner-grid {
  background: url("../images/ind-parbg2.png") no-repeat 100% 0%;
  padding: 1px 0 0;
  margin-bottom: 150px;
}
.index-partner-grid .partner-list{overflow:hidden;}
.index-partner-grid .partner-list ul {
  margin: 0 -10px;
}

.index-partner-grid .partner-list .imgshow img {
  width: 100%;
}

.index-partner-grid .partner-list li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.partner-list li {
  text-align: center;
  margin-bottom: 30px;
}

.partner-list li img {
  max-width: 100%;
}

.banner-ny {
  margin-bottom: 80px;
  position: relative;
}

.banner-ny img {
  width: 100%;
}

.banner-ny .crumbs-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.content-left {
  float: left;
  width: 21%;
  background: #FFF;
  margin-bottom: 50px;
}

.content-right {
  float: right;
  width: 75%;
}

.content-product {
  padding-bottom: 110px;
}

.content-product .product-list ul {
  margin: 0 -10px;
}

.content-product .product-list .imgshow img {
  width: 100%;
}

.content-product .product-list li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.content-product .product-list li {
  margin-bottom: 50px;
}

.proclass {
  padding: 20px 29px;
}

.proclass .pro-t {
  margin: 0px 0 30px;
  border-top: 4px solid #BEB8B3;
}

.proclass .pro-t h2 {
  border-top: 1px solid rgba(188, 188, 188, 0.54);
  padding-top: 25px;
  font-size: 24px;
  margin-top: 1px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
}

.proclass li {
  font-size: 16px;
  border-bottom: 1px solid rgba(126, 133, 150, 0.16);
}

.proclass li:hover a, .proclass li.cur a {
  background: url("../images/arrow2.png") no-repeat 0 21px;
  color: #3B3835;
}

.proclass li a {
  display: block;
  padding: 12px 0 12px 30px;
  color: #BEB8B3;
  background: url("../images/arrow.png") no-repeat 0 21px;
}
.proclass li dl{ display:none; margin-left: 20px;}
.proclass li:hover dl{ display:block;}

.prodis-cont .color-tabp {
  overflow: hidden;
 
}

.prodis-cont .color-tabp a {
  width: 23%;
  height: 42px;
  float: left;
  margin-right: 2.66%;
}

.prodis-cont .color-tabp a:nth-child(4n) {
  margin-right: 0;
}

.prodis-cont .shareto label {
  text-transform: uppercase;
  font-size: 16px;
  color: #3B3835;
}

.prodis-cont .shareto a {
  display: inline-block;
  background: #BEB8B3;
  width: 36px;
  height: 36px;
  color: #FFF;
  margin-left: 10px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}

.prodis-cont .shareto a:hover {
  background: #3B3835;
}

.prodis-cont .text {
  float: right;
  width: 52%;
}

.prodis-cont .text h3 {
  font-size: 30px;
  color: #3B3835;
  margin-bottom: 20px;
  font-weight: 400;
}

.prodis-cont .text-p {
  font-size: 16px;
  color: #8B847C;
  line-height: 1.8;
}

.prodis-swiper {
  float: left;
  width: 45%;
  box-sizing: border-box;
}

.prodis-swiper .gallery-top {
  background: #FFFFFF;
}

.prodis-swiper .swiper-slide img {
  width: 100%;
}

.prodis-swiper .gallery-thumbs .swiper-slide {
  box-sizing: border-box;
}

.prodis-swiper .gallery-thumbs .swiper-slide img {
  border: 1px solid transparent;
}

.prodis-swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
  border-color: #939290;
}

.bot-pro-swiper {
  position: relative;
  padding: 0 30px;
  margin-top: 16px;
}

.bot-pro-swiper .swiper-button-next, .bot-pro-swiper .swiper-button-prev {
  width: 10px;
  height: 100%;
  text-align: center;
  background-image: none;
  top: 0;
  margin-top: 0;
  background-color: #F6FAFD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bot-pro-swiper .swiper-button-next:after, .bot-pro-swiper .swiper-button-prev:after {
  display: none;
}

.bot-pro-swiper .swiper-button-next:before, .bot-pro-swiper .swiper-button-prev:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bot-pro-swiper .swiper-button-next {
  right: 0;
}

.bot-pro-swiper .swiper-button-next:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 10px;
  border-color: transparent transparent transparent #BEB8B3;
}

.bot-pro-swiper .swiper-button-next:hover:before {
  border-color: transparent transparent transparent #3B3835;
}

.bot-pro-swiper .swiper-button-prev {
  left: 0;
}

.bot-pro-swiper .swiper-button-prev:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 10px 12.5px 0;
  border-color: transparent #BEB8B3 transparent transparent;
}

.bot-pro-swiper .swiper-button-prev:hover:before {
  border-color: transparent #3B3835 transparent transparent;
}

.nobg {
  background: #FFF;
}

.content-product-detail {
  padding-bottom: 120px;
}
.shareto{
	margin-top:65px
}
.links {
  margin-top:30px;
  overflow: hidden;
}

.links li {
  float: left;
  width: 35%;
  margin-right: 10%;
}

.links a {
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 100%;
  background-color: #3B3835;
  color: #FFF;
}

.links a img {
  margin-right: 15px;
}

.pro-d-tt {
  margin: 90px 0 40px;
}

.pro-d-tt h3 {
  font-size: 24px;
  color: #3B3835;
  font-weight: 400;
  /*text-transform: uppercase;*/
}

.prodis-block {
  color: #8B847C;
}

.prodis-block .text {
  line-height: 2;
  font-size: 16px;
}

.prodis-block .text img {
  max-width: 100%;
  height: auto;
}

.prodis-block .text .textright {
  float: right;
  margin-left: 50px;
}

.prodis-block .my-table {
  overflow-x: auto;
}

.prodis-block table {
  width: 100%;
  background: #FFFFFF;
  text-align: center;
}

.prodis-block table th {
  font-weight: 500;
  text-align: center;
}

.prodis-block table td, .prodis-block table th {
  border: 1px solid #E5E5E5;
  padding: 10px;
}

.prodis-block table tr:nth-of-type(2n) {
  background: #FBFBFB;
}

.prodis-block .relatt {
  margin: 120px 0 30px;
  background-color: #3B3835;
  color: #FFF;
  font-size: 22px;
  text-transform: uppercase;
  padding: 20px 40px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.prodis-block .relatt h3 {
  font-weight: 400;
}

.prodis-block .relatt .iconfont {
  margin-right: 22px;
}

.prodis-block .xhl-input-xlarge {
  background-color: #FFF;
  height: 50px;
}

.prodis-block .xhl-controls .xhl-textarea {
  background-color: #FFF;
}

.prodis-block .usedComp label {
  color: #8B847C;
  font-size: 14px;
}

.prodis-block #xhlFormSubmit {
  background-color: #3B3835;
  font-size: 18px;
  color: #FFF;
  border-radius: 0;
  width: 252px;
  height: 56px;
  line-height: 56px;
  margin-top: 50px;
}

.related-pro .product-list ul {
  margin: 0 -5px;
}

.related-pro .product-list .imgshow img {
  width: 100%;
}

.related-pro .product-list li {
  float: left;
  width: 33.33%;
  padding: 0 5px;
  box-sizing: border-box;
}

.content-news {
  padding-bottom: 80px;
}

.news-tt {
  margin-bottom: 60px;
  border-bottom: 1px solid #BEB8B3;
}

.news-tt h3 {
  font-weight: 400;
  font-size: 14px;
  color: #3B3835;
  text-transform: uppercase;
  position: relative;
  padding: 0 26px 12px 26px;
  display: inline-block;
}

.news-tt h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #8B847C;
}

.news-d-tt {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-style: italic;
  border-bottom: 1px solid #BEB8B3;
}

.news-d-tt h3 {
  font-weight: 400;
  font-size: 24px;
  color: #3B3835;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 8px 0px;
  display: inline-block;
}

.news-d-tt .date {
  font-size: 16px;
}

.news-d-tt .date span {
  padding-left: 10px;
}

.fashion-d-tt {
  margin: 35px 0;
  position: relative;
  border-bottom: 1px solid #BEB8B3;
}

.fashion-d-tt h3 {
  font-weight: 400;
  font-size: 24px;
  color: #3B3835;
  padding: 12px 0;
  display: inline-block;
}

.fashion-d-tt .date {
  font-size: 16px;
}

.fashion-d-tt .slot-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.fashion-d-tt .shareto .iconfont {
  color: #8B847C;
  font-size: 22px;
}

.fashion-d-tt .shareto a {
  margin-left: 22px;
}

.fashion-d-tt .shareto a:hover .iconfont {
  color: #3B3835;
}

.news-list .imgshow {
  position: relative;
  float: left;
  width: 30%;
  overflow: hidden;
}

.news-list .imgshow img {
  width: 100%;
  transition: all 0.3s;
}

.news-list .text {
  float: right;
  width: 67%;
  font-size: 16px;
  color: #BEB8B3;
  font-style: italic;
  margin-top: 16px;
}

.news-list .date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  width: 72px;
  height: 72px;
  color: #FFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 8px 0 0 5px;
}

.news-list .date:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 144px;
  height: 144px;
  background: #BEB8B3;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  z-index: 1;
  margin: -72px 0 0 -72px;
}

.news-list .date em, .news-list .date small {
  position: relative;
  z-index: 2;
}

.news-list .date em {
  font-size: 24px;
}

.news-list h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
}

.news-list h3 a {
  color: #3B3835;
}

.news-list .see-more {
  margin-top: 35px;
  display: flex;
  line-height: 1;
  align-items: flex-end;
}

.news-list .see-more label {
  font-size: 16px;
  color: #3B3835;
  flex-shrink: 0;
  padding-right: 28px;
  text-transform: uppercase;
}

.news-list .see-more span {
  width: 100%;
  height: 1px;
  background: #BEB8B3;
  position: relative;
  top: -2px;
}

.news-list .see-more span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  background: #8B847C;
  width: 70px;
}

.news-list li {
  margin-bottom: 40px;
  overflow: hidden;
}

.news-list li:hover .imgshow img {
  transform: scale(1.02);
}

.news-list li:hover .date:after {
  background: #3B3835;
  transition: all 0.4s;
}

.content-news-detail .text {
  font-size: 16px;
  color: #BEB8B3;
}

.content-news-detail img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}

.news-page {
  border-top: 1px solid #BEB8B3;
  padding: 24px 180px 24px 0;
  margin: 80px 0;
  position: relative;
}

.news-page .n-page {
  font-size: 24px;
  color: #BEB8B3;
  display: block;
  margin-bottom: 8px;
}

.news-page .n-page:hover {
  color: #3B3835;
}

.news-page .shareto {
  position: absolute;
  top: 24px;
  right: 0;
}

.news-page .shareto label {
  display: block;
  text-align: right;
  margin-bottom: 12px;
}

.news-page .shareto label .iconfont {
  color: #3B3835;
}

.news-page .shareto .iconfont {
  font-size: 22px;
  color: #8B847C;
}

.news-page .shareto a {
  margin-left: 20px;
}

.news-page .shareto a:hover .iconfont {
  color: #3B3835;
}

.content-fashion .fashion-list ul {
  margin: 0 -42px;
}

.content-fashion .fashion-list .imgshow img {
  width: 100%;
}

.content-fashion .fashion-list li {
  float: left;
  width: 33.33%;
  padding: 0 42px;
  box-sizing: border-box;
}

.content-fashion .fashion-list li {
  margin-bottom: 65px;
}

.content-fashion .page-box {
  padding: 10px 0 120px;
}

.fashion-list h3 {
  font-weight: 400;
  font-size: 24px;
  margin: 20px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fashion-list h3 a {
  color: #3B3835;
}

.fashion-list .text {
  font-size: 16px;
  padding: 1px 50px 35px;
  color: #BEB8B3;
  background-color: #FDFCFC;
}

.fashion-list .text p {
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fashion-list li:hover .text {
  transition: all 0.4s;
  background-color: #3B3835;
  color: #FFF;
}

.fashion-list li:hover .text h3 a {
  color: #FFF;
  text-decoration: underline;
}

.fashion-content-detail .text {
  color: #BEB8B3;
}

.fashion-content-detail .text p {
  font-size: 16px;
}

.fashion-swiper .swiper-button-next {
  right: 0;
}

.fashion-swiper .swiper-button-next:before {
  background: url("../images/f-next.png") no-repeat 50% 50%;
}

.fashion-swiper .swiper-button-prev {
  left: 0;
}

.fashion-swiper .swiper-button-prev:before {
  background: url("../images/f-prev.png") no-repeat 50% 50%;
}

.fashion-swiper .swiper-button-next, .fashion-swiper .swiper-button-prev {
  width: 90px;
  height: 94px;
  background-color: #BEB8B3;
  transition: all 0.3s;
}

.fashion-swiper .swiper-button-next:hover, .fashion-swiper .swiper-button-prev:hover {
  background-color: #3B3835;
}

.fashion-swiper .swiper-button-next:after, .fashion-swiper .swiper-button-prev:after {
  display: none;
}

.fashion-swiper .swiper-button-next:before, .fashion-swiper .swiper-button-prev:before {
  width: 37px;
  height: 31px;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fashion-swiper .swiper-slide img {
  max-width: 100%;
}

.fashion-page {
  background: #FFFFFF;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
  line-height: 1;
  padding: 16px 50px;
  margin: 40px 0 110px;
}

.fashion-page a {
  color: #BEB8B3;
  font-size: 24px;
}

.fashion-page a:hover {
  color: #3B3835;
}

.fashion-page .prev {
  float: left;
}

.fashion-page .next {
  float: right;
}

.content-faq {
  padding-bottom: 80px;
}

.faq-list h3 {
  font-weight: 400;
  font-size: 20px;
  color: #3B3835;
  padding: 25px 110px 25px 90px;
  background-image: url("../images/faq-icon2.png");
  background-repeat: no-repeat;
  background-position: 32px 20px;
}

.faq-list li {
  background-color: #FFF;
  margin-bottom: 50px;
}

.faq-list .text {
  padding: 50px 90px;
  color: #3B3835;
  font-size: 18px;
  display: none;
}

.faq-list .cur {
  box-shadow: 0px 2px 18px 10px rgba(0, 0, 0, 0.04);
}

.faq-list .cur h3 {
  background-color: #3B3835;
  color: #FFF;
  background-image: url("../images/faq-icon.png");
}

.faq-list .cur .f-tt .icon:before {
  height: 0;
}

.faq-list .f-tt {
  position: relative;
}

.faq-list .f-tt .icon {
  position: absolute;
  width: 110px;
  height: 100%;
  right: 0;
  top: 0;
}

.faq-list .f-tt .icon:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  transform: translate(-50%, -50%);
  background-color: #B4B4B4;
  height: 6px;
}

.faq-list .f-tt .icon:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 25px;
  transform: translate(-50%, -50%);
  background-color: #B4B4B4;
  width: 6px;
  transition: all 0.4s;
}

.odm-info {
  position: relative;
  padding-top: 55px;
      padding-bottom: 50px;
}

.odm-info .text {
  position: relative;
  z-index: 2;
  background-color: #FFF;
  width: 60%;
  box-sizing: border-box;
  padding: 32px 38px;
  font-size: 16px;
  color: #BEB8B3;
  float: right;
}

.odm-info .imgshow {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}

.odm-info .imgshow img {
  max-width: 100%;
}

.odm-info h3 {
  font-size: 30px;
  font-weight: 400;
  color: #3B3835;
}

.odm-tt {
  text-align: center;
  margin: 60px 0 30px;
}

.odm-tt h3 {
  font-weight: 400;
  font-size: 30px;
  color: #333333;
}

.odm-tt span {
  font-size: 16px;
  color: #BEB8B3;
}

.odm-list {
  text-align: center;
}

.odm-list li {
  float: left;
  width: 24%;
  margin-right: 1.33%;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  padding: 38px 0 40px;
  transition: all 0.3s;
}

.odm-list li:nth-child(4n) {
  margin-right: 0;
}

.odm-list li:hover {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
}

.odm-list .icon {
  display: inline-block;
  height: 51px;
}

.odm-list .icon img {
  max-height: 100%;
}

.odm-list h4 {
  font-weight: 400;
  color: #3B3835;
  font-size: 20px;
  margin: 16px 0;
}

.odm-list p {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #BEB8B3;
}

.service-simple {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
      margin: 50px 0;
}

.service-simple .imgshow {
  float: right;
  width: 35%;
}

.service-simple .imgshow img {
  max-width: 100%;
}

.service-simple .text {
  float: left;
  width: 62%;
  color: #8B847C;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-simple .text p {
  line-height: 2;
}

.service-simple h3 {
  font-size: 30px;
  color: #3B3835;
  font-weight: 400;
  margin-bottom: 20px;
}

.service-simple .more-tel {
  background-color: #A8806B;
  color: #FFF;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  margin-top: 45px;
  box-sizing: border-box;
  width: 400px;
  text-align: center;
}

.service-simple .more-tel img {
  vertical-align: middle;
  margin-right: 18px;
}

.service-quality .line {
  height: 20px;
  background: url("../images/q-line.png") no-repeat;
  background-size: 100% 100%;
}

.service-quality .num {
  font-size: 24px;
  color: #333333;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 20%;
}

.service-quality .text {
  font-size: 12px;
  color: #8B847C;
  margin-bottom: 34px;
  text-align: right;
  padding: 0 24px;
  height: 211px;
  overflow: hidden;
}

.service-quality .shuline {
  height: 36px;
  border-right: 2px solid #BEB8B3;
  margin-right: 20%;
  margin-bottom: 50px;
  position: relative;
}

.service-quality .shuline:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 20px;
  background: url("../images/q-add.png") no-repeat;
  background-size: 100% 100%;
  margin: 0 -8px -19px 0;
}

.service-quality .imgshow img {
  max-width: 100%;
}

.q-page {
  position: relative;
  height: 13px;
  margin: 55px 0 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.q-page .swiper-button-next, .q-page .swiper-button-prev {
  position: relative;
  margin-top: 0;
  width: auto;
  height: auto;
}

.q-page .swiper-button-next:after, .q-page .swiper-button-prev:after {
  font-size: 14px;
  color: #333333;
}

.q-page .swiper-pagination {
  margin: 0 20px;
  position: relative;
  left: 0;
  width: auto;
  bottom: -7px;
}

.q-page .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
}

.q-page .swiper-pagination-bullet:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.q-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #333;
}

.q-page .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  display: none;
}

.dev-tt {
  text-align: center;
  margin-bottom: 50px;
}

.dev-tt h3 {
  font-weight: 400;
  color: #3B3835;
  font-size: 30px;
  margin-bottom: 7px;
}

.dev-tt span {
  font-size: 16px;
  color: #8B847C;
}

.content-service {
  padding-bottom: 120px;
}

.oem-list-wap {
  display: none;
}

.oem-list {
  display: block;
  position: relative;
}

.oem-list:after {
  content: '';
  position: absolute;
  width: 120px;
  border-top: 1px dotted rgba(226, 226, 226, 0.6);
  transform: rotate(65deg);
  transform-origin: 50%;
  left: 11%;
  bottom: 55%;
}

.oem-list:before {
  content: '';
  position: absolute;
  width: 120px;
  border-top: 1px dotted rgba(226, 226, 226, 0.6);
  transform-origin: 50%;
  transform: rotate(-65deg);
  right: 9%;
  bottom: 55%;
}

.oem-list ul {
  display: flex;
  justify-content: center;
}

.oem-list .bot-list {
  margin: 40px 10% 0;
}

.oem-list .line {
  width: 160px;
  border-top: 1px dotted #E2E2E2;
  margin: 60px 25px 0;
}

.oem-list .o-item {
  flex-shrink: 0;
}

.oem-list li {
  text-align: center;
}

.oem-list .icon {
  display: inline-block;
  width: 93px;
  height: 93px;
  background: #FFFFFF;
  box-shadow: 5px 6px 6px 0px rgba(68, 68, 68, 0.04);
  border-radius: 50%;
  text-align: center;
  line-height: 93px;
}

.oem-list .icon img {
  vertical-align: middle;
}

.oem-list p {
  margin-top: 18px;
  font-size: 16px;
  color: #8B847C;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-proposal {
  padding-bottom: 65px;
}

.service-proposal ul {
  margin: 0 -23px;
}

.service-proposal .imgshow img {
  width: 100%;
}

.service-proposal li {
  float: left;
  width: 80%;
  padding: 0 23px;
  box-sizing: border-box;
}

.service-proposal .p-item {
  background: #FFFFFF;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  padding: 24px;
}

.service-proposal .icon {
  width: 60px;
  height: 60px;
  border-radius: 0px 10px 0px 10px;
  background-color: #CEBE9E;
  text-align: center;
  line-height: 60px;
}

.service-proposal .icon img {
  vertical-align: middle;
}

.service-proposal h3 {
  font-size: 20px;
  color: #3B3835;
  font-weight: 400;
  margin: 15px 0 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	white-space:normal
}

.service-proposal p {
  font-size: 16px;
  color: #BEB8B3;
}

.service-proposal .text {
  line-height: 24px;
  /*height: 288px;*/
  overflow: hidden;
}

.service-proposal li {
  margin-bottom: 44px;
}

.service-proposal li:nth-child(2), .service-proposal li:nth-child(5) {
  position: relative;
  top: 60px;
}

.about-tab {
  display: flex;
  justify-content: space-around;
  padding: 0 10%;
  border-bottom: 1px solid #BEB8B3;
  margin-bottom: 65px;
}

.about-tab a {
  font-size: 14px;
  color: #3B3835;
  display: inline-block;
  padding: 10px 14px;
  position: relative;
  text-transform: uppercase;
}

.about-tab a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 2px;
  background-color: #8B847C;
  opacity: 0;
}

.about-tab a.cur:after {
  opacity: 1;
}

.about-info {
  /*background: url("../images/bouinfo-bg.jpg") no-repeat;*/
  /*background-size: cover;*/
  /*padding: 1px 0 300px;*/
}

.about-info h3 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  margin: 40px 0 30px;
}

.about-info .text {
  color: #FFF;
  font-size: 18px;
}

.aboutc-imgshow {
  margin: -285px auto 0;
  text-align: center;
}

.aboutc-imgshow .img-b {
  display: inline-block;
  background: url("../images/about-infobg.png") no-repeat;
  background-size: 100% 100%;
  padding: 24px;
}

.aboutc-imgshow img {
  max-width: 100%;
}

.about-vision {
  background-color: #FFF;
  margin: 115px 0;
  text-align: center;
  padding: 60px 0 50px;
}

.about-vision h3 {
  font-size: 30px;
  color: #3B3835;
  font-weight: 400;
  text-transform: uppercase;
}

.about-vision span {
  font-size: 12px;
  color: #3B3835;
  text-transform: uppercase;
}

.about-vision .text {
  margin-top: 50px;
  font-size: 18px;
  color: #8B847C;
}

.lect-con {
  padding: 25px 35px;
}

.lect-con .con-t {
  border-top: 4px solid #BEB8B3;
  margin-bottom: 30px;
}

.lect-con .con-t h2 {
  margin-top: 1px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  padding-top: 25px;
  border-top: 1px solid rgba(188, 188, 188, 0.54);
}

.lect-con label {
  font-size: 18px;
  color: #3B3835;
  font-weight: 500;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 35px;
}

.lect-con li {
  margin-bottom: 50px;
}

.lect-con .tel {
  background-image: url("../images/con-tel.png");
}

.lect-con .mail {
  background-image: url("../images/con-mail.png");
}

.lect-con .add {
  background-image: url("../images/con-add.png");
}

.lect-con p {
  font-size: 16px;
  color: #8B847C;
  word-break: break-all;
}

.lect-con p a {
  color: #8B847C;
}

.lect-con .imgshow img {
  max-width: 100%;
}

.content-contact {
  padding-bottom: 50px;
}

.content-contact .relatt {
  margin: 0px 0 30px;
  background-color: #3B3835;
  color: #FFF;
  font-size: 22px;
  text-transform: uppercase;
  padding: 20px 40px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.content-contact .relatt h3 {
  font-weight: 400;
}

.content-contact .relatt .iconfont {
  margin-right: 22px;
}

.content-contact .xhl-input-xlarge {
  background-color: #FFF;
  height: 50px;
}

.content-contact .xhl-controls .xhl-textarea {
  background-color: #FFF;
}

.content-contact .usedComp label {
  color: #8B847C;
  font-size: 14px;
}

.content-contact #xhlFormSubmit {
  background-color: #3B3835;
  font-size: 18px;
  color: #FFF;
  border-radius: 0;
  width: 252px;
  height: 56px;
  line-height: 56px;
  margin-top: 50px;
}

@media screen and (max-width: 1466px) {
  .index-ad-grid dd p {
    font-size: 14px;
  }
  .m-width-1460 {
    max-width: 1000px;
  }
  .pcnav li > a {
    padding: 35px 8px;
  }
  .index-ad-grid .text {
    margin-top: 0;
  }
  .index-ad-grid dd {
    margin-bottom: 35px;
  }
  .proclass li {
    font-size: 14px;
  }
  .proclass .pro-t h2 {
    font-size: 20px;
  }
  .news-list .text {
    margin-top: 0;
  }
  .news-list h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .news-list .text {
    font-size: 14px;
  }
  .fashion-list .text {
    padding: 1px 20px 20px;
  }
  .fashion-list h3 {
    font-size: 18px;
  }
  .fashion-list .text p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  #menuPc {
    display: none;
  }
  #menuWap {
    display: block;
  }
  #page {
    background: #F8F8F8;
  }
  .btn-nav {
    position: relative;
    background: transparent;
    border: none;
    padding: 21px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #fff;
    box-shadow: 0 1px 1px #000000;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .banner .bg-box {
    display: none;
  }
  .banner .banner-content {
    display: none;
  }
  .banner .wap-box {
    display: block;
  }
  .banner .swiper-slide .video-box {
    display: none;
  }
  .oem-list-wap {
    display: block;
    margin-bottom: 30px;
  }
  .oem-list-wap ul {
    overflow: hidden;
  }
  .oem-list-wap .o-item {
    flex-shrink: 0;
  }
  .oem-list-wap li {
    text-align: center;
    float: left;
    margin-bottom: 30px;
    position: relative;
  }
  .oem-list-wap li:nth-child(odd):after {
    left: 100%;
    content: '';
    width: 30%;
    height: 1px;
    border-bottom: 1px dotted #A8806B;
    top: 40%;
    position: absolute;
    transform: translateX(-50%);
  }
  .oem-list-wap li:nth-child(2):before, .oem-list-wap li:nth-child(3):before, .oem-list-wap li:nth-child(6):before, .oem-list-wap li:nth-child(7):before {
    left: 50%;
    content: '';
    width: 1px;
    height: 30px;
    border-left: 1px dotted #A8806B;
    top: 100%;
    margin-top: 10px;
    position: absolute;
  }
  .oem-list-wap li:nth-last-of-type(1):before, .oem-list-wap li:nth-last-of-type(1):after {
    display: none;
  }
  .oem-list-wap li.o-item {
    width: 50%;
  }
  .oem-list-wap .icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 5px 6px 6px 0px rgba(68, 68, 68, 0.04);
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
  }
  .oem-list-wap .icon img {
    vertical-align: middle;
  }
  .oem-list-wap p {
    margin-top: 8px;
    font-size: 14px;
    color: #575453;
    font-weight: 500;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .oem-list {
    display: none;
  }
  .header {
    position: relative;
    background: #3B3835;
  }
  .inner-20 {
    padding: 0 20px;
  }
  .pro-item-tab a {
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-align: center;
  }
  .index-product-grid .pro-item-tab {
    flex-wrap: wrap;
  }
  .index-product-grid .product-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .index-ad-grid {
    margin: 30px 0;
    padding: 30px 0;
  }
  .index-ad-grid .imgshow, .index-ad-grid .text {
    width: 100%;
  }
  .title {
    margin: 40px 0;
  }
  .core-list h3 {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .index-core-grid .core-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .index-core-grid {
    padding-bottom: 40px;
  }
  .index-test-grid .textlogo-list {
    text-align: center;
  }
  .index-test-grid .textlogo-list ul {
    margin: 0 -5px;
  }
  .index-test-grid .textlogo-list .imgshow img {
    width: 100%;
  }
  .index-test-grid .textlogo-list li {
    float: left;
    width: 50%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .index-partner-grid {
    margin-bottom: 40px;
  }
  .footer li {
    display: none;
    width: 100%;
  }
  .footer li:nth-child(1) {
    display: block;
  }
  .foot-copy {
    margin: 30px 0;
  }
  .content-left {
    display: none;
  }
  .content-right {
    width: 100%;
  }
  .content-product .product-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .banner-ny {
    margin-bottom: 30px;
  }
  .page-box .page-list {
    display: none;
  }
  .content-product {
    padding-bottom: 0;
  }
  .prodis-swiper, .prodis-cont .text {
    width: 100%;
  }
  .prodis-cont .text {
    margin-top: 30px;
  }
  .prodis-cont .text h3 {
    font-size: 24px;
  }
  .links li {
    width: 100%;
    margin: 0 0 10px;
  }
  .pro-d-tt {
    margin: 40px 0;
  }
  .related-pro .product-list li {
    width: 50%;
  }
  .prodis-block .relatt {
    margin: 40px 0;
  }
  .content-product-detail {
    padding-bottom: 40px;
  }
  .odm-info .imgshow, .odm-info .text {
    position: relative;
    width: 100%;
  }
  .odm-info .text {
    padding: 20px;
  }
  .odm-list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .odm-list li:nth-child(2n) {
    float: right;
  }
  .content-service {
    padding-bottom: 40px;
  }
  .service-simple {
    display: block;
  }
  .service-simple .imgshow, .service-simple .text {
    width: 100%;
        padding: 20px 0;
  }
  .service-simple .imgshow {
    margin-bottom: 20px;
  }
  .service-simple .more-tel {
    width: 100%;
  }
  .service-quality .text {
    height: auto;
  }
  .service-quality .imgshow {
    text-align: center;
  }
  .q-page {
    margin-top: 0;
  }
  .service-proposal li {
    width: 100%;
  }
  .service-proposal li:nth-child(2), .service-proposal li:nth-child(5) {
    top: 0;
  }
  .service-proposal .text {
    height: auto;
  }
  .service-proposal {
    padding-bottom: 0;
  }
  .news-list .imgshow, .news-list .text {
    width: 100%;
  }
  .news-list .imgshow {
    margin-bottom: 20px;
  }
  .news-page .n-page {
    font-size: 18px;
  }
  .news-page {
    padding-right: 0;
    margin: 30px 0;
  }
  .news-page .shareto {
    position: relative;
    left: 0;
    top: 0;
  }
  .news-page .shareto label {
    display: none;
  }
  .news-page .shareto a {
    margin: 0 10px 0 0;
  }
  .content-fashion .fashion-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .content-fashion .page-box {
    padding-bottom: 30px;
  }
  .fashion-swiper .swiper-button-next, .fashion-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .fashion-swiper .swiper-button-next:before, .fashion-swiper .swiper-button-prev:before {
    background-size: 20px;
  }
  .fashion-d-tt .slot-right {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .fashion-d-tt .shareto a {
    margin: 0 0 10px 0;
  }
  .fashion-page {
    margin: 40px 0;
  }
  .faq-list .text {
    padding: 20px;
    font-size: 16px;
  }
  .faq-list h3 {
    font-size: 16px;
    padding: 10px 40px 10px 20px;
    background-image: none !important;
  }
  .faq-list .f-tt .icon {
    width: 40px;
  }
  .content-faq {
    padding-bottom: 30px;
  }
  .search-list ul li .li-inner .img-box {
    margin-bottom: 20px;
  }
  .search-list ul li .li-inner .img-box, .search-list ul li .li-inner .img-text {
    width: 100%;
  }
  .search-list .img-text .t a {
    margin-top: 10px;
    white-space: pre-wrap;
  }
  .odm-info {
     padding-top: 0; 
     }
  .odm-process  .odm-tt {
        margin: 0;
  }
  
  .odm-process2 .odm-tt {
    margin: 20px 0 20px;
}
.index-about-grid .imgshow,.index-about-grid .text{
    width: 100%;
    float: none;
}
.index-about-grid .imgshow{
    text-align: center;
}


}
.animated .h-text p{
	display:none
}
.usedComp:nth-child(5) {
    width: 48%!important;
}
#dibunav{
	display: none;
}
@media only screen and (max-width: 750px) {
	#dibunav{
		width: 80%;
		position: fixed;
		display: block;
		bottom: 0%;
		left: 50%;
		transform: translate(-50%,-50%);
		display: flex;
    	justify-content: center;
    	background:#666666;
    	border-radius: 100px;
    	z-index: 99;
    	box-shadow: 0px 26px 25px -29px #000;
	}
}
#dibunav .dibunav-con{
	width: 95%;
	display: -webkit-flex;
	display: flex;
}
#dibunav .dibunav-con li{
	text-align: center;
	float: left;
	width: 25%;
	padding: 16px 0px;
}
#dibunav .dibunav-con li{
	border-left: 1px solid #fff;
}
#dibunav .dibunav-con li:nth-child(1){
	border-left: none;
}
#dibunav .dibunav-con li a{
	color:white;
	text-align: center;
}
#dibunav .dibunav-con li a img{
	/*width: 100%;*/
	display: inline-block;
	margin: 0 auto;
}
@media only screen and (max-width: 450px) {
	#dibunav{
		width: 95%;
		height: 63px;
	}
	#dibunav .dibunav-con li a img{
		width: 25px;
	}
	#dibunav .dibunav-con li{
		    padding: 8px 0px 10px 0;
	}
}
@media only screen and (max-width: 320px) {
	#dibunav{
		width: 100%;
		bottom: -3%;
	}
	#dibunav .dibunav-con li a img{
		width: 20px;
	}
}
#xhl-wrapper .xhl-launch-button{
margin-bottom:50px!important
}
.xhl-controls .xhl-textarea{
	height:50px!important
}
.xhl-form-selectMultiple-container{
	width:100%!important
}
.header .email {
    width: 20px;
    height: 17px;
    background: url(../images/h-mail.png) no-repeat;
    position: absolute;
    right: 0%;
    top: 50%;
    margin-top: -9px;
}
.header-box{
	    background:#5a5d5e4f;
}
.about-info img{
	width:100%;
	margin:auto
}
div#page {
    /*background: white;*/
}