:root {
  --main-color: #D4AB7E;
  --main-join-color: #D4AB7E;
}
html,body {
  width: 100%;
  height: 100%;
}
body {
  background: url(../images/b.jpg);
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: /*#972103*/#004040;
}
.body {
  width: 100%;
  height: 100%;
}
img {
  /* width: 100%; */
  max-width: 100%;
  height: auto !important;
}
.header .bar-box {
  animation-fill-mode: both;
  position: fixed;
  top: 0;
  z-index: 999;
  background: /*#972103*/#004040;
  width: 100px;
  left: 0;
  height: 100%;
}
.header .bar-box .smalllogo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 20%;
}
.header .bar-box .phonelogo {
  display: none;
}
.header .bar-box .bars {
  width: 40px;
  height: 45px;
  overflow: hidden;
  z-index: 9999;
  margin: 0 auto;
  text-align: center;
  top: 45%;
  position: absolute;
  left: 30px;
}
.header .bar-box .bars .lines {
  position: relative;
  display: block;
  width: 35px;
  height: 25px;
  margin: 0 auto;
}
.header .bar-box .bars .lines .line {
  position: absolute;
  display: block;
  width: 35px;
  border-bottom: 2px solid /*#fcd7a1*/#D4AB7E;
  transition: all .5s ease;
}
.header .bar-box .bars .lines .line2 {
  margin-top: 10px;
}
.header .bar-box .bars .lines .line3 {
  margin-top: 20px;
}
.header .bar-box .bars .tip {
  display: block;
  width: 40px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  color: /*#fcd7a1*/#D4AB7E;
  transition: all .5s ease;
  font-family: arial;
  font-size: 12px;
}
.header .bar-box .bars.on .lines .line1 {
  transform: rotate(45deg);
  transform-origin: left center;
  top: 0px;
  left: 0px;
}
.header .bar-box .bars.on .lines .line2 {
  width: 0;
}
.header .bar-box .bars.on .lines .line3 {
  transform: rotate(-45deg);
  transform-origin: left center;
  left: 0px;
  bottom: 0px;
}
.header .bar-box .bars.on .tip {
  margin-top: 25px;
}
.header .nav-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0px;
  left: -100%;
  right: 0px;
  bottom: 0px;
  background-color: /*#972103*/#004040;
  overflow: hidden;
  transition: all 1s;
}
.header .nav-box.on {
  left: 0%;
}
.header .nav-box .logo {
  position: absolute;
  max-width: 390px;
  top: 10%;
  left: 50%;
  margin-left: -195px;
  z-index: 99999;
}
.header .nav-box ul {
  transition: all .8s ease;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  height: 100%;
  opacity: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.header .nav-box.on ul {
  opacity: 1;
}
.header .nav-box ul li {
  font-size: 26px;
  width: calc(100% / 8);
  display: inline-block;
  height: 100%;
  position: relative;
  transition: all 0.35s ease-in-out;
  background: rgba(0,0,0,0);
}
.header .nav-box ul li:hover {
  background: rgba(0,0,0,0.1);
}
.header .nav-box ul li .top {
  color: black;
  display: block;
  padding-top: 40vh;
  position: relative;
  /* padding: 10px 15px; */
}
.header .nav-box ul li .top img {
  max-width: none;
}
.header .nav-box ul li .top .box {
  width: 100%;
  top: 55vh;
  position: absolute;
}
.header .nav-box ul li .top .box span {
  display: block;
  writing-mode: vertical-lr;
  margin: 0 auto;
  color: /*#fcd7a1*/#D4AB7E;
  font-size: 2rem;
  font-family: 'SimSun';
}
.header .nav-box ul li .dropdown {
  position: relative;
  display: none;
  transition: all 0.35s ease-in-out;
}
.header .nav-box ul li:hover .dropdown {
  display: block;
}
.header .nav-box ul li .dropdown .menu {
  writing-mode: vertical-rl;
  transform: translate(-50%,0%);
  top: 0;
  left: 50%;
  position: absolute;
  height: 100px;
}
.header .nav-box ul li .dropdown .menu a {
  color: #E2C191;
  font-size: 16px;
  display: block;
  line-height: 1.8;
}

.main {
  padding-left: 100px;
}
.main .section.bgimg {
  background-position: center;
  background-size: cover !important;
}

.main .section.swiper .box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .section.swiper .box .pcpic {
  position: absolute;
  z-index: 100;
  height: 30vh !important;
}
.indexSwiper .swiper-slide{
  background-position: center;
  background-size: cover;
}
.indexSwiper img {
  width: auto;
}
.indexSwiperbtn {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 999;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.main .section.swiper .box:hover .indexSwiperbtn{
  opacity: 1;
}
.indexSwiperbtn .swiper-button-next {
  right: 40px;
}
.indexSwiperbtn .btn {
  /* display: inline-block; */
  width: 45px;
  height: 45px;
  border-radius: 2px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.4s ease-out;
  background: none;
  cursor: pointer;
}
.indexSwiperbtn .btn:after {
  content: '';
}
.indexSwiperbtn .btn:hover {
  background-color: /*#972103*/#004040;
  border-color: /*#972103*/#004040 !important;
}
.indexSwiperbtn .btn i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.5rem;
}

.main .section {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.main .section .contain {
  padding: 0 6% 0 6%;
}
.main .title {
  text-align: center;
}
.main .title>* {
  display: inline-block;
  vertical-align: middle;
}
.main .title .text {
  position: relative;
  text-align: center;
  padding: 0 20px;
}
.main .title .text .cn {
  font-family: 'SimSun';
  font-size: 36px;
  color: #1e4c47;
  font-weight: bold;
  line-height: 1.2;
}
.main .title .text .en {
  color: #000000;
  font-size: 16px;
  font-family: times new roman;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.main .section .description {
  text-align: center;
}

.main.pages {
  margin-top: 100px;
}
.main.pages .title {
  margin-bottom: 30px;
}
.main .title .leftline, .main .title .rightline {
  border-top: 1px solid #b3b3b3;
  width: 20%;
}
.main .title .leftline img, .main .title .rightline img {
  display: none;
}
.main.pages .title .text {
  width: 30%;
}

.main.pages .footer {
  padding: 1rem;
  padding-left: 100px;
}
.main.pages .footer p {
  text-align: center;
  margin: 0;
}
.main.pages .footer a {
  display: inline-block;
}
.main.pages .footer a:hover {
  color: /*#972103*/#004040;
}

.main .section .mores {
  display: block;
  background: url(../images/more3.png) no-repeat;
  width: 106px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  margin: 10px auto;
  text-align: center;
}

.main .section.about .box {
  /* padding-left: 8rem;
  padding-top: 6rem; */
}
.main .section.about .box .tips {
  color: /*#972103*/#004040;
  font-size: 24px;
  line-height: 1.2;
}
.main .section.about .box .content {
  font-size: 16px;
  line-height: 1.8;
  margin: 50px 0;
}
.main .section.about .box .more {
  color: /*#972103*/#004040;
  font-size: 16px;
}
.main .section.about .jumps {
  text-align: center;
}
.main .section.about .jumps img {
  width: 100px;
}

.main .section .title.clouds {
  writing-mode: vertical-lr;
  width: 100%;
  height: 100%;
  background-image: url('../images/cloud.png');
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: 1rem 52%;
}
.main .section .title.clouds>* {
  display: block;
  color: /*#fcd7a1*/#D4AB7E;
}
.main .section .title.clouds .cn {
  font-size: 2rem;
  font-weight: bolder;
  font-family: 'SimSun';
  letter-spacing: 5px;
  line-height: 1;
}
.main .section .title.clouds .en {
  font-family: times new roman;
  font-weight: bold;
  margin-top: 5rem;
}

.main .section.products .list {
  height: 100%;
}
.main .section.products .list .box {
  /* background-image: url('../images/probg.png');
  background-repeat: no-repeat;
  background-size: cover; */
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  justify-content: center;
}
.main .section.products .list .box .item {
  position: absolute;
  width: 100%;
}
.main .section.products .list .box .item .t1 {
  writing-mode: vertical-rl;
  width: 56px;
  min-height: 150px;
  text-align: center;
  font-size: 24px;
  color: rgb(252, 215, 161);
  font-family: 'SimSun';
  line-height: 56px;
  letter-spacing: 5px;
  margin: 0 auto;
  vertical-align: middle;
  background-image: url(../images/yin.png);
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: 100% 100%;
  background-position: center;
  padding: 30px 0;
}
.main .section.products .list .box .item .t2 {
  display: none;
}

.main .section.productlist .text .cn {
  position: relative;
  padding: 10px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #e9ba96;
}
.main .section.productlist .text .cn img {
  position: absolute;
  left: 0;
  z-index: -1;
}
.main .section.productlist .sorts {
  width: 1000px;
  margin: 0 auto;
}
.main .section.productlist .box {
  position: relative;
  text-align: center;
}
.main .section.productlist .box .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 0 !important;
  writing-mode: tb;
}
.main .section.productlist .box img {
  height: 300px !important;
}
.main .section.productlist .box .title p {
  font-size: 2rem;
  font-family: 'SimSun';
  color: #e9ba96;
  letter-spacing: 1rem;
  margin: 0;
  font-weight: bolder;
}

.main .section.service p {
  font-size: 14px;
  line-height: 1.8;
}
.main .section.service a.more {
  display: block;
  height: 50px;
  margin: 30px auto;
  width: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background: url(../images/more.png) no-repeat center center;
}

.main .section.photos .info .t1 {
  width: 80%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  height: 360px;
  font-size: 16px;
  line-height: 1.8;
  display: inline-block;
  overflow: hidden;
}
.main .section.photos .info .t2 {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  width: 18%;
  height: 360px;
  font-size: 24px;
  line-height: 1.48;
  color: /*#972103*/#004040;
  display: inline-block;
}
.main .section.photos .info p {
  margin: 0;
}
.main .section.photos .title.clouds {
  height: 360px;
  background-image: url('../images/cloud2.png');
  background-position: 5rem 6rem;
}
.main .section.photos .title.clouds>* {
  color: /*#972103*/#004040;
}
.main .section.photos .title.clouds .cn {
  font-size: 2.5rem;
}
.main .section.photos .title.clouds .en {
  font-size: 1.5rem;
  font-weight: 400;
}
.main .section.photos .box {
  position: relative;
}
.main .section.photos .box .tbox {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  color: #fff;
  padding: 15px;
  transition: all 0.35s ease-in-out;
}
.main .section.photos .box:hover .tbox {
  opacity: 1;
}

.main .section.news .list .box {
  position: relative;
  font-size: 14px;
  float: none;
  background: #fdf8f1;
  border: 1px solid #e6dece;
  padding: 4px;
  height: 100%;
}
.main .section.news .list .box .item {
  width: 100%;
  height: 100%;
  padding: 25px;
  border: 1px solid #f4ede3;
}
.main .section.news .list .box .item .time {
  position: relative;
  height: 60px;
  margin-bottom: 20px;
}
.main .section.news .list .box .item .time .day {
  font-size: 18px;
  font-family: Times new roman;
  color: #000;
  display: inline-block;
}
.main .section.news .list .box .item .time .mouth {
  font-size: 45px;
  font-family: Times new roman;
  color: #000;
  line-height: 1px;
  padding-left: 20px;
}
.main .section.news .list .box .item .time .line {
  width: 1px;
  height: 60px;
  position: absolute;
  background: #cdcac5;
  top: 5px;
  left: 15px;
  transform: rotate(20deg);
}
.main .section.news .list .box .item .t {
  font-size: 18px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
  width: 100%;
  /* min-height: 48px; */
}
.main .section.news .list .box .item .t>div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .section.news .list .box .item .d {
  color: #999;
  overflow-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  margin: 30px 0 0;
  text-overflow: ellipsis;
  border-top: 1px solid #ebe7e0;
  padding-top: 30px;
}
.main .section.news .list .box .item .more {
  position: relative;
  display: block;
  color: #777;
  height: 50px;
  overflow: hidden;
  border-top: 0px;
  width: 40px;
  background: url(../images/more1.png) no-repeat;
  float: right;
  margin-top: 50px;
}
.main .section.news .list .box:hover .item .more {
  background: url(../images/more2.png) no-repeat;
}
.main .section.contacts {
  position: relative;
}
.main .section.contacts .qrcode {
  display: inline-block;
  margin-right: 10px;
}
.main .section.contacts .qrcode img {
  width: 120px;
}
.main .section.contacts .qrcode p {
  font-size: 14px;
  text-align: center;
}
.main .section.contacts .foot {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.main.pages .category .btn {
  display: none;
}
.main.pages .category .box {
  height: 60px;
  position: relative;
  padding: 0;
  line-height: 60px;
  margin: 0 15px;
  text-align: center;
}
.main.pages .category .box a {
  color: #fff !important;
  background: url(../images/shuimo1.png) no-repeat center center;
  background-size: 100%;
  position: relative;
  font-size: 16px;
  padding: 40px;
  padding-left: 20px;
}
.main.pages .category .box a:hover {
  background-image: url(../images/shuimo2.png);
}
.main.pages .category .box a.on {
  background-image: url(../images/shuimo2.png);
}

.main.pages .category .phone {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  transition: left .3s;
  z-index: 9999;
  background-color: #fff;
  padding: 0;
}

.main.pages .joblist .box { 
  background: rgba(255,255,255,0.7);
  box-shadow: 0 1px 3px #ddd;
}
.main.pages .joblist .box .t {
  font-weight: bolder;
}
.main.pages .joblist .box .time {
  text-align: right;
}
.main.pages .joblist .box p {
  font-size: 14px;
  margin: 0;
  line-height: 1.8;
}

.main.pages .newslist .box {
  border: 1px solid rgba(0,0,0,0.1);
  margin: 0px;
  margin-bottom: 20px;
  background: rgba(255,255,255,0.6);
  padding: 20px;
}
.main.pages .newslist .box .imgbox {
  height: 170px;
  overflow: hidden;
}
.main.pages .newslist .box  .info .t1 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
  font-family: Georgia;
}
.main.pages .newslist .box  .info .time {
  margin-bottom: 15px;
}
.main.pages .newslist .box  .info .des {
  font-size: 14px;
  line-height: 1.6;
  color: #777;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 44px;
}
.main.pages .newslist .box  .info .more {
  color: #999;
  background: #fff;
  width: 110px;
  border: 1px solid #ddd;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-top: 15px;
}
.main.pages .newslist .box:hover .t1 {
  color: /*#972103*/#004040;
}
.main.pages .newslist .box:hover .more {
  background: /*#972103*/#004040;
  color: #fff;
} 
.main.pages .news {
  position: relative;
}
.main.pages .news .t {
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0;
}
.main.pages .news .info {
  text-align: left;
  background: none;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px;
  padding: 8px 0;
}
.main.pages .news .info p {
  display: inline-block;
  margin-right: 1rem;
  font-size: 14px;
}
.main.pages .news .pagebar {
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.main.pages .news .pagebar .prev {
  float: left;
  width: 50%;
}
.main.pages .news .pagebar .next {
  float: right;
  width: 50%;
  text-align: right;
}
.main.pages .news .back {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: url(../images/shuimo2.png) no-repeat center center;
  line-height: 45px;
  font-size: 15px;
  width: 130px;
  background-size: 100%;
  padding-left: 25px;
}
.main.pages .lastnewslist .t {
  font-weight: bold;
  font-size: 18px;
}
.main.pages .lastnewslist a {
  color: #333;
}
.main.pages .pagebars {
  text-align: center;
}
.main.pages .pagebars a {
  display: inline-block;
  position: relative;
  height: 30px;
  margin: 0 5px;
  text-align: center;
  padding: 0 10px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #595959;
}
.main.pages .pagebars a.page-num-current, .main.pages .pagebars a:hover {
  background: /*#972103*/#004040;
  color: #fff;
}

.main.pages .book textarea, .main.pages .book input{
  border-radius: 0px;
  padding-left: 10px;
  background-color: rgba(255,255,255,0.6);
  border: 1px solid rgba(0,0,0,0.15);
  color: #333;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
}
.main.pages .book textarea {
  min-height: 160px;
}
.main.pages .book button {
  background-color: #333;
  border-color: #329cff;
  border: 0px;
  border-radius: 0px;
  width: 100%;
  height: 42px;
  transition: 0.5s;
  color: #fff;
  font-size: 14px;
}
.main.pages .book button:hover {
  background-color: /*#972103*/#004040;
}

#fp-nav ul li, .fp-slidesNav ul li {
  width: 18px;
}
#fp-nav ul li a span {
  width: 8px !important;
  height: 8px !important;
  margin: -4px 0 0 -4px !important;
}
#fp-nav ul li a.active {
  border-radius: 50%;
  border: 1px solid /*#972103*/#004040;
  padding: 8px;
}

