/* 字体引入 */
@font-face {
  font-family: 'r';
  src: url('../fonts/poppins-regular.ttf');
}
@font-face {
  font-family: 'b';
  src: url('../fonts/poppins-bold.ttf');
}
@font-face {
  font-family: 'l';
  src: url('../fonts/Poppins-Light.otf');
}
@font-face {
  font-family: 'thex';
  src: url('../fonts/helveticaneueltpro-thex.woff.ttf');
}

.container {
  box-sizing: content-box;
  padding: 0 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

.loading{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	background: #ffc749;
}
@-webkit-keyframes rotate-animation {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@keyframes rotate-animation {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@-webkit-keyframes move-animation {
		0% {
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
		25% {
			-webkit-transform: translate(-64px, 0);
			transform: translate(-64px, 0);
		}
		75% {
			-webkit-transform: translate(32px, 0);
			transform: translate(32px, 0);
		}
		100% {
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}
	@-webkit-keyframes move-animation {
	 0%{
		 -webkit-transform: translate(0,0);
		 transform: translate(0,0);
	 }
	 }
	@keyframes move-animation {
		0% {
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
		25% {
			-webkit-transform: translate(-64px, 0);
			transform: translate(-64px, 0);
		}
		75% {
			-webkit-transform: translate(32px, 0);
			transform: translate(32px, 0);
		}
		100% {
			-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
		}
	}
	body {
		background-color: #F5F5F5;
	}

	.circle-loader {
		display: block;
		width: 64px;
		height: 64px;
		margin-left: -32px;
		margin-top: -32px;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform-origin: 16px 16px;
		transform-origin: 16px 16px;
		-webkit-animation: rotate-animation 5s infinite;
		animation: rotate-animation 5s infinite;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}
	.circle-loader .circle {
		-webkit-animation: move-animation 2.5s infinite;
		animation: move-animation 2.5s infinite;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		position: absolute;
		left: 50%;
		top: 50%;
	}
	.circle-loader .circle-line {
		width: 64px;
		height: 24px;
		position: absolute;
		top: 4px;
		left: 0;
		-webkit-transform-origin: 4px 4px;
		transform-origin: 4px 4px;
	}
	.circle-loader .circle-line:nth-child(0) {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.circle-loader .circle-line:nth-child(1) {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.circle-loader .circle-line:nth-child(2) {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.circle-loader .circle-line:nth-child(3) {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	.circle-loader .circle-line .circle:nth-child(1) {
		width: 8px;
		height: 8px;
		top: 50%;
		left: 50%;
		margin-top: -4px;
		margin-left: -4px;
		border-radius: 4px;
		-webkit-animation-delay: -0.3s;
		animation-delay: -0.3s;
	}
	.circle-loader .circle-line .circle:nth-child(2) {
		width: 16px;
		height: 16px;
		top: 50%;
		left: 50%;
		margin-top: -8px;
		margin-left: -8px;
		border-radius: 8px;
		-webkit-animation-delay: -0.6s;
		animation-delay: -0.6s;
	}
	.circle-loader .circle-line .circle:nth-child(3) {
		width: 24px;
		height: 24px;
		top: 50%;
		left: 50%;
		margin-top: -12px;
		margin-left: -12px;
		border-radius: 12px;
		-webkit-animation-delay: -0.9s;
		animation-delay: -0.9s;
	}
	.circle-loader .circle-blue {
		background-color: #1f4e5a;
	}
	.circle-loader .circle-red {
		background-color: #ff5955;
	}
	.circle-loader .circle-yellow {
		background-color: #ffb265;
	}
	.circle-loader .circle-green {
		background-color: #00a691;
	}

/* 手机端头部 */
#m-header-wrapper {
  display: none;
}
#m-header-wrapper .overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#m-header-wrapper .m-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 45px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transition: 300ms;
}
#m-header-wrapper .m-header.active {
  left: 200px;
}
#m-header-wrapper .m-header .container {
  height: 100%;
  position: relative;
}
#m-header-wrapper .m-header .container .toggle-btn {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#m-header-wrapper .m-header .container .toggle-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
  margin-bottom: 5px;
  transition: 300ms;
}
#m-header-wrapper .m-header .container .toggle-btn span:last-of-type {
  margin-bottom: 0;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: left center;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(2) {
  opacity: 0;
}
#m-header-wrapper .m-header .container .toggle-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: left center;
}
#m-header-wrapper .m-header .container .logo {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#m-header-wrapper .m-header .container .logo img {
  width: 80px;
}
#m-header-wrapper .m-toggle-nav {
  position: fixed;
  width: 200px;
  height: 100%;
  left: -200px;
  top: 0;
  overflow-y: auto;
  background: #333;
  z-index: 9999;
  transition: 300ms;
  padding: 15px 0;
}
#m-header-wrapper .m-toggle-nav.active {
  left: 0;
}
#m-header-wrapper .m-toggle-nav h1 {
  font: 14px sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px 20px;
}
#m-header-wrapper .m-toggle-nav h1 .icon {
  font-size: 14px;
  color: #fff;
  margin-right: 10px;
}
#m-header-wrapper .m-toggle-nav .menu-box {
  padding-bottom: 25px;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a {
  display: block;
  font: 12px/40px sans-serif;
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  display: none;
  transition: 300ms;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li > a i.active {
  transform: translateY(-50%) rotate(180deg);
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li .sub-menu {
  background: #000;
  padding: 5px 0;
  display: none;
}
#m-header-wrapper .m-toggle-nav .menu-box .menu > li .sub-menu li a {
  display: block;
  font: 12px/40px sans-serif;
  padding-left: 15px;
  color: #fff;
  text-transform: uppercase;
}
#m-header-wrapper .m-toggle-nav .search-box {
  padding: 15px 15px 35px;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .search-box input[type="text"] {
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  padding: 0 40px 0 10px;
  font: 12px sans-serif;
  color: #333;
}
#m-header-wrapper .m-toggle-nav .search-box button {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  border: none;
  outline: none;
  text-align: center;
  background: #000;
}
#m-header-wrapper .m-toggle-nav .search-box button i {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}
#m-header-wrapper .m-toggle-nav .lan h1 {
  padding-bottom: 10px;
  position: relative;
}
#m-header-wrapper .m-toggle-nav .lan h1 i.fa-angle-down {
  position: absolute;
  right: 15px;
  top: 1px;
  font-size: 16px;
  color: #fff;
  transition: 300ms;
}
#m-header-wrapper .m-toggle-nav .lan h1 i.fa-angle-down.active {
  transform: rotate(180deg);
}
#m-header-wrapper .m-toggle-nav .lan ul {
  background: #000;
  display: none;
}
#m-header-wrapper .m-toggle-nav .lan ul li a {
  display: block;
  font: 12px/30px sans-serif;
  color: #fff;
  padding-left: 15px;
}
#header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  padding-top: 43px;
  transition: .6s;
}
#header.inner-header {
  position: relative;
  background: #fff;
  padding: 20px 0;
}
#header.active{
  position: fixed;
  background: #fff;
  padding: 10px 0 15px;
  box-shadow: 0 0 30px rgba(0,0,0,.08);
}
#header .container .search-btn {
	font-size: 18px;
	color: #fff;
  margin-top: 31px;
  cursor: pointer;
}
#header.inner-header .container .search-btn {
	color: #000;
}
#header.active .container .search-btn {
	color: #000;
}
#header .container .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .container .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .container .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .container .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 24px;
  font-family: r;
  color: #000;
  padding: 10px 0;
}
#header .container .search-box form input[type="submit"] {
  width: 28px;
  height: 28px;
  background: url(../images/search.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .container .search-box form input[type="submit"]:hover {
  opacity: 0.7;
}
#header .container .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .container .language {
  font: 16px r;
  color: #fff;
  text-transform: uppercase;
  margin: 33px 20px 0 135px;
}
#header.active .container .language {
	color: #000;
}
#header.inner-header .container .language {
	color: #000;
}
#header .container .menu-box {
  margin-top: 30px;
}
#header .container .menu-box .menu {
  font-size: 0;
}
#header .container .menu-box .menu > li {
  display: inline-block;
  margin-right: 80px;
  position: relative;
}
#header .container .menu-box .menu > li:last-of-type {
  margin-right: 0;
}
#header .container .menu-box .menu > li > a {
  font: 18px r;
  color: #fff;
  text-transform: uppercase;
}
#header.inner-header .container .menu-box .menu > li > a {
	color: #000;
}
#header.active .container .menu-box .menu > li > a {
	color: #000;
}
#header .container .menu-box .menu > li .sub-menu {
  position: absolute;
  width: 200px;
  left: 0;
  top: 130%;
  opacity: 0;
  visibility: hidden;
  background: #000;
  transition: .3s;
}
#header .container .menu-box .menu > li .sub-menu li a {
  display: block;
  font: 16px/40px r;
  color: #fff;
  padding-left: 15px;
  text-transform: capitalize;
  transition: .3s;
}
#header .container .menu-box .menu > li .sub-menu li a:hover {
  background: #ffc749;
}
#header .container .menu-box .menu > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
#index-banner{
	background: #fff;
}
#index-banner #banner .swiper-slide {
  position: relative;
}
#index-banner #banner .swiper-slide img {
  width: 100%;
}
#index-banner #banner .swiper-slide .banner-text {
  position: absolute;
  max-width: 730px;
  width: 100%;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
