body{
  word-break: inherit;
}
.container {
  width: 1430px;
}
.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{
  background: #fff;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .h-search .fa {
  color: #ffffff;
}
#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;
}
.menu-fr{
  width: 60%;
}
#header .logo{
  padding-top: 0;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 99px;
  height: 99px;
  position: relative;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  margin: 0 30px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 20px;
  color: #ffffff;
  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: 9px;
  height: 9px;
  background: #ffffff;
  display: none;
    border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #ffffff;
}
#header .nav .menu-box .menu > li:hover > a:after {
  display: block;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #d3bd8c;
  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;
}
#header .language {
  position: relative;
  height: 99px;
  line-height: 99px;
}
#header .language span {
  height: 99px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
}
#header .language .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 140px;
  background: #d3bd8c;
  text-align: left;
  z-index: 101;
}
#header .language .sub-menu li {
  line-height: normal;
}
#header .language .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .language .sub-menu li:hover {
  background: #222;
}

header .head .header .daohang_ico {
  display: none;
}
header {
  position: relative;
  width: 100%;
}

header .Rotation {
  width: 100%;
}

header .Rotation .swiper-container {
  width: 100%;
  height: 100%;
}

header .Rotation .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

header .Rotation .swiper-slide > img {
  width: 100%;
}

header .Rotation .swiper-slide ul {
  position: absolute;
  width: 100%;
}

header .Rotation .swiper-slide ul li {
  width: 14rem;
  margin: 0 auto;
}

header .Rotation .swiper-slide ul li p {
  font-size: 0.59rem;
  
  font-weight: 300;
  color: #f8f8f8;
  text-align: left;
}

header .Rotation .swiper-slide ul li p span {
  color: #d3bd8c;
  font-weight: 600;
}

header .Rotation .swiper-slide ul li img {
  width: 8.54rem;
  margin-top: 0.34rem;
  margin-bottom: 0.86rem;
  display: block;
}

header .Rotation .swiper-slide ul li a {
  width: 2.16rem;
  height: 0.76rem;
  border: 0.01rem solid #ffffff;
  display: block;
  font-size: 0.24rem;
  
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 0.76rem;
}

header .Rotation .swiper-slide ul li a:hover {
  background-color: #d3bd8c;
  border: 0.01rem solid #d3bd8c;
}

header .Rotation .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  border-radius: 0.5rem;
  background-color: transparent;
  border: 0.01rem solid rgba(225, 225, 225, 0.7);
}

header .Rotation .swiper-pagination-bullet-active {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.5rem;
  background-color: white;
}

header .Rotation .swiper-container-horizontal > .swiper-pagination-bullets,
header .Rotation .swiper-pagination-custom,
header .Rotation .swiper-pagination-fraction {
  bottom: 0.5rem;
  left: -6.55rem;
  width: 100%;
}

