<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("user-editor.css");
/* ---==header==-- */
.index-header &gt;.header-wrapper{
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    background: transparent;
    position: relative;
}
.index-header &gt;.header-wrapper&gt;.header-inner{
    max-width: 1370px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.index-header &gt;.header-wrapper&gt;.header-inner::after{
    content: '';
    clear: both;
    display: block;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.yuelogo-box{
    float: left;
    width: 276px;
    height: auto;
    padding: 28px 75px;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.yuelogo-box&gt;img{
    float: left;
    max-width: 100%;
    height: auto;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper{
    float: left;
    width: calc(100% - 276px);
    height: auto;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner{
    float: left;
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.nav-box{
    float: left;
    width: calc(100% - 350px);
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.nav-box&gt;.nav-list{
    float: left;
    width: calc(100% / 6);
    height: auto;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.nav-box&gt;.nav-list&gt;a{
    float: left;
    width: 100%;
    height: auto;
    padding: 28px 0px;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.nav-box&gt;.nav-list&gt;a&gt;h1{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    text-align: center;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.nav-box&gt;.nav-list&gt;a:hover&gt;h1{
    color: rgba(255,255,255,0);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.nav-box&gt;.nav-list&gt;a&gt;h1::before{
    content: attr(data-group);
    float: left;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 17px;
    font-weight: bold;
    color: rgba(71,71,71,0);
    text-align: center;
    font-weight: bold;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.nav-box&gt;.nav-list&gt;a:hover&gt;h1::before{
    color: rgba(71,71,71,1);
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.search-box{
    float: left;
    max-width: 185px;
    height: 116px;
    padding: 0 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.search-box&gt;.search-inner{
    float: left;
    width: 45px;
    height:auto;
    border-radius: 50%;
    overflow: hidden;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.search-box&gt;.search-inner&gt;.header-search{
    float: left;
    width: 100%;
    height:45px;
    position: relative;
    display: block;
    background: rgb(71,71,71);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.search-box&gt;.search-inner:hover&gt;.header-search{
    background: rgb(230, 230, 230);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.search-box&gt;.search-inner&gt;.header-search&gt;span{
    width: 17px;
    height:17px;
    position: absolute;
    top: 21px;
    left: 21px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    display: block;
    background: transparent;
    border: 2px solid #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.search-box&gt;.search-inner&gt;.header-search&gt;span&gt;i{
    width: 7px;
    height:2px;
    position: absolute;
    top: 15px;
    left: 15px;
    transform: translate(-50%,-50%) rotate(45deg);
    display: block;
    background: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.search-box&gt;.search-inner:hover&gt;.header-search&gt;span{
    border: 2px solid rgb(71, 71, 71);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-header &gt;.header-wrapper&gt;.header-inner&gt;.nav-wrapper&gt;.nav-inner&gt;.search-box&gt;.search-inner:hover&gt;.header-search&gt;span&gt;i{
    background: rgb(71, 71, 71);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* --==mobile-header==-- */
.mobile-header{
    display: none;
    background: rgba(254, 254, 255, 0.00);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 10;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mobile-header::after{
   content: '';
   display: block;
   clear: both;
}
.mobile-header&gt;.yuelogo-box{
    float: left;
    width: 115px;
    height: auto;
}
.mobile-header&gt;.yuelogo-box&gt;img{
    float: left;
    width: 100%;
    height: auto;
}
.mobile-header&gt;.menu {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    right: -100vw;
    -webkit-transoform: translateX(0);
    transform: translateX(0);
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;

}
.menu::after {
    content: '';
    display: block;
    clear: both;
}
.hub-show .menu {
    -webkit-transoform: translateX(-100vw);
    transform: translate(-100vw);
}
.menu &gt;.menu-inner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.menu &gt;.menu-inner&gt;.nav-box{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.menu &gt;.menu-inner&gt;.nav-box li {
    width: 100%;
    height: auto;
   
}
.menu &gt;.menu-inner&gt;.nav-box li a {
    padding: 15px;
    float: left;
    width: 100%;
    transition: all .3s;
}
.menu &gt;.menu-inner&gt;.nav-box li &gt;a&gt;h1 {
    width: 100%;
    height: auto;
    color: rgba(255, 255, 255,1);
    text-align: center;
    position: relative;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.2s ease;
    font-size: 18px;
}
.menu &gt;.menu-inner&gt;.nav-box li a &gt;h1::before{
    content: attr(data-group);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: rgba(255, 255, 255,0.00);
    text-align: center;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.2s ease;
    font-size: 18px;
}
.menu &gt;.menu-inner&gt;.nav-box li a:hover &gt;h1{
    color: rgba(255, 255, 255,0);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu &gt;.menu-inner&gt;.nav-box li a:hover &gt;h1::before{
    color: rgba(255, 255, 255,1);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hub_btn {
    display: block;
    float: right;
}
.hub_btn {
    background-color: rgba(112, 112, 112, 0.35);
    width: 50px;
    height: 50px;
    padding: 1em;
    text-align: center;
}
.hub_inner {
    position: relative;
    display: block;
    width: 20px;
    height: 14px;
}
.hub_inner span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: auto;
    transition: all .3s ease;
}
.hub_inner span:nth-of-type(1) {
    top: 0;
}
.hub_inner span:nth-of-type(2) {
    top: 6px;
}
.hub_inner span:nth-of-type(3) {
    top: 12px;
}
.hub_btn.is-active .hub_inner span:nth-of-type(1) {
    -webkit-transform: translate(0px, 6px) rotate(45deg);
    transform: translate(0px, 6px) rotate(45deg);
}
.hub_btn.is-active .hub_inner span:nth-of-type(2) {
    opacity: 0;
}
.hub_btn.is-active .hub_inner span:nth-of-type(3) {
    -webkit-transform: translate(0px, -6px) rotate(-45deg);
    transform: translate(0px, -6px) rotate(-45deg);
}
.menu &gt;.menu-inner&gt;.search-box{
    float: right;
    max-width: 185px;
    height: 52px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu &gt;.menu-inner&gt;.search-box&gt;.search-inner{
    float: left;
    width: 45px;
    height:auto;
    border-radius: 50%;
    overflow: hidden;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu &gt;.menu-inner&gt;.search-box&gt;.search-inner&gt;.header-search{
    float: left;
    width: 100%;
    height:45px;
    position: relative;
    display: block;
    background: rgb(71,71,71);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu &gt;.menu-inner&gt;.search-box&gt;.search-inner:hover&gt;.header-search{
    background: rgb(230, 230, 230);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu &gt;.menu-inner&gt;.search-box&gt;.search-inner&gt;.header-search&gt;span{
    width: 17px;
    height:17px;
    position: absolute;
    top: 21px;
    left: 21px;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    display: block;
    background: transparent;
    border: 2px solid #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu &gt;.menu-inner&gt;.search-box&gt;.search-inner&gt;.header-search&gt;span&gt;i{
    width: 7px;
    height:2px;
    position: absolute;
    top: 15px;
    left: 15px;
    transform: translate(-50%,-50%) rotate(45deg);
    display: block;
    background: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu &gt;.menu-inner&gt;.search-box&gt;.search-inner:hover&gt;.header-search&gt;span{
    border: 2px solid rgb(71, 71, 71);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu &gt;.menu-inner&gt;.search-box&gt;.search-inner:hover&gt;.header-search&gt;span&gt;i{
    background: rgb(71, 71, 71);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* --==searchbox==-- */
.search-lightbox-wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-lightbox-wrapper.is-close{
   visibility: hidden;
   background: rgba(0, 0, 0, 0.0);

}
.search-lightbox-wrapper&gt;.search-lightbox-inner{
   width: 40%;
   /* min-width: 320px; */
   height: auto;
   display: block;
   padding: 30px;
   background: #fff;
   position: relative;
  
}
.search-lightbox-wrapper&gt;.search-lightbox-inner::after{
    content: '';
    display: block;
    clear: both;
 }
 .search-lightbox-inner.is-close{
    display: none;
}
.search-lightbox-inner&gt;.cancelbox{
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
}

.search-lightbox-inner&gt;.cancelbox&gt;a{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgb(231, 231, 231);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-lightbox-inner&gt;.cancelbox:hover&gt;a{
    transform: rotate(360deg);
    background: rgb(71, 71, 71);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
.search-lightbox-inner&gt;.cancelbox&gt;a&gt;span{
    float: left;
    width: 20px;
    height: 2px;
    background: rgb(71, 71, 71);
    position: absolute;
    top: 48%;
    left: 30%;
    transform: translate(-50%,-50%);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-lightbox-inner&gt;.cancelbox&gt;a&gt;span:nth-child(1){
  transform: rotate(45deg);
}
.search-lightbox-inner&gt;.cancelbox&gt;a&gt;span:nth-child(2){
    transform: rotate(-45deg);
}
.search-lightbox-inner&gt;.cancelbox:hover&gt;a&gt;span{
    background: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-lightbox-wrapper&gt;.search-lightbox-inner&gt;.index_ser_form{
    float: left;
    width: 100%;
    height: auto;
}
.search-lightbox-wrapper&gt;.search-lightbox-inner&gt;.index_ser_form&gt;.searchbox{
    float: left;
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: space-evenly;
    -moz-box-align: center;
    align-items: center;
}
.search-lightbox-wrapper&gt;.search-lightbox-inner&gt;.index_ser_form&gt;.searchbox&gt;.men_serbar {
    width: 70%;
    height: 45px;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: space-evenly;
    -moz-box-align: center;
    align-items: center;
}
.search-lightbox-wrapper&gt;.search-lightbox-inner&gt;.index_ser_form&gt;.searchbox&gt;.men_ser {
    width: 10%;
    height: 45px;
    float: left;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: space-evenly;
    -moz-box-align: center;
    align-items: center;
}
input.reset,
input.reset:focus {
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input.search-content,
input.search-content:focus{
    float: left;
    width: 100%;
    height: 100%;
    padding:10px 15px;
    border: 1px solid #aaa;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input.search-content:focus{
    border-radius: 8px;
    background:rgb(241, 241, 241);
}
input.search-submit,
input.search-submit:focus{
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    background: rgb(71,71,71);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
input.search-submit:hover{
    background: rgb(94, 94, 94);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* --==banner==-- */
.banner-wrapper,
.banner-wrapper &gt;.banner-inner{
    float: left;
    width: 100%;
    height: auto;
}
.banner-wrapper &gt;.banner-inner&gt;.banner-box{
    float: left;
    width: 100%;
    height: auto;
}
.banner-wrapper &gt;.banner-inner&gt;.banner-box .bannerlist,
.banner-wrapper &gt;.banner-inner&gt;.banner-box .bannerlist&gt;a,
.banner-wrapper &gt;.banner-inner&gt;.banner-box .bannerlist&gt;a,img{
    float: left;
    width: 100%;
    height: auto;
}
/* --==INDEX-NEWS==-- */
.index-news-wrapper{
    float: left;
    width: 100%;
    height: auto;
    padding: 50px 0;
}
.index-news-wrapper&gt;.index-news-fadeline{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-news-wrapper&gt;.index-news-fadeline&gt;::after{
    content: '';
    width: calc((100vw - 1370px) / 2);
    height: 1px;
    display: block;
    background: rgb(127,127,127);
    position: absolute;
    bottom: 0;
    right:0;
}
.index-news-wrapper&gt; .index-news-fadeline&gt; .index-news-inner{
    float: left;
    max-width: 1370px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-title{
    float: left;
    max-width: 450px;
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-title&gt;.index-news-title-list{
    float: left;
    width: 105px;
    height: 105px;
    display: block;
    padding: 15px;
    border: 1px solid rgb(127,127,127);
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-title&gt;.index-news-title-list{
    float: left;
    width: 105px;
    height: 105px;
    display: block;
    padding: 15px;
    border: 1px solid rgb(127,127,127);
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-title&gt;.index-news-title-list&gt;h1{
    float: left;
    width: 100%;
    height: auto;
    color: rgba(127,127,127,1);
    text-align: center;
    position: relative;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-title&gt;.index-news-title-list:hover{
    background: rgb(71, 71, 71);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-title&gt;.index-news-title-list:hover&gt;h1{
    color: rgba(127,127,127,0);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-title&gt;.index-news-title-list&gt;h1::before{
    content: attr(data-group);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    float: left;
    width: 100%;
    height: auto;
    color: rgba(255,255,255,0);
    text-align: center;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-title&gt;.index-news-title-list:hover&gt;h1::before{
    color: rgba(255,255,255,1);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-box-wrapper{
    float: left;
    width: calc(100% - 450px);
    height: auto;
    border-bottom: 1px solid rgb(127,127,127);
}

.index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-box-wrapper&gt;.index-news-boxinner{
    float: left;
    width: 100%;
    height: auto;
}
.index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-box-wrapper&gt;.index-news-boxinner&gt;.index-news-box{
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 0 60px;
}
.index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-box-wrapper&gt;.index-news-boxinner&gt;.index-news-box .index-newslist{
    float: left;
    width: 100%;
    height: auto;
}
.index-news-box-wrapper&gt;.index-news-boxinner&gt;.index-news-box .index-newslist&gt;a{
    float: left;
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: flex-start;
    -moz-box-align: center;
    align-items: center;
    color: rgb(71, 71, 71);
}
.index-news-box-wrapper&gt;.index-news-boxinner&gt;.index-news-box .index-newslist&gt;a &gt;span{
    float: left;
    width: 110px;
    height: auto;
    margin: 0 45px 0 0;
}
.index-news-box-wrapper&gt;.index-news-boxinner&gt;.index-news-box .index-newslist&gt;a &gt;p{
    float: left;
    width: calc(100% - 155px);
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-news-box-wrapper&gt;.index-news-boxinner&gt;.index-news-box .index-newslist&gt;a:hover&gt;p{
    color: rgb(156, 156, 156);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* --==index  about==-- */
.index-about-wrapper{
    float: left;
    width: 100%;
    height: auto;
    padding: 80px 0 ;
    margin-bottom: 110px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.index-about-wrapper &gt;.index-about-inner{
    max-width: 1370px;
    width: 100%;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.index-about-wrapper &gt;.index-about-inner&gt;.about-img,
.index-about-wrapper &gt;.index-about-inner&gt;.about-content{
    float: left;
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.index-about-wrapper &gt;.index-about-inner&gt;.about-img{
    padding: 15px 35px 15px 110px;
}
.index-about-wrapper &gt;.index-about-inner&gt;.about-content{
    padding: 0 80px;
}
.index-about-wrapper &gt;.index-about-inner&gt;.about-img &gt;img{
    width:100%;
    height: auto;
}
.index-about-wrapper &gt;.index-about-inner&gt;.about-content&gt;.about-title{
   float: left;
   width: 100%;
   height: auto;
   margin-bottom: 60px;
}
.index-about-wrapper &gt;.index-about-inner&gt;.about-content&gt;.about-title&gt;h1,
.index-about-wrapper &gt;.index-about-inner&gt;.about-content&gt;.about-title&gt;h2{
    float: left;
    width: 100%;
    height: auto;
    color: rgb(108,108,108);
    font-weight: bold;
    padding: 5px 0;
 }
 .index-about-wrapper &gt;.index-about-inner&gt;.about-content&gt;.about-title&gt;h1{
     font-size: 22px;
 }
 .index-about-wrapper &gt;.index-about-inner&gt;.about-content&gt;.about-title&gt;h2{
    font-size: 18px;
}
.index-about-wrapper &gt;.index-about-inner&gt;.about-content&gt;.about-content-box{
    float: left;
    width: 100%;
    height: auto;
}
.index-about-wrapper &gt;.index-about-inner&gt;.about-content&gt;.about-content-box&gt;.about-main-content{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px;
}
.index-about-wrapper &gt;.index-about-inner&gt;.about-content&gt;.about-content-box&gt;.about-main-content&gt;.about-cont{
    float: left;
    width: 100%;
    height: auto;
    line-height: 33px;
    font-size: 15px;
}
.more{
    float: left;
    width: 100%;
    padding: 15px 30px;
}
.more.center{
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.more &gt;a{
    padding: 15px 30px;
    color: #fff;
    background: rgb(71, 71, 71);
    padding: 5px 30px;
    border-radius: 20px;
    line-height: 30px;
    font-weight: lighter;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.more &gt;a:hover{
    background: rgb(127,127,127);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* -==index-special==-- */
.index-special-wrapper{
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0;
    margin-bottom:40px;
}
.greybox,
.greybox1{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
    background: rgb(247,247,247);

}
.greybox1{
  padding: 30px 0;

}
.greybox{
    max-height: 700px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.index-special-inner{
    max-width: 1370px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: transparent;
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0,10deg);
}
.index-special-inner&gt;.special-box{
    float: left;
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.index-special-inner&gt;.special-box&gt;.special-list{
    float: left;
    width: 35%;
    height: auto;
    padding: 30px;
}
.index-special-inner&gt;.special-box&gt;.special-list &gt;a{
    float: left;
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.index-special-inner&gt;.special-box&gt;.special-list &gt;a&gt;.special-img{
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 10px;
}
.index-special-inner&gt;.special-box&gt;.special-list &gt;a&gt;.special-img::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-special-inner&gt;.special-box&gt;.special-list &gt;a:hover&gt;.special-img::after{
    background: rgba(0, 0, 0, 0.35);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-special-inner&gt;.special-box&gt;.special-list &gt;a&gt;.special-img&gt;img{
    float: left;
    width: 100%;
    height: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-special-inner&gt;.special-box&gt;.special-list &gt;a:hover&gt;.special-img&gt;img{
    float: left;
    width: 100%;
    height: auto;
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -webkit-transition:all 1.5s ease;
    transition: all 1.5s ease;
}


.index-special-inner&gt;.special-box&gt;.special-list &gt;a&gt;.special-content{
    float: left;
    width: 100%;
    height: auto;
}
.index-special-inner&gt;.special-box&gt;.special-list &gt;a&gt;.special-content&gt;h1{
    float: left;
    width: 100%;
    height: auto;
    padding: 3px;
    font-weight: bold;
    color: rgb(41,41,41); 
    font-size: 18px;
    text-align: center;
}
.index-special-inner&gt;.special-box&gt;.special-list &gt;a:hover&gt;.special-content&gt;h1{
    color: rgb(0, 0, 0);   
}
.index-special-inner&gt;.special-box&gt;.special-list &gt;a&gt;.special-content&gt;p{
    float: left;
    width: 100%;
    height: auto;
    padding: 3px;
    font-size: 16px;
    color: rgb(108,108,108);
    text-align: center;
    line-height: 25px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
/* --==products==-- */
.index-products-wrapper{
    float: left;
    width: 100%;
    height: auto;
    padding: 80px 0;
}
.index-products-wrapper&gt;.index-products-inner{
    max-width: 1370px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0 110px;
}
.index-products-wrapper&gt;.index-products-inner::after{
    content: '';
    display: block;
    clear: both;
}
.index-products-wrapper&gt;.index-products-inner&gt;.inedx-products-titlebox{
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.index-products-wrapper&gt;.index-products-inner&gt;.inedx-products-titlebox&gt;.inedx-products-titlebox-inner{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.inedx-products-titlebox&gt;.inedx-products-titlebox-inner&gt;.inedx-products-title{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap

}
.inedx-products-titlebox&gt;.inedx-products-titlebox-inner&gt;.inedx-products-title &gt;li{
    width: 100%;
    height: auto;
    padding: 3px 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.inedx-products-titlebox&gt;.inedx-products-titlebox-inner&gt;.inedx-products-title &gt;li&gt;h1{
    width: 100%;
    height: auto;
    font-weight: bold;
    color: rgb(128,128,128);
    font-size: 22px;
}
.inedx-products-titlebox&gt;.inedx-products-titlebox-inner&gt;.inedx-products-title &gt;li&gt;h2{
    width: 100%;
    height: auto;
    color:rgb(108,108,108);
}
.dash-line{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 975px;
    width: 100%;
    height: 1px;
    display: block;
    background: rgb(108,108,108);
}
.index-products-content{
    float: left;
    width: 100%;
    height: auto;
}
.index-products-content&gt;.index-products-content-inner{
    float: left;
    width: 100%;
    height: auto;
}
.index-products-content&gt;.index-products-content-inner&gt;.index-products-contentbox{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    padding: 85px 0 ;
}
.index-products-contentbox .index-products-contentlist{
    float: left;
    width: calc(100% / 3 - 20px);
    height: auto;
    margin: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}
.index-products-contentbox .index-products-contentlist&gt;.contentlist-inner{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.index-products-contentbox .index-products-contentlist&gt;.contentlist-inner&gt;.contentlist-img{
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index-products-contentbox .index-products-contentlist&gt;.contentlist-inner&gt;.contentlist-img&gt;img{
    float: left;
    width: 100%;
    height: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-products-contentbox .index-products-contentlist:hover&gt;.contentlist-inner&gt;.contentlist-img&gt;img{ 
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -webkit-transition:all 1.5s ease;
    transition: all 1.5s ease;
}

.index-products-contentbox .index-products-contentlist&gt;.contentlist-inner&gt;.contentlist-proname{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(127,139,148,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index-products-contentbox .index-products-contentlist:hover&gt;.contentlist-inner&gt;.contentlist-proname{
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.index-products-contentbox .index-products-contentlist&gt;.contentlist-inner&gt;.contentlist-proname&gt;p{
    width: 100%;
    height: auto;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 0 30%;
}
/* --==index-customized==-- */
.index-customized-wrapper{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom:40px;
}
.index-customized-inner{
    max-width: 1370px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: transparent;
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0,10deg);
}
.index-customized-inner::after{
    content: '';
    display: block;
    clear: both;
}
.index-customized-inner&gt;.index-customized-titlebox{
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 0 40px 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.index-customized-inner&gt;.index-customized-titlebox&gt;h1,
.index-customized-inner&gt;.index-customized-titlebox&gt;h2{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    color: rgb(108,108,108);
    font-size: 22px;
    font-weight: bold;
}
.index-customized-inner&gt;.index-customized-titlebox&gt;h2{
    margin-bottom: 0px;
    font-size: 18px;
}
.index-customized-inner&gt;.index-customized-titlebox{
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 0 40px 0;
}
.index-customized-inner&gt;.customized-box,
.pro-right-box-inner&gt;.customized-box{
    float: left;
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.index-customized-inner&gt;.customized-box&gt;.customized-boxlist,
.pro-right-box-inner&gt;.customized-box&gt;.customized-boxlist{
    width: calc(100% / 4 - 20px);
    height: auto;
    margin: 10px;
}
.index-customized-inner&gt;.customized-box&gt;.customized-boxlist &gt;.customized-info{
    float: left;
    width: 100%;
    height: auto;
}
.customized-box&gt;.customized-boxlist &gt;.customized-info&gt;.customized-infoimg{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.customized-box&gt;.customized-boxlist &gt;.customized-info&gt;.customized-infoimg&gt;img{
    float: left;
    width: 100%;
    height: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.customized-box&gt;.customized-boxlist &gt;.customized-info:hover&gt;.customized-infoimg&gt;img{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -webkit-transition:all 1.5s ease;
    transition: all 1.5s ease;
}

.customized-box&gt;.customized-boxlist &gt;.customized-info&gt;.customized-infoimg&gt;.customized-pro-number{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(127,139,148,0.65);
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.customized-box&gt;.customized-boxlist &gt;.customized-info:hover&gt;.customized-infoimg&gt;.customized-pro-number{
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.customized-box&gt;.customized-boxlist &gt;.customized-info&gt;.customized-infoimg&gt;.customized-pro-number&gt;p{
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
}
.customized-box&gt;.customized-boxlist &gt;.customized-info&gt;.customized-pro-title{
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0;
}
.customized-box&gt;.customized-boxlist &gt;.customized-info&gt;.customized-pro-title &gt;li{
    float: left;
    width: 100%;
    height: auto;
    padding: 12px 0;
    color: rgb(108,108,108);
}
.customized-box&gt;.customized-boxlist &gt;.customized-info:hover&gt;.customized-pro-title &gt;li.customized-pro-prize{
    color: rgb(133,101,32);
}
/* --==index-shopping==-- */
.index-shopping-wrapper{
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0;
}
.index-shopping-wrapper&gt;.index-shopping-inner{
    max-width: 1370px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.index-shopping-inner::after{
    content: '';
    display: block;
    clear: both;
}
.index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box{
    float: left;
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list{
    width: 50%;
    height: auto;
}
.index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list&gt;a{
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list&gt;a&gt;img{
    float: left;
    width: 100%;
    height: auto;
    -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
.index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list&gt;a:hover&gt;img{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -webkit-transition:all 1.5s ease;
    transition: all 1.5s ease;
}

.index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list&gt;a&gt;.index-shoppinggo{
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
.index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list&gt;a:hover&gt;.index-shoppinggo{
    background: rgba(91,86, 90,0.70);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
.index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list&gt;a&gt;.index-shoppinggo&gt;h1{
    text-align: center;
    font-weight: bold;
    color: rgba(255,255,255,1);
    letter-spacing: 2px;
    font-size: 35px;
    position: relative;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
 .index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list&gt;a:hover&gt;.index-shoppinggo&gt;h1{
    color: rgba(255,255,255,0);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
 }
 .shop-logo{
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     transition: all 0.5s ease;
     visibility: visible;
     opacity: 0;
 }
 .shop-logo&gt;img{
    float: left;
    width: 100px;
    height: auto;
}
.index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list&gt;a:hover&gt;.shop-logo:hover{
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: visible;
    opacity: 1;
}
 /* .index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list&gt;a&gt;.index-shoppinggo&gt;h1::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
 } */
 /* .index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list&gt;a&gt;.index-shoppinggo&gt;h1.index-shoppy::before{
    background-image: url(../images/icon/shoppy.svg);
    width: 70px;
    height: 70px;
 }
 .index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list&gt;a&gt;.index-shoppinggo&gt;h1.index-pchome::before{
    background-image: url(../images/icon/pchome.svg);
    width: 200px;
    height: 70px;
 } */
 /* .index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list&gt;a:hover&gt;.index-shoppinggo&gt;h1::before{
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
 } */
 /* --==footer==-- */
 .footer-inner{
    max-width: 1370px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
 }
 .footer-inner{
    max-width: 1370px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
 }
 .footer-inner&gt;.footer-logo{
     width: 100%;
     height: auto;
     display: -webkit-inline-flex;
     display: inline-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
 }
 .footer-inner&gt;.footer-logo&gt;img{
    max-width: 110px;
    width: 100%;
    height: auto;
}
.footer-inner&gt;.footer-map{
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer-inner&gt;.footer-map&gt;.map-list{
    width: fit-content;
    height: auto;
    padding: 15px;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.footer-inner&gt;.footer-map&gt;.map-list&gt;a{
   color: rgb(155,155,155);
   font-weight: bold;
   -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer-inner&gt;.footer-map&gt;.map-list:hover&gt;a{
    color: rgb(71, 71, 71);
    -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     -webkit-transition: all 0.5s ease;
     transition: all 0.5s ease;
 }
 .footer-inner&gt;.footer-infobox{
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
 .footer-inner&gt;.footer-infobox&gt;.footer-info{
    padding: 15px 10px;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
 }
 .footer-inner&gt;.footer-infobox&gt;.footer-info&gt;i{
    width: 25px;
    height: 25px;
    display: inline-block;
    background: rgb(155,155,155);
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    border-radius: 50%;
    margin: 0 10px;
 }
.footer-inner&gt;.footer-infobox&gt;.footer-info&gt;i .line{
    width: 25px;
    height: 25px;
    display: flex;
  justify-content: center;
  align-items: center;
 }
.footer-inner&gt;.footer-infobox&gt;.footer-info&gt;i img{
    width: 18px;
    height: 18px;
 }
 .footer-inner&gt;.footer-infobox&gt;.footer-info&gt;span,
 .footer-inner&gt;.footer-infobox&gt;.footer-info&gt;a{
    display: inline-block;
    color: rgb(155,155,155);
    font-size: 17px;
    font-weight: bold;
 }
 .footer-inner&gt;.footer-infobox&gt;.footer-info&gt;a:hover{
    color: rgb(104, 104, 104);
 }
 .footer-inner&gt;.footer-communitybox{
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0 15px;
 }
 .footer-inner&gt;.footer-communitybox&gt;.footer-community{
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
 }
 .footer-inner&gt;.footer-communitybox&gt;.footer-community&gt;a{
    width: fit-content;
    height: auto;
 }
 .footer-inner&gt;.footer-communitybox&gt;.footer-community&gt;a&gt;i{
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
 .footer-inner&gt;.footer-communitybox&gt;.footer-community&gt;a:hover&gt;i{
    -moz-transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -o-transform:translateY(-5px);
    -ms-transform:translateY(-5px);
    transform:translateY(-5px);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
 .footer-inner&gt;.footer-communitybox&gt;.footer-community&gt;a&gt;i.fa-facebook-official{
    width: fit-content;
    height: auto;
    font-size: 38px;
    color: rgb(155,155,155);
 }
 .footer-inner&gt;.footer-communitybox&gt;.footer-community&gt;a&gt;i.fa-instagram{
    width: fit-content;
    width: 33px;
    height: 33px;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    background: rgb(155,155,155);
    color: #fff;
    border-radius: 3px;
 }
 .footer-inner&gt;.copy-rightbox{
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 }
 .footer-inner&gt;.copy-rightbox&gt;li{
    width: fit-content;
    height: auto;
    margin: 0 10px;
    font-size: 16px;
    color: rgb(155,155,155);
 }
 .footer-inner&gt;.copy-rightbox&gt;li:nth-child(1){
    padding: 0 15px; 
    border-right: 1px solid rgb(155,155,155);
 }
 .footer-inner&gt;.copy-rightbox&gt;li&gt;a{
    color: rgb(155,155,155);
 }
 .footer-inner&gt;.copy-rightbox&gt;li&gt;a:hover{
    text-decoration: underline;
 }
/* --==about==-- */
.titlebanner{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
} 
.titlebanner &gt;img{
    float: left;
    width: 100%;
    height: auto;
}
.titlebanner&gt;.titlebox{
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translate(-50%,70%);
} 
.titlebox{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.titlebox&gt;.titleboxinner{
    width: 100%;
    height: auto;
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.titlebox&gt;.titleboxinner&gt;h1{
    width: 100%;
    height: auto;
    font-size: 34px;
    color: rgb(70, 70, 70);
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}
.titlebox&gt;.titleboxinner&gt;h1::after{
    content: attr(data-group);
    margin: 0 10px;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: rgb(70, 70, 70);
    font-weight: normal;
    letter-spacing: 1px;
}
/* --==bread ==-- */
.bread-wrapper{
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.bread-wrapper&gt;.bread-inner{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bread-wrapper&gt;.bread-inner&gt;.bread-box{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.20);
    padding: 5px;
}
.bread-wrapper&gt;.bread-inner&gt;.bread-box&gt;.bread{
    padding: 0px 15px;
    border-right: 1px solid rgb(148, 148, 148);
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-transform-origin:bottom;
    -moz-transform:skewX(-20deg);
    -webkit-transform-origin:bottom;
    -webkit-transform:skewX(-20deg);
    -o-transform-origin:bottom;
    -o-transform:skewX(-20deg);
    -ms-transform-origin:bottom;
    -ms-transform:skewX(-20deg);
    transform-origin:bottom;
    transform:skewX(-20deg);
}
.bread-wrapper&gt;.bread-inner&gt;.bread-box&gt;.bread:nth-last-child(1){
    border-right: none;
}
.bread-wrapper&gt;.bread-inner&gt;.bread-box&gt;.bread&gt;a{
    font-size: 12px;
    color: rgb(214, 214, 214);
    -moz-transform-origin:bottom;
    -moz-transform:skewX(20deg);
    -webkit-transform-origin:bottom;
    -webkit-transform:skewX(20deg);
    -o-transform-origin:bottom;
    -o-transform:skewX(20deg);
    -ms-transform-origin:bottom;
    -ms-transform:skewX(20deg);
    transform-origin:bottom;
    transform:skewX(20deg);
}
.bread-wrapper&gt;.bread-inner&gt;.bread-box&gt;.bread.active&gt;a{
    color: rgb(255, 255, 255);
    font-weight: bold;
}
/* aboutlist */
.aboutlist-wrapper{
    float: left;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutlist-wrapper&gt;.aboutlist-box{
    width: 100%;
    height: auto;
    padding: 40px 5px;
    border-top: 1px solid rgb(108,108,108);
    border-bottom: 1px solid rgb(108,108,108);
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutlist-wrapper&gt;.aboutlist-box&gt;.aboutlist{
    padding: 6px 15px;
    position: relative;
}
.aboutlist-wrapper&gt;.aboutlist-box&gt;.aboutlist.active{
    border-bottom: 2px solid rgb(108,108,108);
}
.aboutlist-wrapper&gt;.aboutlist-box&gt;.aboutlist.active::after{
    content:'';
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: rgb(108,108,108) transparent transparent transparent;

}
.aboutlist-wrapper&gt;.aboutlist-box&gt;.aboutlist&gt;a{
   color: rgb(108,108,108);
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
.aboutlist-wrapper&gt;.aboutlist-box&gt;.aboutlist:hover&gt;a{
    color: rgb(155, 155, 155);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
.user-content{
    float: left;
    width: 100%;
    height: auto;
    padding:  0;
    overflow: hidden;
}
.user-content&gt;.user-content-inner{
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 40px;
}
.user-content&gt;.user-content-inner&gt;.user-inner{
    float: left;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 40px;
}
/* --==contact==-- */
.contact-wrapper{
    float: left;
    width: 100%;
    height: auto;
    padding: 60px 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-wrapper &gt;.contact-inner{
    max-width: 1370px;
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox{
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li{
    width: 50%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 40px;
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box{
    padding: 0 120px;
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.office-name{
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.office-name&gt;h1{
    float: left;
    height: auto;
    font-size: 22px;
    font-weight: bold;
    color: rgb(102, 102, 102);
    position: relative;
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.office-name&gt;h1::after{
    content: '';
    display: block;
    float: left;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    right: -30px;
    background: rgb(102, 102, 102);
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.contact-info{
    width: 100%;
    height: auto;
    padding: 30px 0;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.contact-info&gt;li.info-list{
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.contact-info&gt;li.info-list&gt;span{
    width: fit-content;
    height: auto;
    margin-right: 10px;
    color: rgb(94, 94, 94);
    font-size: 17px;
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.contact-info&gt;li.info-list&gt;span:first-child{
   position: relative;
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.contact-info&gt;li.info-list&gt;span:first-child::before{
    content: '';
    width: 23px;
    height: 23px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 10px 0 0;
    vertical-align: middle;
 }
 .contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.contact-info&gt;li.info-list&gt;span.bill::before{
    background-image: url(../images/icon/bill.svg);
 }
 .contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.contact-info&gt;li.info-list&gt;span.phone::before{
    background-image: url(../images/icon/telephone.svg);
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.contact-info&gt;li.info-list&gt;span.fax::before{
    background-image: url(../images/icon/fax.svg);
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.contact-info&gt;li.info-list&gt;span.addr::before{
    background-image: url(../images/icon/addr.svg);
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.addrmap&gt;li{
    float: left;
    width: 100%;
    height: auto;
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.addrmap&gt;li&gt;iframe{
    float: left;
}
.contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.addrmap{
    width: 100%;
    height: auto;
}
.contact-form-box&gt;.form-box{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-form-box&gt;.form-box &gt;form{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.code-box{
    float: left; 
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.form-group{
    float: left; 
    width: 100%; 
    margin: 15px 0; 
    position: relative;
}
.code-box&gt;.form-group{
    width: calc(100% - 100px);
    height: auto;
}
.code-box&gt;img{
    float: left; 
    width: 100px;
    height: auto;
}
.code-box &gt;a.code-reset{
    font-size: 12px;
    color: rgb(161, 161, 161);
    letter-spacing: 1px;
}
.form-group1{ 
    width: 40%; 
    position: relative;
    margin: 25px 5px;
}
input.form-control{
    width: 100%;
    border-bottom: 1px solid rgb(230, 230, 230); 
    padding: 15px 0; 
    transition: 0.4s;
} 
input.form-control:focus{
    padding: 15px; 
}
input.form-check,
input.form-check:focus{
    width: 100%;
    padding: 15px 0; 
    transition: 0.4s;
    background: rgb(108,108,108);
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 10px;
}
input.form-check:hover{
    /* border-radius: 15px 0px 15px 0px; */
    background: rgb(139, 139, 139);
    transition: 0.4s;
}
textarea.form-control{
    width: 100%;
    border-bottom: 1px solid rgb(230, 230, 230); 
    padding: 15px 0; 
    transition: 0.4s;
    resize: none;
    height: 150px;
} 
textarea.form-control:focus{
    padding: 15px; 
}
.form-control ~ .focus-border:before,
.form-control ~ .focus-border:after{
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 0; 
    height: 2px; 
    background-color: rgb(129, 129, 129); 
    transition: 0.3s;
}
.form-control ~ .focus-border:after{
    top: auto; 
    bottom: 0; 
    left: auto; 
    right: 0;
}
.form-control ~ .focus-border i:before,
.form-control ~ .focus-border i:after{
    content: ""; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 2px; 
    height: 0; 
    background-color: rgb(129, 129, 129); 
    transition: 0.4s;
}
.form-control ~ .focus-border i:after{
    left: auto; 
    right: 0; 
    top: auto; 
    bottom: 0;
}
.form-control:focus ~ .focus-border:before,
.form-control:focus ~ .focus-border:after{
    width: 100%; 
    transition: 0.3s;
}
.form-control:focus ~ .focus-border i:before,
.form-control:focus ~ .focus-border i:after{
    height: 100%; 
    transition: 0.4s;
}
/* --==shop==-- */
.map-box-wrapper{
    float: left;
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.map-box-wrapper&gt;.map-box{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px 0;
}
.map-box-wrapper&gt;.map-box&gt;ul{
    width: 40%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 20px;
}
.map-box-wrapper&gt;.map-box&gt;ul.map-content{
    width: 60%;
}
.map-box-wrapper&gt;.map-box&gt;ul.mapimg{
    position: relative;
    overflow: hidden;
    padding: 0 0px;
    cursor: pointer;
}
.map-box-wrapper&gt;.map-box&gt;ul.mapimg&gt;img{
    width: 100%;
    height: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.map-box-wrapper&gt;.map-box&gt;ul.mapimg&gt;iframe{
    width: 100%;
    height: 270px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.map-box-wrapper&gt;.map-box&gt;ul.mapimg:hover&gt;img{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -webkit-transition:all 1.5s ease;
    transition: all 1.5s ease;
}

.map-box-wrapper&gt;.map-box&gt;ul.mapimg&gt;li.place-name{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}
.map-box-wrapper&gt;.map-box&gt;ul.mapimg:hover&gt;li.place-name{
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.map-box-wrapper&gt;.map-box&gt;ul.mapimg&gt;li.place-name&gt;h1{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.map-box-wrapper&gt;.map-box&gt;ul&gt;li{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    flex-wrap: wrap;
}
.map-box-wrapper&gt;.map-box&gt;ul&gt;li.map-title{
    color: rgb(75, 75, 75);
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 15px;
    border-bottom: 1px solid rgb(109, 109, 109);
}
.map-box-wrapper&gt;.map-box&gt;ul&gt;li.map-info-box{
    padding: 15px 0;
}
.map-box-wrapper&gt;.map-box&gt;ul&gt;li.map-info-box&gt;.map-infobox-inner{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    flex-wrap: wrap;
}
.map-box-wrapper&gt;.map-box&gt;ul&gt;li.map-info-box&gt;.map-infobox-inner&gt;li{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
}
.map-box-wrapper&gt;.map-box&gt;ul&gt;li.map-info-box&gt;.map-infobox-inner&gt;li&gt;i{
   margin: 0 5px;
   color: rgb(100, 100, 100);
}
.map-box-wrapper&gt;.map-box&gt;ul&gt;li.map-info-box&gt;.map-infobox-inner&gt;li&gt;i+span,
.map-box-wrapper&gt;.map-box&gt;ul&gt;li.map-info-box&gt;.map-infobox-inner&gt;li&gt;i+a{
    color: rgb(139, 139, 139);
}
.map-box-wrapper&gt;.map-box&gt;ul&gt;li.map-info-box&gt;.map-infobox-inner&gt;li:hover&gt;i.fa-home+a{
    color: rgb(133,101,32);
}
/* --==map-lightbox==-- */
/* .viewmap{
    cursor: pointer;
} */
.map-lightbox-wrapper{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.map-lightbox-wrapper.is-close{
   visibility: hidden;
   background: rgba(0, 0, 0, 0.0);

}
.map-lightbox-wrapper&gt;.map-lightbox-inner {
   width: 60%;
   height: auto;
   display: block;
   padding: 30px;
   background: #fff;
   position: relative;
  
}
.map-lightbox-wrapper&gt;.map-lightbox-inner::after{
    content: '';
    display: block;
    clear: both;
 }
 .map-lightbox-inner.is-close{
    display: none;
}
.map-lightbox-inner&gt;.cancelbox{
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
}

.map-lightbox-inner&gt;.cancelbox&gt;a{
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgb(231, 231, 231);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.map-lightbox-inner&gt;.cancelbox:hover&gt;a{
    transform: rotate(360deg);
    background: rgb(71, 71, 71);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
 }
 .map-lightbox-inner&gt;.cancelbox&gt;a&gt;span{
    float: left;
    width: 20px;
    height: 2px;
    background: rgb(71, 71, 71);
    position: absolute;
    top: 48%;
    left: 30%;
    transform: translate(-50%,-50%);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.map-lightbox-inner&gt;.cancelbox&gt;a&gt;span:nth-child(1){
  transform: rotate(45deg);
}
.map-lightbox-inner&gt;.cancelbox&gt;a&gt;span:nth-child(2){
    transform: rotate(-45deg);
}
.map-lightbox-inner&gt;.cancelbox:hover&gt;a&gt;span{
    background: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-lightbox-wrapper&gt;.search-lightbox-inner&gt;iframe{
    float: left;
    width: 100%;
    height: auto;
}
/* --==page-change==-- */
.page-change-box{
    float: left;
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
.page-change-box&gt;li{
    width: fit-content;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.page-change-box&gt;li&gt;a{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    background: rgb(145, 145, 145);
    margin: 0 3px;
}
.page-change-box&gt;li&gt;a.btn-active{
    background: rgb(105, 105, 105);
}
/* --==news==-- */
.news-wrapper{
    float: left;
    width: 100%;
    height: auto;
    padding: 40px;
}
.news-wrapper&gt;.news-inner{
    float: left;
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-wrapper&gt;.news-inner&gt;.news-box{
    width: calc(100% / 3 - 60px);
    height: auto;
    border: 1px solid rgb(221, 221, 221);
    margin: 20px;
}
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a{
    float: left;
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a&gt;.news-img{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a&gt;.news-img&gt;img{
    float: left;
    width: 100%;
    height: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a:hover&gt;.news-img&gt;img{
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -webkit-transition:all 1.5s ease;
    transition: all 1.5s ease;
}
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a&gt;.news-img&gt;.view-more{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
}
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a&gt;.news-img&gt;.view-more&gt;h1{
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
   
}
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a:hover&gt;.news-img&gt;.view-more{
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a&gt;.news-content{
    width: 100%;
    height: auto;
    padding: 15px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a&gt;.news-content&gt;h1.news-title{
    width: 100%;
    height: auto;
    text-align: center;
    color: rgb(105, 105, 105);
    font-weight: bold;
    font-size: 19px;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a&gt;.news-content&gt;.title-time{
    width: 100%;
    height: auto;
    text-align: center;
    color: rgb(105, 105, 105);
    font-weight: bold;
    font-size: 18px;
    padding: 5px 0;
}
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a&gt;.news-content&gt;.title-time{
    width: 100%;
    height: auto;
    padding: 5px 0;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a&gt;.news-content&gt;.title-time&gt;i,
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a&gt;.news-content&gt;.title-time&gt;i+span{
   margin: 0 3px;
   font-size: 14px;
}
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a&gt;.news-content&gt;.news-words{
    width: 100%;
    height: auto;
    padding: 5px 0;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.news-wrapper&gt;.news-inner&gt;.news-box&gt;a&gt;.news-content&gt;.news-words&gt;p{
    width: 100%;
    height: auto;
    color: rgb(109, 109, 109);
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-wrapper&gt;.newsdetail-inner{
    float: left;
    width: 100%;
    height: auto;
    padding: 30px;
    background: rgb(255, 255, 255);
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-wrapper&gt;.newsdetail-inner&gt;.news-title{
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 20px;
    border-bottom: 1px solid rgb(100, 100, 100);
}
.news-wrapper&gt;.newsdetail-inner&gt;.news-title&gt;h1{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: rgb(108,108,108);
    padding: 0 0 20px;
}
.news-wrapper&gt;.newsdetail-inner&gt;.news-title&gt;.time{
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}
.news-wrapper&gt;.newsdetail-inner&gt;.news-title&gt;.time&gt;span{
    color: rgb(156, 156, 156);
    font-size: 12px;
}
.news-wrapper&gt;.newsdetail-inner&gt;.newsdetail-content{
    width: 100%;
    height: auto;
    padding: 30px 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.upper-page{
    width: 100%;
    padding: 30px 0 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upper-page &gt;a{
    padding: 15px 25px ;
    background:rgb(102, 102, 102);
    color: #fff;
    text-align: center;
    border-radius: 10px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.upper-page &gt;a:hover{
    background:rgb(124, 124, 124);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* --==products==-- */
.pro-all{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}
.pro-all &gt;.pro-inner{
    max-width: 1370px;
    width: 100%;
    height: auto;
    padding: 0 20px;
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro-all &gt;.pro-inner&gt;.pro-left-box{
    width: 20%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro-right-box{
    width: 80%;
    height: auto;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-left-box&gt;.items-title{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-left-box&gt;.items-title &gt;h1{
    font-size: 22px;
    font-weight: bold;
    color: rgb(71, 71, 71);
    padding: 15px 20px;
    letter-spacing: 2px;
    border-bottom: 3px solid rgb(71, 71, 71);
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr ;
    position: relative;
}
.pro-left-box&gt;.items-title &gt;h1::after{
    content: attr(data-group);
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    right: -22px;
    font-weight: bold;
    color: rgb(161, 161, 161);
    padding: 15px;
    letter-spacing: 2px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
}
.pro-left-box&gt;.prolist{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
}
.pro-left-box&gt;.prolist&gt;.pro-all-title,
.mobile-prolist&gt;.pro-all-title{
    width: 100%;
    height: auto;
}
.pro-left-box&gt;.prolist&gt;.pro-all-title&gt;a,
.mobile-prolist&gt;.pro-all-title&gt;a{
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(71, 71, 71);
}
.mobile-prolist&gt;.pro-all-title&gt;a{
    background:rgb(139, 139, 139);
}
.accordion {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}

.accordion&gt;.accord-title {
    width: 100%;
	border-bottom: 1px solid #d8d8d8;
    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
    align-items: center;
    color: rgb(102, 102, 102);
}
.accordion&gt;.accord-title&gt;h1{
    width: 100%;
    text-align: center;
	padding: 20px;
}
.accord-title .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.accord-content {
    width: 100%;
    /* display: none; */
    height: auto;
	background: rgb(247, 247, 247);
	padding: 10px 20px;
}
.accord-content {
    width: 100%;
    /* display: none; */
    height: auto;
	background: rgb(247, 247, 247);
	padding: 10px 20px;
}
.accord-content&gt;.pro-item-list{
    width: 100%;
    /* display: none; */
    height: auto;
}
.accord-content&gt;.pro-item-list&gt;a{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    color:rgb(119, 119, 119);
    padding: 10px;
}
.accord-content.active&gt;.pro-item-list&gt;a.active{
   color:rgb(75, 75, 75);
}
.accord-content&gt;.pro-item-list&gt;a:hover{
    color:rgb(75, 75, 75);
}
/* -==mobile list ==--*/
.pro-left-box&gt;.mobile-prolist-box{
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    display: none;;
}
.pro-left-box&gt;.mobile-prolist-box&gt;.pro-item-title{
    width: 100%;
    height: auto;
    cursor: pointer;
}

.pro-left-box&gt;.mobile-prolist-box&gt;.pro-item-title&gt;h3{
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 20px;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(71, 71, 71);
}
.mobile-prolist{
    display: none;
}
.mobile-prolist.is-active{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* --==pro-detail==-- */
.pro-detail-wrapper,
.page-content-inner{
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.page-content-inner{
    padding: 40px;
    background:rgb(250, 250, 250);
}
.pro-detail-wrapper&gt;.pro-detail-inner{
    width: 100%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro-detail-wrapper&gt;.pro-detail-inner&gt;.pro-detail-left,
.pro-detail-wrapper&gt;.pro-detail-inner&gt;.pro-detail-right{
    width: 50%;
    height: auto;
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro-detail-wrapper&gt;.pro-detail-inner&gt;.pro-detail-left&gt;.pro-slick-box{
    width: 100%;
    height: auto;
}
.pro-detail-wrapper&gt;.pro-detail-inner&gt;.pro-detail-left&gt;.pro-slick-box{
    width: 100%;
    height: auto;
    padding: 0 60px;
}
.pro-detail-left&gt;.pro-slick-box&gt;.pro-slick-inner{
    float: left;
    width: 100%;
    height: auto;
    padding: 0 20px;
}
.pro-detail-left&gt;.pro-slick-box&gt;.pro-slick-inner .pro-slick-list{
    float: left;
    width: 100%;
    height: auto;
    border: 1px solid rgb(211, 211, 211);
    border-radius: 10px;
    overflow: hidden;
}
.pro-detail-left&gt;.pro-slick-box&gt;.pro-slick-inner .pro-slick-list&gt;img{
    float: left;
    width: 100%;
    height: auto;
}
.pro-detail-left&gt;.pro-slick-box&gt;.pro-slick-navi{
    float: left;
    width: 100%;
    height: auto;
    padding:15px 20px;
    
}
.pro-detail-left&gt;.pro-slick-box&gt;.pro-slick-navi .pro-slicknav-list{
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 10px;
    border: 1px solid rgb(211, 211, 211);
    border-radius: 10px;
    overflow: hidden;
}
.pro-detail-left&gt;.pro-slick-box&gt;.pro-slick-navi .pro-slicknav-list&gt;img{
    float: left;
    width: 100%;
    height: auto;
}
.pro-detail-right&gt;.pro-detail-title{
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0 0 40px;
    border-bottom: 1px solid rgb(100, 100, 100);
}
.pro-detail-right&gt;.pro-detail-title&gt;h1{
    float: left;
    width: 100%;
    height: auto;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    color: rgb(100, 100, 100);
    position: relative;
}
.pro-detail-right&gt;.pro-detail-title&gt;h1::after{
    content: attr(data-group);
    position: absolute;
    left: 0;
    bottom: -27px;
    font-size: 16px;
    font-weight: normal;
    color: rgb(160, 160, 160);
}
.pro-detail-right&gt;.pro-detail-title&gt;a{
    position: absolute;
    right:5px;
    bottom: -40px;
    font-size: 16px;
    font-weight: normal;
}
.pro-detail-right&gt;.pro-detail-title&gt;a&gt;i{
    float: left;
    font-size: 35px;
    font-weight: normal;
    color: rgb(148, 148, 148);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pro-detail-right&gt;.pro-detail-title&gt;a:hover&gt;i{
    color: rgb(122, 122, 122);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pro-detail-right&gt;.pro-detail-info-box{
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro-detail-right&gt;.pro-detail-info-box&gt;.pro-detail-intro{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.pro-detail-right&gt;.pro-detail-info-box&gt;.pro-detail-intro&gt;.pro-info-title{
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.pro-detail-right&gt;.pro-detail-info-box&gt;.pro-detail-intro&gt;.pro-info-title&gt;h1{
    float: left;
    width: 100%;
    height: auto;
    color: rgb(71, 71, 71);
    font-size: 18px;
    font-weight: bold;
}
.pro-detail-right&gt;.pro-detail-info-box&gt;.pro-detail-intro&gt;.pro-info-intro{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.pro-detail-right&gt;.pro-detail-info-box&gt;.pro-detail-intro&gt;.pro-info-intro&gt;li{
    width: 100%;
    height: auto;
}
.pro-detail-right&gt;.pro-detail-info-box&gt;.pro-detail-intro&gt;.pro-info-intro&gt;li&gt;p{
    float: left;
    width: 100%;
    height: auto;
    color: rgb(100, 100, 100);
}
.pro-detail-intro&gt;.pro-size-info{
    width: 100%;
    height: auto;
    padding: 10px 0;
}
.pro-detail-intro&gt;.pro-size-info&gt;p{
    float: left;
    width: 100%;
    height: auto;
    color: rgb(100, 100, 100);
}
.pro-info-prize{
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-top: 1px solid rgb(100, 100, 100);
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro-info-prize&gt;h1{
    width: 40%;
    height: auto;
    color: #f00;
    font-weight: bold;
    font-size: 22px;
}
.pro-info-prize&gt;.go-shopping{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro-info-prize&gt;.go-shopping&gt;li{
    width: 46%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    margin: 0 5px;
}
.pro-info-prize&gt;.go-shopping&gt;li&gt;a{
    max-width: 250px;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    background: rgb(141, 141, 141);
    color: #fff;
    border-radius: 10px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pro-info-prize&gt;.go-shopping&gt;li&gt;a:hover{
    background: rgb(112, 112, 112);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pro-info-prize&gt;.go-shopping&gt;li&gt;p{
   width: 100%;
   height: auto;
   text-align: center;
   color: rgb(58, 58, 58);
}
.page-content-inner&gt;.pro-detail-maincontent{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-content-inner&gt;.pro-detail-maincontent&gt;.pro-detail-maincontent-titlebox{
    width: 100%;
    height: auto;
}
.page-content-inner&gt;.pro-detail-maincontent&gt;.pro-detail-maincontent-titlebox&gt;h1{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 22px;
    color: rgb(100, 100, 100);
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}
.page-content-inner&gt;.pro-detail-maincontent&gt;.pro-detail-maincontent-titlebox&gt;h1::after{
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: rgb(100, 100, 100);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}
/* gotop */
.gotop{
    position: absolute;
    top: 0px;
    right: 15px;
    float: right;
    width: 50px;
    height: auto;
    padding: 10px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: rgb(192, 174, 141);
    background: rgb(105, 105, 105);
    border-radius: 3px;
} 
.gotop &gt;img{
    float: right;
    width: 20px;
    height: auto;
 }
 .gotop:hover{
    color: rgb(243, 232, 211);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  
 }
 .gotop &gt;span{
    float: right;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    padding: 3px 0 0;
 }


@media only screen and (max-width: 1178px) {
     header.index-header{
         display: none;
     }
     .mobile-header.mobile-header{
         display: block;
     }
     .contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box{
        padding: 0 80px;
    }
    .search-lightbox-wrapper&gt;.search-lightbox-inner{
        width: 60%;
     }
     .pro-detail-wrapper&gt;.pro-detail-inner&gt;.pro-detail-left&gt;.pro-slick-box {
        padding: 0 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-title{
        max-width: 300px;
        width: 100%;
    }
    .index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-box-wrapper{
        width: calc(100% - 300px);
    }
  
    .index-about-wrapper{
        padding: 0;
        margin-bottom: 0px;
    }
    .index-about-wrapper &gt;.index-about-inner&gt;.about-img,
    .index-about-wrapper &gt;.index-about-inner&gt;.about-content{
        width: 100%;
    }
    .index-about-wrapper &gt;.index-about-inner&gt;.about-img{
        padding: 0 80px;
    }
    .index-about-wrapper &gt;.index-about-inner&gt;.about-content {
        padding: 40px 80px;
    }
    .index-special-wrapper {
        margin-bottom: 0px;
    }
    .index-special-inner&gt;.special-box&gt;.special-list {
        padding: 30px 0;
    }
    .index-products-wrapper {
        padding: 40px 0;
    }
    .index-customized-inner&gt;.customized-box&gt;.customized-boxlist {
        width: calc(100% / 2 - 20px);
    }
    .index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list {
        width: 100%;
    }
    .footer-inner&gt;.footer-infobox&gt;.footer-info {
        width: 100%;
    }
    .contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box{
        padding: 0 25px;
    }
    /* news */
    .news-wrapper&gt;.news-inner&gt;.news-box {
        width: calc(100% / 2 - 20px);
        margin: 10px;
    }
    /* products */
    .pro-right-box {
        padding: 0px 15px;
    }
    .pro-right-box-inner&gt;.customized-box&gt;.customized-boxlist{
        width: calc(100% / 2 - 20px);
    }
    /* .pro-detail-wrapper&gt;.pro-detail-inner&gt;.pro-detail-left, .pro-detail-wrapper&gt;.pro-detail-inner&gt;.pro-detail-right {
        width: 100%;
    }
    .pro-detail-wrapper&gt;.pro-detail-inner&gt;.pro-detail-left&gt;.pro-slick-box {
        padding: 0 50px;
    } */
}
/*--== mobile ==--*/
@media only screen and (max-width: 767px) {
    .index-news-wrapper {
        padding: 30px 0;
    }
    article.main-content {
        padding: 0;
    }
    .search-lightbox-wrapper&gt;.search-lightbox-inner{
        width: 80%;
     }
    .search-lightbox-wrapper&gt;.search-lightbox-inner&gt;.index_ser_form&gt;.searchbox&gt;.men_ser {
        width: 20%;
    }
    .index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-title&gt;.index-news-title-list {
        width: 80px;
        height: 80px;
    }
    .index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-box-wrapper {
        width: 100%;
    }
    .index-news-wrapper&gt;.index-news-fadeline&gt;.index-news-inner&gt;.index-news-box-wrapper&gt;.index-news-boxinner&gt;.index-news-box {
        padding: 30px 0;
    }
    .index-news-box-wrapper&gt;.index-news-boxinner&gt;.index-news-box .index-newslist&gt;a &gt;span{
       display: none;
    }
    .index-news-box-wrapper&gt;.index-news-boxinner&gt;.index-news-box .index-newslist&gt;a &gt;p{
        width: 100%;
    }
    .index-about-wrapper{
        padding: 30px 0 0;
        margin-bottom: 0px;
    }
    .index-about-wrapper &gt;.index-about-inner&gt;.about-img,
    .index-about-wrapper &gt;.index-about-inner&gt;.about-content{
        width: 100%;
    }
    .index-about-wrapper &gt;.index-about-inner&gt;.about-img{
        padding: 0;
    }
    .index-about-wrapper &gt;.index-about-inner&gt;.about-content {
        padding: 20px;
    }
    .index-about-wrapper &gt;.index-about-inner&gt;.about-content&gt;.about-title{
        margin-bottom: 20px;
     }
    .index-about-wrapper &gt;.index-about-inner&gt;.about-content&gt;.about-title&gt;h1,
    .index-about-wrapper &gt;.index-about-inner&gt;.about-content&gt;.about-title&gt;h2{
        text-align: center;
    }
    .index-about-wrapper &gt;.index-about-inner&gt;.about-content&gt;.about-content-box&gt;.about-main-content&gt;.about-cont{
        line-height: 23px;
        font-size: 14px;
    }
    .index-about-wrapper &gt;.index-about-inner&gt;.about-content&gt;.about-content-box&gt;.about-main-content{
        padding: 30px 20px;
    }
    .index-special-wrapper{
        margin-bottom:0;
    }
    .greybox{
        max-height:none;
    }
    .index-special-inner&gt;.special-box&gt;.special-list{
        float: left;
        width: 100%;
        height: auto;
        padding: 30px;
    }
    .index-products-wrapper{
        padding: 0;
    }
    .index-products-wrapper&gt;.index-products-inner{
        padding: 0 15px;
    }
    .index-customized-inner&gt;.customized-box&gt;.customized-boxlist{
        width: 100%;
    }
    .index-shopping-wrapper{
        padding: 40px 0;
    }
    .index-shopping-wrapper&gt;.index-shopping-inner&gt;.shopping-box&gt;.shopping-list{
        width: 100%;
    }
    .footer-inner&gt;.footer-map&gt;.map-list{
        width: 50%;
        padding: 12px;
    }
    .footer-inner&gt;.footer-infobox&gt;.footer-info&gt;span{
        font-size: 15px;
     }
    .footer-inner&gt;.footer-infobox&gt;.footer-info{
        padding: 15px 10px;
        width: 100%;
     }
     .footer-inner&gt;.copy-rightbox&gt;li{
        width: 100%;
        text-align: center;
        font-size: 12px
     }
     .bread-wrapper {
       display: none;
    }
    .titlebox&gt;.titleboxinner {
        padding: 20px 0 0;
    }
    .titlebox&gt;.titleboxinner&gt;h1 {
        font-size: 25px;
    }
    .titlebox&gt;.titleboxinner&gt;h1::after {
        font-size: 14px;
    }
    .aboutlist-wrapper&gt;.aboutlist-box {
        padding: 25px 5px;
        flex-wrap: wrap;
    }
    .user-content&gt;.user-content-inner {
        padding: 40px 20px;
    }
    .user-content&gt;.user-content-inner&gt;.user-inner {
        padding: 20px 15px;
    }
    /* contact */
    .contact-wrapper {
        padding: 25px 0;
    }
    .contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li{
        width: 100%;
        padding: 0 20px;
    }
    .contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box {
        padding: 0px 20px;
    }
    .contact-wrapper &gt;.contact-inner&gt;.contactbox &gt;li.contact-info-box&gt;.contact-info&gt;li.info-list&gt;span {
        font-size: 14px;
    }
    /* sales */
    .map-box-wrapper&gt;.map-box&gt;ul{
        width: 100%;
        height: auto;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        -ms-flex-wrap: wrap;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 0;
    }
    .map-box-wrapper&gt;.map-box&gt;ul.map-content{
        width: 100%;
    }
    .map-box-wrapper&gt;.map-box&gt;ul.mapimg {
        margin-bottom: 15px;
    }
    .map-box-wrapper&gt;.map-box&gt;ul&gt;li.map-title {
        font-size: 18px;
    }
    .map-lightbox-wrapper&gt;.map-lightbox-inner {
        width: 80%;
        padding: 10px;
    }
    .aboutlist-wrapper&gt;.aboutlist-box.fourth {
        padding: 5px 5px;
        flex-wrap: wrap;
    }
    .aboutlist-wrapper&gt;.aboutlist-box.fourth&gt;.aboutlist {
        width: 50%;
        text-align: center;
    }
    /* news */
    .news-wrapper {
        padding: 20px 15px;
    }
    .news-wrapper&gt;.news-inner&gt;.news-box {
        width: 100%;
        margin: 10px 0;
    }
    .news-wrapper&gt;.newsdetail-inner {
        padding: 30px 20px;
    }
    /* products */
    .pro-all {
        padding: 20px 0;
    }
    .pro-left-box&gt;.prolist{
      display: none;
    }
    .pro-right-box-inner&gt;.customized-box&gt;.customized-boxlist{
        width: calc(100% - 20px);
    }
    .pro-all &gt;.pro-inner&gt;.pro-left-box{
        width: 100%;
        height: auto;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .pro-right-box{
        width: 100%;
        height: auto;
        padding: 0 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pro-left-box&gt;.mobile-prolist-box{
        display: -webkit-flex;
        display: flex;
    }
    .pro-detail-wrapper&gt;.pro-detail-inner&gt;.pro-detail-left,
    .pro-detail-wrapper&gt;.pro-detail-inner&gt;.pro-detail-right{
    width: 100%;
    }
    .pro-detail-wrapper&gt;.pro-detail-inner&gt;.pro-detail-left&gt;.pro-slick-box {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .pro-detail-right&gt;.pro-detail-title&gt;h1 {
        font-size: 20px;
    }
    .pro-info-prize {
        padding: 20px 0 0;
    }
    .pro-info-prize&gt;.go-shopping&gt;li {
        padding: 15px 0;
    }
    .pro-info-prize&gt;.go-shopping&gt;li&gt;a {
        font-size: 14px;
        padding: 10px 0;
    }
    
    .page-content-inner {
        padding: 20px 10px;
    }
    .paddb30{
        padding-bottom: 30px;
    }
    .footer-inner&gt;.copy-rightbox&gt;li:nth-child(1) {
        border-right: none;
    }
}
@media only screen and (max-width: 320px){
    .news-wrapper&gt;.newsdetail-inner {
        padding: 30px 15px;
    }
    .pro-info-prize&gt;h1 {
        font-size: 20px;
    }
    .pro-info-prize&gt;.go-shopping&gt;li&gt;a {
        font-size: 12px;
    }
} 


</pre></body></html>