#index-banner #banner .swiper-slide .banner-text p:nth-of-type(1) {
  font: 50px b;
  color: #3a3a3a;
  text-transform: uppercase;
}
#index-banner #banner .swiper-slide .banner-text p:nth-of-type(1) span {
  color: #ffa200;
}
#index-banner #banner .swiper-slide .banner-text p:nth-of-type(2) {
  font: 14px/18px arial;
  color: #3a3a3a;
  text-transform: uppercase;
}
#index-banner #banner .swiper-slide .banner-text a {
  display: block;
  width: 176px;
  height: 64px;
  border-radius: 15px;
  background: #ffc749;
  text-align: center;
  font: 20px/64px b;
  color: #fff;
  text-transform: uppercase;
  margin: 75px auto 0;
  box-shadow: 5px 5px 13px rgba(195, 122, 0, 0.39);
  transition: .3s;
}
#index-banner #banner .swiper-slide .banner-text a:hover {
  transform: translate(-2px, -2px);
  box-shadow: 10px 10px 13px rgba(195, 122, 0, 0.39);
}
#index-body {
	position: relative;
	z-index: 1;
  background: #fff;
}
#index-body .i-title {
  text-align: center;
  padding: 70px 15px;
  background: #fbfbfb;
}
#index-body .i-title p:nth-of-type(1) {
  font: 60px thex;
  color: #484848;
  margin-bottom: 10px;
}
#index-body .i-title p:nth-of-type(2) {
  font: 12px/18px r;
  color: #8c8c8c;
  max-width: 600px;
  margin: 0 auto;
}
#index-body .i-pro .i-pro-list .list-item {
  position: relative;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
}
#index-body .i-pro .i-pro-list .list-item:last-child {
	display: none;
}
/* #index-body .i-pro .i-pro-list .list-item:nth-of-type(odd) .product-info {
  float: right;
}
#index-body .i-pro .i-pro-list .list-item:nth-of-type(odd) .product-focus {
  left: 0;
}
#index-body .i-pro .i-pro-list .list-item:nth-of-type(even) .product-info {
  float: left;
}
#index-body .i-pro .i-pro-list .list-item:nth-of-type(even) .product-focus {
  right: 0;
} */
#index-body .i-pro .i-pro-list .list-item .product-focus {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  height: 100%;
}
#index-body .i-pro .i-pro-list .list-item .product-focus img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#index-body .i-pro .i-pro-list .list-item .product-info {
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	vertical-align: middle;
  padding: 6% 5%;
  width: 50%;
}
#index-body .i-pro .i-pro-list .list-item .product-info .product-name {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}
#index-body .i-pro .i-pro-list .list-item .product-info .product-name div:nth-of-type(1) {
  font: 40px l;
  color: #444444;
  text-transform: uppercase;
}
#index-body .i-pro .i-pro-list .list-item .product-info .product-name div:nth-of-type(2) {
  font: 14px/20px arial;
  color: #747474;
}
#index-body .i-pro .i-pro-list .list-item .product-info .product-img img {
  width: 100%;
}
#index-body .i-pro .i-pro-list .list-item .product-info .product-link a {
  display: block;
  width: 151px;
  height: 49px;
  background: #e1a845;
  text-align: center;
  font: 18px/49px arial;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  text-transform: uppercase;
  transition: .3s;
	margin-top: 20px;
}
#index-body .i-pro .i-pro-list .list-item .product-info .product-link a:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 13px rgba(195, 122, 0, 0.39);
}
#index-body .i-about .i-about-content {
  position: relative;
}
#index-body .i-about .i-about-content .video {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
#index-body .i-about .i-about-content .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#index-body .i-about .i-about-content .video .video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -41px 0 0 -41px;
  border-radius: 50%;
}
#index-body .i-about .i-about-content .video .video-play .buttons {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #ffffff url(../images/play.png) left 31px center no-repeat;
  position: relative;
  z-index: 3;
  cursor: pointer;
  transition: .3s;
}
#index-body .i-about .i-about-content .video .video-play:after {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  bottom: -7px;
  right: -7px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 100%;
  z-index: 2;
  transition: .6s;
}
#index-body .i-about .i-about-content .video .video-play:before {
  content: "";
  position: absolute;
  left: -13px;
  top: -13px;
  bottom: -13px;
  right: -13px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  z-index: 1;
  transition: .6s;
}
#index-body .i-about .i-about-content .video .video-play:hover .buttons {
  transform: scale(1.1);
  opacity: .7;
  transition-delay: .2s;
}
#index-body .i-about .i-about-content .video .video-play:hover:after {
  transform: scale(1.2);
  opacity: 0;
  transition-delay: .1s;
}
#index-body .i-about .i-about-content .video .video-play:hover:before {
  transform: scale(1.2);
  opacity: 0;
}
#index-body .i-about .i-about-content .content {
  width: 50%;
  padding: 7.5% 6% 6%;
  background: #f4f4f4;
  text-align: center;
}
#index-body .i-about .i-about-content .content .title {
  font: 25px "Segoe Script";
  color: #e1a845;
}
#index-body .i-about .i-about-content .content .company {
  font: 36px/36px r;
  color: #323232;
  margin: 15px 0 45px;
}
#index-body .i-about .i-about-content .content .description {
  font: 18px/24px arial;
  color: #838383;
}
#index-body .i-about .i-about-content .content .num {
  max-width: 615px;
  margin: 85px auto 70px;
}
#index-body .i-about .i-about-content .content .num .grid-box .column {
  padding: 0 55px;
  position: relative;
}
#index-body .i-about .i-about-content .content .num .grid-box .column:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 71px;
  background: #e5e5e5;
  right: 0;
  top: 5px;
}
#index-body .i-about .i-about-content .content .num .grid-box .column:last-of-type:after {
  display: none;
}
#index-body .i-about .i-about-content .content .num .grid-box .column p:nth-of-type(1) {
  font: 46px arial;
  color: #e1a845;
}
#index-body .i-about .i-about-content .content .num .grid-box .column p:nth-of-type(2) {
  font: 18px arial;
  color: #878787;
}
#index-body .i-about .i-about-content .content .link a {
  display: block;
  width: 151px;
  height: 49px;
  background: #e1a845;
  text-align: center;
  font: 18px/49px arial;
  color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  text-transform: uppercase;
  transition: .3s;
}
#index-body .i-about .i-about-content .content .link a:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 13px rgba(195, 122, 0, 0.39);
}
#footer {
  background: #222222;
  position: fixed;
  bottom: 0;
  left: 0;
