.container {
  width: 1370px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#header .nav {
  position: relative;
  padding: 20px 3%;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .h-search .fa {
  color: #ffffff;
  font-size: 20px;
  margin-top: 5px;
  line-height: 45px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .language-choose {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-family: 'Josefin Sans', sans-serif;
}
#header .nav .language-choose span {
  height: 60px;
  display: block;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
}
#header .nav .language-choose .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 140px;
  background: #ae8875;
  text-align: left;
  z-index: 101;
}
#header .nav .language-choose .sub-menu li {
  line-height: normal;
}
#header .nav .language-choose .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
  line-height: 28px;
}
#header .nav .language-choose .sub-menu li:hover {
  background: #222;
}
#header .nav .logo {
  padding-top: 15px;
  margin-left: 30px;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 45px;
  height: 60px;
  position: relative;
  text-align: center;
  width: 80%;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  margin: 0 20px;
  vertical-align: top;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
}
#header .nav .menu-box .menu > li > a {
  font-size: 20px;
  color: #000;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ffffff;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #ffffff;
}
#header .nav .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #ae8875;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#banner {
  background: #ae8875;
  position: relative;
}
#banner .hot {
  position: absolute;
  width: 38%;
  bottom: -10%;
  left: 4.4%;
  z-index: 2;
}
#banner .hot ul li {
  padding: 0 10px;
  width: 30%;
  float: left;
}
.banner-list .slick-slider{
  margin: 0;
}
.banner-list a{
  display: block;
}
#banner .column {
  vertical-align: middle;
  color: #fff;
  padding: 0 5%;
}
#banner .column .text h2 {
  font-size: 70px;
  line-height: 65px;
}
#banner .column .text p {
  font-size: 20px;
  margin: 30px 0;
  line-height: 36px;
}
#banner .column .text a.more {
  display: block;
  width: 198px;
  height: 52px;
  margin-top: 20px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #fff;
  text-transform: uppercase;
}
#banner .column .text a.more .fa {
  margin-left: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#banner .column .text a.more:hover .fa {
  margin-left: 30px;
}
#banner .column:nth-child(2) {
  padding-right: 2%;
}
#index-body .i-about {
  padding: 150px 0;
}
#index-body .i-about .column {
  width: 36%;
}
#index-body .i-about .column:nth-child(1) {
  width: 28%;
}
#index-body .i-about .column:nth-child(1) h3 {
  font-size: 40px;
  color: #c79b84;
  font-family: 'Josefin Sans', sans-serif;
}
#index-body .i-about .column:nth-child(1) p {
  color: #5a5a5a;
  font-size: 18px;
  margin: 20px 0 40px;
  line-height: 30px;
}
#index-body .i-about .column:nth-child(2) {
  padding-right: 3%;
}
#index-body .i-about .column:nth-child(2) h2 {
  font-size: 24px;
  line-height: 40px;
  font-family: 'Josefin Sans', sans-serif;
}


.yun {
    color: #5a5a5a;
    font-size: 18px;
    line-height: 30px;
}
h1.yunh1 {
    Display: inline;
}
a.yunye {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
}

.yunlink {
    font-size: 18px;
    line-height: 30px;
}

h1.yunqih1 {
    font-size: 24px !important;
    font-weight: 700;
    line-height: 30px;
        color: #ae8875;
}

.yunqipro {
    font-size: 16px;
    margin: 15px 0;
    line-height: 30px;
}


































