@charset "UTF-8";
/* 首页 */
.bgt {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header {
  background: var(--color);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 222;
}

.header .logo img {
  width:21rem;
}

.header .menu li {
  margin-right:4rem;
}

.header .menu li .v1 {
  padding:11.5rem 0 3.3rem;
  color: #fff;
  display: block;
  position: relative;
}

.header .menu li .v1::before {
  content: "";
  height: 0.4rem;
  width: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top:9rem;
  background: #fff;
  border-radius: 0.4rem;
}

.header .menu li .submenu {
  position: fixed;
  left: 0;
  text-transform: uppercase;
  width: 100%;
  top: 18rem;
  transition: all ease 0.3s;
  overflow: hidden;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
}

.header .menu li .submenu ul {
  height: 4.8rem;
  justify-content:center;
  align-items: center;
}

.header .menu li .submenu li a {
  color: #333;
}

.header .menu li .submenu li:hover a, .header .menu li .submenu li.on a {
  color: var(--color);
}

.header .menu li:hover .v1::before {
  transition: 300ms;
  width: 12.1rem;
}

.header .menu li:hover .submenu {
  display: block;
  height: 4.8rem;
}

.header .menu li:nth-child(2) ul {
  padding-left: 23vw;
}

.header .menu li:nth-child(3) ul {
  padding-left: 38vw;
}

.header .menu li:nth-child(4) ul {
  padding-left: 48vw;
}

.header .menu li:nth-child(5) ul {
  justify-content: flex-end;
}

.header .lang {
  width: 16rem;
  height: 4.8rem;
  flex-shrink: 0;
  margin-top: 2rem;
  margin-left: 1.5rem;
  background: #fff;
  text-transform: uppercase;
  border-radius: 0.3rem;
  color: var(--color);
}

.header .lang:hover {
  opacity: 0.9;
}

.header.fix .menu li:hover .submenu {
  background: rgba(255, 255, 255, 0.5) !important;
}

.tkg {
  clear: both;
  width: 100%;
  height: 12.4rem;
}

.banner .jt {
  background: none;
  width: 4.9rem;
  height: 4.9rem;
  background: #fff;
  border-radius: 50%;
}

.banner .jt i {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
}

.banner .jt.swiper-button-prev {
  left: 7rem;
}

.banner .jt.swiper-button-next {
  right: 7rem;
}

.banner .swiper-slide {
  height: 60rem;
}

.banner a {
  display: block;
  height: 100%;
  width: 100%;
}

.banner img {
  display: block;
}

.banner .swiper-pagination {
  bottom: 4rem;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 4.8rem;
  height: 0.4rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.2rem;
  opacity: 1;
  margin: 0 0.6rem;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}

.swp-jt .jt {
  background: none;
  width: 4.9rem;
  height: 4.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color);
  border-radius: 50%;
}

.swp-jt .jt i {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}

/* section1 */
.sec-type {
  color: var(--color);
  margin-bottom: 8rem;
  position: relative;
}
.sec-type2 {
  color: var(--color2);
}
.sec-type span {
  padding-bottom: 1.5rem;
  position: relative;
  text-transform: uppercase;
}

.sec-type span::after {
  content: "";
  width: 6.4rem;
  height: 1px;
  background: #666;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec-type.ac span {
  text-align: center;
}

.sec-type.ac span::after {
  left: 50%;
  transform: translateX(-50%);
}

.section1 {
  background: #f2ebe5;
}

.section1 .gbox1 {
  padding-bottom: 10rem;
}

.section1 .gbox1 .desc {
  margin-top: -3.5rem;
  word-break:break-word;
  padding-right:1rem;
}

.section1 .item-pic {
  width: 60rem;
  flex-shrink:0;
  height: 30.1rem;
}

.section1 .item-info {
  padding-left: 7.7rem;
}

.section2 {
  margin-top: -10rem;
}

.section2 ul {
  padding: 3.8rem 18rem;
  background: var(--color);
  text-align: center;
}

.section2 ul li {
  margin: 0 1.9rem;
}

.section2 ul li .icon {
  margin-bottom: 1.1rem;
}

.section2 ul li .icon img {
  width: 6.5rem;
}

.section2 ul li a {
  color: #fff;
}

.section3 .slides {
  position: relative;
  padding: 0 8rem;
  margin: -3rem 0;
}