/*   z-index: -1; */
  width: 100%;
}
#footer .footer-top {
  padding: 65px 0 45px;
}
#footer .footer-top .container {
  font-size: 0;
}
#footer .footer-top .container .item {
  display: inline-block;
  vertical-align: top;
}
#footer .footer-top .container .item:nth-of-type(1) {
  width: 20%;
  padding-right: 5%;
}
#footer .footer-top .container .item:nth-of-type(2) {
  width: 18%;
}
#footer .footer-top .container .item:nth-of-type(2) ul li {
  font: 17px r;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 18px;
}
#footer .footer-top .container .item:nth-of-type(2) ul li:last-of-type {
  margin-bottom: 0;
}
#footer .footer-top .container .item:nth-of-type(2) ul li a:hover {
  color: #e1a845;
}
#footer .footer-top .container .item:nth-of-type(3) {
  width: 24%;
  padding-right: 5%;
}
#footer .footer-top .container .item:nth-of-type(3) ul li {
  font: 15px/32px r;
  color: #fff;
  padding-left: 20px;
  position: relative;
}
#footer .footer-top .container .item:nth-of-type(3) ul li i {
  position: absolute;
  left: 0;
  top: 7px;
}
#footer .footer-top .container .item:nth-of-type(4) {
  width: 21%;
  padding-right: 20px;
}
#footer .footer-top .container .item:nth-of-type(4) ul li {
  margin-bottom: 7px;
}
#footer .footer-top .container .item:nth-of-type(4) ul li:last-of-type {
  margin-bottom: 0;
}
#footer .footer-top .container .item:nth-of-type(4) ul li .news-img {
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
}
#footer .footer-top .container .item:nth-of-type(4) ul li .news-img img {
  width: 100%;
}
#footer .footer-top .container .item:nth-of-type(4) ul li .news-info {
  width: 68%;
  padding-left: 10px;
}
#footer .footer-top .container .item:nth-of-type(4) ul li .news-info p:nth-of-type(1) {
  font: 12px b;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: .3s;
}
#footer .footer-top .container .item:nth-of-type(4) ul li .news-info p:nth-of-type(2) {
  font: 12px r;
  color: #fff;
}
#footer .footer-top .container .item:nth-of-type(4) ul li:hover .news-info p:nth-of-type(1) {
  color: #e1a845;
}
#footer .footer-top .container .item:nth-of-type(5) {
  width: 17%;
}
#footer .footer-top .container .item:nth-of-type(5) .erweima {
  width: 100px;
}
#footer .footer-top .container .item:nth-of-type(5) .erweima img {
  width: 100%;
}
#footer .footer-top .container .item .content {
  font: 14px/24px arial;
  color: #fff;
  margin: 30px 0;
}
#footer .footer-top .container .item .share i {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 37px;
  color: #fff;
  margin-right: 10px;
}
#footer .footer-top .container .item .share i.fa-facebook {
  background: #ff668c;
}
#footer .footer-top .container .item .share i.fa-twitter {
  background: #3854e3;
}
#footer .footer-top .container .item .share i.fa-linkedin {
  background: #fabe62;
  margin-right: 0;
}
#footer .footer-top .container .item .tit {
  font: 18px b;
  color: #fff;
  margin-bottom: 25px;
}
#footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
#footer .footer-bottom .container {
  font: 14px r;
  color: #fff;
}
#footer .footer-bottom .container a:hover {
  color: #e1a845;
}
.inner-banner {
	position: relative;
	z-index: 1;
  height: 400px;
  background: url(../images/inner-banner.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  font-family: r;
}
.inner-banner .banner-focus {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.inner-banner .banner-focus h3 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 15px;
}
.inner-banner .banner-focus .bread {
  color: #fff;
}
.inner-banner .banner-focus .bread a,
.inner-banner .banner-focus .bread span {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 5px;
  transition: .3s;
}
.inner-banner .banner-focus .bread a:hover {
  color: #dfba9f;
}
.inner-page {
	position: relative;
	z-index: 1;
  font-family: r;
  background: #fff;
}
.inner-about .inner-about-1 {
  padding: 100px 0;
}
.inner-about .inner-about-1 .container .left {
  width: 50%;
  padding-right: 5%;
}
.inner-about .inner-about-1 .container .left h2:nth-of-type(1) {
  font: 48px "Segoe Script";
  color: #dfba9f;
}
.inner-about .inner-about-1 .container .left h2:nth-of-type(2) {
  font-size: 48px;
  color: #141414;
}
.inner-about .inner-about-1 .container .left p {
  font-size: 16px;
  line-height: 1.6em;
  color: #141414;
  margin-top: 15px;
}
.inner-about .inner-about-1 .container .right {
  width: 50%;
  position: relative;
  cursor: pointer;
}
.inner-about .inner-about-1 .container .right img {
  width: 100%;
}
.inner-about .inner-about-1 .container .right .hover {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
}
.inner-about .inner-about-1 .container .right .hover .line-top {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  top: 0;
  transform-origin: left center;
  transform: scaleX(0);
  transition: .3s linear;
}
.inner-about .inner-about-1 .container .right .hover .line-left {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  transform-origin: center top;
  transform: scaleY(0);
  transition: .3s linear;
}
.inner-about .inner-about-1 .container .right .hover .line-bottom {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  transform-origin: right center;
  transform: scaleX(0);
  transition: .3s linear;
}
.inner-about .inner-about-1 .container .right .hover .line-right {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: .3s linear;
}
.inner-about .inner-about-1 .container .right:hover .hover .line-top {
  transform: scaleX(1);
}
.inner-about .inner-about-1 .container .right:hover .hover .line-left {
  transform: scaleY(1);
}
.inner-about .inner-about-1 .container .right:hover .hover .line-bottom {
  transform: scaleX(1);
}
.inner-about .inner-about-1 .container .right:hover .hover .line-right {
  transform: scaleY(1);
}
.inner-about .inner-about-2 {
  padding: 185px 0 100px;
  background: linear-gradient(to bottom, #f9f1ec 0%, #f9f1ec 70%, #fff 70%, #fff 100%);
}
.inner-about .inner-about-2 .container .top-content {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8em;
  color: #141414;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.inner-about .inner-about-2 .container .top-content:after {
  content: "";
  width: 1px;
  height: 60px;
  background: #dfba9f;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -100px;
}
.inner-about .inner-about-2 .container .center-content {
  position: relative;
  cursor: pointer;
  margin-bottom: 60px;
}
.inner-about .inner-about-2 .container .center-content img {
  width: 100%;
}
.inner-about .inner-about-2 .container .center-content:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.inner-about .inner-about-2 .container .center-content .hover {
  position: absolute;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.inner-about .inner-about-2 .container .center-content .hover .line-top {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  top: 0;
  transform-origin: left center;
  transform: scaleX(0);
  transition: .3s linear;
}
.inner-about .inner-about-2 .container .center-content .hover .line-left {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  transform-origin: center top;
  transform: scaleY(0);
  transition: .3s linear;
}
.inner-about .inner-about-2 .container .center-content .hover .line-bottom {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  transform-origin: right center;
  transform: scaleX(0);
  transition: .3s linear;
}
.inner-about .inner-about-2 .container .center-content .hover .line-right {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: .3s linear;
}
.inner-about .inner-about-2 .container .center-content:hover .hover .line-top {
  transform: scaleX(1);
}
.inner-about .inner-about-2 .container .center-content:hover .hover .line-left {
  transform: scaleY(1);
}
.inner-about .inner-about-2 .container .center-content:hover .hover .line-bottom {
  transform: scaleX(1);
}
.inner-about .inner-about-2 .container .center-content:hover .hover .line-right {
  transform: scaleY(1);
}
.inner-about .inner-about-2 .container .bottom-content .grid-box {
  margin: -15px;
}
.inner-about .inner-about-2 .container .bottom-content .grid-box .column {
  text-align: center;
  padding: 15px;
}
.inner-about .inner-about-2 .container .bottom-content .grid-box .column p:nth-of-type(1) {
  font-size: 14px;
  color: #141414;
  margin: 16px 0 10px;
}
.inner-about .inner-about-2 .container .bottom-content .grid-box .column p:nth-of-type(2) {
  font-size: 14px;
  line-height: 1.6em;
  color: #ccc;
}
.inner-about .inner-about-3 {
  height: 720px;
  background: url(../images/about-3.jpg) no-repeat;
  background-attachment: fixed;
  position: relative;
}
.inner-about .inner-about-3 .content {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.inner-about .inner-about-3 .content p:nth-of-type(1) {
  font: 80px "Segoe Script";
  line-height: 1.1em;
  color: #dfba9f;
}
.inner-about .inner-about-3 .content p:nth-of-type(2) {
  font-size: 80px;
  line-height: 1.1em;
  color: #fff;
}
.inner-about .inner-about-3 .content p:nth-of-type(3) {
  font-size: 18px;
  line-height: 1.8em;
  color: #fff;
  max-width: 600px;
  margin: 15px auto 35px;
}
.inner-about .inner-about-4 {
  padding: 100px 0;
}
.inner-about .inner-about-4 .container .title {
  text-align: center;
  margin-bottom: 40px;
}
.inner-about .inner-about-4 .container .title p:nth-of-type(1) {
  font: 48px "Segoe Script";
  line-height: 1.1em;
  color: #dfba9f;
}
.inner-about .inner-about-4 .container .title p:nth-of-type(2) {
  font-size: 48px;
  color: #141414;
}
.inner-about .inner-about-4 .container .list {
  position: relative;
}
.inner-about .inner-about-4 .container .list #factory .swiper-slide img {
  width: 100%;
}
.inner-about .inner-about-4 .container .list #factory-prev,
.inner-about .inner-about-4 .container .list #factory-next {
  background: none;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  transition: .3s;
}
.inner-about .inner-about-4 .container .list #factory-prev i,
.inner-about .inner-about-4 .container .list #factory-next i {
  font-size: 25px;
  line-height: 48px;
}
.inner-about .inner-about-4 .container .list #factory-prev:hover,
.inner-about .inner-about-4 .container .list #factory-next:hover {
  background: #000;
  color: #fff;
}
.inner-about .inner-about-4 .container .list #factory-prev {
  left: -80px;
}
.inner-about .inner-about-4 .container .list #factory-next {
  right: -80px;
}
.inner-product {
  padding: 60px 0 90px;
}
.inner-product .container .inner-product-top {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}
.inner-product .container .inner-product-top div:nth-of-type(1) {
  font-size: 40px;
  margin-bottom: 10px;
  color: #000;
}
.inner-product .container .inner-product-top div:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.6em;
  color: #797979;
}
.inner-product .container .inner-product-nav {
  font-size: 0;
  margin-bottom: 60px;
}
.inner-product .container .inner-product-nav li {
  display: inline-block;
  margin-right: 60px;
}
.inner-product .container .inner-product-nav li a {
  font-size: 18px;
  color: #797979;
  display: inline-block;
  border-bottom: 5px;
  border-bottom: 3px solid transparent;
  transition: .3s;
}
.inner-product .container .inner-product-nav li:last-of-type {
  margin-right: 0;
}
.inner-product .container .inner-product-nav li:hover a,
.inner-product .container .inner-product-nav li.current-cat a {
  color: #000;
  border-color: rgba(0, 0, 0, 0.1);
}
.inner-product .container .inner-product-list .grid-box {
  margin: -15px;
}
.inner-product .container .inner-product-list .grid-box .column {
  padding: 15px;
}
.inner-product .container .inner-product-list .grid-box .column .img img {
  width: 100%;
}
.inner-product .container .inner-product-list .grid-box .column .link {
  font-size: 16px;
  text-align: center;
  color: #4C4C4C;
  position: relative;
  padding-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inner-product .container .inner-product-list .grid-box .column .link:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  background: #4C4C4C;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.inner-prodet {
  display: flex;
}
.inner-prodet .left {
  width: 50%;
  height: 100vh;
  background: #fff;
  position: relative;
}
.inner-prodet .left .left-content {
  position: absolute;
  max-width: 615px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
}
.inner-prodet .left .left-content #product .swiper-slide img {
  width: 100%;
}
.inner-prodet .left .left-content #product #product-page .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #aaa;
  margin: 0 10px;
}
.inner-prodet .left .left-content .product-name {
  font-size: 30px;
  color: #4C4C4C;
  text-align: center;
  margin-top: 30px;
}
.inner-prodet .right {
  width: 50%;
  height: 100vh;
  background: #333;
  position: relative;
}
.inner-prodet .right .right-content {
  position: absolute;
  max-width: 615px;
  padding: 0 15px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inner-prodet .right .right-content h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.inner-prodet .right .right-content .product-details .grid-box {
  margin: -10px -15px;
}
.inner-prodet .right .right-content .product-details .grid-box .column {
  padding: 10px 15px;
  width: 50%;
}
.inner-prodet .right .right-content .product-details .grid-box .column:nth-of-type(odd) {
  text-align: right;
}
.inner-prodet .right .right-content .product-details .grid-box .column:nth-of-type(odd) strong {
  color: rgba(255, 255, 255, 0.8);
}
.inner-prodet .right .right-content .product-details .grid-box .column:nth-of-type(even) {
  text-align: left;
}
.inner-prodet .right .right-content .product-details .grid-box .column:nth-of-type(even) strong {
  color: rgba(255, 255, 255, 0.5);
}
.inner-prodet .right .right-content .product-details .grid-box .column strong {
  display: inline-block;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.inner-prodet .close {
  position: absolute;
  right: 80px;
  top: 80px;
  width: 30px;
  height: 30px;
  background: url(../images/close-2.png) no-repeat;
}
.inner-prodet .close:hover {
  opacity: .8;
}
.faq-page {
/*   padding: 80px 0; */
}
.faq-page .ui.container ul {
padding: 60px 0;
}
.faq-page .ui.container ul li h4 {
	position: relative;
    font-size: 1.1rem;
    color: #333;
    background-color: #eee;
    padding: 15px 40px 15px 30px;
    cursor: pointer;
    transition: .5s;
}

.faq-page .ui.container ul li h4 i {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border-radius: 50%;
/* 	padding: 3px; */
	font-size: 0.8em;
}

.faq-page .ui.container ul li h4:hover {
    background-color: #e1a845;
}

.faq-page .ui.container ul li h4.active {
    background-color: #e1a845;
}

.faq-page .ui.container ul li p {
    display: none;
    font-size: 18px;
    color: #666;
    background-color: #f8f8f8;
    padding: 10px 30px;
}

.faq-page .ui.container ul li:first-child p {
    display: block;
}
.faq-page ul li {
  background: #eee;
  margin-bottom: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.inner-news {
  padding: 100px 0;
}
.inner-news .container .right {
  width: 25%;
}
.inner-news .container .right .search-box {
  border: 1px solid #000;
  position: relative;
  margin-bottom: 30px;
}
.inner-news .container .right .search-box input[type="text"] {
  width: 100%;
  height: 55px;
  border: none;
  outline: none;
  padding: 0 50px 0 20px;
  font: 16px r;
  color: #333;
}
.inner-news .container .right .search-box input[type="submit"] {
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../images/search.png) no-repeat;
  right: 20px;
  top: 50%;
  margin-top: -14px;
  border: none;
  outline: none;
}
.inner-news .container .right .side-menu {
  border: 15px solid #f9f1ec;
  padding: 40px 30px;
}
.inner-news .container .right .side-menu h3 {
  font-size: 18px;
  color: #141414;
  margin-bottom: 25px;
  position: relative;
}
.inner-news .container .right .side-menu h3:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #dfba9f;
  margin: 0 0 5px 15px;
}
.inner-news .container .right .side-menu ul li {
  margin-bottom: 20px;
}
.inner-news .container .right .side-menu ul li:last-of-type {
  margin-bottom: 0;
}
.inner-news .container .right .side-menu ul li a {
  font-size: 16px;
  color: #141414;
  text-transform: uppercase;
  transition: .3s;
}
.inner-news .container .right .side-menu ul li a:hover {
  color: #dfba9f;
}
.inner-news .container .right .side-menu ul li.current-cat a{
	color: #dfba9f;
}
.inner-news .container .left {
  width: 75%;
  padding-right: 30px;
}
.inner-news .container .left .news-list .list-item {
  margin-bottom: 40px;
}
.inner-news .container .left .news-list .list-item:last-of-type {
  margin-bottom: 0;
}
.inner-news .container .left .news-list .list-item .news-img {
  position: relative;
}
.inner-news .container .left .news-list .list-item .news-img img {
  width: 100%;
}
.inner-news .container .left .news-list .list-item .news-img .hover {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  pointer-events: none;
}
.inner-news .container .left .news-list .list-item .news-img .hover .line-top {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  top: 0;
  transform-origin: left center;
  transform: scaleX(0);
  transition: .3s linear;
}
.inner-news .container .left .news-list .list-item .news-img .hover .line-left {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  transform-origin: center top;
  transform: scaleY(0);
  transition: .3s linear;
}
.inner-news .container .left .news-list .list-item .news-img .hover .line-bottom {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  transform-origin: right center;
  transform: scaleX(0);
  transition: .3s linear;
}
.inner-news .container .left .news-list .list-item .news-img .hover .line-right {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  transform-origin: center bottom;
  transform: scaleY(0);
  transition: .3s linear;
}
.inner-news .container .left .news-list .list-item .news-img:hover .hover .line-top {
  transform: scaleX(1);
}
.inner-news .container .left .news-list .list-item .news-img:hover .hover .line-left {
  transform: scaleY(1);
}
.inner-news .container .left .news-list .list-item .news-img:hover .hover .line-bottom {
  transform: scaleX(1);
}
.inner-news .container .left .news-list .list-item .news-img:hover .hover .line-right {
  transform: scaleY(1);
}
.inner-news .container .left .news-list .list-item .news-info {
  margin: -30px 30px 0;
  background: #fff;
  padding: 15px 30px;
  position: relative;
  text-align: center;
}
.inner-news .container .left .news-list .list-item .news-info p:nth-of-type(1) {
  font-size: 12px;
  color: #141414;
  opacity: .5;
}
.inner-news .container .left .news-list .list-item .news-info p:nth-of-type(2) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10px 0 15px;
}
.inner-news .container .left .news-list .list-item .news-info p:nth-of-type(2) a {
  font-size: 36px;
  line-height: 1.2em;
  color: #0a182d;
  transition: .3s;
}
.inner-news .container .left .news-list .list-item .news-info p:nth-of-type(2) a:hover {
  color: #dfba9f;
}
.inner-news .container .left .news-list .list-item .news-info > a {
  font-size: 12px;
  color: #dfba9f;
  text-transform: uppercase;
  padding-left: 40px;
  display: inline-block;
  position: relative;
  transition: .3s;
}
.inner-news .container .left .news-list .list-item .news-info > a:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 1px;
  background: #dfba9f;
  left: 0;
  top: 40%;
  transition: .3s;
}
.inner-news .container .left .news-list .list-item .news-info > a:hover {
  padding: 0 25px;
}
.inner-news .container .left .news-list .list-item .news-info > a:hover:after {
  width: 100%;
}
.inner-contact .inner-contact-1 {
  padding: 100px 0;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) {
  padding-right: 15px;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .title {
  max-width: 370px;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .title p:nth-of-type(1) {
  font-size: 30px;
  color: #141414;
  margin-bottom: 16px;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .title p:nth-of-type(2) {
  font-size: 16px;
  line-height: 1.6em;
  color: #141414;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .contact-info {
  max-width: 370px;
  margin: 50px 0;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .contact-info li {
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
  padding-left: 35px;
  position: relative;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .contact-info li:last-of-type {
  margin-bottom: 0;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .contact-info li i {
  font-size: 20px;
  color: #dfba9f;
  position: absolute;
  left: 0;
  top: 2px;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i {
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 25px;
  color: #fff;
  margin-right: 12px;
  transition: .3s;
  cursor: pointer;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i:nth-of-type(1) {
  background: #4e71a8;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i:nth-of-type(2) {
  background: #1cb7eb;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i:nth-of-type(3) {
  background: #ca3737;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i:nth-of-type(4) {
  background: #444;
  margin-right: 0;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .share i:hover {
  background: #141414;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(2) {
  position: relative;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(2) img {
  width: 100%;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(2) .hover {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border: 1px solid #fff;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) {
  padding-left: 15px;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table {
  max-width: 370px;
  width: 100%;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table .title {
  font-size: 30px;
  color: #141414;
  margin-bottom: 25px;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table .time li {
  margin-bottom: 20px;
  position: relative;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table .time li:last-of-type {
  margin-bottom: 0;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table .time li p:nth-of-type(1) {
  font-size: 16px;
  color: #dfba9f;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table .time li p:nth-of-type(2) {
  font-size: 16px;
  color: #141414;
}
.inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table .time li:before {
  content: "";
  width: 120px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
}
.inner-contact .inner-contact-2 {
  padding: 100px 0;
  background: #f9f1ec;
}
.inner-contact .inner-contact-2 .container h3 {
  font-size: 36px;
  color: #141414;
  text-align: center;
  margin-bottom: 30px;
}
.inner-contact .inner-contact-2 .container .form {
  font-size: 0;
}
.inner-contact .inner-contact-2 .container .form li {
  display: inline-block;
  vertical-align: top;
}
.inner-contact .inner-contact-2 .container .form li:nth-of-type(1) {
  width: 48%;
  margin: 0 4% 30px 0;
}
.inner-contact .inner-contact-2 .container .form li:nth-of-type(2) {
  width: 48%;
  margin: 0 0 30px 0;
}
.inner-contact .inner-contact-2 .container .form li:nth-of-type(3) {
  width: 100%;
  margin: 0 0 30px 0;
}
.inner-contact .inner-contact-2 .container .form li:nth-of-type(4) {
  width: 100%;
}
.inner-contact .inner-contact-2 .container .form li:not(:last-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.inner-contact .inner-contact-2 .container .form li:not(:last-of-type) input {
  width: 100%;
  height: 60px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0 25px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.inner-contact .inner-contact-2 .container .form li:not(:last-of-type) textarea {
  width: 100%;
  height: 140px;
  background: #fff;
  border: none;
  outline: none;
  padding: 0 25px;
  font-size: 16px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.8);
}
.inner-contact .inner-contact-2 .container .form li:last-of-type {
  text-align: center;
}
.inner-contact .inner-contact-2 .container .form li:last-of-type input {
  width: 270px;
  height: 69px;
  background: #dfba9f;
  font-size: 18px;
  color: #141414;
  border: none;
  outline: none;
  transition: .3s;
}
.inner-contact .inner-contact-2 .container .form li:last-of-type input:hover {
  background: #000;
  color: #fff;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  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;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 1rem;
  margin-top: 40px;
}
.m-page span, .m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover, .m-page .current, .m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
@media (max-width: 1200px) {
  #header .container .language {
    margin-left: 60px;
  }
  #header .container .menu-box .menu > li {
    margin-right: 40px;
  }
  #index-body .i-about .i-about-content .content .num .grid-box .column {
    padding: 0 15px;
  }
  #index-body .i-about .i-about-content .content .num .grid-box .column p:nth-of-type(1) {
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  #header {
    display: none;
  }
  #m-header-wrapper {
    display: block;
  }
  #index-banner {
    margin-top: 45px;
  }
  #index-banner #banner .swiper-slide .banner-text {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
  }
  #index-banner #banner .swiper-slide .banner-text p:nth-of-type(1) {
    font-size: 30px;
  }
  #index-banner #banner .swiper-slide .banner-text a {
    margin-top: 30px;
  }
  #index-body .i-title p:nth-of-type(1) {
    font-size: 30px;
  }
  #index-body .i-title {
    padding: 40px 15px;
  }
  #index-body .i-pro .i-pro-list .list-item .product-info .product-name div:nth-of-type(1) {
    font-size: 25px;
  }
  #index-body .i-about .i-about-content .content .company {
    font-size: 25px;
  }
  #index-body .i-about .i-about-content .video {
    position: relative;
    width: 100%;
  }
  #index-body .i-about .i-about-content .content {
    float: none;
    width: 100%;
  }
  #index-body .i-about .i-about-content .content .num .grid-box .column {
    width: 33.33%;
  }
	#index-body {
		margin-bottom: 0 !important;
	}
  #footer {
    position: static;
  }
  #footer .footer-top .container .item {
    width: 100%!important;
    padding: 0!important;
    margin-bottom: 40px;
  }
  #footer .footer-top .container .item:nth-of-type(4) {
    margin-bottom: 0;
  }
  #footer .footer-top .container .item:last-of-type {
    display: none;
  }
  .inner-banner {
    margin-top: 45px;
  }
  .inner-about .inner-about-section {
    padding: 60px 0!important;
  }
  .inner-about .inner-about-1 .container .left h2:nth-of-type(1) {
    font-size: 25px;
  }
  .inner-about .inner-about-1 .container .left h2:nth-of-type(2) {
    font-size: 25px;
  }
  .inner-about .inner-about-1 .container .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
    padding: 0;
  }
  .inner-about .inner-about-1 .container .right {
    width: 100%;
    float: none;
  }
  .inner-about .inner-about-2 .container .top-content:after {
    display: none;
  }
  .inner-about .inner-about-3 .content p:nth-of-type(1) {
    font-size: 30px;
  }
  .inner-about .inner-about-3 .content p:nth-of-type(2) {
    font-size: 30px;
  }
  .inner-about .inner-about-3 {
    height: 400px;
  }
  .inner-about .inner-about-4 .container .title p:nth-of-type(1) {
    font-size: 30px;
  }
  .inner-about .inner-about-4 .container .title p:nth-of-type(2) {
    font-size: 30px;
  }
  .inner-about .inner-about-4 .container .list #factory-prev,
  .inner-about .inner-about-4 .container .list #factory-next {
    display: none;
  }
  .inner-product .container .inner-product-nav {
    display: none;
  }
  .inner-prodet {
    flex-wrap: wrap;
  }
  .inner-prodet .left {
    width: 100%;
    height: auto;
    padding: 60px 0;
  }
  .inner-prodet .left .left-content {
    position: static;
    transform: translate(0);
    margin: 0 auto;
  }
  .inner-prodet .right {
    width: 100%;
    height: auto;
    padding: 60px 0;
  }
  .inner-prodet .right .right-content {
    position: static;
    transform: translate(0);
    margin: 0 auto;
  }
  .inner-prodet .close {
    background: url(../images/close.png) no-repeat;
    right: 15px;
    top: 15px;
  }
  .inner-prodet .left .left-content .product-name {
    font-size: 20px;
  }
  .inner-prodet .right .right-content h2 {
    font-size: 25px;
  }
  .inner-prodet .right .right-content .product-details .grid-box .column span {
    font-size: 14px;
  }
  .inner-news {
    padding: 60px 0;
  }
  .inner-news .container .right {
    display: none;
  }
  .inner-news .container .left {
    width: 100%;
    padding: 0;
  }
  .inner-news .container .left .news-list .list-item .news-info p:nth-of-type(2) a {
    font-size: 20px;
  }
  .inner-contact .inner-contact-1 {
    padding: 60px 0;
  }
  .inner-contact .inner-contact-1 .container .grid-box .column {
    width: 100%;
    margin-bottom: 60px;
    padding: 0!important;
  }
  .inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(2) {
    display: none;
  }
  .inner-contact .inner-contact-1 .container .grid-box .column:last-of-type {
    margin-bottom: 0;
  }
  .inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .title {
    max-width: 100%;
  }
  .inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .contact-info {
    max-width: 100%;
  }
  .inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table {
    max-width: 100%;
  }
  .inner-contact .inner-contact-2 {
    padding: 60px 0;
  }
	.inner-about .inner-about-2 {
		background: linear-gradient(to bottom, #f9f1ec 0%, #f9f1ec 50%, #fff 50%, #fff 100%);
	}
}