#index-body .i-about .column:nth-child(2) p {
  color: #5a5a5a;
  font-size: 18px;
  line-height: 30px;
}
#index-body .tit {
  text-align: center;
  font-size: 30px;
  text-transform: capitalize;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 50px;
}
#index-body .i-cat-product {
  padding: 40px 0 0;
  background: #f4f3f2;
}
#index-body .i-cat-product .cat-list {
  margin-top: 80px;
}
#index-body .i-cat-product .cat-list ul li {
  padding: 0 20px;
}
#index-body .i-cat-product .cat-list ul li .img-box {
  position: relative;
}
#index-body .i-cat-product .cat-list ul li .img-box .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  padding-top: 35%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=100);
}
#index-body .i-cat-product .cat-list ul li .img-box .layer .radius {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 50px;
  margin: 0 auto;
}
#index-body .i-cat-product .cat-list ul li .img-box .layer .radius h2 {
  font-size: 24px;
  color: #c79b84;
  text-transform: uppercase;
}
#index-body .i-cat-product .cat-list ul li .img-box .layer .radius img {
  display: block;
  margin: 20px auto 0;
}
#index-body .i-cat-product .cat-list ul li .img-box:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
  padding-top: 25%;
}
#index-body .i-product {
  text-align: center;
  padding: 50px 0;
  background: #f4f3f2;
}
#index-body .i-product .tit1 {
  color: #c79b84;
  font-family: 'Josefin Sans', sans-serif;
 font-size: 24px;
    text-transform: capitalize;
    line-height: 30px;
}
#index-body .i-product .grid-box {
  margin-top: 40px;
}
#index-body .i-product .grid-box .column:nth-child(1) {
  width: 80%;
}
#index-body .i-product .grid-box .column:nth-child(1) .product-list ul li {
  padding: 0 6px;
}
#index-body .i-product .grid-box .column:nth-child(1) .product-list ul li p {
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
  line-height: 30px;
}
#index-body .i-product .grid-box .column:nth-child(1) .product-list ul li .img-box {
  position: relative;
}
#index-body .i-product .grid-box .column:nth-child(1) .product-list ul li .img-box .layer {
  background: rgba(144, 116, 102, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  padding-top: 35%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=100);
}
#index-body .i-product .grid-box .column:nth-child(1) .product-list ul li .img-box .layer .radius {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  padding-top: 60px;
  margin: 0 auto;
}
#index-body .i-product .grid-box .column:nth-child(1) .product-list ul li .img-box .layer .radius h2 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
#index-body .i-product .grid-box .column:nth-child(1) .product-list ul li .img-box .layer .radius .fa {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
#index-body .i-product .grid-box .column:nth-child(1) .product-list ul li .img-box:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
  padding-top: 14%;
}
#index-body .i-product .grid-box .column:nth-child(1) .product-list ul li .img-box:hover .layer .radius {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-product .grid-box .column:nth-child(1) .product-list ul li .img-box:hover .layer .radius:hover {
  background: #fff;
}
#index-body .i-product .grid-box .column:nth-child(1) .product-list ul li .img-box:hover .layer .radius:hover h2,
#index-body .i-product .grid-box .column:nth-child(1) .product-list ul li .img-box:hover .layer .radius:hover .fa {
  color: #000;
}
#index-body .i-product .grid-box .column:nth-child(2) {
  width: 20%;
  position: relative;
  padding:0 30px;
}
#index-body .i-product .grid-box .column:nth-child(2) .circle {
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
  left: 0;
}
#index-body .i-product .grid-box .column:nth-child(2) .circle a {
  display: block;
  margin: 0 auto;
  font-size: 18px;
}
#index-body .i-product .grid-box .column:nth-child(2) .circle a .fa {
  margin-left: 20px;
}
.i-others {
  padding: 20px 0;
}
.i-others .i-other-list {
  margin-top: 40px;
  padding: 0 3%;
}
.i-others .i-other-list ul li {
  padding: 0 6px;
}
.i-others .i-other-list ul li h3 {
  padding: 20px 0 6px;
  font-size: 24px;
  font-family: 'Josefin Sans', sans-serif;
}
.i-others .i-other-list ul li p {
  font-size: 16px;
  line-height: 30px;
}
.i-others .i-other-list ul li p.p1{
   text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.i-others .i-other-list ul li .img-box {
  position: relative;
}
.i-others .i-other-list ul li .img-box .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  padding-top: 35%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=100);
}
.i-others .i-other-list ul li .img-box .layer .radius {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 50px;
  margin: 0 auto;
}
.i-others .i-other-list ul li .img-box .layer .radius h2 {
  font-size: 24px;
  color: #c79b84;
  text-transform: uppercase;
}
.i-others .i-other-list ul li .img-box .layer .radius .fa {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
.i-others .i-other-list ul li .img-box:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
  padding-top: 25%;
}
.about-page .i-others .i-other-list ul li .img-box:hover .layer {
  padding-top: 15%;
}
.i-others .more-btn {
  font-size: 24px;
  color: #c79b84;
  display: block;
  margin: 70px auto;
  width: 270px;
  text-transform: uppercase;
  background: url(../images/more-btn.png) no-repeat right center;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.i-others .more-btn:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
#index-body .i-news {
  background-image: linear-gradient(#f4f3f2, #fff);
  padding: 20px 0;
}
#index-body .i-news .news-list {
  padding: 20px 3%;
  position: relative;
}
#index-body .i-news .news-list:after {
  content: '';
  position: absolute;
  width: 80%;
  height: 85%;
  right: 10%;
  top: 16%;
  background: #d3d3d3;
  z-index: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#index-body .i-news .news-list ul {
  position: relative;
  z-index: 1;
}
#index-body .i-news .news-list ul li .news .column {
  vertical-align: middle;
}
#index-body .i-news .news-list ul li .news .column:nth-child(1) img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#index-body .i-news .news-list ul li .news .column:nth-child(2) {
  padding: 0 3%;
  padding-right: 12%;
}
#index-body .i-news .news-list ul li .news .column:nth-child(2) h2 {
  font-size: 35px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 60px;
}
#index-body .i-news .news-list ul li .news .column:nth-child(2) p {
  margin: 30px 0;
  font-size: 18px;
  line-height: 30px;
}
#index-body .i-news .news-list ul li .news .column:nth-child(2) a.more {
  display: block;
  width: 286px;
  height: 60px;
  margin-top: 20px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #000;
  text-transform: uppercase;
}
#index-body .i-news .news-list ul li .news .column:nth-child(2) a.more .fa {
  margin-left: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-news .news-list ul li .news .column:nth-child(2) a.more:hover .fa {
  margin-left: 30px;
}
#footer {
  background: #ae8875;
}
#footer .footer-top {
  padding: 66px 0;
  color: #fff;
}
#footer .footer-top .column {
  width: 30%;
}
#footer .footer-top .i-company {
  padding-right: 5%;
  width: 35%;
}
#footer .footer-top .i-company .icon .fa {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 5px;
  color: #666666;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}