header .head {
  width: 100%;
  height: 1.2rem;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

header .head .header {
  height: 100%;
  width: 14rem;
  margin: 0 auto;
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
}

header .head .header .left .logo img {
  width: 1.163rem;
}
/*
header .head .header .right {
  display: flex;
  align-items: center;
}*/

/*header .head .header .right .nav {
  width: 6.3rem;
  margin-right: 1.35rem;
}*/

/*header .head .header .right .nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .head .header .right .nav ul li {
  display: flex;
}

header .head .header .right .nav ul li a {
  font-size: 0.2rem;
  
  font-weight: 400;
  color: #ffffff;
}*/

/*header .head .header .right .ss {
  display: flex;
  align-items: center;
  width: 1.68rem;
  justify-content: space-between;
}

header .head .header .right .ss img {
  width: 0.17rem;
}

header .head .header .right .ss select {
  width: 1.1rem;
  background-color: transparent;
  outline: none;
  font-size: 0.18rem;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #f8f8f8;
}

header .head .header .right .ss select option {
  color: #000;
}*/



.category {
  width: 100%;
  margin-top: 1.23rem;
}

.category .title {
  width: 8.45rem;
  height: 1.03rem;
  margin: 0 auto;
  background-image: url("../images/Future%20necktie1.png");
  background-size: 100% 100%;
}

.category .title p {
  font-size: 0.48rem;
  
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 1.03rem;
}

.category .title p span {
  font-weight: 600;
}

.category .content {
  width: 100%;
  height: 7.3rem;
  background-image: url("../images/bj.png");
  background-size: 100% 100%;
  margin-top: 0.81rem;
}

.category .content > ul {
  width: 14rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category .content > ul > li {
  width: 7rem;
  height: 3.65rem;
  position: relative;
}

.category .content > ul > li > img {
  width: 100%;
  height: 100%;
}

.category .content > ul > li .box {
  position: absolute;
  top: 0.79rem;
  left: 0.3rem;
  z-index: 2;
}

.category .content > ul > li .box ul li h6 {
  font-size: 0.24rem;
  
  font-weight: bold;
  color: #000000;
}

.category .content > ul > li .box ul li > p {
  font-size: 0.18rem;
  
  font-weight: 400;
  color: #333333;
  opacity: 0.7;
  margin-top: 0.2rem;
  margin-bottom: 0.21rem;
}

.category .content > ul > li .box ul li a {
  width: 1.5rem;
  height: 0.4rem;
  border: 0.01rem solid #000000;
  display: block;
}

.category .content > ul > li .box ul li a p {
  font-size: 0.16rem;
  
  font-weight: 400;
  color: #000000;
  line-height: 0.38rem;
  float: left;
  margin-left: 0.21rem;
  margin-right: 0.12rem;
}

.category .content > ul > li .box ul li a img {
  width: 0.059rem;
  margin-top: 0.15rem;
}

.category .content > ul > li:nth-child(1) .box,
.category .content > ul li:nth-child(2) .box {
  top: 0.64rem;
  right: 0.3rem;
}

.category .content > ul > li:nth-child(1) .box ul li h6,
.category .content > ul li:nth-child(2) .box ul li h6 {
  text-align: right;
}

.category .content > ul > li:nth-child(1) .box ul li p,
.category .content > ul li:nth-child(2) .box ul li p {
  text-align: right;
}

.category .content > ul > li:nth-child(1) .box ul li a,
.category .content > ul li:nth-child(2) .box ul li a {
  float: right;
}

.Company_Profile {
  width: 14rem;
  margin: 0 auto;
}

.Company_Profile .title {
  width: 8.45rem;
  height: 1.03rem;
  margin: 0 auto;
  background-image: url("../images/Future%20necktie1.png");
  background-size: 100% 100%;
  margin-top: 1.22rem;
}

.Company_Profile .title p {
  font-size: 0.48rem;
  
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 1.03rem;
}

.Company_Profile .title p span {
  font-weight: 600;
}

.Company_Profile .content {
  width: 14rem;
  margin: 0 auto;
  margin-top: 0.93rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Company_Profile .content .left {
  width: 5.68rem;
}

.Company_Profile .content .left ul li h6 {
  font-size: 0.36rem;
  
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.37rem;
}

.Company_Profile .content .left ul li p {
  font-size: 0.16rem;
  
  font-weight: 400;
  color: #666666;
  text-align: justify;
  line-height: 0.25rem;
}

.Company_Profile .content .left ul li a {
  width: 1.58rem;
  height: 0.52rem;
  border: 0.01rem solid #000000;
  display: block;
  margin-top: 0.41rem;
}

.Company_Profile .content .left ul li a p {
  font-size: 0.16rem;
  
  font-weight: 400;
  color: #000000;
  line-height: 0.5rem;
  float: left;
  margin-left: 0.25rem;
  margin-right: 0.12rem;
}

.Company_Profile .content .left ul li a img {
  width: 0.059rem;
  margin-top: 0.2rem;
}

.Company_Profile .content .right {
  width: 7.67rem;
  height: 4.4rem;
  position: relative;
}

.Company_Profile .content .right video {
  width: 7.67rem;
  height: 4.4rem;
}

.Company_Profile .content .right .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Company_Profile .content .right .box ul li img {
  width: 0.87rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.21rem;
}

.Company_Profile .content .right .box ul li p {
  font-size: 0.3rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.advantage {
  width: 14rem;
  margin: 0 auto;
  margin-top: 1.13rem;
}

.advantage ul {
  display: flex;
  justify-content: space-between;
}

.advantage ul li {
  width: 1.15rem;
}

.advantage ul li img {
  margin: 0 auto;
  display: block;
}

.advantage ul li p {
  text-align: center;
  font-size: 0.18rem;
  
  font-weight: 600;
  color: #493629;
  margin-top: 0.25rem;
}

.type {
  width: 100%;
  padding-top: 1.24rem;
  padding-bottom: 1.53rem;
  background: #493629;
  margin-top: 1.12rem;
}

.type .Man_Necktie {
  width: 14rem;
  margin: 0 auto;
}

.type .Man_Necktie .title h6 {
  font-size: 0.48rem;
  
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.type .Man_Necktie .title p {
  width: 7.64rem;
  text-align: center;
  font-size: 0.18rem;
  
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 0.26rem;
  line-height: 0.4rem;
}

.type .Man_Necktie .content {
  width: 100%;
  background: #e4e4e4;
  display: flex;
  margin-top: 0.97rem;
}

.type .Man_Necktie .content .left {
  width: 4.67rem;
  background: #333333;
  position: relative;
}

.type .Man_Necktie .content .left img {
  width: 4.05rem;
  position: absolute;
  top: -0.76rem;
  left: 0.42rem;
}

.type .Man_Necktie .content .right {
  width: 9.33rem;
}

.type .Man_Necktie .content .right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.3rem;
  padding-top: 0.3rem;
}

.type .Man_Necktie .content .right ul li {
  width: 2.74rem;
  height: 3.49rem;
  background: #ffffff;
  margin-bottom: 0.3rem;
  position: relative;
  overflow: hidden;
}

.type .Man_Necktie .content .right ul li img {
  height: 100%;
  margin: 0 auto;
}

.type .Man_Necktie .content .right ul li .box {
  width: 100%;
  height: 100%;
  background: #493629;
  background-color: rgba(73, 54, 41, 0.7);
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.6s;
}

.type .Man_Necktie .content .right ul li .box a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.type .Man_Necktie .content .right ul li .box img {
  width: 0.32rem;
  height: 0.32rem;
  margin: 0 auto;
  margin-top: 1.04rem;
  display: block;
}

.type .Man_Necktie .content .right ul li .box p {
  width: 2.16rem;
  font-size: 0.18rem;
  
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.32rem;
  line-height: 0.32rem;
}

.type .Man_Necktie .content .right ul li:hover .box {
  top: 0;
}

.type .Bowtie {
  width: 14rem;
  margin: 0 auto;
  margin-top: 0.91rem;
}

.type .Bowtie .title h6 {
  font-size: 0.48rem;
  
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.type .Bowtie .title p {
  width: 7.64rem;
  text-align: center;
  font-size: 0.18rem;
  
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 0.26rem;
  line-height: 0.4rem;
}

.type .Bowtie .content {
  width: 100%;
  background: #e4e4e4;
  display: flex;
  margin-top: 0.97rem;
}

.type .Bowtie .content .left {
  width: 4.67rem;
  background: #333333;
  position: relative;
}

.type .Bowtie .content .left img {
  width: 3.95rem;
  position: absolute;
  top: -0.85rem;
  left: 0.56rem;
}

.type .Bowtie .content .right {
  width: 9.33rem;
}

.type .Bowtie .content .right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.3rem;
  padding-top: 0.3rem;
}

.type .Bowtie .content .right ul li {
  width: 2.74rem;
  height: 3.49rem;
  background: #ffffff;
  margin-bottom: 0.3rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.type .Bowtie .content .right ul li img {
  margin: 0 auto;
  width: 2.5rem;
}

.type .Bowtie .content .right ul li .box {
  width: 100%;
  height: 100%;
  background: #493629;
  background-color: rgba(73, 54, 41, 0.7);
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.6s;
}

.type .Bowtie .content .right ul li .box a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.type .Bowtie .content .right ul li .box img {
  width: 0.32rem;
  height: 0.32rem;
  margin: 0 auto;
  margin-top: 1.04rem;
  display: block;
}

.type .Bowtie .content .right ul li .box p {
  width: 2.16rem;
  font-size: 0.18rem;
  
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.32rem;
  line-height: 0.32rem;
}

.type .Bowtie .content .right ul li:hover .box {
  top: 0;
}

.type .Silk_Scarf {
  width: 14rem;
  margin: 0 auto;
  margin-top: 1.13rem;
}

.type .Silk_Scarf .title h6 {
  font-size: 0.48rem;
  
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.type .Silk_Scarf .title p {
  width: 7.64rem;
  text-align: center;
  font-size: 0.18rem;
  
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 0.26rem;
  line-height: 0.4rem;
}

.type .Silk_Scarf .content {
  width: 100%;
  background: #e4e4e4;
  display: flex;
  margin-top: 0.97rem;
}

.type .Silk_Scarf .content .left {
  width: 4.67rem;
  background: #333333;
  position: relative;
}

.type .Silk_Scarf .content .left img {
  width: 5.44rem;
  position: absolute;
  top:auto;
  bottom: 0;
  right: 0.16rem;
}

.type .Silk_Scarf .content .right {
  width: 9.33rem;
}

.type .Silk_Scarf .content .right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.3rem;
  padding-top: 0.3rem;
}

.type .Silk_Scarf .content .right ul li {
  width: 2.74rem;
  height: 3.49rem;
  background: #ffffff;
  margin-bottom: 0.3rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.type .Silk_Scarf .content .right ul li img {
  width: 2.6rem;
  margin: 0 auto;
}

.type .Silk_Scarf .content .right ul li .box {
  width: 100%;
  height: 100%;
  background: #493629;
  background-color: rgba(73, 54, 41, 0.7);
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.6s;
}

.type .Silk_Scarf .content .right ul li .box a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.type .Silk_Scarf .content .right ul li .box img {
  width: 0.32rem;
  height: 0.32rem;
  margin: 0 auto;
  margin-top: 1.04rem;
  display: block;
}

.type .Silk_Scarf .content .right ul li .box p {
  width: 2.16rem;
  font-size: 0.18rem;
  
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.32rem;
  line-height: 0.32rem;
}

.type .Silk_Scarf .content .right ul li:hover .box {
  top: 0;
}

.Map {
  width: 14rem;
  margin: 0 auto;
  margin-top: 1.25rem;
}

.Map h6 {
  font-size: 0.6rem;
  font-family: LevenimMT;
  font-weight: bold;
  color: #493629;
  width: 9.33rem;
  margin: 0 auto;
  text-align: center;
  line-height: 0.8rem;
}

.Map img {
  margin-top: 0.8rem;
  width: 14rem;
}

.NEWS {
  width: 14rem;
  margin: 0 auto 30px;
  margin-top: 1.4rem;
}

.NEWS .title {
  width: 8.45rem;
  height: 1.03rem;
  margin: 0 auto;
  background-image: url("../images/Future%20necktie1.png");
  background-size: 100% 100%;
}

.NEWS .title p {
  font-size: 0.48rem;
  
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: 1.03rem;
}

.NEWS .title p span {
  font-weight: 600;
}

.NEWS .content {
  width: 14rem;
  margin: 0 auto;
  margin-top: 0.93rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.NEWS .content .box {
  width: 3.95rem;
}

.NEWS .content .box ul li {
  position: relative;
}

.NEWS .content .box ul li img {
  width: 100%;
}

.NEWS .content .box ul li h6 {
  font-size: 0.18rem;
  
  font-weight: 600;
  color: #333333;
  margin-top: 0.19rem;
  margin-bottom: 0.25rem;
}

.NEWS .content .box ul li p {
  font-size: 0.16rem;
  
  font-weight: 400;
  color: #333333;
  line-height: 0.25rem;
}

.NEWS .content .box ul li a {
  width: 1.5rem;
  height: 0.4rem;
  border: 0.01rem solid #000000;
  display: block;
  margin-top: 0.3rem;
}

.NEWS .content .box ul li a p {
  font-size: 0.16rem;
  
  font-weight: 400;
  color: #000000;
  line-height: 0.38rem;
  float: left;
  margin-left: 0.21rem;
  margin-right: 0.12rem;
}

.NEWS .content .box ul li a img {
  width: 0.059rem;
  margin-top: 0.15rem;
}

.NEWS .content .box ul li .time {
  width: 3.95rem;
  height: 0.55rem;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
}

.NEWS .content .box ul li .time p {
  line-height: 0.55rem;
  text-align: center;
  font-size: 0.13rem;
  
  font-weight: 400;
  color: #ffffff;
}
/*
footer {
  margin-top: 1.14rem;
}*/

footer .food {
  width: 100%;
  height: 4.21rem;
  background-image: url("/futurenecktie/2021/08/23/55.jpg");
  background-size: 100% 100%;
  overflow: hidden;
}
.food .add{
  width: 300px;
  margin: 0 auto;
}
.food .add .column{
  float: left;
  width: 50%;
  padding: 20px 10px;
}
footer .food h6 {
  font-size: 0.48rem;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.5rem;
  margin-bottom: 0.16rem;
  text-align: center;
}

footer .food ul {
  width: 14rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

footer .food ul li {
  width: 4.1rem;
  display: flex;
  align-items: center;
}

footer .food ul li img {
  width: 0.6rem;
  margin-right: 0.17rem;
}

footer .food ul li p {
  font-size: 0.16rem;
  
  font-weight: 300;
  color: #ffffff;
}

footer .copyright {
  width: 100%;
  height: 1.68rem;
  background-color: #000;
}
footer .copyright .mobile1{
  display: none;
}

footer .copyright ul {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}

footer .copyright ul li {
  display: flex;
  align-content: center;
  justify-content: center;
}

footer .copyright ul li p {
  font-size: 0.16rem;
  line-height: 30px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

footer .copyright ul li img {
  width: 0.3rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

@media screen and (max-width: 750px) {
  header {
    position: relative;
    width: 100%;
  }
  header .Rotation {
    width: 100%;
  }
  header .Rotation .swiper-container {
    width: 100%;
    height: 100%;
  }
  header .Rotation .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
  }
  header .Rotation .swiper-slide > img {
    width: 100%;
  }
  header .Rotation .swiper-slide ul {
    position: absolute;
    width: 100%;
  }
  header .Rotation .swiper-slide ul li {
    width: 6rem;
    margin: 0 auto;
  }
  header .Rotation .swiper-slide ul li p {
    font-size: 0.3rem;
    
    font-weight: 300;
    color: #f8f8f8;
    text-align: left;
    margin-top: 0.75rem;
  }
  header .Rotation .swiper-slide ul li p span {
    color: #d3bd8c;
    font-weight: 600;
  }
  header .Rotation .swiper-slide ul li img {
    width: 3rem;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
  }
  header .Rotation .swiper-slide ul li a {
    width: 2rem;
    height: 0.65rem;
    border: 0.01rem solid #ffffff;
    display: block;
    font-size: 0.24rem;
    
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 0.65rem;
  }
  header .Rotation .swiper-slide ul li a:hover {
    background-color: #d3bd8c;
    border: 0.01rem solid #d3bd8c;
  }
  header .Rotation .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    border-radius: 0.5rem;
    background-color: transparent;
    border: 0.01rem solid rgba(225, 225, 225, 0.7);
  }
  header .Rotation .swiper-pagination-bullet-active {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 0.5rem;
    background-color: white;
  }
  header .Rotation .swiper-container-horizontal > .swiper-pagination-bullets,
  header .Rotation .swiper-pagination-custom,
  header .Rotation .swiper-pagination-fraction {
    bottom: 0.01rem;
    left: -2.5rem;
    width: 100%;
  }
  header .head {
    width: 100%;
    height: 1rem;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
  }
  header .head .header {
    height: 100%;
    width: 7rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .head .header .left .logo img {
    width: 1rem;
  }
  header .head .header .right {
    width: 3.5rem;
    height: 100vh;
    background-color: #fff;
    position: absolute;
    top: 1rem;
    right: -3.5rem;
    display: block;
    display: none;
  }
  header .head .header .right .nav {
    width: 100%;
    margin-right: 0;
  }
  header .head .header .right .nav ul {
    width: 100%;
    display: block;
  }
  header .head .header .right .nav ul li {
    display: flex;
    width: 100%;
    height: 1rem;
    border-bottom: .02rem solid #ff0000;
  }
  header .head .header .right .nav ul li a {
    line-height: 1rem;
    font-size: 0.35rem;
    
    font-weight: 400;
    color: #ff0000;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  header .head .header .right .ss {
    display: flex;
    align-items: center;
    width: 2.5rem;
    height: 1rem;
    background-color: #ff0000;
    justify-content: center;
    margin: 0 auto;
    margin-top: .25rem;
    border-radius: .5rem;
  }
  header .head .header .right .ss img {
    width: 0.3rem;
    margin-right: .2rem;
  }
  header .head .header .right .ss select {
    width: 1.2rem;
    background-color: transparent;
    outline: none;
    font-size: 0.25rem;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #f8f8f8;
  }
  header .head .header .right .ss select option {
    color: #000;
  }
  header .head .header .daohang_ico {
    display: block;
  }
  header .head .header .daohang_ico img {
    width: .75rem;
    height: .6rem;
  }
  .category {
    width: 100%;
    margin-top: 0.75rem;
  }
  .category .title {
    width: 4.5rem;
    height: 0.75rem;
    margin: 0 auto;
    background-image: url("../images/Future%20necktie1.png");
    background-size: 100% 100%;
  }
  .category .title p {
    font-size: 0.35rem;
    
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: 1.03rem;
  }
  .category .title p span {
    font-weight: 600;
  }
  .category .content {
    width: 100%;
    height: 15.1rem;
    background-image: url("../images/bj.png");
    background-size: 100% 100%;
    margin-top: 0.81rem;
  }
  .category .content > ul {
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
  }
  .category .content > ul > li {
    width: 7rem;
    margin: 0 auto;
    height: 3.65rem;
    position: relative;
    margin-top: 0.1rem;
  }
  .category .content > ul > li > img {
    width: 100%;
    height: 100%;
  }
  .category .content > ul > li .box {
    position: absolute;
    top: 0.79rem;
    left: 0.4rem;
  }
  .category .content > ul > li .box ul li h6 {
    font-size: 0.4rem;
    
    font-weight: bold;
    color: #000000;
  }
  .category .content > ul > li .box ul li > p {
    width: 3rem;
    font-size: 0.3rem;
    
    font-weight: 400;
    color: #333333;
    opacity: 0.7;
    margin: 0;
    float: right;
  }
  .category .content > ul > li .box ul li a {
    width: 2rem;
    height: 0.6rem;
    border: 0.01rem solid #000000;
    display: block;
    margin-top: 0.2rem;
    margin-left: 4rem;
  }
  .category .content > ul > li .box ul li a p {
    font-size: 0.3rem;
    
    font-weight: 400;
    color: #000000;
    line-height: 0.38rem;
    float: left;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    line-height: 0.58rem;
  }
  .category .content > ul > li .box ul li a img {
    width: 0.1rem;
    margin-top: 0.2rem;
  }
  .category .content > ul > li:nth-child(3) .box,
  .category .content > ul li:nth-child(4) .box {
    top: 0.64rem;
    right: 0.3rem;
  }
  .category .content > ul > li:nth-child(3) .box ul li h6,
  .category .content > ul li:nth-child(4) .box ul li h6 {
    text-align: left;
  }
  .category .content > ul > li:nth-child(3) .box ul li p,
  .category .content > ul li:nth-child(4) .box ul li p {
    text-align: left;
    float: left;
  }
  .category .content > ul > li:nth-child(3) .box ul li a,
  .category .content > ul li:nth-child(4) .box ul li a {
    float: left;
    margin-left: 0;
    margin-top: 1.5rem;
    margin-left: -3rem;
  }
  .Company_Profile {
    width: 7rem;
    margin: 0 auto;
  }
  .Company_Profile .title {
    width: 4.5rem;
    height: 0.75rem;
    margin: 0 auto;
    background-image: url("../images/Future%20necktie1.png");
    background-size: 100% 100%;
    margin-top: 0.75rem;
  }
  .Company_Profile .title p {
    font-size: 0.35rem;
    
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: 1.03rem;
  }
  .Company_Profile .title p span {
    font-weight: 600;
  }
  .Company_Profile .content {
    width: 7rem;
    margin: 0 auto;
    margin-top: 0.93rem;
    display: block;
  }
  .Company_Profile .content .left {
    width: 7rem;
  }
  .Company_Profile .content .left ul li h6 {
    font-size: 0.4rem;
    
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.37rem;
  }
  .Company_Profile .content .left ul li p {
    font-size: 0.28rem;
    
    font-weight: 400;
    color: #666666;
    text-align: justify;
    line-height: 0.34rem;
  }
  .Company_Profile .content .left ul li a {
    width: 2rem;
    height: 0.6rem;
    border: 0.01rem solid #000000;
    display: block;
    margin-top: 0.41rem;
    float: right;
  }
  .Company_Profile .content .left ul li a p {
    font-size: 0.3rem;
    
    font-weight: 400;
    color: #000000;
    line-height: 0.6rem;
    float: left;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
  }
  .Company_Profile .content .left ul li a img {
    width: 0.1rem;
    margin-top: 0.2rem;
  }
  .Company_Profile .content .right {
    width: 7rem;
    height: 4rem;
    position: relative;
    margin-top: 1.2rem;
  }
  .Company_Profile .content .right video {
    width: 7rem;
    height: 4rem;
  }
  .Company_Profile .content .right .box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .Company_Profile .content .right .box ul li img {
    width: 0.87rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.21rem;
  }
  .Company_Profile .content .right .box ul li p {
    font-size: 0.3rem;
    
    font-weight: 400;
    color: #ffffff;
    text-align: center;
  }
  .advantage {
    width: 7rem;
    margin: 0 auto;
    margin-top: 0.75rem;
  }
  .advantage ul {
    display: flex;
    justify-content: space-between;
  }
  .advantage ul li {
    width: 1.75rem;
  }
  .advantage ul li img {
    width: 0.65rem;
    margin: 0 auto;
  }
  .advantage ul li p {
    text-align: center;
    font-size: 0.26rem;
    
    font-weight: 600;
    color: #493629;
    margin-top: 0.25rem;
  }
  .type {
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    background: #493629;
    margin-top: 1rem;
  }
  .type .Man_Necktie {
    width: 7rem;
    margin: 0 auto;
  }
  .type .Man_Necktie .title h6 {
    font-size: 0.45rem;
    
    font-weight: 500;
    color: #ffffff;
    text-align: center;
  }
  .type .Man_Necktie .title p {
    width: 6.5rem;
    text-align: center;
    font-size: 0.25rem;
    
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 0.26rem;
    line-height: 0.4rem;
  }
  .type .Man_Necktie .content {
    width: 100%;
    background: #e4e4e4;
    display: flex;
    margin-top: 0.75rem;
  }
  .type .Man_Necktie .content .left {
    width: 3rem;
    background: #333333;
    position: relative;
  }
  .type .Man_Necktie .content .left img {
    width: 3rem;
    position: absolute;
    bottom: 0;
    left: 0.2rem;
  }
  .type .Man_Necktie .content .right {
    width: 4rem;
  }
  .type .Man_Necktie .content .right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0.3rem;
    padding-top: 0.3rem;
  }
  .type .Man_Necktie .content .right ul li {
    width: 1.5rem;
    height: 2rem;
    background: #ffffff;
    margin-bottom: 0.3rem;
    position: relative;
    overflow: hidden;
  }
  .type .Man_Necktie .content .right ul li img {
    height: 2rem;
    margin: 0 auto;
  }
  .type .Man_Necktie .content .right ul li .box {
    width: 100%;
    height: 100%;
    background: #493629;
    background-color: rgba(73, 54, 41, 0.7);
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.6s;
  }
  .type .Man_Necktie .content .right ul li .box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .type .Man_Necktie .content .right ul li .box img {
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .type .Man_Necktie .content .right ul li .box p {
    width: 1.3rem;
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.32rem;
    line-height: 0.32rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .type .Man_Necktie .content .right ul li:hover .box {
    top: 0;
  }
  .type .Bowtie {
    width: 7rem;
    margin: 0 auto;
    margin-top: 0.75rem;
  }
  .type .Bowtie .title h6 {
    font-size: 0.45rem;
    
    font-weight: 500;
    color: #ffffff;
    text-align: center;
  }
  .type .Bowtie .title p {
    width: 6.5rem;
    text-align: center;
    font-size: 0.25rem;
    
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 0.26rem;
    line-height: 0.4rem;
  }
  .type .Bowtie .content {
    width: 100%;
    background: #e4e4e4;
    display: flex;
    margin-top: 0.97rem;
  }
  .type .Bowtie .content .left {
    width: 3rem;
    background: #333333;
    position: relative;
  }
  .type .Bowtie .content .left img {
    width: 3rem;
    position: absolute;
    bottom: 0;
    left: 0.1rem;
  }
  .type .Bowtie .content .right {
    width: 4rem;
  }
  .type .Bowtie .content .right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0.3rem;
    padding-top: 0.3rem;
  }
  .type .Bowtie .content .right ul li {
    width: 1.5rem;
    height: 2rem;
    background: #ffffff;
    margin-bottom: 0.3rem;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .type .Bowtie .content .right ul li img {
    margin: 0 auto;
    width: 1.3rem;
  }
  .type .Bowtie .content .right ul li .box {
    width: 100%;
    height: 100%;
    background: #493629;
    background-color: rgba(73, 54, 41, 0.7);
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.6s;
  }
  .type .Bowtie .content .right ul li .box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .type .Bowtie .content .right ul li .box img {
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .type .Bowtie .content .right ul li .box p {
    width: 1.3rem;
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.32rem;
    line-height: 0.32rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .type .Bowtie .content .right ul li:hover .box {
    top: 0;
  }
  .type .Silk_Scarf {
    width: 7rem;
    margin: 0 auto;
    margin-top: 0.75rem;
  }
  .type .Silk_Scarf .title h6 {
    font-size: 0.45rem;
    
    font-weight: 500;
    color: #ffffff;
    text-align: center;
  }
  .type .Silk_Scarf .title p {
    width: 6.5rem;
    text-align: center;
    font-size: 0.25rem;
    
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 0.26rem;
    line-height: 0.4rem;
  }
  .type .Silk_Scarf .content {
    width: 100%;
    background: #e4e4e4;
    display: flex;
    margin-top: 0.97rem;
  }
  .type .Silk_Scarf .content .left {
    width: 3rem;
    background: #333333;
    position: relative;
  }
  .type .Silk_Scarf .content .left img {
    width: 4rem;
    position: absolute;
    bottom: 0;
    right: 0.16rem;
  }
  .type .Silk_Scarf .content .right {
    width: 4rem;
  }
  .type .Silk_Scarf .content .right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0.3rem;
    padding-top: 0.3rem;
  }
  .type .Silk_Scarf .content .right ul li {
    width: 1.5rem;
    height: 2rem;
    background: #ffffff;
    margin-bottom: 0.3rem;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .type .Silk_Scarf .content .right ul li img {
    width: 1.3rem;
    margin: 0 auto;
  }
  .type .Silk_Scarf .content .right ul li .box {
    width: 100%;
    height: 100%;
    background: #493629;
    background-color: rgba(73, 54, 41, 0.7);
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.6s;
  }
  .type .Silk_Scarf .content .right ul li .box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .type .Silk_Scarf .content .right ul li .box img {
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .type .Silk_Scarf .content .right ul li .box p {
    width: 1.3rem;
    font-size: 0.18rem;
    
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.32rem;
    line-height: 0.32rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .type .Silk_Scarf .content .right ul li:hover .box {
    top: 0;
  }
  .Map {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.75rem;
  }
  .Map h6 {
    font-size: 0.4rem;
    font-family: LevenimMT;
    font-weight: bold;
    color: #493629;
    width: 6rem;
    margin: 0 auto;
    text-align: center;
    line-height: 0.5rem;
  }
  .Map img {
    margin-top: 0.75rem;
    width: 100%;
  }
  .NEWS {
    width: 7rem;
    margin: 0 auto;
    margin-top: 0.75rem;
  }
  .NEWS .title {
    width: 4.5rem;
    height: 0.75rem;
    margin: 0 auto;
    background-image: url("../images/Future%20necktie1.png");
    background-size: 100% 100%;
  }
  .NEWS .title p {
    font-size: 0.35rem;
    
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: 1.03rem;
  }
  .NEWS .title p span {
    font-weight: 600;
  }
  .NEWS .content {
    width: 7rem;
    margin: 0 auto;
    margin-top: 0.93rem;
    display: block;
  }
  .NEWS .content .box {
    width: 7rem;
    margin-bottom: 0.25rem;
  }
  .NEWS .content .box ul li {
    position: relative;
  }
  .NEWS .content .box ul li img {
    width: 100%;
  }
  .NEWS .content .box ul li h6 {
    font-size: 0.38rem;
    
    font-weight: 600;
    color: #333333;
    margin-top: 0.19rem;
    margin-bottom: 0.25rem;
  }
  .NEWS .content .box ul li p {
    font-size: 0.28rem;
    
    font-weight: 400;
    color: #333333;
    line-height: 0.35rem;
  }
  .NEWS .content .box ul li a {
    width: 3rem;
    height: 0.75rem;
    border: 0.01rem solid #000000;
    display: block;
    margin: 0 auto;
    margin-top: 0.3rem;
  }
  .NEWS .content .box ul li a p {
    font-size: 0.38rem;
    
    font-weight: 400;
    color: #000000;
    line-height: 0.75rem;
    float: left;
    margin-left: 0.4rem;
    margin-right: 0.12rem;
  }
  .NEWS .content .box ul li a img {
    width: 0.15rem;
    margin-top: 0.22rem;
  }
  .NEWS .content .box ul li .time {
    width: 7rem;
    height: 0.75rem;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .NEWS .content .box ul li .time p {
    line-height: 0.75rem;
    text-align: center;
    font-size: 0.28rem;
    
    font-weight: 400;
    color: #ffffff;
  }
  footer {
    margin-top: .75rem;
  }
  footer .food {
    width: 100%;
    height: 2.5rem;
    background-image: url("../images/bj1.png");
    background-size: 100% 100%;
    overflow: hidden;
  }
  footer .food h6 {
    font-size: 0.4rem;
    
    font-weight: 400;
    color: #ffffff;
    margin-top: .25rem;
    margin-bottom: .25rem;
    text-align: center;
  }
  footer .food ul {
    width: 7rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  footer .food ul li {
    width: 3.5rem;
    display: flex;
    align-items: center;
  }
  footer .food ul li img {
    width: 0.6rem;
    margin-right: 0.17rem;
  }
  footer .food ul li p {
    font-size: 0.24rem;
    
    font-weight: 300;
    color: #ffffff;
  }
  footer .food ul .fd {
    position: absolute;
    width: 7rem;
    top: .65rem;
  }
  footer .copyright {
    width: 100%;
    height: 1.68rem;
    background-color: #000;
  }
  footer .copyright ul {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
  }
  footer .copyright ul li {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 6rem;
    margin: 0 auto;
  }
  footer .copyright ul li p {
    width: 6rem;
    font-size: 0.24rem;
    
    font-weight: 400;
    color: #ffffff;
    text-align: center;
  }
  footer .copyright ul li img {
    width: 0.3rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
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: 1845px) {
  #header .nav .menu-box .menu>li{
    margin: 0 15px;
  }
}
@media screen and (max-width: 1600px) {
  .container {
    width: 1400px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
   #header .nav .menu-box .menu>li{
    margin: 0 10px; 
  }
   #header .nav .menu-box .menu>li a,
   #header .language span{
     font-size: 16px;
   }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  .linglonghide {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  table {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
}


.bread-crumbs {
  font-size: 16px;
  text-align:center;
  color:#fff;
}
.bread-crumbs span {
  color: #fff;
}
.breadCrumbs {
  background-color: #fff;
  padding: 20px 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);
}
.breadCrumbs .bread-crumbs {
  font-size: 16px;
}
.breadCrumbs .bread-crumbs span {
  color: #7fbc31;
}
.breadCrumbs .side-menu {
  position: relative;
  float: left;
}
.breadCrumbs .side-menu .nowCat {
  background: #d3bd8c url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #d3bd8c;
}
.breadCrumbs .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 2px 0;
  background:#d3bd8c;
  left: 0;
  top: 100%;
}
.breadCrumbs .side-menu .cat-list li {
  
}
.breadCrumbs .side-menu .cat-list li a {
  display: block;
  color: #ffffff;
  padding: 10px 12px 10px 16px;
}
.breadCrumbs .side-menu .cat-list li a:hover {
  color: #fff;
  background:#d3bd8c;
}
.product-page .i-product {
  padding: 11px 0 10px;
}
.product-page h1 {
  font-size: 26px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 10px;
    color: #d3bd8c;
}
.i-product .pro-list > .column {
  margin-bottom: 50px;
  width: 24%;
  margin-right: 1%;
}
.i-product .pro-list > .column .img{
	border:1px solid #ccc;
}
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
  padding: 0 5px;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 25px 0 0;
}
.lg-page .i-product .pro-list .con-box .inner-box{
	padding:20px 0 0;
}
.i-product .pro-list .con-box .inner-box .tit{
  text-align: center; 
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 2;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
  text-align: center;
  display: block;
}
.i-product .pro-list .con-box .inner-box .more .fa {
  margin-left: 14px;
}

.prople-list {
  margin-top: 40px;
  position: relative;
}
.prople-list p {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  padding-top: 20px;
}
.prople-list .fa {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  padding: 0;
  width: 50px;
  height: 50px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  border-radius: 0;
  top: 36%;
  margin: 0;
  line-height: 50px;
  position: absolute;
  left: -20px;
  z-index: 8;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.prople-list .fa:hover {
  background: rgba(30, 137, 66, 0.8);
  color: #fff;
}
.prople-list .fa-chevron-right {
  left: auto;
  right: -20px;
}
.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 480px;
  background: url(../images/cta.jpg) no-repeat;
  background-position: top center;
}
.cta .mml-row {
  width: 100%;
}
.cta h2 {
  margin-bottom: 60px;
  color: #252118;
  font-size: 40px;
}
.cta .btn-link a {
  display: block;
  width: 182px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #24a450;
  font-size: 14px;
  color: #fff;
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.cta .btn-link a:hover {
  background: #018134;
}
.m-page {
  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: #d3bd8c;
}
.m-page a:active {
  background: #d3bd8c;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #d3bd8c;
}


.inner-page .sidebar {
  width: 20% !important;
}
.inner-page .sidebar .widget-title {
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1em;
}
.inner-page .sidebar ul.darklinks {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dddddd;
}
.inner-page .sidebar ul.darklinks li a {
  color: #323232;
  display: block;
  border-bottom: 1px solid #dddddd;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 16px;
  padding-bottom: 20px;
  position: relative;
}
.inner-page .sidebar ul.darklinks li a:after {
  content: '>';
  position: absolute;
  left: 0;
  top: 20px;
}
.inner-page .sidebar ul.darklinks li a:hover {
  color: #d3bd8c;
}
.inner-page .sidebar ul.darklinks li .children li a {
  padding-left: 40px;
}
.inner-page .sidebar ul.darklinks li .children li a:after {
  content: '>';
  position: absolute;
  left: 20px;
}
.inner-page .sidebar .hot {
  padding: 50px 0;
}
.inner-page .sidebar .hot .widget_text li {
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
}
.inner-page .sidebar .hot .widget_text li .column {
  width: 70% !important;
  padding-right: 5%;
}
.inner-page .sidebar .hot .widget_text li .column h2 {
  text-transform: capitalize;
}
.inner-page .sidebar .hot .widget_text li .column h2 a {
  font-size: 16px;
}
.inner-page .sidebar .hot .widget_text li .column .star .fa-star {
  color: #e6b800;
  font-size: 12px;
}
.inner-page .sidebar .hot .widget_text li .column:nth-child(1) {
  width: 30% !important;
}
.inner-page .page-right {
  width: 80% !important;
  padding-left: 5%;
}
.inner-page .page-right .products li {
  padding: 0 20px;
  margin-bottom: 30px;
}
.inner-page .page-right .products li .img-box:hover img {
  opacity: 0.9;
}
.inner-page .page-right .products li .item-content {
  background: #fff;
  padding: 4px 10px;
  margin-top: 18px;
  border-bottom: 2px solid #d3bd8c;
  text-align: center;
}
.inner-page .page-right .products li .item-content h3 {
  font-size: 20px;
  margin-bottom: 0.9em;
}
.inner-page .page-right .products li .item-content h3 a {
  font-size: 16px;
}
.inner-page .page-right .products li .item-content p a {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-image: linear-gradient(to right, #9cc026, #5faf21);
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-family: poppins-bold;
}
.inner-page .page-right .products li .item-content p a:hover {
  background: #f5f6fb;
  color: #88b04b;
}
.news-page .page-right .news-list-li{
  display: flex;
  flex-wrap: wrap;
}
.news-page .page-right .news-list-li li {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 5px;
  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);
  width: 32%;
  margin-left: 1%
}
.news-page .page-right .news-list-li li .blog-button {
  margin-top: 20px;
}
.news_contents {
  color: #555;
  line-height: 2;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 28px;
}
.newdet-page .news_contents p,
.newdet-page .news_contents div,
.newdet-page .news_contents span,
.newdet-page .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 28px;
  clear: both;
}
.newdet-page .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.full-blog-content {
  background: #FFFFFF;
  position: relative;
  z-index: 88;
  padding: 3%;
}
.blog .rs-blog .blog-item {
  margin-bottom: 70px;
  background: #fff;
  border-radius: 5px;
}
.blog-all-titles {
  display: flex;
  justify-content: left;
  padding-bottom: 25px;
  padding-top: 8px;
  align-items: baseline;
}
.blog-all-titles .blog-title {
  margin: 0 0 7px;
  margin-top: -10px;
}
.blog-all-titles .blog-title a {
  font-size: 18px;
  font-family: 'Constantia-Bold';
}
.blog-all-titles .full-date {
  text-align: center;
  line-height: 1.5em;
  padding: 6px 20px;
  font-size: 16px;
}
.blog-all-titles .get_date_format {
  background: #d3bd8c;
  border-radius: 4px;
  margin-right: 15px;
  position: relative;
}
.blog-all-titles .get_date_format .blog-date {
  word-break: inherit;
  font-size: 16px;
  color: #fff;
  padding: 5px 10px 4px;
  line-height: 1.5em;
}
.blog-all-titles .get_date_format .blog-date .date {
  font-size: 22px;
  font-weight: 700;
  display: block;
}
.blog-all-titles .btm-cate {
  padding: 0;
  margin: 0;
}
.blog-item.no-thumbs .blog-all-titles {
  display: block;
}
.rs-blog .blog-item .blog-desc {
  margin: 0 0 15px;
  clear: both;
}
.blog-desc p {
  line-height: 28px;
  font-size: 14px;
}
.faq-page .page-right {
  padding-left: 0;
  padding-right: 5%;
  width: 70% !important;
  /*=====================================
                faq content
            =====================================*/
}
.faq-page .page-right .tit {
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.faq-page .page-right .tit span {
  font-weight: 600;
  font-size: 40px;
}
.faq-page .page-right .p {
  font-size: 14px;
  line-height: 25px;
  color: #6d6d6d;
}
.faq-page .page-right .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.faq-page .page-right .faq-content {
  padding: 50px 0;
}
.faq-page .page-right .collapse {
  display: none;
}
.faq-page .page-right .collapse.show {
  display: block;
}
.faq-page .page-right .faq-content .faq-content-item {
  margin-bottom: 70px;
}
.faq-page .page-right .faq-content .faq-content-item .faq-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 36px;
}
.faq-page .page-right .faq-content .faq-single-item {
  border: 1px solid #eeeeee;
  margin-bottom: 25px;
}
.faq-page .page-right .faq-content .faq-item h4 {
  margin-bottom: 0;
}
.faq-page .page-right .faq-content .faq-item h4 .btn-link {
  font-size: 14px;
  font-weight: 600;
  background: none;
  color: #008435;
  line-height: 26px;
  text-decoration: none;
  position: relative;
  padding-left: 40px;
  padding: 15px 54px 15px 54px;
  display: block;
  width: 100%;
  text-align: left;
}
.faq-page .page-right .faq-content .faq-item h4 .btn-link span {
  position: absolute;
  left: 20px;
  top: 19px;
  font-size: 18px;
  color: #008435;
}
.fa-question-circle{
  margin-right: 5px;
}
.faq-page .page-right .faq-content .faq-item h4 .btn-link .fa-angle-down{
  position: absolute; font-size: 18px;
  right:5%; top:20px;
}
/*.faq-page .page-right .faq-content .faq-item h4 .btn-link:after {
  position: absolute;
  right: 20px;
  top: 17px;
  content: '\e990';
  font-family: "iconfont";
  font-size: 14px;
  color: #008435;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}*/
.faq-page .page-right .faq-content .faq-item h4 .btn-link.collapsed {
  color: #282828;
}
.faq-page .page-right .faq-content .faq-item h4 .btn-link.collapsed:after {
  content: '\e98f';
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.faq-page .page-right .faq-content .faq-item .card-body {
  padding: 14px 55px 14px 55px;
}
.faq-page .sidebar {
  width: 30% !important;
}
.faq-page .sidebar .form-table {
  border: 1px solid #eee;
  padding: 20px;
}
.faq-page .sidebar .form-table form input,
.faq-page .sidebar .form-table form textarea {
  border: solid 1px #EEEEEE;
  background: none;
  padding: 15px;
  outline: none;
  margin-bottom: 20px;
  width: 100%;
  text-transform: capitalize;
  font-family: poppins-regular;
}
.faq-page .sidebar .form-table form textarea {
  height: 150px;
}
.faq-page .sidebar .form-table form input[type="submit"] {
  text-align: center;
  font-size: 16px;
  background: #88b04b;
  color: #FFFFFF;
  text-transform: uppercase;
}
.faq-page .faq-list {
  padding: 0 0 50px;
}
.faq-page .faq-list li {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  background: #383838  url("../images/faq-q-ico.png") no-repeat left top;
  padding: 0 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.faq-page .faq-list li,
.faq-page .faq-list li .faq-a,
.faq-page .faq-list li .fa {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.faq-page .faq-list li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-list li .faq-a {
  padding: 19px 0 19px 32px;
  font-size: 18px;
  color: #fff;
  font-family: 'Constantia-Bold';
}
.faq-page .faq-list li .faq-q {
  padding: 29px 24px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: none;
}
.faq-page .faq-list li .faq-q p {
  font-size: 16px;
  color: #333;
}
.faq-page .faq-list li .faq-q p strong{
  font-size: 18px;
}
.faq-page .faq-list li .fa {
  position: absolute;
  color: #616161;
  font-size: 18px;
  right: 36px;
  top: 21px;
}
.faq-page .faq-list li.active {
  padding-bottom: 15px;
  background-color: #d3bd8c;
  background-image: url("../images/faq-q-ico-h.png");
}
.faq-page .faq-list li.active .faq-a,
.faq-page .faq-list li.active .fa {
  color: #fff;
}
.application .part1{
    margin:20px 0 40px;
}
.application h2 {
    font-size: 24px;
    font-weight: bold;
    color: #007f41;
}
.application p {
    line-height: 24px;
    margin-bottom: 20px;
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
    font-size: 14px;
}
.application .part1 .grid-box .column{
    padding:0 10px;
}
#history{
  padding-bottom: 50px;
}
#history h2 {
    padding: 40px 0 25px;
    font-size: 40px;
    text-align: center;
}

.i-history .history-list {
  background: url(../images/line_03.jpg) repeat-x left 7px;
}
.i-history .history-list .swiper-slide {
  position: relative;
}
.i-history .history-list .swiper-slide:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  top: 0;
  left: 7px;
  background: #88b04b;
}
.i-history .history-list .swiper-slide:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  z-index: 8;
  background: url(../images/pointer2.png) no-repeat center;
}
.i-history .history-list .swiper-slide .news-text {
  padding-top: 60px;
}
.i-history .history-list .swiper-slide .news-text h3 {
  font-size: 22px;
  color: #339a5a;
  line-height: 28px; font-weight: bold;
}
.i-history .history-list .swiper-slide .news-text h4 {
  font-size: 20px;
  text-transform: capitalize;
  margin: 10px 0;
}
.i-history .history-list .swiper-slide .news-text p {
  line-height: 25px;
  color: #6d6d6d; font-size:15px;
}
.i-history .img {
  margin-top: 50px;
}



@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  .i-history .history-list .swiper-slide .news-text h3 {
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 700px;
  }
  .three-part .column h3 {
    font-size: 18px;
  }
  .three-part .column p {
    line-height: 25px;
    font-size: 14px;
  }
  .inner-page .page-right .products li {
    padding: 0 20px;
    margin-bottom: 30px;
    width: 50% !important;
  }
.i-product .pro-list > .column {
    margin-bottom: 19px;
    width: 32.3%;
    margin-right: 1%;
}
.inner-page .init-1 .grid-box .column {
    margin-bottom: 30px; width:100%;
}
.inner-page .init-1 .grid-box .column h2,
#history h2,.cta h2{
    font-size: 30px;
}
.inner-page .page-right .products li .item-content {
    padding: 10px;
    border-bottom: 2px solid #d3bd8c;
}
.inner-page .page-right .products li .item-content h3 {
    margin-bottom: 0;
}
.inner-page .page-right .products li .item-content h3 a{
    font-size: 14px;
}
.inner-page .sidebar ul.darklinks li a {
    font-size: 14px;
}
.blog-all-titles .blog-title a {
    font-size: 20px;
    font-weight: 600;
}
  .inner-page .sidebar {
    width: 100% !important;
  }
  .inner-page .page-right {
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sidebar .hot {
    padding: 20px 0;
}
#index-body .i-advantage .container .text {
    width: 100%;
    bottom: 20%;
    left: 0%;
    padding-left: 54%;
}
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  .three-part .column h3 {
    font-size: 13px;
  }
  .three-part .grid-box {
    width: 100%;
  }
  .three-part .grid-box.three > .column {
    width: 100%;
  }
  .three-part .column p {
    min-height: 75px;
  }
  .i-history h2 {
    font-size: 24px;
  }
  .i-history .history-list .swiper-slide .news-text h3 {
    font-size: 30px;
  }
  
  .mlztx {
    display: none;
  }
  .inner-page {
    padding: 30px 0;
  }
  .inner-page .sidebar .widget-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inner-page .page-right .products li .item-content {
    background: #f5f6fb;
    padding: 20px 8px;
    border-bottom: 3px solid #d3bd8c;
  }
  .inner-page .page-right .products li {
    padding: 0px 5px;
    margin-bottom: 30px;
    width: 50% !important;
  }
  .init-1 .grid-box.two > .column {
    width: 100%;
  }
  .blog-all-titles .blog-title a {
    font-size: 20px;
    font-weight: 600;
  }
  .faq-page .page-right .tit span,
  .faq-page .page-right .tit {
    font-weight: 600;
    font-size: 24px;
  }

.inner-page {
    padding:30px 0;
}
.inner-page .init-1 .grid-box .column h2,
#history h2,.cta h2{
    font-size: 20px;
}
#history h2 {
    padding: 10px 0 10px;
}
.inner-page .init-1 .grid-box .column:nth-child(1), .inner-page .init-1 .grid-box .column:nth-child(4) {
    padding-right:0;
}
.inner-page .init-1 .grid-box .column {
    margin-bottom: 20px;
}
.breadCrumbs .side-menu{
    margin-top:10px;
}
.i-product .pro-list > .column {
    width: 49%;
}
.breadCrumbs,.inner-page .sidebar{
  display: none;
}
.i-product .grid-box {
    padding-top: 0;
}
.faq-page .faq-list li .faq-a{
  padding-right: 40px;
  font-size: 15px;
}
.faq-page .faq-list li .fa{
  font-size: 1rem;
}
.faq-page .faq-list li .faq-q p{
  font-size: 14px;
}
}

/*add*/
.inner-banner {
  margin-top: 130px;
  height: 450px;
  background: url(../images/about-banner.jpg) no-repeat center;
  background-size: cover;
  color:#fff;
  padding-top:180px;
}
.inner-banner h2{
    font-size:48px;
    text-align:center;
    font-family: 'Constantia-Bold';
}
.inner-banner .container .bread-crumbs a{
  display: inline;
}
.inner-page{
    padding:50px 0;
}
.contact-page{
    padding:0;
}
.inner-page .more {
  margin: 0 auto;
  display: block;
  width: 158px;
  height: 52px;
  margin-top: 55px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #000000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  font-family: 'Constantia';
}
.inner-page .more .fa {
  margin-left: 10px;
}
.prodet-page{
  padding-bottom: 0;
}
.prodet-page .more:hover {
    background: #d1b67a;
    color: #fff;
    border: 1px solid #d1b67a;
}
.about-page{
  padding-bottom: 0;
}
.about-page .init-1 {
  padding: 100px 0;
}
.about-page .init-1 h2 {
  font-size: 33px;
  color: #333333;
  margin-bottom: 20px;
  font-family: 'Constantia-Bold'
}
.about-page .init-1 p {
  font-size: 18px;
  color: #333333;
  font-family: 'Constantia';
  line-height: 1.8;
}
.about-page .init-1 p a {
  display: inline;
}
.about-page .init-1 .column {
  vertical-align: middle;
}
.about-page .init-1 .column:nth-child(1) {
  padding-right: 30px;
}
.about-page .tit {
  font-size: 48px;
  text-transform: capitalize;
  font-family: 'Constantia-Bold' !important;
}
.about-page .init-2 {
  padding: 65px 0;
  background: #f7f7f7;
}
.about-page .init-2 .grid-box {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-page .init-2 .grid-box .column {
  padding: 25px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  cursor: pointer;
}
.about-page .init-2 .grid-box .column .img-box {
  position: relative;
}
.about-page .init-2 .grid-box .column .img-box .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: table;
  padding: 0 10%;
}
.about-page .init-2 .grid-box .column .img-box .layer p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: 'Constantia';
}
.about-page .init-2 .grid-box .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.about-page .init-3 {
  padding: 70px 0;
}
.about-page .init-3 .column p {
  font-size: 21px;
  color: #333333;
}
.about-page .init-4-factory {
  padding: 70px 0;
  background: #f7f7f7;
}
.about-page .init-4-factory .factory-list {
  margin-top: 60px;
  padding: 0 76px;
  position: relative;
}
.about-page .init-4-factory .factory-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 43px;
  height: 43px;
  background: url(../images/b-left_13.jpg) no-repeat center;
  left: -50px;
  top: 45%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.about-page .init-4-factory .factory-list .slick-next {
  background: url(../images/b-right_16.jpg) no-repeat center;
  left: auto;
  right: -50px;
}
.about-page .init-4-factory .factory-list ul li {
  padding: 0 20px;
}
.contact-page{
    padding-bottom:0;
}
.contact-page .init-contact1 {
  padding: 118px 0 60px;
}
.contact-page .init-contact1 .column {
  width: 45%;
}
.contact-page .init-contact1 .column:nth-child(1) {
  padding-right: 4%;
}
.contact-page .init-contact1 .column:nth-child(1) form {
  margin-top: 40px;
}
.contact-page .init-contact1 .column:nth-child(1) form ul li {
  margin-bottom: 10px;
}
.contact-page .init-contact1 .column:nth-child(1) form ul li input,
.contact-page .init-contact1 .column:nth-child(1) form ul li textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #666666;
  outline: none;
  padding: 20px;
  padding-left: 0;
  font-size: 18px;
  color: #666666;
}
.contact-page .init-contact1 .column:nth-child(1) form ul li input ::-webkit-input-placeholder,
.contact-page .init-contact1 .column:nth-child(1) form ul li textarea ::-webkit-input-placeholder {
  color: #666666;
}
.contact-page .init-contact1 .column:nth-child(1) form ul li input :-moz-placeholder,
.contact-page .init-contact1 .column:nth-child(1) form ul li textarea :-moz-placeholder {
  color: #666666;
}
.contact-page .init-contact1 .column:nth-child(1) form ul li input ::-moz-placeholder,
.contact-page .init-contact1 .column:nth-child(1) form ul li textarea ::-moz-placeholder {
  color: #666666;
}
.contact-page .init-contact1 .column:nth-child(1) form ul li input :-ms-input-placeholder,
.contact-page .init-contact1 .column:nth-child(1) form ul li textarea :-ms-input-placeholder {
  color: #666666;
}
.contact-page .init-contact1 .column:nth-child(1) form ul li input[type="submit"] {
  color: #fff;
  background: #d3bd8c;
  border: none;
  width: 180px;
  text-align: center;
  padding: 12px 20px;
  margin-top: 30px;
}
.contact-page .init-contact1 .column h2 {
  padding: 20px 0;
  padding-left: 60px;
  background: url(../images/tel.png) no-repeat left center;
  font-size: 36px;
}
.contact-page .init-contact1 .column p {
  font-size: 18px;
  color: #666666;
  margin: 10px 0;
}
.contact-page .init-contact1 .column:nth-child(2) {
  width: 45%;
  padding-left: 2%;
}
.contact-page .init-contact1 .column:nth-child(2) h2 {
  background: url(../images/fly.png) no-repeat left center;
  font-size: 24px;
  padding-left: 70px;
}
.contact-page .init-contact1 .column:nth-child(2) .text {
  margin-left: 70px;
}
.contact-page .init-contact1 .column:nth-child(2) .text .map {
  margin: 20px 0 40px;
  border: 1px solid #ccc;
  min-height: 300px;
}
.contact-page .init-contact1 .column:nth-child(2) .text p {
  font-weight: 500;
  color: #333333;
}
.contact-page .init-faq {
  padding: 80px 0 115px;
  background: #f7f7f7;
}
.contact-page .init-faq h2 {
  color: #333333;
  text-align: center;
  font-size: 48px;
  text-transform: uppercase;
}
.contact-page .init-faq .faq-list {
  margin-top: 80px;
  padding: 0 8%;
}
.contact-page .init-faq .faq-list ul li {
  border-bottom: 1px solid #000000;
  padding: 15px 0;
  margin: 15px 0;
}
.contact-page .init-faq .faq-list ul li h4 {
  color: #333333;
  font-size: 18px;
  position: relative;
  padding-right: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.contact-page .init-faq .faq-list ul li h4 .fa {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 30px;
}
.contact-page .init-faq .faq-list ul li p {
  line-height: 30px;
  font-size: 16px;
  display: none;
}
.prodet-page .init-1-top {
  padding: 80px 0 100px;
}
.prodet-page .init-1-top .column {
  width: 40%;vertical-align: middle;
}
.prodet-page .init-1-top .column img {
  border: 1px solid #000;
}
.prodet-page .init-1-top .column:nth-child(2) {
  width: 60%;
  padding-left: 5%;
}
.prodet-page .init-1-top .column:nth-child(2) h2 {
  font-size: 36px;
  color: #333333;
  font-family: 'Constantia-Bold';
}
.prodet-page .init-1-top .column:nth-child(2) p {
  color: #666666;
  font-size: 24px;
  margin: 30px 0;
}
.prodet-page .init-1-top .column:nth-child(2) a.more {
  margin-left: 0;
}
.prodet-page .init-1-top .column:nth-child(2) .image-thumb {
  margin-top: 100px;
}
.prodet-page .init-1-top .column:nth-child(2) .image-thumb li {
  width: 25%;
  padding-right: 20px;
  float: left;
}
.prodet-page .init-2 {
  padding: 20px 0 80px;
}
.prodet-page .init-2 h2 {
  padding: 20px;
  text-align: center;
  background: #d3bd8c;
  font-size: 36px;
  color: #fff;
  text-transform: capitalize;
}
.prodet-page .init-2 .content{
    padding:20px 0;
}
.prodet-page .init-2 .content table{
    width:100%;
}
.prodet-page .init-2 .content table tr td {
  padding: 8px 12px;
  font-size: 18px;
  border:1px solid #ebebeb;
}
.prodet-page .init-2 .content table tr:nth-child(2n){
    background:#f5f5f5;
}
.prodet-page .init-poppular {
  background: #f7f7f7;
  padding: 80px 0;
}
.prodet-page .init-poppular h2 {
  font-size: 36px;
  text-transform: capitalize;
}
.prodet-page .init-poppular .recommend-list {
  margin-top: 50px;
  position: relative;
}
.prodet-page .init-poppular .recommend-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 43px;
  height: 43px;
  background: url(../images/b-left_13.jpg) no-repeat center;
  left: -50px;
  top: 45%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.prodet-page .init-poppular .recommend-list .slick-next {
  background: url(../images/b-right_16.jpg) no-repeat center;
  left: auto;
  right: -50px;
}
.prodet-page .init-poppular .recommend-list ul li {
  padding: 0 20px;
  position: relative;
}
.prodet-page .init-poppular .recommend-list ul li .layer {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 40%;
  opacity: 0;
  filter: alpha(opacity=100);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.prodet-page .init-poppular .recommend-list ul li .layer a {
  display: block;
  margin: 0 auto;
}
.prodet-page .init-poppular .recommend-list ul li .layer a .fa {
  font-size: 30px;
  display: block;
  margin: 0 auto 20px;
  color: #fff;
  text-align: center;
}
.prodet-page .init-poppular .recommend-list ul li .layer p {
  font-size: 19px;
  color: #fff;
  text-align: center;
}
.prodet-page .init-poppular .recommend-list ul li:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 1600px) {
  .container {
    width: 1400px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
  .about-page .tit,
  .prodet-page .init-1-top .column:nth-child(2) h2,
  .prodet-page .init-2 h2,
  .prodet-page .init-poppular h2 {
    font-size: 30px;
  }
  .prodet-page .init-1-top .column:nth-child(2) p {
    font-size: 16px;
  }
  .about-page .init-3 .column {
    padding: 0 10px;
  }
  .contact-page .init-contact1 .column p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
  .about-page .init-1 h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .about-page .init-1 p,
  .about-page .init-3 .column p {
    font-size: 16px;
  }
  .about-page .init-2 .grid-box {
    margin-top: 30px;
  }
  .about-page .init-2 .grid-box .column .img-box .layer p {
    font-size: 14px;
  }
  .contact-page .init-contact1 .column h2 {
    font-size: 24px;
  }
  .contact-page .init-faq h2 {
    font-size: 30px;
  }
  .contact-page .init-faq .faq-list {
    margin-top: 30px;
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  .about-page .init-1 {
    padding: 30px 0;
  }
  .about-page .init-1 .column {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .init-2 .grid-box .column {
    padding: 8px;
  }
  .contact-page .init-contact1 {
    padding: 30px 0;
  }
  .contact-page .init-contact1 .column:nth-child(1) {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .init-contact1 .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .news-page .page-right .news-list-li li{
    width: 49%;
  }
}
@media screen and (max-width: 1024px) {
  #banner, .inner-banner{
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  .inner-banner{
    height: auto;
    padding: 20px 0;
  }

  .inner-page {
    margin-top: 50px;
    padding: 10px 0;
  }
  table {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
  .about-page .init-1 h2,
  .about-page .tit {
    font-size: 20px;
  }
  .about-page .init-2 {
    padding: 30px 0;
  }
  .about-page .init-1 p,
  .about-page .init-3 .column p {
    font-size: 14px;
  }
  .about-page .init-2 .grid-box .column {
    width: 50%;
  }
  .prodet-page .init-1-top .column,
  .prodet-page .init-1-top .column:nth-child(2) {
    width: 100%;
    padding: 0 0 10px;
  }
  .prodet-page .init-1-top .column:nth-child(2) h2,
  .prodet-page .init-2 h2,
  .prodet-page .init-poppular h2 {
    font-size: 20px;
  }
  .prodet-page .init-1-top {
    padding: 30px 0;
  }
  .contact-page .init-contact1 .column:nth-child(2) .text {
    margin-left: 0;
  }
  .contact-page .init-faq h2 {
    font-size: 20px;
  }
  .contact-page .init-faq .faq-list ul li h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h2{
    font-size: 20px;
  }
  .inner-page{
    margin-top: 10px;
  }
  .inner-page .page-right .products li .item-content{
    padding: 10px 5px;
  }
  .inner-page .page-right .products li .item-content h3 a{
    font-size: 12px;

  }
  .about-page .init-1{
    padding: 10px 0;
  }
  .about-page .init-1 p, .about-page .init-3 .column p{
    font-size: 14px;
  }
  .about-page .init-2{
    padding: 10px 0;
  }
  .about-page .init-3{
    padding: 20px 0;
  }
  .about-page .init-4-factory{
    padding: 20px 0;
  }
  .about-page .init-4-factory .factory-list{
    padding: 0 10px;
  }
  
  .i-product .pro-list .con-box .inner-box{
    padding-top: 10px;
  }
  .i-product .pro-list .con-box .inner-box .tit a{
    font-size: 14px;
  }
  .i-product .pro-list .con-box .inner-box .more{
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 2;
  }
  .prodet-page .init-1-top{
    padding: 10px 0;
  }
  .prodet-page .init-1-top .column:nth-child(2) h2, .prodet-page .init-2 h2, .prodet-page .init-poppular h2{
    font-size: 14px;
  }
  .prodet-page .init-1-top .column:nth-child(2) p{
    font-size: 12px;
    margin: 20px 0;
  }
  .inner-page .more{
    height: auto;
    line-height: 2;
    font-size: 14px;
  }
  .prodet-page .init-2{
    padding: 20px 0;
  }
  .prodet-page .init-2 .content{
    padding: 0
  }
  .prodet-page .init-poppular{
    padding: 20px 0;
  }
  .prodet-page .init-poppular .recommend-list{
    margin-top: 20px;
  }
  .contact-page .init-contact1{
    padding: 10px 0;
  }
  .contact-page .init-contact1 .column h2{
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
  }
  .contact-page .init-contact1 .column p{
    font-size: 12px;
  }
  .bread-crumbs{
    font-family: 'Constantia';
    font-size: 12px;
  }
  .blog-all-titles .get_date_format .blog-date{
    font-size: 14px;
  }
  .blog-all-titles .blog-title a{
    font-size: 14px;
  }
  .blog-desc p{
    font-size: 12px;
  }
  .news-page .page-right .news-list-li li .blog-button{
    font-size: 14px;
    margin-top: 10px;
  }
  .blog-all-titles .get_date_format .blog-date .date{
    font-size: 14px
  }
  
  .blog-all-titles{
    padding-bottom: 10px;
  }
  .newdet-page .news_next a{
    height: auto;
  }
  .newdet-page .news_next a:hover{
    height: auto;
  }
  .news_contents{
    padding: 0;
    font-size: 12px;
  }
  .inner-page .more {
    margin-top: 10px;
  }
  .about-page .init-2 .grid-box .column {
    width: 100%;
  }
  .about-page .init-3 .column {
    width: 100%;
    margin-bottom: 10px;
  }
  .about-page .init-4-factory .factory-list {
    padding: 0;
    margin-top: 20px;
  }
  .prodet-page .init-1-top .column:nth-child(2) .image-thumb {
    margin-top: 20px;
  }
  .contact-page .init-contact1 .column:nth-child(1) form ul li input,
  .contact-page .init-contact1 .column:nth-child(1) form ul li textarea {
    font-size: 14px;
  }
  .contact-page .init-faq {
    padding: 30px 0 50px;
  }
  .contact-page .init-contact1 .column:nth-child(2) h2 {
    font-size: 20px;
  }
  footer .food{
    display: none;
  }
  footer .copyright{
    height: auto;
  }
  footer .copyright ul li p:nth-child(1){
    display: none;
  }
  .prodet-page .init-poppular .recommend-list ul li .layer{
    padding-top: 28%;
  }
  .prodet-page .init-poppular .recommend-list ul li .layer p{
    font-size: 12px;
  }
  footer .copyright .mobile1{
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.news-page .page-right .news-list-li li{
  width: 100%;
  margin-left: 0;
}
}
