@charset "UTF-8";
@font-face {
  font-family: "futura";
  src: url("../font/impact.eot");
  src: url("../font/impact.eot?#iefix") format("embedded-opentype"), url("../font/impact.woff") format("woff"), url("../font/impact.ttf") format("truetype"), url("../font/impact.svg#NeuesBauenDemo") format("svg");
}
@font-face {
  font-family: "Helvetica";
  src: url("../font/HelveticaNeueLTPro-ThEx.eot");
  src: url("../font/HelveticaNeueLTPro-ThEx.eot?#iefix") format("embedded-opentype"), url("../font/HelveticaNeueLTPro-ThEx.woff") format("woff"), url("../font/HelveticaNeueLTPro-ThEx.ttf") format("truetype"), url("../font/HelveticaNeueLTPro-ThEx.svg#NeuesBauenDemo") format("svg");
}
:root {
  --red: #e50113;
  --green: #108a5d;
  --yellow: #ff9f0a;
  --blue: #3247a2;
}

img {
  max-width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.center {
  text-align: center;
}

.text-l {
  text-align: left !important;
}

.text-r {
  text-align: right !important;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pl70 {
  padding-left: 70px;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt30 {
  margin-top: 30px;
}

.mt120 {
  margin-top: 120px;
}

.section {
  padding-top: 70px;
}

.indexmore {
  display: block;
  width: 180px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  text-align: center;
  font-size: 13px;
  background: var(--green);
  color: #fff;
  margin: 40px auto 60px;
}
.white {
  color: #fff !important;
  border-color: #fff !important;
}

.ml-40 {
  margin-left: 40px;
}

.ad-bg {
  position: relative;
  width: 100%;
  height: 570px;
  overflow: hidden;
}
.ad-bg img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  max-width: none !important;
}

/*head*/
.topbar {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topbar a.hotline {
  float: right;
  font-size: 18px;
  line-height: 20px;
}

.nav {
  height: 50px;
  float: right;
}
.nav ul {
  margin-right: -30px;
}
.nav ul li {
  float: left;
  padding: 0 30px;
  position: relative;
}
.nav ul li a {
  display: block;
  font-size: 15px;
  padding: 10px 0;
  position: relative;
  color: #333;
}
.nav ul li.active a {
  color: var(--green);
  border-bottom: 1px solid var(--green);
}
.nav ul li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 20px;
  border-bottom: 1px solid var(--green);
}



/*banner*/
.slide-info {
	position: absolute;
    top: 52%;
    left: 50%;
    width: 80%;
    z-index: 22;
    transform: translate(-50%, -50%);
	color: #fff;
}
.slide-info .en-title{
	letter-spacing: 3.5px;
	font-size: 1.5vw;
	line-height: 1.5;
	font-weight: 600;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
}
.slide-info .cn-title {
	font-size: 2vw;
	line-height: 1.5;
	font-weight: 500;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
}
.slide-info .cspan{
	display: block;
	width: 60px;
    height: 2px;
	background: #fff;
	margin: 30px 0;
}
.slide-info .description {
	font-size: 1vw;
	text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.5);
}
.inner-banner {
  width: 100%;
  height: 300px;
  background: url('/public/images/inner.jpg') center center;
  background-size: cover;
}
.swiper-container.swiper1 {
  width: 100%;
  height: 700px;
}
/*.swiper-container.swiper1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}*/
.swiper-container.swiper1 .swiper-slide {
	z-index: 1000;
}

.backimg {
  width: 100%;
  height: 100%;
}
.backimg .imgBg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-slide-active .imgBg {
  animation: imageAnimation 6s linear 0s;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 50px;
}

.swiper-pagination span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
}
.swiper-pagination span.swiper-pagination-bullet-active {
  position: relative;
  background: var(--green);
}
.swiper-pagination span.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -2px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid var(--green);
}

.swiper-pagination-bullet {
  opacity: 1;
  margin: 0 15px !important;
}

