/* bannerå›*/
.banner {
  width: 100%;
  position: relative;
}

.banner ul li {
  position: relative;
}

.banner img {
  width: 100%;
}

.banner .point {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .point li {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  border-radius: 100%;
  background: #bebebe;
  float: left;
  color: transparent;
  cursor: pointer;
}

.banner .point li.on {
  background: var(--themecolor);
}

.banner .slides li img {
  width: 100%;
  height: auto;
}
/* equipment */
.home-section {
padding: 50px 0;
position: relative;
z-index: 2;
}

.home-section .home-section-caption {
text-align: center;
padding-bottom: 30px;
}
.home-section .home-section-caption h2 {
font-size: 3.8rem;
margin-bottom: 15px;
}
.home-section .home-section-caption p {
padding: 0 8%;
font-size: 1.6rem;
color: #787878;
line-height: 1.6;
}
.equipment {
background: url(../images/equipment-bg.gif) no-repeat right center;
}
.equipment-list ul li {
width: 24%;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s;
background-color: #666;
}
.equipment-list ul li img {
width: 100%;
}
.equipment-list ul li .text {
padding: 20px 20px 40px;
position: relative;
}
.equipment-list ul li .text:before {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
border-bottom: 30px solid #666;
border-left: 30px solid transparent;
border-right: 30px solid transparent;
top: -30px;
left: 0;
right: 0;
margin: auto;
}
.equipment-list ul li .text h3 {
line-height: 1.6;
font-size: 2.4rem;
color: #fff;
height: 80px;
}
.equipment-list ul li .text p {
line-height: 1.6;
font-size: 1.4rem;
color: #fff;
margin-bottom: 20px;
height: 120px;
}
.equipment-list ul li .text span {
display: inline-block;
font-size: 1.4rem;
padding: 5px 10px;
color: #fff;
border: 1px solid #fff;
}
.equipment-list ul li:hover {
-webkit-transform: scale(1.06);
-o-transform: scale(1.06);
-moz-transform: scale(1.06);
transform: scale(1.06);
background-color: var(--themecolor);
}
.equipment-list ul li:hover .text:before {
border-bottom-color: var(--themecolor);
}
.equipment-list ul li:hover .text span {
color: var(--themecolor);
background-color: #fff;
}
/* service */
.service {
background:#f5f5f5;
position: relative;
z-index: 1;
}
.service::before {
/* content: '';
display: block;
width: 310px;
height: 390px;
background: url(../images/solution-bg.png);
position: absolute;
top: -50%;
left: 0; */
}
.service-list {
position: relative;
z-index: 2;
}
.service-list ul li {
width: 15%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
border: 1px solid #666;
padding: 20px 10px;
}
.service-list ul li i {
display: block;
width: 60px;
height: 60px;

-webkit-transition: 0.3s;
-o-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s;
}
.service-list ul li:hover i {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
.service-list ul li:nth-of-type(1) i {
background-position: 0 -30px;
}
.service-list ul li:nth-of-type(2) i {
background-position: -60px -30px;
}
.service-list ul li:nth-of-type(3) i {
background-position: -120px -30px;
}
.service-list ul li:nth-of-type(4) i {
background-position: -180px -30px;
}
.service-list ul li:nth-of-type(5) i {
background-position: -240px -30px;
}
.service-list ul li:nth-of-type(6) i {
background-position: -300px -30px;
}
.service-list ul li p {
width: 100%;
text-align: center;
font-size: 1.4rem;
line-height: 1.6;
}
/* solution */
.solution {
/* background: url(../images/home-display-bg.gif) no-repeat right bottom; */
}
.solution-list ul li {
background-color: #f5f5f5;
margin-bottom: 20px;
}
.solution-list ul li .li-img {
width: 45%;
}
.solution-list ul li img {
width: 100%;
}
.solution-list ul li .li-text {
width: 55%;
padding: 20px;
}
.solution-list ul li .li-text h3 {
font-size: 2.4rem;
color: #333;
line-height: 1.8;
}
.solution-list ul li .li-text p {
font-size: 1.4rem;
color: #787878;
line-height: 1.6;
}
.solution-list ul li .li-text span {
display: block;
width: 30px;
height: 30px;
background: url(../images/icon.png) -90px 0;
}
.solution-list ul li:nth-of-type(2n) .li-text span {
  float: right;
}
.solution-list ul li:nth-of-type(2n+1) .li-text span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.solution-list ul li:hover .li-text span {
background-position: -120px 0;
}
.request-quite {
background-color: #f5f5f5;
padding: 30px;
align-items: center;
}
.request-quite .text {
position:relative;
padding-left: 30px;
}
.request-quite .text::before {
content: '';
display: block;
width: 10px;
height: 100%;
border-radius: 5px;
background-color: var(--themecolor);
position: absolute;
left: 0;
bottom: 0;
top: 0;
margin: auto;
}
.request-quite .text h3 {
font-size: 2.6rem;
margin-bottom: 20px;
}
.request-quite .text p {
font-size: 1.4rem;
color: #787878;
line-height: 2;
}
.request-quite .btn a {
  display: inline-block;
height: 50px;
line-height: 50px;
background-color: var(--themecolor);
padding: 0 25px;
color: #fff;
font-size: 1.4rem;
border-radius: 5px;
display: flex;
align-items: center;
cursor: pointer;
}
.request-quite .btn a::before {
content: '';
display: block;
width: 30px;
height: 30px;
background: url(../images/icon.png) -150px 0;
margin-right: 20px;
}
/* intelligent-manufacturing */
.intelligent-manufacturing {
color: #fff;
text-align: center;
position: relative;
overflow: hidden;
}
.intelligent-manufacturing video {
width: 100%;
}
.intelligent-manufacturing .container {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0,0,0,0.4);
display: flex;
align-content: center;
flex-wrap: wrap;
}
.intelligent-manufacturing h2 {
width: 100%;
font-size: 3.8rem;
text-align: center;
}
.intelligent-manufacturing p {
padding: 0 18%;
font-size: 1.8rem;
line-height: 1.8;
margin: 20px 0 50px;
}
.intelligent-manufacturing a {
display: inline-block;
padding: 10px 30px;
color: #fff;
font-size: 1.6rem;
border: 1px solid #fff;
margin: auto;
}
.intelligent-manufacturing a:hover {
background-color: #fff;
color: #333;
}
/* news */
.news-li {
width: 32%;
}
.news-li .title {
height: 50px;
align-items: center;
}
.news-li .title h3 {
font-size: 2rem;
}
.news-li .title a {
font-size: 1.4rem;
color: #bebebe;
}
.news-li .title a:hover {
color: #333;
text-decoration: underline;
}
.news-li .content img {
width: 100%;
}
.news-li .content ul {
border: 1px solid #e6e6e6;
}
.news-li .content ul li {
height: 50px;
line-height: 50px;
border-bottom: 1px solid #e6e6e6;
}
.news-li .content ul li:last-child {
border: 0;
}
.news-li .content ul li>a {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
padding: 0 10px;
color: #333;
}
.news-li .content ul li span {
display: block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-size: 1.4rem;
}
.news-li .content ul li time {
display: block;
width: 65px;
flex-shrink: 0;
text-align: right;
font-size: 1.2rem;
}
.news-li .content ul li:hover span {
text-decoration: underline;
}
.news-li .content .more {
height: 50px;
border: 1px solid #e6e6e6;
border-top: 0;
position: relative;
}
.news-li .content .more a {
display: inline-block;
padding: 10px;
background-color: #000;
color: #fff;
font-size: 1.4rem;
position: absolute;
left: 5%;
bottom: 15%;
}
/* partner */
.partner {
background-color: #f5f5f5;
overflow: hidden;
}
.partner ul li {
width: 14.3%;
padding: 0 10px;
}
.partner ul li img {
width: 100%;
}

@media screen and (max-width: 1199px) {
.equipment-list ul li .text h3 {
  font-size: 2.2rem;
}
.intelligent-manufacturing h2 {
  font-size: 3rem;
}
.intelligent-manufacturing p {
  padding: 0 4%;
  margin: 20px 0;
}
}
@media screen and (min-width:820px) and (max-width:1200px)  {
	.intelligent-manufacturing video{
		width: 145%;
	}
}
@media screen and (min-width:993px) and (max-width:1400px) {
	.service>span{
	display: none !important;
	}
}
@media screen and (min-width:769px) and (max-width:992px) {
.equipment-list ul li .text h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.equipment-list ul li .text p {
  overflow: hidden;
}
.solution-list ul li .li-text {
  padding: 0 10px;
}
.solution-list ul li .li-text img {
  width: 70%;
}
  .service>span{
  display: none !important;
  }
}
@media screen and (max-width:768px) {
	.service>span{
	 display: none !important;
	}
.banner {
  margin-top: 90px;
}
.home-section {
  padding: 30px 0;
}
.equipment,
.service::before,
.solution {
  background: none;
}
.equipment-list ul li {
  width: 49%;
}
.equipment-list ul li {
  width: 100%;
  margin-bottom: 2%;
}
.solution-list ul li .li-img,
.solution-list ul li .li-text {
  width: 100%;
}
.request-quite .btn {
  margin: 10px auto 0;
}
.intelligent-manufacturing video {
  width: auto;
  height: 400px;
}
.partner ul li {
  padding: 0 2px;
}
}
@media screen and (max-width:640px) {
.service-list ul li {
  width: 32%;
  margin-bottom: 2%;
}
.news-li {
  width: 100%;
  margin-bottom: 3%;
}
}
@media screen and (max-width:480px) {
.home-section .home-section-caption h2 {
  font-size: 3rem;
}
.intelligent-manufacturing p {
  line-height: 1.5;
  font-size: 1.6rem;
}
.partner ul li {
  width: 25%;
}
}
@media screen and (max-width:480px) {
.home-section .home-section-caption h2 {
  font-size: 3rem;
}
.intelligent-manufacturing p {
  line-height: 1.5;
  font-size: 1.6rem;
}
.partner ul li {
  width: 25%;
}
}