/*------------ banner ------------*/
.site-main:before{
    display: none;
}
.banner {
    position: relative;
}
.banner .slick-arrow {
    position: absolute;
    width: 60px;
    height: 120px;
    display: block;
    border: 0;
    top: 50%;
    margin: -60px 0 0 0;
    z-index: 100;
    cursor: pointer;
    background: url('../../images/common/index/arrow.png');
}
.banner .slick-prev {
    left: 0px;
    transform: rotate(180deg);
}
.banner .slick-next {
    left: auto;
    right: 0px;
}
.banner .slick-arrow:hover {
    background-position: 0 100%;
}
/*------------ sect01 ------------*/
.sect01 {
    padding: 98px 0 70px;
}
/*------------ ad01 ------------*/
.ad-box01 {
    float: left;
    width: 36%;
}
/*------------ products ------------*/
.pd-flex{
    /*display: flex;
    flex-wrap: wrap;
    align-items: center;*/
    height: 83px;
    padding-top: 15px;
}
.pd-txt-area{
    width: 100%;
}
.products-box {
    float: right;
    width: 61%;
}
.products-box .title {
    text-align: left;
    line-height: 1.2;
    color: #000;
    font-size: 16px;
    position: relative;
    margin: 10px 0 25px;
    font-weight: bold;
    width: 100%;
}
.products-box .title >span{
    border-bottom: solid 1px #A09F82;
    padding-bottom: 4px;
    display: inline-block;
    padding-right: 165px;
}
.products-box .title b {
    font-size: 35px;
    color: #000000;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    margin: -14px 15px 0px 0;
    font-family: 'Josefin Sans', cursive;
    padding-bottom: 3px;
    border-bottom: solid 1px #A09F82;
}
.products-box .title b strong{
    font-size: 50px;
    font-weight: normal;
}
.products-box .title a {
    text-decoration: none;
    font-size: 13px;
    color: #333333;
    width: 100px;
    height: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    transition: all .2s;
    font-family: 'Josefin Sans';
    /*font-family: 'Encode Sans Expanded', sans-serif;*/
    position: relative;
    overflow: hidden;
    font-weight: 600;
    left: -100px;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.products-box .title a:hover {
  color: #fff;
  transition: all .2s;
}
.products-box .title a:before {
  background-color: #A09F82;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: skewX(-12deg) scaleX(0);
  transform: skewX(-12deg) scaleX(0);
  transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  transition: transform .5s cubic-bezier(.215,.61,.355,1);
  transition: transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
}
.products-box .title a span{
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
}
.products-box .title a:hover:before {
  -webkit-transform: skewX(-12deg) scaleX(1.2);
  transform: skewX(-12deg) scaleX(1.2);
}
.hot-arrow,
.hot-arrow2 {
    position: absolute;
    top: 21px;
    right: 0;
    width: 80px;
}
.hot-arrow .slick-arrow,
.hot-arrow2 .slick-arrow {
    width: 40px;
    height: 14px;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
    outline: 0;
    background: none;
    overflow: hidden;
}
.hot-arrow .slick-next:before,.hot-arrow .slick-next:after,
.hot-arrow2 .slick-next:before ,.hot-arrow2 .slick-next:after{
    content: '';
    display: block;
    background: url(../../images/common/index/arrow_right.png) no-repeat;
    background-position: center;
    width: 40px;
    height: 14px;
    position: absolute;
    left: 0px;
    z-index: 10;
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.hot-arrow .slick-next:hover:before,
.hot-arrow2 .slick-next:hover:before{
    -webkit-transform: translateX(50%) translateZ(0);
    -ms-transform: translateX(50%) translateZ(0);
    transform: translateX(50%) translateZ(0);
}
.hot-arrow .slick-next:after,
.hot-arrow2 .slick-next:after{
    top: 0;
    left: -100%;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
}
.hot-arrow .slick-next:hover:before ,
.hot-arrow2 .slick-next:hover:before {
    left: auto;
    right: -100%;
}
.hot-arrow .slick-next:hover:after,
.hot-arrow2 .slick-next:hover:after {
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(0%) translateZ(0);
    -ms-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
}
.hot-arrow .slick-next,
.hot-arrow2 .slick-next {
    right: 0;
    left: auto;
}
.hot-arrow .slick-next,
.hot-arrow2 .slick-next{
    border-left:solid 1px #C0C0C0;
}
.hot-arrow .slick-prev:before,.hot-arrow .slick-prev:after,
.hot-arrow2 .slick-prev:before ,.hot-arrow2 .slick-prev:after{
    content: '';
    display: block;
    background: url(../../images/common/index/arrow_left.png) no-repeat;
    background-position: center;
    width: 40px;
    height: 14px;
    position: absolute;
    left: 0px;
    z-index: 10;
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.hot-arrow .slick-prev:hover:before,
.hot-arrow2 .slick-prev:hover:before{
    -webkit-transform: translateX(50%) translateZ(0);
    -ms-transform: translateX(50%) translateZ(0);
    transform: translateX(-0%) translateZ(0);
}
.hot-arrow .slick-prev:after,
.hot-arrow2 .slick-prev:after{
    top: 0;
    right: -100%;
    left: auto;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
}
.hot-arrow .slick-prev:hover:before ,
.hot-arrow2 .slick-prev:hover:before {
    right: auto;
    left: -100%;
}
.hot-arrow .slick-prev:hover:after,
.hot-arrow2 .slick-prev:hover:after {
    right: 0;
    opacity: 1;
    -webkit-transform: translateX(0%) translateZ(0);
    -ms-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
}
.product-list,
.product-list2 {
    margin: 0 -11px;
}
.product-list li,
.product-list2 li {
    width: 25%;
    padding: 0 0px;
}
.product-list .box ,
.product-list2 .box  {
 /*   max-width: 280px;*/
    width: auto;
    margin: 0 auto;
    box-sizing: border-box;
    transition: all .2s;
    display: block;
    position: relative;
    padding: 0 10px;
    min-height: 380px;
}
.product-list li .cover,
.product-list2 li .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:9;
}
.product-list .box:hover,
.product-list2 .box:hover {
}
.product-list .pic,
.product-list2 .pic {
    width: auto;
    /*max-width: 260px;*/
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
}
.product-list .pic img,
.product-list2 .pic img{
    width:100%;
}
.product-list .pic img,
.product-list2 .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}
.product-list .box:hover .pic img,
.product-list2 .box:hover .pic 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);
}
.products-box .shopping_way.hot{
    margin:15px auto 0;
   text-align:center;
}
.product-list .name,
.product-list2 .name {
    text-align: center;
    line-height: 1.2;
    color: #000000;
    font-size: 17px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0px 0 10px;
    font-weight: bold;
}
.product-list .offers,
.product-list2 .offers {
    color: #7B6228;
    font-size: 18px;
    text-align: center;
    font-family: 'Josefin Sans';
    line-height: 1.2;
}
.product-list .text,
.product-list2 .text {
    width:auto;
    margin: 0 auto;
}
.product-list .btn,
.product-list2 .btn {
    color: #333333;
    display: block;
    padding: 0px 0px 5px;
    text-align: center;
    font-size: 15px;
    transition: all .2s;
    border-radius:  0;
    font-family: 'Josefin Sans';
    font-size: 13px;
    line-height: 27px;
    width: 175px;
    margin: auto;
    letter-spacing: 0;
    position: relative;
    height: 49px;
    line-height: 65px;
    max-width: 100%;
}
.product-list .btn:before,.product-list .btn:after,
.product-list2 .btn:before,.product-list2 .btn:after{
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  transition: all .3s ease;
  background: #A09F82;
  position: absolute;
  bottom: 0;
  left: 0%;
  max-width: 100%;
}
.product-list .box:hover .btn:after,
.product-list2 .box:hover .btn:after{
  margin-bottom: 49px;
}
.product-list .box:hover .btn,
.product-list2 .box:hover .btn {
    letter-spacing: 2px;
    line-height: 50px;
}
.product-list .box .pic-box,
.product-list2 .box .pic-box{
    position: relative;
}
.product-list2 .box.new .pic-box:before{
     width: 49px;
    height: 49px;
    content: '';
    background: url(../../images/common/products/top.png);
    position:absolute;
    display:block;
    bottom: 20px;
    z-index:50;
    left: -10px;
}
.product-list .box.hot .pic-box:before{
    width: 49px;
    height: 49px;
    content: '';
    background: url(../../images/common/products/hot.png);
    position:absolute;
    display:block;
    left: -10px;
    z-index:50;
    top: 20px;
}
/*------------ sect02 ------------*/
.sect02 {
    background: url(../../images/common/index/index_about_bg.jpg) no-repeat fixed;
    background-size: cover;
    padding: 155px 0 160px;
    background-position: 0 0;
}
.sect02 .more {
}
.sect02 .more:hover {
}
/*------------ news ------------*/
.sect02 .title {
    position: relative;
        margin: 0 0 15px;
}
.sect02 .title >span{
    color: #DFDFC1;
    font-size: 35px;
    font-family: Josefin Sans;
    letter-spacing: 1px;
}
.sect02 .title >span strong{
    font-size: 50px;
    font-weight: normal;
}
.sect02 .title a {
    text-decoration: none;
    font-size: 13px;
    color: #E0DFC2;
    width: 100px;
    height: 36px;
    line-height: 36px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    transition: all .2s;
    font-family: 'Josefin Sans';
    /*font-family: 'Encode Sans Expanded', sans-serif;*/
    position: absolute;
    overflow: hidden;
    font-weight: 600;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border:solid 1px rgba(224,223,194,0.2);
    right: 0;
    top: 50%;
    margin-top: -18px;
}
.sect02 .title a:hover {
  color: #E0DFC2;
  transition: all .2s;
}
.sect02 .title a:before {
  background-color: rgba(224,223,194,0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: skewX(-12deg) scaleX(0);
  transform: skewX(-12deg) scaleX(0);
  transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  transition: transform .5s cubic-bezier(.215,.61,.355,1);
  transition: transform .5s cubic-bezier(.215,.61,.355,1),-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
}
.sect02 .title a span{
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
}
.sect02 .title a:hover:before {
  -webkit-transform: skewX(-12deg) scaleX(1.2);
  transform: skewX(-12deg) scaleX(1.2);
}
.news-box .more {
}
.news-box {
    float: left;
    width: 44%;
}
.news-list {
    margin: 0 -10px;
}
.news-list li {
    width: 50%;
    padding: 0 10px;
}
.news-list li:nth-child(2n+1) {
    clear: left;
}
.news-list li .box {
    transition: all .2s;
    position: relative;
    max-width: 290px;
    margin: 0 auto;
    padding-bottom: 22px;
    background: #fff;
    box-sizing: border-box;
}
.news-list li .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list li .box:hover {
}
.news-list li .pic {
    position: relative;
    box-sizing: border-box;
}
.news-list .pic-box{
    overflow: hidden;
}
.news-list .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}
.news-list .box:hover .pic 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);
}
.news-list li .date,
.news-date {
    position: absolute;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #EEF0E1;
    font-size: 13px;
    text-align: center;
    bottom: -16px;
    right: 0;
    z-index: 15;
    letter-spacing: 0.35px;
    background: #7B6228;
    font-family: 'Josefin Sans';
    font-weight: bold;
}
.news-list li .name {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    margin: 37px 0 0px;
    padding: 0 20px;
}
.news-list .box:hover .name {
}
/*------------ about ------------*/
.about-box .title{
    text-align: center;
}
.about-box .title:before{
    content: 'ABOUT';
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: bold;
    color: #DCC0A4;
    display: block; 
    margin-bottom: 10px;
    letter-spacing: 61.2px;
    padding-left: 61px;
    padding-top: 24px;
}
.about-box .title .more{
    position: relative;
    display: block;
    margin:0 auto 52px;
}
.about-box {
    float: right;
    width: 54%;
    position: relative;
    color: #FFFFFF;
    padding-right: 70px;
}
.about-bg {
    max-width: 450px;
    margin: auto;
    position: relative;
}
.about-bg .editor{
    background: none;
    padding: 0;
}
/*------------ sect03 ------------*/
.sect03 {
    padding: 65px 0 147px;
}
/*------------ sect04 ------------*/
.sect04{
    padding: 170px 0 117px;
    background:url(../../images/common/index/rich_bg.png) bottom no-repeat, url(../../images/common/index/index_links_bg.jpg) fixed;
    background-size: 100% auto;
    position: relative;
}
.scroll1{
    background: url(../../images/common/index/scroll1.png);
    width: 149px;
    height: 143px;
    position: absolute;
    top: 290px;
    right: 3%;
}
.scroll2{
    background: url(../../images/common/index/scroll2.png);
    width: 107px;
    height: 139px;
    position: absolute;
    bottom: -160px;
    left: 6%;
}
.sect04 .title{
    font-family: Josefin Sans;
    font-size: 35px;
    color: #000000;
    text-align: center;
    margin-bottom: 25px;
    font-weight: normal;
}
.sect04 .title strong{
    font-weight: normal;
    font-size: 50px;
}
.rich-box{
    padding: 0 140px 66px;
    position: relative;
    max-width: 1400px;
    margin: auto;
}
.rich-box .slick-dots{
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0;
}
.rich-box .slick-dots li{
    display: inline-block;
    padding: 0 6px;
}
.rich-box .slick-dots li button{
    border:solid 1px #A09F82;
    width: 12px;
    height: 12px;
    background: none;
    font-size: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    outline: 0;
}
.rich-box .slick-dots li.slick-active button:before{
    content: '';
    position: absolute;
    background: #000000;
    width: 4px;
    height: 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.rich-list .item{
    padding: 0 10px;
}
.rich-list .box{
    max-width: 346px;
    margin: auto;
    position: relative;
}
.rich-list .box .pic{
    position: relative;
    overflow: hidden;
}
.rich-list .box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}
.rich-list .box:hover .pic 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);
}