.section3 .slides .item {
  background: #f0f0f0;
  margin: 10rem -0.15rem;
  box-shadow: 0px 0px 4.5rem 0px rgba(0, 0, 0, 0.5);
  border-radius: 2rem;
  text-align: center;
  padding: 0 5.8rem 6rem 5.8rem;
}

.section3 .slides .item .item-pic {
  height: 39rem;
  margin: 0 auto;
  overflow: visible;
  margin-top: -5rem;
}

.section3 .slides .item .item-pic img {
  margin-top: -4.5rem;
  max-height:140%;
}

.section3 .slides .item .item-tit {
  margin: 1.8rem 0 3.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.section3 .slides .item .vmore span {
  font-size: 1.5rem;
  color: var(--color);
  width: 23.3rem;
  height: 4.1rem;
  background: #fff;
  border-radius: 4.1rem;
  display: inline-flex;
  font-family: "Satoshi-Black";
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}

.section3 .slides .swiper-slide {
  transform: scale(0.743,0.81);
  transition: 300ms;
}

.section3 .slides .swiper-slide-active {
  transform: scale(1.05,1.1);
}

.section3 .slides .swiper-slide-active .item {
  background: var(--color2) url("../img/diwen.png") no-repeat top center;
  background-size: 100%;
}

.section3 .slides .swiper-slide-active .item .item-tit {
  max-width: 33rem;
  overflow: hidden;
  line-height: 1.2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #fff;
}

.section3 .slides .swiper-slide-active .item .item-pic {
  height: 37.7rem;
  margin-top: 0;
}

.section3 .slides .swiper-slide-active .item .vmore span {
  width: 28rem;
  font-size: 1.8rem;
}

.section4 {
  background: var(--color);
  color: #fff;
  position: relative;
}

.section4 .col1,
.section4 .col2 {
  height: 76rem;
}

.section4 .col1 .sec-type {
  color: #fff;
}

.section4 .col1 .sec-type span::after {
  background: #fff;
}

.section4 .col1 ul li {
  margin: 2.5rem 3.5rem;
  text-align: center;
}

.section4 .col1 ul li .icon {
  margin-bottom: 0.9rem;
}

.section4 .col1 ul li .icon img {
  width: 10rem;
}

.section4 .col1 ul li a {
  color: #fff;
}

.section4 .col1 ul li:hover a {
  opacity: 0.88;
}

.section4 .col2 .pimg {
  width: 100%;
  height: 100%;
}

.section5 .slides {
  margin-top: 2rem;
  background: var(--color);
  padding: 3rem 0;
}

.section5 .slides .item-pic {
  max-height: 36rem;
  overflow: hidden;
  border: 1rem solid #fff;
}

.section5 #slide1 li {
  width: 70rem;
  margin: 0 1.2rem;
}

.section5 #slide2 li {
  width: 72rem;
  margin: 0 1.2rem;
}

.section6 {
  padding: 10rem 0 23rem;
  position: relative;
}

.section6 .sec-type span {
  color: #333;
}

.section6 .sec6_txt1 {
  color: #666;
  margin-top: 5rem;
}

.section6 .sec6_img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 65rem;
}

/* footer */
.footer {
  background: #000;
  color: #fff;
  clear: both;
}

.footer .ft1 {
  padding: 12rem 0 9.6rem;
}

.footer .ft1 li {
  margin-right: 10rem;
}

.footer .ft1 li h3 {
  margin-bottom: 3rem;
  font-weight: 900;
  font-family: 'Satoshi-Black';
}

.footer .ft1 li .dl .dd {
  margin: 1.5rem 0;
}

.footer .ft1 a {
  color: #fff;
}

.footer .ft1 a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft2 {
  padding: 3.9rem 0;
  border-top: 1px solid #999;
}

.footer .ft2 .logo img {
  width: 28rem;
}

.footer .ft2 .link a {
  width: 4.1rem;
  height: 4.1rem;
  margin-left: 1.9rem;
  background: #999;
  border-radius: 5px;
}

.footer .ft2 .link a i {
  font-size: 3rem;
  color: #fff;
}

.footer .ft2 .link a:hover {
  background: rgba(153, 153, 153, 0.8);
}

.footer .copyright {
  text-align: center;
  padding-bottom: 3rem;
  color: #666;
}

.footer .copyright a {
  color: #666;
}

.footer .copyright a:hover {
  color: #999;
}

/* about */
.inner-slide {
  position: relative;
  height: 60rem;
  overflow: hidden;
}

.inner-slide img {
  display: block;
}

.inner-slide .slide-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-bottom: 7rem;
  z-index: 1;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.inner-slide .slide-txt .txt1 {
  font-size: 11rem;
}