/*标题*/
.index-tit {
  margin-top: 60px;
  padding-bottom: 25px;
  position: relative;
  font-size: 24px;
  color: #333;
  text-align: center;
}
.index-tit em {
  display: block;
  font-style: normal;
  color: var(--green);
  font-size: 28px;
  margin-bottom: 10px;
}
.index-tit span {
  text-transform: uppercase;
  display: block;
  color: #bbb;
  font-size: 13px;
  font-family: "futura";
  margin-top: 10px;
  margin-bottom: 10px;
}
.index-tit.white span {
  color: rgba(255, 255, 255, 0.7);
}

.about-tit {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-top: 60px;
}
.about-tit span {
  text-transform: uppercase;
  display: block;
  color: #d7d7d7;
  font-size: 13px;
  font-family: "futura";
  margin-bottom: 10px;
}

.cates {
  position: absolute;
  right: 0;
  bottom: 25px;
}
.cates ul li {
  display: inline-block;
}
.cates ul li:after {
  content: "|";
  margin: 0 20px;
  color: #999;
}
.cates ul li:last-child:after {
  display: none;
}
.cates ul li a {
  color: #999;
}

/*关于我们*/
.wenli {
  background: url(../images/wenli.png) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}

.index-about {
  position: relative;
  overflow: hidden;
  background: url(../images/about-bg.jpg) center center/cover;
  min-height: 680px;
}

.about-info {
  background: #fff;
  margin-top: 50px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  display: flex;
}
.about-info .about-text {
  flex: 1 1 50%;
  padding: 40px;
  font-size: 14px;
  line-height: 2;
  color: #333;
}
.about-info .about-text h2 {
  font-size: 24px;
  font-weight: 500;
  color: var(--green);
}
.about-info .company {
  flex: 1 0 50%;
  position: relative;
}
.about-info .company #showVideo {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.8);
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 26px;
  cursor: pointer;
}

.about-info .company img {
  height: 100%;
}

.index-links {
  display: flex;
  margin-top: 40px;
  color: #333;
}
.index-links > div {
	flex: 1;
}
.index-links p font {
	color: #FFB514;
}
.index-links p span{
	font-size: 36px;
	line-height: 48px;
	font-family: impact;
	color: var(--green);
	margin-right: 4px;
}