.rich-list .box .pic:before{
    content: '';
    background: rgba(133,131,107,0.76);
    position: absolute;
    top: 0;right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rich-list:hover .box .pic:before{
    /*opacity: 1;*/
}
.rich-list:hover .box:hover .pic:before{
    opacity: 0;
}
.rich-list .box .name{
    font-size: 23px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    text-align: center;
}
.rich-list .box .cover{
    position: absolute;
    font-size: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
}
.rich-box .slick-arrow{
    background: none;
    border:none;
    top: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    left: 30px;
    outline: 0;
    overflow: hidden;
    background: #EEE0C3;
    top: 50%;
    margin-top: -40px;
}
.rich-box .slick-arrow:hover{
    background: #E0DFC2;
}
.rich-box .slick-next:before,.rich-box .slick-next:after{
    content: '';
    display: block;
    background: url(../../images/common/index/arrow_right2.png) no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0px;
    z-index: 10;
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
}
.rich-box .slick-next:hover:before{
    -webkit-transform: translateX(50%) translateZ(0);
    -ms-transform: translateX(50%) translateZ(0);
    transform: translateX(50%) translateZ(0);
}
.rich-box .slick-next:after{
    top: 0;
    left: -100%;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
}
.rich-box .slick-next:hover:before  {
    left: auto;
    right: -100%;
}
.rich-box .slick-next:hover:after{
    left: 0;
    opacity: 1;
    -webkit-transform: translateX(0%) translateZ(0);
    -ms-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
}
.rich-box .slick-next{
    right: 30px;
    left: auto;
}
.rich-box .slick-next{
}
.rich-box .slick-prev:before,.rich-box .slick-prev:after{
    content: '';
    display: block;
    background: url(../../images/common/index/arrow_left2.png) no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0px;
    z-index: 10;
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
}
.rich-box .slick-prev:hover:before{
    -webkit-transform: translateX(50%) translateZ(0);
    -ms-transform: translateX(50%) translateZ(0);
    transform: translateX(-0%) translateZ(0);
}
.rich-box .slick-prev:after{
    top: 0;
    right: -100%;
    left: auto;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
}
.rich-box .slick-prev:hover:before{
    right: auto;
    left: -100%;
}
.rich-box .slick-prev:hover:after{
    right: 0;
    opacity: 1;
    -webkit-transform: translateX(0%) translateZ(0);
    -ms-transform: translateX(0%) translateZ(0);
    transform: translateX(0%) translateZ(0);
}
/*------------ ad01 ------------*/
.ad-box02 {
    float: right;
    width: 36%;
}
/*------------ products ------------*/
.sect03 .products-box {
    float: left;
    width: 61%;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {
    .ad-box01,
    .products-box,
    .news-box,
    .about-box,
    .ad-box02,
    .sect03 .products-box {
        float: none;
        width: 100%;
        text-align: center;
    }
    .ad-box01 {
         margin: 0 0 35px;
    }
    .ad-box02 {
        margin: 50px 0 0 0;
    }
    .news-box,
    .about-box {
        max-width: 800px;
        margin: 0 auto;
    }
    .about-box {
        padding: 80px 0 0 0;
    }
    .products-box .title {
    margin: 10px 0 15px;
}
.sect01 {
     padding: 20px 0 35px;
}
.pd-flex{
    height: auto;
}
.product-list .box > a,
.product-list2 .box > a {
height: auto;
min-height: auto;
    }
}
@media screen and (max-width: 1000px) {
    .about-box .title:before{
        letter-spacing: 3px;
        padding-left: 3px;
        margin-bottom: 0;
    }
    .about-box .title .more{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .scroll1,.scroll2{
        display: none;
    }
    .sect04{
        background:  url(../../images/common/index/index_links_bg.jpg) fixed;
        background-size: 100% auto;
        padding-bottom: 40px;
    }
    .sect04 .title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sect04{
        padding-top: 40px;
    }
    .sect04 .title strong{
        font-size: 26px;
    }
    .rich-box {
        padding: 0 0px 55px;
        position: relative;
    }
    .rich-arrow{
        display: none;
    }
    .banner .slick-arrow{
        display: none!important;
    }
    .sect02 {
        padding: 40px 0;
        background-position: center;
    }
    .sect02 .title >span{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .sect02 .title >span strong{
        font-size: 26px;
    }
    .sect02 .title a{
        position: relative;
        display: block;
        margin:5px auto 20px;
    }
    /*--?ªå? --*/
    .product-list .box, .product-list2 .box{
        min-height: inherit;
    }
    .product-list .name,
    .product-list2 .name {
        font-size: 16px;
        margin: 4px 0;
    }
    .product-list .offers,
    .product-list2 .offers {
        font-size: 14px;
    }
    .shopping_way .general,
    .shopping_way .cold,
    .shopping_way .freezing {
        padding:3px 5px;
        bottom: 3px;
        font-size:12px;
    }
    .products-box .shopping_way.hot{
        margin:5px auto 0;
    }
    .product-list .box > a,
    .product-list2 .box > a {
        padding: 10px 10px 5px;
    }
    .product-list .btn,
    .product-list2 .btn {
        padding: 5px 10px;
        font-size: 12px;
    }
    .products-box .title {
        margin: 10px 0;
    }
    .news-list li .name {
        font-size: 16px;
        height: auto;
            margin: 29px 0 5px;
    }
    .news-list li a {
        padding: 12px 10px 10px;
    }
    .about-box {
        padding: 20px 0 0 0;
    }
    .about-box .more {
        top: -15px;
    }
    .sect03 {
        padding: 40px 0;
    }
    .ad-box02 {
        margin: 40px 0 10px 0;
    }
    .news-list {
        margin: 0 10px;
    }
    .products-box .title{
        text-align: center;
    }
    .products-box .title a{
        position: relative;
        margin: 5px auto 0;
        display: block;
        left: 0;
    }
    .products-box .title b strong{
        font-size: 26px;
    }
    .products-box .title >span{
        padding-right: 0;
    }
    .products-box .title b {
        font-size: 18px;
        border:none;
    }
    .products-box .title {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .banner .slick-prev {
        left: 5px;
    }
    .banner .slick-next {
        left: auto;
        right: 5px;
    }
    .about-bg {
        padding: 0px 20px 20px;
    }
    .about-box .more {
        position: static;
        margin: 0 auto 20px;
    }
    .hot-arrow,
    .hot-arrow2 {
        top: 5px;
    }
    .col.products-box{
        padding: 0 10px;
    }
}
@media screen and (max-width: 600px) {
    .hot-arrow,
    .hot-arrow2 {
        position: relative;
        left: 50%;
        margin: 0 0 0 -40px;
    }
    .products-box .title {
        margin: 10px 0 50px;
    }
    .news-list {
        margin: 0;
    }
    .news-list li .date,
    .news-date {
        left: 10px;
    }
    .product-list li,
    .product-list2 li {
        padding: 0 5px;
    }
    .product-list .box.hot:before{
        right:0px;
    }
    .news-list li {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 15px;
    }
}