.inner-slide .slide-txt .txt1 span {
  position: relative;
}

.inner-slide .slide-txt .txt1 span::after {
  content: "";
  width: 100%;
  height: 1.8rem;
  background: var(--color);
  position: absolute;
  bottom: 2rem;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.inner-slide .slide-txt .txt2 {
  margin: 1.5rem 0;
}

.subcat {
  margin-top: -3px;
  background: var(--color);
  padding: 1.6rem 0;
}

.subcat li {
  margin: 0 4rem;
}

.subcat li a {
  color: #333;
}

.subcat li:hover a, .subcat li.on a {
  color: #fff;
}

.page-cont img {
  width: 100% !important;
  height: auto;
  display: block;
}

/* news */
.news ul {
  margin: 0 -2.5rem;
}

.news li .item {
  margin: 3rem 2.5rem;
  background: #f9f9f9;
}

.news li .item .item-pic {
  height: 21rem;
}

.news li .item .item-txt {
  padding: 3rem 4rem;
  overflow: hidden;
}

.news li .item .item-txt .item-time .time {
  color: #999;
}

.news li .item .item-txt .item-time .link {
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color);
}

.news li .item .item-txt .item-time .link i {
  font-size: 1.2rem;
  color: #fff;
}

.news li .item .item-txt .item-tit {
  line-height: 1.2;
  margin: 2rem 0 1.3rem;
}

.news li .item .item-txt .item-desc {
  color: #666;
  line-height: 2rem;
  height: 6rem;
  -webkit-line-clamp: 3;
}

.news li .item:hover {
  transition: ease 0.3s;
  box-shadow: 0px 0px 4.5rem 0px rgba(0, 0, 0, 0.5);
}

.news li .item:hover .pimg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.news-type {
  border-bottom: 1px solid #999;
  padding-bottom: 1.5rem;
  margin: 2rem 0;
}

.news-type .type {
  color: #999;
}

.news-type .more {
  padding: 0.5rem 1.5rem;
  border: 1px solid #999;
  border-radius: 3rem;
  color: #999;
}

.news-type .more:hover {
  background: var(--color);
  color: #fff;
  border-color: var(--color);
}

/* pages */
.pages {
  padding: 5rem 0 0 0;
}

.pages ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pages li {
  margin: 0 1.3rem;
}

.pages li a {
  color: var(--color);
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid var(--color);
}

.pages li a i {
  vertical-align: middle;
  margin: 0 5px;
}

.pages li.active a {
  color: #999;
  border-bottom-color: #fff;
}

.pages li:nth-child(1), .pages li:last-child {
  margin: 0 2rem;
}

.pages li:nth-child(1) a, .pages li:last-child a {
  border-bottom-color: #fff;
}

/* detail */
.detail .wrap {
  max-width: 120rem;
  margin: 0 auto;
}

.detail .wrap .news-tit {
  color: var(--color);
  margin: 9rem 0 4rem;
  line-height: 1.1;
}

.detail .wrap .news-time {
  color: #999;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 3rem;
}

.detail .wrap .news-cont {
  padding: 6rem 0;
  line-height: 1.4;
  color: #333;
  word-break: break;
}

.detail .wrap .news-cont p {
  margin: 1.5rem 0;
}

.detail .wrap .news-sxp {
  color: #666;
}

.detail .wrap .news-sxp li {
  margin: 1rem 0;
}

.detail .wrap .news-sxp li a {
  color: #666;
}

.detail .wrap .news-sxp li:hover a {
  color: var(--color);
}

/* contact */
.contact .cont1 {
  padding-bottom: 15rem;
}

.contact .cont1 .cont-type {
  color: var(--color);
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #cbcbcb;
}

.contact .cont1 ul {
  margin: 8rem 0 0;
}

.contact .cont1 ul li {
  margin-bottom: 2.9rem;
  color: #999;
}

.contact .cont1 ul li a {
  color: #999;
}

.contact .cont1 ul li a:hover {
  color: var(--color);
}

.contact .cont1 ul li .icon {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  margin-right: 2rem;
  align-items: center;
  justify-content: center;
  background: var(--color);
  color: #fff;
  border-radius: 0.5rem;
}

.contact .cont1 ul li .icon i {
  font-size: 3rem;
}

.contact .cont1 ul li span {
  font-weight: bold;
}

/* product */
.product .sidebar {
  width: 34.5rem;
}