.about-links {
  display: flex;
  margin-top: 40px;
}
.about-links a {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  border: 6px solid #fff;
  color: #a2a2a2;
  margin-right: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.about-links a p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.about-links a i {
  font-size: 20px;
  line-height: 1;
}
.about-links a span {
  font-size: 12px;
}
.about-links a.active {
  background: var(--green);
  border: 6px solid #cadfd6;
  color: #fff;
}
.about-links a.active p {
  border: none;
}
.about-links a:hover {
  background: var(--green);
  border: 6px solid #cadfd6;
  color: #fff;
}
.about-links a:hover p {
  border: none;
}

/*产品*/
.product-bg {
  overflow: hidden;
  position: relative;
  /*background: #f5f5f5;*/
  background: url(../images/shili.jpg) no-repeat center/cover;
  background-attachment: fixed;
}
.pro-list ul{
	display: flex;
    flex-wrap: wrap;
}
.pro-list ul li {
	position: relative;
    width: calc((100% - 30px) / 3) !important;
}

.pro-list ul li a {
 /* padding: 10px 10px 0 10px; */
  display: block;
  background: #fff;
}
.pro-list ul li a img {
  width: 100%;
}
.pro-list ul li:hover a {
  background: var(--green);
  color: #fff;
}

.product-info {
  position: relative;
  padding: 20px;
}
.product-info .title {
  font-size: 16px;
}
.item_img {
  overflow: hidden;
}
.item_img img {
  width: 100%;
}
.item_img:hover img {
  transition: all 0.3s ease-in-out 0s;
  transform: scale(1.05);
}

/*news*/
.new-list ul {
	display: flex;
    flex-wrap: wrap;
}
.new-list li {
  position: relative;
  width: calc((100% - 30px) / 3) !important;
}

.news-img img {
  max-width: 100%;
  height: 100%;
}

.news-info {
  height: 150px;
  padding: 15px;
  box-sizing: border-box;
}
.news-info .title {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.news-info .date {
  font-size: 18px;
  color: #8f8f8f;
  font-family: Helvetica, "微软雅黑";
}
.news-info .date i {
  float: right;
}
.news-info .desc {
  font-size: 12px;
  line-height: 20px;
  color: #999;
  margin-top: 12px;
}
.news-info .news-more {
  position: absolute;
  bottom: 25px;
  right: 30px;
}
.news-info .news-more i {
  font-size: 20px;
}
.news-info:hover .title {
  color: var(--green);
}
.news-info:hover .date i {
  color: var(--green);
}

.honor-list {
	padding-bottom: 60px;
}
.honor-list .swiper-slide p{
	padding-top: 20px;
    text-align: center;
    position: relative;
}

.honor-list .swiper-slide{ padding-bottom: 30px; }
.honor-list .swiper-slide p:after{
	content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    background: url(../images/hehe.png) no-repeat center center;
}

.swiper-button-next, .swiper-button-prev {
	top: auto;
	bottom: 0;
	width: 45px !important;
	height: 45px !important; 
	background-size: 100% 100%;
}
.swiper-button-next {
	left: 50%;
	margin-left: 5px;
}
.swiper-button-prev {
	left: 50%;
	margin-left: -55px;
}
.swiper-button-prev.swiper-button-white {
	background-image: url(../images/brand-arrow.png);
}
.swiper-button-next.swiper-button-white {
	background-image: url(../images/brand-arrowr.png);
}
/*footer*/
#footer {
  background: #29303a;
  padding-top: 55px;
  color: #333;
}
#footer hr {
  margin: 30px 0 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
#footer .location {
  color: var(--green);
  font-size: 20px;
}

.lie {
  display: inline-block;
  min-width: 150px;
  max-width: 250px;
  vertical-align: top;
}
.lie.w-120 {
  width: 120px;
  text-align: center;
}
.lie h4 {
  color: #fff;
  font-size: 14px;
}
.lie a span {
  margin: 0 10px;
}
.lie i {
  font-size: 20px;
  color: var(--green);
  margin-right: 4px;
}
.lie em.hot-line {
  position: relative;
  font-style: normal;
  color: var(--yellow);
  font: bold 18px/30px "futura";
}

.lie a,
#footer {
  display: block;
  font: 12px/24px "Microsoft Yahei";
  color: #aaa;
}

.copyright p {
  font: 12px/55px "Microsoft Yahei";
  color: #777;
}
.copyright p a {
  color: #777;
}

.show {
  position: relative;
  cursor: pointer;
}

.qrcode-img {
  display: none;
  position: absolute;
  left: 100px;
  top: 0;
}

#backtotop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: var(--red);
  position: fixed;
  right: 20px;
  bottom: 50px;
}
#backtotop i {
  font-size: 20px;
}

.wap-menu {
  display: none;
}

.closebtn {
  display: none;
}

.pchidden {
  display: none;
}