#footer .footer-top h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}
#footer .footer-top p {
  font-size: 18px;
      line-height: 32px;
}
#footer .footer-top ul li {
  line-height: 34px;
  font-size: 16px;
}
#footer .footer-top ul li a {
  color: #fff;
}
#footer .footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #fff;
}
#footer .footer-bottom p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a {
  color: #ffffff;
}
#footer .footer-bottom p a:hover {
  color: #ffffff !important;
}
svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: white;
}
svg text {
  fill: white;
}
svg:hover {
  fill: white;
}
svg g.en {
  display: block;
}
svg g.cn {
  display: none;
}
@media screen and (max-width: 1600px) {
  .container {
    width: 1400px;
  }
  #header .nav .menu-box {
    width: 75%;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 20px;
  }
  #banner .column .text h2 {
    font-size: 50px;
    line-height: 50px;
  }
  #index-body .i-news .news-list ul li .news .column:nth-child(2) h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
  #header .nav .menu-box .menu > li > a {
    font-size: 16px;
  }
  #banner .column .text h2 {
    font-size: 40px;
    line-height: 42px;
  }
  #banner .column .text p {
    font-size: 16px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box {
    width: 65%;
  }
  #banner .column .text h2 {
    font-size: 25px;
    line-height: 30px;
  }
  #index-body .i-about .column:nth-child(1) p,
  #index-body .i-about .column:nth-child(2) p {
    font-size: 16px;
  }
  #index-body .tit {
    font-size: 28px;
  }
  #index-body .i-cat-product .cat-list {
    margin-top: 40px;
  }
  #index-body .i-cat-product .cat-list ul li .img-box .layer .radius h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #banner .hot {
    display: none;
  }
  #index-body .i-about {
    padding: 50px 0;
  }
  #index-body .i-about .column {
    width: 100%;
    margin-bottom: 10px;
  }
  #index-body .i-about .column:nth-child(1){
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  table {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
  #banner .column .text p {
    font-size: 14px;
    margin: 5px 0;
  }
  #banner .column .text a.more {
    font-size: 15px;
  }
  #index-body .i-about .column:nth-child(1) h3,
  #index-body .tit,
  #index-body .i-news .news-list ul li .news .column:nth-child(2) h2 {
    font-size: 20px;
  }
  #index-body .i-about .column:nth-child(1) p,
  #index-body .i-about .column:nth-child(2) p {
    font-size: 14px;
    margin: 0;
  }
  #index-body .i-about .column:nth-child(2) {
    padding-right: 0;
  }
  .i-others .i-other-list ul li .img-box .layer .radius h2,
  .i-others .more-btn {
    font-size: 20px;
  }
  #footer .footer-top .i-company, #footer .footer-top .column:nth-child(2) {
    display: none;
}
#footer .footer-top .column:nth-child(3) {
    width: 100%;
}
  #index-body .i-news .news-list ul li .news .column:nth-child(2) a.more {
    width: 200px;
    font-size: 16px;
  }
  #footer .footer-bottom p {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  #banner .column .text h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #banner .column .text a.more,
  #index-body .i-product .grid-box .column:nth-child(2) {
    display: none;
  }
  #index-body .i-product .grid-box .column:nth-child(1),
  #index-body .i-news .news-list ul li .news .column {
    width: 100%;
  }
  .i-others .more-btn {
    display: none;
  }
  #index-body .i-news .news-list ul li .news .column:nth-child(2) p {
    margin: 10px 0;
    font-size: 16px;
  }
}