.product .sidebar .side1 {
  padding: 0 2.3rem 1.1rem 2.3rem;
  border-bottom: 0.3rem solid #cbcbcb;
  color: #666;
}

.product .sidebar .side2 li {
  padding: 2rem;
  border-bottom: 1px solid #cbcbcb;
}

.product .sidebar .side2 li .v1 {
  color: #999;
  display: block;
  margin-bottom: 1rem;
}

.product .sidebar .side2 li .v1:hover, .product .sidebar .side2 li .v1.on {
  color: #333;
}

.product .sidebar .side2 li .dl {
  padding-left: 2.4rem;
}

.product .sidebar .side2 li .dl .dd {
  margin: 1rem 0;
}

.product .sidebar .side2 li .dl .dd a {
  font-size: 1.8rem;
  color: #999;
}

.product .sidebar .side2 li .dl .dd:hover a, .product .sidebar .side2 li .dl .dd.on a {
  color: #666;
}

.product .sidebar .side2 li:last-child {
  border-bottom: 0;
}

.product .right-cont {
  width: calc(100% - 35.8rem);
  padding-left: 3.5rem;
}

.product .right-cont .prolist ul {
  margin: 0 -1rem;
}

.product .right-cont .prolist .item {
  margin: 3rem 1rem;
  background: #fff;
}

.product .right-cont .prolist .item .item-pic {
  height: 36rem;
}

.product .right-cont .prolist .item .item-txt {
  padding: 3rem 2.5rem;
  background: #f9f9f9;
}

.product .right-cont .prolist .item .item-txt .item-tit {
  color: #666;
  text-align: center;
}

.product .right-cont .prolist .item:hover {
  transition: ease 0.3s;
  box-shadow: 0px 0px 4.5rem 0px rgba(0, 0, 0, 0.5);
}

.product .right-cont .prolist .item:hover .pimg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.product .right-cont .prolist .item:hover .item-txt {
  background: #fff;
}

/* product-detail */
.product .pro-box1 {
  padding-bottom: 6rem;
}

.product .pro-box1 .bigimg {
  width: 48rem;
  
}

.product .pro-box1 .bigimg .swiper-slide {
  height: 44.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product .pro-box1 .bigimg .swiper-slide video {
  width: 100%;
  height: 100%;
}

.product .pro-box1 .bigimg .swiper-slide img {
  max-height: 96%;
}

.product .pro-box1 .info {
  overflow: hidden;
  flex: 1;
  padding-left: 5.2rem;
}

.product .pro-box1 .info .pro1-type {
  color: #666;
  margin-top: 4.5rem;
}

.product .pro-box1 .info .pro1-tit {
  margin: 2.5rem 0;
  color: var(--color);
}

.product .pro-box1 .info .pro1-desc {
  color: #999;
  margin-bottom: 2rem;
}

.product .pro-box1 .info .pro1-size {
  color: #666;
}

.product .pro-box1 .info .pro1-size2 {
  color: #666;
  margin-bottom: 4.5rem;
}

.product .pro-box1 .info .pro1-slides {
  padding: 0 4rem;
  position: relative;
  text-align: center;
}

.product .pro-box1 .info .pro1-slides .item {
  max-width: 10rem;
  width: 90%;
  height: 10rem;
  box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.2);
  margin: 2rem 0.5rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  text-align: center;
}

.product .pro-box1 .info .pro1-slides .item img {
  max-height: 100%;
}

.product .pro-box1 .info .pro1-slides .jt {
  background: none;
  top: 55%;
  transform: translateY(-50%);
  margin-top: 0;
}
.product .pro-box1 .info .pro1-slides .jt.swiper-button-prev{
	left:-5px;
}
.product .pro-box1 .info .pro1-slides .jt.swiper-button-next{
	right:-5px;
}
.product .pro-box1 .info .pro1-slides .jt i {
  font-size: 2rem;
}

.product .pro-box1 .info .pro1-slides .jt:hover i {
  color: var(--color);
}

.product .pro-box1 .info .pro1-slides .swiper-slide.on .item {
  box-shadow: 0rem 0rem 1rem 0rem rgba(255, 102, 0, 0.2);
}

.product .pro-box2 .pro-type {
  padding-bottom: 1.9rem;
  color: #999;
  border-bottom: 1px solid #cbcbcb;
}

.product .pro-box2 .pro-cont {
  padding: 4rem 6rem 0 6rem;
}

.product .pro-box2 .pro-cont img {
  width: 100% !important;
  height: auto;
  display: block;
}