@media screen and (min-width: 1200px) {
  .layui-container {
    width: 1200px;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
	.slide-info {
	}
	.slide-info .en-title{
		letter-spacing: 2px;
		font-size: 13px;
	}
	.slide-info .cn-title {
		font-size: 16px;
	}
	.slide-info .cspan{
		display: block;
		width: 60px;
		height: 2px;
		background: #fff;
		margin: 10px 0;
	}
	.slide-info .description {
		font-size: 12px;
	}
  .pl70 {
    padding-left: 10px;
  }
  .swiper-container.swiper1 {
    height: 180px;
  }
  .layui-container {
    padding: 0;
  }
  .waphidden {
    display: none !important;
  }
  .pchidden {
    display: block;
  }
  .closebtn {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 250px;
    top: 0;
    background: #333;
    text-align: center;
    line-height: 50px;
  }
  .indexmore {
    margin: 20px auto 30px;
    width: 100px;
    height: 30px;
    text-align: center;
    font: 12px/30px "Microsoft Yahei";
  }
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 20px;
  }
  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 180px;
  }
  .index-tit {
    font: 16px/24px "Microsoft Yahei";
    font-weight: bold;
    margin-top: 20px;
    padding: 0 10px;
  }
  .topbar {
    height: 60px;
  }
  .topbar a.hotline {
    display: block;
    position: absolute;
    left: 10px;
    top: 15px;
    cursor: pointer;
    z-index: 100;
    margin-top: 0;
  }
  .topbar a.brand {
    float: none;
    display: block;
    text-align: center;
  }
  .hotline span {
    display: none;
  }
  .wap-menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
    z-index: 100;
  }
  .brand {
    margin-left: 10px;
  }
  .brand img {
    height: 50px;
    margin-top: 5px;
  }
  .menu-list {
    background: #fff;
    height: 0;
  }
  .nav {
    position: fixed;
    width: 250px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 100000;
    margin: 0;
    display: none;
  }
  .nav ul li {
    float: none;
    text-align: center;
    padding: 0;
    position: relative;
    margin: 0;
  }
  .nav ul li.active {
    border-radius: 0;
  }
  .nav ul li.active a {
    border: 0;
  }
  .nav ul li a {
    display: block;
    padding: 5px 16px;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    margin-top: 0;
  }
  .nav ul li a:after {
    display: none;
  }
  .ad-bg {
    display: none;
  }
  /*news*/
  .layui-col-space20 > * {
    padding: 5px;
  }
  .layui-col-space28 {
    margin: 0;
  }
  .layui-col-space28 > * {
    padding: 10px;
  }
  .layui-col-space30 {
    margin: 0;
  }
  .layui-col-space30 > * {
    padding: 10px;
    box-sizing: border-box;
  }
  /* pro-list */
  .pro-list {
    padding: 0 10px;
  }
  .honor-list .swiper-slide p{
	display: none;
  }
  .pro-list ul li {
	position: relative;
    width: 100% !important;
  }
  /* news */
  .new-list li {
    min-height: 280px;
  }
  .new-list li {
	  position: relative;
	  width: 100% !important;
	}
  .news-info .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-info .date {
    font-size: 14px;
  }
  .news-info .desc {
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /*about*/
  .index-about {
    padding-bottom: 20px;
    min-height: 480px;
  }
  .about-right {
    padding: 0 10px;
  }
  .about-tit {
    margin-top: 20px;
    font-size: 18px;
  }
  .text-bg {
    font-size: 40px;
  }
  .about-info {
    margin-top: 20px;
    font: 14px/28px "Microsoft Yahei";
    display: block;
  }
  .about-info .about-text {
    padding: 10px;
    display: block;
  }
  .about-info .company {
    display: none;
  }
  .index-links {
	margin-top: 20px;
  }
  .index-links p {
	line-height: 1.5;
	padding-left: 10px;
  }
  .index-links p span {
	font-size: 20px;
	line-height: 24px;
  }
  .about-links a {
    margin-right: 0;
  }
  .text-r {
    display: none;
  }
  .about-more {
    width: 120px;
    height: 28px;
    font: 12px/28px "Microsoft Yahei";
    margin-top: 20px;
  }
  /*footer*/
  #footer {
    padding-top: 15px;
  }
  .lie {
    display: none;
  }
  .lie:nth-child(3) {
    display: inline-block;
    padding-left: 10px;
    margin-left: 0 !important;
  }
  .lie:nth-child(4) {
    display: inline-block;
    padding-left: 10px;
  }
  .lie:nth-child(5) {
    display: inline-block;
    padding-left: 10px;
  }
  .copyright p {
    font: 12px/28px "Microsoft Yahei";
    color: #777;
  }
  .copyright p a {
    color: #777;
  }
  .copyright p.fr {
    display: none;
  }
}