@media (max-width: 768px) {
	.inner-about .inner-about-2 .container .bottom-content .grid-box .column {
		width: 50%;
	}
}

@media (max-width: 576px) {
	.inner-about .inner-about-2 {
		background: linear-gradient(to bottom, #f9f1ec 0%, #f9f1ec 40%, #fff 40%, #fff 100%);
	}
	.inner-about .inner-about-2 .container .bottom-content .grid-box .column {
		width: 100%;
	}
  #index-banner #banner .swiper-slide .banner-text p:nth-of-type(1) {
    font-size: 20px;
  }
  #index-banner #banner .swiper-slide .banner-text p:nth-of-type(2) {
    display: none;
  }
  #index-banner #banner .swiper-slide .banner-text a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 15px;
  }
  #index-body .i-pro .i-pro-list .list-item .product-focus {
    position: static;
    width: 100%;
  }
  #index-body .i-pro .i-pro-list .list-item .product-info {
    float: none;
    width: 100%;
  }
  #index-body .i-pro .i-pro-list .list-item .product-info .product-link a {
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  #index-body .i-about .i-about-content .content .num .grid-box .column {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #index-body .i-about .i-about-content .content .num .grid-box .column:last-of-type {
    margin-bottom: 0;
  }
  #index-body .i-about .i-about-content .content .num .grid-box .column:after {
    display: none;
  }
  #index-body .i-about .i-about-content .content .num {
    margin: 40px 0;
  }
  .inner-banner {
    height: 250px;
  }
  .inner-banner .banner-focus h3 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .inner-product .container .inner-product-top div:nth-of-type(1) {
    font-size: 25px;
  }
  .inner-news .container .left .news-list .list-item .news-info {
    margin: -30px 15px 0;
  }
  .inner-contact .inner-contact-2 .container .form li {
    width: 100%!important;
    margin-right: 0!important;
  }
  .inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(1) .title p:nth-of-type(1) {
    font-size: 25px;
  }
  .inner-contact .inner-contact-1 .container .grid-box .column:nth-of-type(3) .time-table .title {
    font-size: 25px;
  }
  .inner-contact .inner-contact-2 .container h3 {
    font-size: 25px;
  }
}

#ewm img {
	border: 5px solid #fff;
}