.pcnav {
  /* position: absolute; */
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pcnav .box {
  width: 100%;
}
.pcnav a {
  display: block;
  color: #D4AB7E;
  text-align: center;
  padding: 0.8rem 0;
  transition: background 0.3s;
}
.pcnav a:hover {
  background: rgba(0,0,0,0.3);
}

.main .section.productlist2 .title .text .cn, .main .section.productlist2 .title .text .en {
  color: #d4ab7e;
}
.main .section.productlist2 .item {
  text-align: center;
  color: #fff;
  transition: 0.8s;
  height: 100%;
}
.main .section.productlist2 .item:hover {
  background-image: linear-gradient(-1deg,rgba(3,3,3,.68) 0,rgba(3,3,3,0) 100%);
}
.main .section.productlist2 .item .box {
  transition: 0.8s;
}
.main .section.productlist2 .item .box .icon {
  width: 65px;
  height: 65px;
  background-size: cover;
  margin: 0 auto;
}
.main .section.productlist2 .item:hover .box {
  transform: translateY(-18%);
}
.main .section.productlist2 .item p {
  font-size: 28px;
  letter-spacing: 4px;
  margin: 1rem auto;
  writing-mode: vertical-lr;
  color: #d4ab7e;
  height: 160px;
}
.main .section.productlist2 .item .desc {
  /* margin-top: 4%; */
  font-size: 1.2rem;
  color: #d4ab7e;
  text-align: center;
  line-height: 2rem;
  opacity: 0;
  word-break: break-all;
}
.main .section.productlist2 .item:hover .desc {
  opacity: 1;
  transition: .8s;
}

.main .section.base .swiper-container {
  /* padding-left: 100px; */
}
.main .section.base .indexSwiper .swiper-slide {
  background-position: unset
}

.swiper-container{
  --swiper-theme-color: #D4AB7E;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.main .section.join {
  text-align: center;
  position: relative;
}
.main .section.join {
  background-image: url(../images/bg_join.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .section.join .list .box {
  position: relative;
  font-size: 14px;
  float: none;
  background: #fdf8f1;
  border: 1px solid #e6dece;
  padding: 4px;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .main .section.join .list .col-com {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media screen and (max-width: 576px) {
  .main .section.join .list .col-com:last-child {
    display: none;
  }
}
.main .section.join .list .box .item {
  width: 100%;
  height: 250px;
  /* padding: 25px; */
  border: 1px solid #f4ede3;
  display: flex;
  align-items: center;
  background-color: #f6ae45;
}
.main .section.join .item {
  text-align: center;
  transition: all 0.3s;
}
.main .section.join .list .box .item img {
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
}
.main .section.join .list .box .item .t {
  font-size: 1.5rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.main .section.join .list .box .item:hover {
  background-color: var(--main-join-color);
}
.main .section.join .list .box .item:hover .t {
  display: none;
}
.main .section.join .list .box .item .desc {
  font-size: 1rem;
  text-align: center;
  line-height: 29px;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 2%;
  color: #fff;
  overflow-x: hidden;
}
.main .section.join .list .box .item:hover .desc {
  display: flex;
}
.main .section.join .logo {
  height: 200px !important;
}
.main .section.join .tel {
  font-size: 2rem;
  color: var(--main-join-color);
}
.main .section.join .t1 {
  font-weight: bolder;
  font-size: 1.2rem;
}
.main .section.join .t1, .main .section.join .t2 {
 color: var(--main-join-color);
}
.main .section.join .t2 {
  font-size: 0.8rem;
  text-align: left;
}
.main .section.join .name1 {
  color: var(--main-join-color);
  font-size: 1rem;
  font-weight: bolder;
  width: 100%;
}
.main .section.join .name2 {
  position: fixed;
  bottom: 2rem;
  color: var(--main-join-color);
  font-size: 1.5rem;
  /* font-weight: bolder; */
  width: 100%;
  /* padding: 0 8% 0 12%; */
}
.main .section.join .contain {
  bottom: 100px;
  position: relative;
  margin-bottom: -100px;
}

.icp {
  position: fixed;
  bottom: 0rem;
  color: var(--main-join-color);
  font-size: 1rem;
  width: 100%;
  /* padding: 0 8% 0 12%; */
}

.videoplay {
  width: 100%;
  height: 500px;
}

@media screen and (min-width: 576px) {
  .section.products2 .box {
    flex: 0 0 auto;
    width: 20%;
  }
}
.section.products2 .item {
  text-align: center;
}
.section.products2 .item .ico {
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.section.products2 .item .ico img {
  width: 150px;
  transition: all 0.5s;
}
.section.products2 .item:hover .ico img {
  transform: scale(1.1);
}
.section.products2 .item .t1 {
  color: #004040;
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}