.inner.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
}
.inner-banner {
  height: 330px;
  background: url(/yq-furniture/2021/10/21/banner-dingbu-3.jpg) no-repeat center;
  background-size: cover;
  padding-top: 245px;
}
.inner-banner h2 {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
}
.contact-page {
  padding-top: 30px;
}
.contact-page .contact-1 h1.title {
  font-size: 45px;
}
.contact-page .contact-1 h1.title::before {
  content: attr(data-text);
  font-size: 16px;
  display: block;
  color: #b8a3b8;
}
.contact-page .contact-1 .text {
  font-size: 16px;
  color: #b8a3b8;
  margin-top: 40px;
}
.contact-page .contact-2 .box {
  padding-top: 75px;
  padding-bottom: 110px;
}
.contact-page .contact-2 .left {
  padding-right: 30px;
}
.contact-page .contact-2 .left h3.title {
  font-size: 30px;
  font-weight: bold;
}
.contact-page .contact-2 .left .contact-list {
  margin-top: 60px;
  margin-bottom: 70px;
}
.contact-page .contact-2 .left .contact-list ul {
  margin: -10px 0;
}
.contact-page .contact-2 .left .contact-list ul li {
  font-size: 18px;
  padding: 10px 0;
}
.contact-page .contact-2 .left .contact-list ul li span {
  display: inline-block;
  width: 25px;
  margin-right: 25px;
}
.contact-page .contact-2 .left .contact-list ul li span img {
  vertical-align: sub;
}
.contact-page .contact-2 .left h3.follow-title {
  font-size: 30px;
  font-weight: bold;
}
.contact-page .contact-2 .left .other-link {
  margin-top: 25px;
}
.contact-page .contact-2 .left .other-link ul {
  margin: -5px;
}
.contact-page .contact-2 .left .other-link ul li {
  display: inline-block;
  padding: 5px;
}
.contact-page .contact-2 .left .other-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #6c6c6c;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
}
.contact-page .contact-2 .right {
  padding-left: 30px;
}
.contact-page .contact-2 .right .form {
  margin-top: 10px;
}
.contact-page .contact-2 .right h3.form-title {
  font-size: 30px;
  font-weight: bold;
}
.contact-page .contact-2 .right input[type="text"],
.contact-page .contact-2 .right input[type="email"],
.contact-page .contact-2 .right input[type="tel"],
.contact-page .contact-2 .right textarea {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px 15px;
  margin-top: 12px;
}
.contact-page .contact-2 .right textarea {
  height: 190px;
}
.contact-page .contact-2 .right input[type="submit"] {
  font-size: 18px;
  background-color: #aa7842;
  border: none;
  color: #fff;
  padding: 10px 65px;
  margin-top: 30px;
}
.contact-page .contact-2 .right label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.contact-page .contact-2 .right label input[type="radio"] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.contact-page .contact-2 .right label:first-child {
  margin-right: 55px;
}
.contact-page .contact-2 .right h6.small-title {
  font-size: 18px;
  margin-top: 15px;
}
.news-page .news-sideBar {
  padding: 50px 0;
}
.news-page .news-sideBar ul li {
  display: inline-block;
  font-size: 18px;
}
.news-page .news-sideBar ul li a {
  padding: 10px 45px;
  display: block;
}
.news-page .news-sideBar ul li a:hover,
.news-page .news-sideBar ul li.active a {
  background-color: #ae8875;
  color: #fff;
}
.news-page .new-list {
  padding: 30px 0 60px;
}
.news-page .new-list li {
  margin-bottom: 27px;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-pic {
  width: 35%;
  vertical-align: middle;
}
.news-page .new-list li .new-con {
  width: 65%;
  padding-left: 40px;
  vertical-align: middle;
}
.news-page .new-list li .new-con .tit {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: bold;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #ae8875;
}
.news-page .new-list li .new-con .abst {
  font-size: 16px;
  line-height: 27px;
  margin: 10px 0 55px;
}
.news-page .new-list li .new-con a.more {
  color: #ae8875;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  border-bottom: 2px solid #ae8875;
}
.news-page .new-list li .new-con .date {
  margin-top: 20px;
}
.news-page .new-list li .new-con .date span {
  color: #4a4a4a;
  font-size: 14px;
}
.news-page .new-list li .new-pic img {
  width: 100%;
}
.newdet-page .news {
  padding: 70px 0;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 5px;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 28px;
  clear: both;
  margin-top: 10px;
  padding: 45px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 28px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  font-size: 16px;
  line-height: 30px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.mbx {
  font-size: 18px;
}
.mbx a,
.mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.mbx a {
  margin-left: 0;
}
.mbx-box .box {
  padding: 30px 0;
}
.product-page .product-box .box {
  font-size: 0;
}
.product-page .product-box .left {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.product-sideBar {
  padding: 20px 15px;
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
}
.product-sideBar h2.pro-cat-title {
  font-size: 20px;
  font-weight: 700;
  /*text-transform: uppercase;*/
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
}
.product-sideBar .cat-list .first-li {
  margin-top: 10px;
      line-height: 28px;
}
.product-sideBar .cat-list .second-li {
  margin-top: 10px;
}
.product-sideBar .cat-list .level-two {
  font-size: 18px;
  font-weight: 500;
  /*text-transform: uppercase;*/
}
.product-sideBar .cat-list .level-three {
  font-size: 16px;
  color: #777777;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.product-sideBar .cat-list .level-three::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m-page {
  margin-top: 80px;
}
.product-page {
  padding-bottom: 80px;
}
.product-page .product-box .right {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  padding-left: 65px;
}
.product-page .product-box .right .cat-text h1 {
  font-size: 18px;
  font-weight: bold;
}
.product-page .product-box .right .cat-text .text {
  font-size: 16px;
    margin: 15px 0;
    line-height: 30px;
}
.product-page .product-box .right .inner-pro-box .pro-content {
  font-size: 16px;
    padding: 15px 0;
    line-height: 30px;

}
.product-page .product-box .right .inner-pro-box .inner-pro-name {
  color: rgba(0, 0, 0, 0.5);
}
.product-page .product-box .right .inner-pro-box .pro-cat-name {
  font-weight: bold;
}
.product-page .product-box .right .inner-pro-list ul {
  margin: -10px;
}
.product-page .product-box .right .inner-pro-list ul li {
  padding: 10px;
}
.prodet-page .box {
  font-size: 0;
  padding: 30px 0;
}
.prodet-page .left {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .right {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  padding-left: 65px;
}
.prodet-page .right .prodet-1 {
  text-align: center;
  padding: 0 150px 40px;
}
.prodet-page .right .prodet-1 .prodet-title {
  font-size: 22px;
margin-bottom: 30px;
line-height: 30px;
}
.prodet-page .right .prodet-1 .pro-featured .swiper-father {
  padding: 0 145px;
  margin-top: 35px;
  position: relative;
}
.prodet-page .right .prodet-1 .pro-featured .swiper-father .swiper-btn {
  width: 38px;
  height: 38px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-next {
  right: 80px;
}
.prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-prev {
  left: 80px;
}
.prodet-page .right .prodet-2 .prodet-date {
  margin-top: 25px;
}
.prodet-page .right .prodet-2 .prodet-date .content{
  font-size: 18px;
  line-height: 32px;
}
.prodet-page .right .prodet-2 .prodet-date .content strong{
  font-weight: 700;
  font-size: 20px;
}

.prodet-page .right .prodet-2 .prodet-date .content table{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
/*.prodet-page .right .prodet-2 .prodet-date .content table tr td{
  width: 25% !important;
  padding: 8px;
}*/
.prodet-page .right .prodet-2 .prodet-date .content table tr td{
  font-size: 16px;
  border: 1px solid #a9a9a9;
  padding: 5px;
      line-height: 34px;
}
.prodet-page .right .prodet-2 .prodet-date .opsition {
  font-size: 20px;
  border-top: 1px solid #eeeeee;
  text-transform: uppercase;
  padding: 5px 0;
}
.prodet-page .right .prodet-3 {
  padding: 40px 0;
}
.prodet-page .right .prodet-3 h2 {
  font-size: 24px;
    line-height: 34px;
}
.prodet-page .right .prodet-3 .pro-list {
  margin-top: 10px;
}
.prodet-page .right .prodet-3 .pro-list h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
 line-height: 30px;
}
.prodet-page .right .prodet-3 .pro-list p {
  font-size: 14px;
  margin-top: 5px;
}
.prodet-page .right .prodet-3 .pro-list span {
  display: inline-block;
}
.about-page .about-ty-title h1 {
  font-size: 36px;
}
.about-page .about-ty-title .text {
  font-size: 18px;
  line-height: 30px;
  color: #8b8b8b;
  margin-top: 15px;
}
.about-page .about-ty-title .text span {

}
.about-page .about-video {
  margin-top: 30px;
}
.about-page .about-video .play {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-page .about-video .play p {
  font-size: 36px;
  color: #fff;
}
.about-page .about-2 {
  font-size: 0;
  margin-bottom: 220px;
  padding-top: 100px;
}
.about-page .about-2 .left {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
  padding-right: 15px;
}
.about-page .about-2 .right {
  width: 50%;
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
  position: relative;
  bottom: -220px;
  padding-left: 15px;
}
.about-page .about-2 img {
  margin-top: 30px;
}
.about-page .about-3 {
  padding-top: 10px;
}
.about-page .about-3 .about-ty-title {
  max-width: 1100px;
  width: 1100px;
}
.about-page .about-3 .other-box .other-text {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
  width: 500px;
  padding: 0 50px;
}
.about-page .about-3 .other-box .other-text h6 {
  font-size: 18px;
  color: #fff;
}
.about-page .about-3 .other-box .other-text h2 {
 font-size: 30px;
    color: #fff;
    line-height: 40px;
}
.about-page .about-3 .other-box .other-text a {
  display: inline-block;
  font-size: 18px;
  background-color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  margin-top: 15px;
}
.about-page .about-3 .about-other {
  margin-top: 75px;
}
.about-page .about-3 .about-other ul {
  margin: -15px;
}
.about-page .about-3 .about-other ul li {
  padding: 15px;
}
.about-page {
  padding: 65px 0 130px;
}
.gal-page .column{
  padding: 20px; 
}
.gal-page .column h4{
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
}
.m-page {
  margin-bottom: 30px;
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin-top: 38px;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child,
.m-page a:last-child {
  background-image: url(../images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:first-child {
  background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
  color: #fff;
  background-color: #ae8875;
}
.m-page a:active {
  background: #ae8875;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #ae8875;
}
.faq-page h3 {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    padding: 3px 0;
}
.faq-page p {
    font-size: 14px;
    color: #777;
    line-height: 24px;
}
.faq-page .top {
  margin-top: -20px;
}
.faq-page .bottom {
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}
.faq-page .bottom ul li {
    margin-bottom: 10px;
    border: 1px solid #efefef;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-page .bottom ul li:last-child {
    margin-bottom: 0;
}
.faq-page .bottom ul li h3 {
    background: #f8f8f8;
    padding: 3px 30px 3px 10px;
    margin: 0;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.faq-page .bottom ul li h3:after {
    content: "\f067";
    font-family: "FontAwesome";
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-page .bottom ul li .text {
    padding: 15px 20px;
    display: none;
}
.faq-page .bottom ul li.active {
    border-color: #ae8875;
}
.faq-page .bottom ul li.active h3 {
    background: #ae8875;
    color: white;
}
.faq-page .bottom ul li.active h3:after {
    content: "\f068";
    color: white;
}

@media screen and (max-width: 1230px) {
  .inner.container {
    width: 970px;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 14px;
    margin: 10px 0 15px;
  }
  .prodet-page .right .prodet-1 {
    padding: 0 0 60px;
  }
  .prodet-page .right .prodet-1 .pro-featured .swiper-father {
    padding: 0px 90px;
  }
  .prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-prev {
    left: 10px;
  }
  .prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-next {
    right: 10px;
  }
  .about-page .about-3 .about-ty-title {
    max-width: 100%;
    width: 100%;
  }
  .about-page .about-2 .right {
    bottom: 0;
  }
  .about-page .about-2 {
    margin-bottom: 0;
  }
    
}
@media screen and (max-width: 1100px) {
  .product-sideBar{
    display: none;
  }
  .product-page .product-box .right{
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .right .prodet-2 .prodet-date .content table tr td{
    word-break: keep-all;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner h2 {
    font-size: 28px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 220px;
  }
  .news-page .news-sideBar {
    display: none;
  }
  .news-page .new-list li .new-con .tit {
    font-size: 16px;
    line-height: 28px;
  }
  .prodet-page .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-ty-title h1 {
    font-size: 30px;
  }
  .about-page .about-3 .other-box .other-text {
    max-width: 100%;
    width: 100%;
  }
  .about-page .about-3 .other-box .other-text h2 {
    font-size: 30px;
  }
  .about-page .about-video .play p {
    font-size: 30px;
  }
}
@media screen and (max-width: 970px) {
  .inner.container {
    width: 768px;
  }
  .contact-page .contact-1 h1.title {
    font-size: 30px;
  }
  .contact-page .contact-2 .left h3.title,
  .contact-page .contact-2 .right h3.form-title,
  .contact-page .contact-2 .left h3.follow-title {
    font-size: 25px;
  }
  .contact-page .contact-2 .left .contact-list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 .right label span {
    font-size: 16px;
  }
  .news-page .new-list li .new-con {
    padding-left: 25px;
  }
  .news-page .new-list li .new-con .date {
    margin-top: 10px;
  }
  .product-page .product-box .left {
    display: none;
  }
  .product-page .product-box .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-ty-title h1 {
    font-size: 25px;
  }
  .about-page .about-ty-title .text {
    font-size: 16px;
  }
  .about-page .about-3 .other-box .other-text {
    padding: 0 25px;
  }
  .about-page .about-3 .other-box .other-text a {
    font-size: 16px;
  }
  .about-page .about-3 .other-box .other-text h2 {
    font-size: 25px;
  }
  .about-page .about-video .play p {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .inner.container {
    width: 100%;
    overflow: hidden;
  }
  .contact-page .contact-2 .right label:first-child {
    margin-right: 15px;
  }
  .contact-page .contact-1 .text {
    font-size: 14px;
    margin-top: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 60px 0;
  }
  .contact-page .contact-2 .left .contact-list ul li {
    font-size: 16px;
        line-height: 30px;
  }
  .contact-page .contact-2 .left .contact-list ul li span {
    margin-right: 10px;
  }
  .contact-page .contact-2 .left {
    padding-right: 10px;
  }
  .contact-page .contact-2 .right {
    padding-left: 10px;
  }
  .contact-page .contact-2 .right label input[type="radio"] {
    width: 15px;
    height: 15px;
  }
  .news-page .new-list li .new-con .abst {
    line-height: 30px;
  }
  .about-page .about-ty-title .text {
    font-size: 14px;
  }
  .about-page .about-3 .other-box .other-text a {
    font-size: 14px;
  }
  .about-page .about-2 {
    padding-top: 60px;
  }
  .about-page .about-3 {
    padding-top: 60px;
  }
  .about-page .about-3 .about-other {
    margin-top: 60px;
  }
   .product-page .product-box .left,
  .product-sideBar{
    display: none;
  }

}
@media screen and (max-width: 700px) {
  .prodet-page .left{
    display: none;
  }
  h1.yunqih1, .yunqipro, .yunye {
    display: none !important;
}
h2.singh2
{
    display: none !important;
}
 
  .news-page .new-list li .new-pic,
  .news-page .new-list li .new-con {
    width: 100%;
  }
  .news-page .new-list li .new-con {
    padding-left: 0;
    padding-top: 10px;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 60px;
    text-align: left;
  }
  .about-page .about-3 .other-li {
    width: 100%;
  }
  .about-page .about-ty-title h1 {
    font-size: 20px;
  }
  .product-page .product-box .right .inner-pro-list ul li{
    width: 100% !important;
  }

}
@media screen and (max-width: 500px) {
  .inner-banner h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .inner-banner {
    height: 150px;
    padding-top: 50px;
    
  }








  .inner-page{
      padding-top:10px !important;
  }
  .contact-page .contact-2 .left {
    padding-right: 0;
    width:100%;
  }
  .contact-page .contact-2 .right {
    padding-left: 0;
    margin-top: 30px;
    width:100%;
  }
  .contact-page .contact-2 .left .contact-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .about-page {
    padding: 30px 0 60px;
  }
  .about-page .about-2 {
    padding-top: 30px;
  }
  .about-page .about-2 .right {
    padding-top: 30px;
  }
  .about-page .about-3 {
    padding-top: 30px;
  }
  .contact-page .contact-2 .left h3.title, .contact-page .contact-2 .right h3.form-title, .contact-page .contact-2 .left h3.follow-title,
  .contact-page .contact-1 h1.title{
    font-size: 20px;
}
}

#ewm{
  width: 120px;
}



.right_nav_list{position:fixed;bottom:80px;right:40px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#c79b84;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:rotate3d(1,0,0,-90deg);-webkit-transform:rotate3d(1,0,0,-90deg);-moz-transform:rotate3d(1,0,0,-90deg);-ms-transform:rotate3d(1,0,0,-90deg);-o-transform:rotate3d(1,0,0,-90deg);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-transform 0.5s;-moz-transition:transform 0.5s,opacity 0.3s,-moz-transform 0.5s;transition:transform 0.5s,opacity 0.3s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
.right_nav_list ul li{width:40px;height:40px;margin-top:5px;font-size:25px;line-height:40px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}
