/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner .swiper-slide.swiper-slide-active .item .desc h3 {
  -webkit-animation: fadeInUp 0.8s;
  -moz-animation: fadeInUp 0.8s;
  -ms-animation: fadeInUp 0.8s;
  animation: fadeInUp 0.8s;
}
.banner .swiper-slide.swiper-slide-active .item .desc p {
  -webkit-animation: fadeInUp 0.8s 0.1s;
  -moz-animation: fadeInUp 0.8s 0.1s;
  -ms-animation: fadeInUp 0.8s 0.1s;
  animation: fadeInUp 0.8s 0.1s;
}
.banner .swiper-slide.swiper-slide-active .item .desc .more {
  -webkit-animation: fadeInUp 0.8s 0.2s;
  -moz-animation: fadeInUp 0.8s 0.2s;
  -ms-animation: fadeInUp 0.8s 0.2s;
  animation: fadeInUp 0.8s 0.2s;
}
.banner .swiper-slide .item {
  position: relative;
  display: block;
}
.banner .swiper-slide .item .mobile-img {display: none;}
.banner .swiper-slide .item img {
  display: block;
  width: 100%;
}
.banner .swiper-slide .item .desc {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  padding: 0 30px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner .swiper-slide .item .desc h3 {
  margin: 0;
  font-size: 57px;
  color: #f7c51d;
}
.banner .swiper-slide .item .desc p {
  width: 650px;
  line-height: 22px;
  margin: 20px auto 35px;
  font-size: 16px;
  color: #fff;
}
.banner .swiper-slide .item .desc .more {
  position: relative;
  display: inline-block;
  height: 60px;
  line-height: 58px;
  overflow: hidden;
  padding: 0 40px;
  border: 1px solid #f7c51d;
  font-size: 16px;
  color: #f7c51d;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 42px;
  background-color: #f7c51d;
}
@media (max-width: 1024px) {
	.header.float .bd {
		position: static;
	}
  /*.banner .swiper-slide .item img {
    height: calc(100vh - 30px);
    object-fit: cover;
  }*/
  .banner .swiper-slide .item .desc {
    padding: 0 10px;
  }
  .banner .swiper-slide .item .desc h3 {
    font-size: 40px;
  }
}
@media (max-width: 750px) {
	.banner .swiper-slide .item .mobile-img {display: block;}
	.banner .swiper-slide .item .pc-img {display: none;}
  .banner .swiper-slide .item .desc h3 {
    font-size: 20px;
  }
  .banner .swiper-slide .item .desc p {
    width: auto;
    font-size: 14px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
}
.partner-box .partner-item {padding-left: 5px; padding-right: 5px; }
.partner-box .row {margin-left: -5px; margin-right: -5px;}
.partner-box .partner-item .thumb-pic {
	margin-bottom: 20px;box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.partner-box .partner-item img{ max-height: 72px;}
.main-box1 {
  padding: 80px 30px 0;
  background: url('../images/temp/1.jpg') no-repeat center top;
}
.main-box1 .bd {
  position: relative;
  padding: 36px 64px;
  margin: 47px -66px 0;
  background-color: #d49a00;
}
.main-box1 .bd .box1-swiper .swiper-slide {
  margin-right: 38px;
}
.main-box1 .bd .box1-swiper .swiper-slide .item {
  display: block;
  background-color: #f7f7f7;
  text-decoration: none;
}
.main-box1 .bd .box1-swiper .swiper-slide .item .pic img {
  display: block;
  width: 100%;
}
.main-box1 .bd .box1-swiper .swiper-slide .item h3 {
  height: 60px;
  line-height: 1.5;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  padding: 4px 5px 0;
  text-align: center;
}
.main-box1 .bd .box1-swiper .box1-pagination {
  position: static;
  display: none;
}
.main-box1 .bd .box1-swiper .box1-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
.main-box1 .bd .box1-swiper .box1-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background-color: #f7c51d;
}
.main-box1 .bd .box1-btn {
  position: absolute;
  top: 50%;
  display: block;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 5px;
}
.main-box1 .bd .box1-btn.box1-prev {
  left: -28px;
  background-size: 25%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23888888'%2F%3E%3C%2Fsvg%3E");
}
.main-box1 .bd .box1-btn.box1-next {
  right: -28px;
  background-size: 25%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23888888'%2F%3E%3C%2Fsvg%3E");
}
.main-box-pone .container {position: relative;margin-top: 50px;}
.main-box-pone {
	padding: 80px 30px 56px;
	background: url('../images/temp/pone.jpg') no-repeat center top;
}
.main-box-pone img{
	max-width: 100%;
}
.main-box-pone .bd {
	width: 55%;
}
.main-box-pone .bd .title {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
}
.main-box-pone .bd .desc {
	margin-top: 5px;
	margin-bottom: 10px;
	display: inline-block;
	font-size: 18px;
	background-color: #f7c51d;
	padding: 6px 20px;
    border-radius: 50px;
    font-weight: bold;
}
.main-box-pone .bd .content {
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
}
.main-box-pone .bd .content p {
	position: relative;
	padding-left: 25px;
}
.main-box-pone .bd .content p::before {
	font: normal normal normal 16px/1 FontAwesome;
	content: '\f05d';
	display: block;
	color:#f7c51d;
	position: absolute;
	top:4px;
	left: 0;
}
.main-box-pone .pic {
	max-width: 60%;
    position: absolute;
	top: 20px;
    right: 0;
}
.main-box-pone .layui-timeline-item:last-child {
	display: none;
}
.main-box-pone .layui-timeline-item:nth-last-child(2) {
	padding-bottom: 0;
}
.main-box-pone .layui-timeline-axis {
	background-color: #c6c6c6;
    color: #c6c6c6;
}
.main-box-pone .layui-timeline-item:before {
	background-color: #b7b7b7;
}
.main-box-pone .read-more {
	padding-left: 25px;
	padding-top: 10px;
}
.main-box-pone .read-more a {
	background-color: #f7c51d;
	padding: 8px 20px;
	border-radius: 5px;
	text-decoration: none;
}
.index_product_only_box p {margin: 0;}
@media (max-width: 1366px) {
  .main-box1 .bd {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
	.main-box-pone .bd {
		position: relative;
		width: 100%;
	}
	.main-box-pone .pic {
		max-width: 100%;
		position: static;
		float: none!important;
	}
  .main-box1 {
    padding: 30px 10px 0;
  }
  .main-box1 .bd {
    padding: 10px;
    margin: 30px 0 0;
  }
  .main-box1 .bd .box1-swiper .box1-pagination {
    display: block;
  }
  .main-box1 .bd .box1-btn {
    display: none;
  }
}
.main-box2 {
	/*
  padding: 195px 0 103px;
  margin-top: -116px;*/
  padding: 100px 0 103px;
  background-color: #fff;
}
.main-box2 .pic {
  position: relative;
  width: 550px;
  padding: 0 0 35px 42px;
  margin-left: 50px;
}
.main-box2 .pic img {
  display: block;
  width: 100%;
}
.main-box2 .pic .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 186px;
  height: 189px;
  line-height: 38px;
  padding: 33px 24px 0 0;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  background: url('../images/bg2.jpg') no-repeat center;
}
.main-box2 .bd .desc {
  margin: 22px 0 25px;
}
.main-box2 .home-about-left {
	width: 650px;
}
.main-box2 .bd .desc p {
  line-height: 28px;
  margin: 0;
  font-size: 16px;
  color: #8b8b8b;
}
.main-box2 .bd .desc .ft {
  margin: 45px -65px 0 0;
}
.main-box2 .bd .desc .ft .item {
  float: left;
  width: 50%;
  padding-right: 65px;
}
.main-box2 .bd .desc .ft .item h3 {
  margin: 0 0 20px;
  font-size: 18px;
}
.main-box2 .bd .btn {
  display: block;
  width: 171px;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #f7c51d;
}
@media (max-width: 1024px) {
  .main-box2 {
    padding: 140px 10px 30px;
  }
  .main-box2 .home-about-left {
	width: 100%;
  }
  .main-box2 .pic {
    float: none;
    width: 100%;
    padding: 0 0 20px 20px;
    margin: 0 0 20px;
  }
  .main-box2 .pic .btn {
    width: 100px;
    height: 102px;
    line-height: 30px;
    padding: 10px 10px 0 0;
    font-size: 20px;
  }
  .main-box2 .bd .desc .ft {
    margin: 20px 0 0;
  }
  .main-box2 .bd .desc .ft .item {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.main-box3 {
  position: relative;
  z-index: 3;
  padding: 81px 0 85px;
  background: url('../images/bg3.png') no-repeat center / cover;
}
.main-box3 .main-title {
  margin-bottom: 46px;
}
.main-box3 .bd {
  padding-right: 392px;
}
.main-box3 .bd ul {
  margin-right: -84px;
}
.main-box3 .bd ul li {
  float: left;
  width: 50%;
  padding: 0 56px 48px 0;
}
.main-box3 .bd ul li .icon {
  float: left;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.main-box3 .bd ul li .desc {
  overflow: hidden;
}
.main-box3 .bd ul li .desc h3 {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.main-box3 .bd ul li .desc p {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  color: #8b8b8b;
}
@media (max-width: 1024px) {
  .main-box3 {
    padding: 30px 10px;
  }
  .main-box3 .main-title {
    margin-bottom: 20px;
  }
  .main-box3 .bd {
    padding: 0;
  }
  .main-box3 .bd ul {
    margin: 0;
  }
  .main-box3 .bd ul li {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.main-box4 {
  padding: 79px 0 104px;
  margin-top: -38px;
  background: url('../images/bg4.jpg') no-repeat center / cover;
}
.main-box4 .form {
	position: relative;
	width: 530px;
	padding: 54px 40px 50px;
	margin-left: 84px;
	background-color: #fff;
	box-shadow: 0 9px 7px 0 rgba(0, 0, 0, 0.08);
  
}
.main-box4 .form::after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	border-width: 30px 30px;
	border-style: solid;
	border-color:#f5ad0d transparent transparent #f5ad0d;
	content: "";
}
.main-box4 .form .form-arrow {
	position: absolute;
	top: 8px;
	left: 6px;
	z-index: 2;
	color: #fff;
	font-size: 18px;
}
.main-box4 .form .hd {
  text-align: center;
}
.main-box4 .form .hd h3 {
  margin: 0 0 15px;
  font-size: 28px;
  color: #f7c51d;
}
.main-box4 .form .hd h3 span {
  color: #202020;
}
.main-box4 .form .hd p {
  line-height: 24px;
  padding: 0 47px;
  margin: 0;
  font-size: 14px;
  color: #8b8b8b;
}
.main-box4 .form .bd {
  margin: 36px -15px 11px 0;
}
.main-box4 .form .bd .item {
  float: left;
  width: 50%;
  padding: 0 15px 19px 0;
}
.main-box4 .form .bd .item:last-child {
  width: 100%;
}
.main-box4 .form .bd .item input,
.main-box4 .form .bd .item textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  border: 0;
  font-size: 14px;
  background-color: #f6f6f6;
}
.main-box4 .form .bd .item input {
  height: 57px;
}
.main-box4 .form .bd .item textarea {
  padding: 20px;
  resize: none;
}
.main-box4 .form .ft .btn {
  display: block;
  width: 171px;
  height: 53px;
  padding: 0;
  margin: 0 auto;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  background-color: #f7c51d;
}
.main-box4 .container > .bd .tips {
  line-height: 24px;
  margin: 22px 0 34px;
  font-size: 14px;
  color: #8b8b8b;
}
.main-box4 .container > .bd ul li {
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-box4 .container > .bd ul li.active {
  box-shadow: 0 9px 7px 0 rgba(0, 0, 0, 0.08);
}
.main-box4 .container > .bd ul li.active .hd {
  background-color: #f7c51d;
}
.main-box4 .container > .bd ul li.active .hd::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-box4 .container > .bd ul li.active .bd {
  display: block;
}
.main-box4 .container > .bd ul li .hd {
  position: relative;
  height: 67px;
  line-height: 67px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-box4 .container > .bd ul li .hd::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: url('../images/icon27.png') no-repeat center #fff;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-box4 .container > .bd ul li .bd {
  display: none;
  line-height: 28px;
  padding: 40px 25px;
  font-size: 16px;
  color: #8b8b8b;
}
.main-box4 .container > .bd ul li .bd p {
  margin: 0;
}
@media (max-width: 1024px) {
  .main-box4 {
    padding: 30px 10px;
  }
  .main-box4 .form {
    float: none!important;
    width: auto;
    padding: 30px 10px;
    margin: 0 0 20px;
  }
  .main-box4 .container > .bd ul li .hd {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  .main-box4 .container > .bd ul li .bd {
    line-height: 22px;
    padding: 20px;
    font-size: 14px;
  }
}
.main-box5 {
  padding: 80px 0 103px;
  background-color: #fff;
}
.main-box5 .main-title {
  margin-bottom: 47px;
}
@media (max-width: 1024px) {
  .main-box5 {
    padding: 30px 10px;
  }
  .main-box5 .main-title {
    margin-bottom: 20px;
  }
}
.main-box6 {
  padding: 70px 30px;
  background: url('../images/bg5.jpg') no-repeat center / cover;
}
.main-box6 h3 {
  margin: 0;
  font-size: 24px;
}
.main-box6 p {
  margin: 20px 0 24px;
  font-size: 16px;
}
.main-box6 .btn {
  display: block;
  width: 180px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  color: #f7c51d;
  text-align: center;
  background-color: #202020;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .main-box6 {
    padding: 30px 10px;
  }
  .main-box6 h3 {
    font-size: 20px;
  }
  .main-box6 p {
    margin: 10px 0 15px;
    font-size: 14px;
  }
}

.main-box5-2 {padding-bottom: 0;}

.products-list {
	overflow: hidden;
  }
  .products-list ul {
	margin-right: -33px;
  }
  .products-list ul li {
	float: left;
	width: 25%;
	padding: 0 33px 0px 0;
  }
  .products-list ul li .item {
	display: block;
  }
  .products-list ul li .item .pic img {
	display: block;
	width: 100%;
  }
  .products-list ul li .item h3 {
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	margin: 0;
	font-size: 16px;
	text-align: center;
  }
  @media (max-width: 1024px) {
	.products-list ul {
	  margin-right: -10px;
	}
	.products-list ul li {
	  width: 50%;
	  padding: 0 10px 10px 0;
	}
	.main-box4 {
		margin-top: 0;
	}
  }
  @media (max-width: 750px) {
	.products-list ul {
	  margin: 0;
	}
	.products-list ul li {
	  width: 100%;
	  padding: 0 0 10px;
	}
  }
  @media (min-width: 1024px) {
	.main-box4 .container > .bd {
		overflow: hidden;
	}
  }