/* bannerå›*/
.banner {
  width: 100%;
  position: relative;
}

.banner ul li {
  position: relative;
}

.banner img {
  width: 100%;
}
.web-nav-index ul li>a{
	color: #fff;
}
.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: 8px;
  background: #bebdb8;
  float: left;
  color: transparent;
  cursor: pointer;
}

.banner .point li.on {
  width: 60px;
}

.banner .slides li img {
  width: 100%;
}
/* solution */
.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.2rem;
  text-transform: uppercase;
}
.home-solution-list li {
  width: 49%;
  position: relative;
  margin-bottom: 2%;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}
.home-solution-list li img {
  width: 100%;
}
.home-solution-list li .li-text img{
	width: 100px;
	display: inline;
	vertical-align: middle;
}
.home-solution-list li .li-text {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.home-solution-list li .li-text p {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.6;
  width: 100%;
  margin: 5px 0;
  text-align: center;
  height: 150px;
  line-height: 150px;
}
.home-solution-list li .li-text::before,
.home-solution-list li .li-text::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fed03d;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.33s;
  transition: 0.3s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.home-solution-list li .li-text::before {
  top: -100%;
}
.home-solution-list li .li-text::after {
  top: 100%;
}
.home-solution-list li:hover .li-text::before,
.home-solution-list li:hover .li-text::after {
  top: 0;
}
.home-solution-list li:hover .li-text {
  left: 0;
}
/* material */
.home-material {
  background-color: #f8f8f8;
}
.home-material-list {
  padding: 0 1.5%;
}
.home-material-list ul li {
  width: 24%;
  position: relative;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.home-material-list ul li img {
  width: 100%;
  transition: 0.3s;
}
.home-material-list ul li:hover img {
  transform: rotateY(180deg);
}
.home-material-list li .li-text {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 5%;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  z-index: -1;
}
.home-material-list li .li-text h3 {
  width: 100%;
  font-size: 3rem;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  top: 0;
}
.home-material-list li .li-text h3::after {
  content: '';
  display: block;
  width: 170px;
  height: 1px;
  background-color: #fed03d;
  margin: 0 auto 20px;
  top: 0;
}
.home-material-list li .li-text p {
  font-size: 1.6rem;
  position: relative;
  top: -100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  top: 0;
}
.home-material-list ul li:hover .li-text {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
}
/* .home-material-list ul li:hover h3 {
  top: 0;
}
.home-material-list ul li:hover p {
  top: 0;
} */
.request-quite {
  padding: 50px 1.5% 0;
  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: #ab5e34;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.request-quite .text h3 {
  font-size: 2.6rem;
  margin-bottom: 10px;
}
.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: #ab5e34;
  padding: 0 30px;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 25px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.request-quite .btn a::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icon.png) -40px 0;
  margin-right: 20px;
}
.material-icon-list {
  padding: 60px 0;
  color: #fff;
  background: url(../images/home-bg.jpg) top center;
}
.material-icon-list ul li {
  width: 31%;
  text-align: center;
}
.material-icon-list ul li i {
  display: block;
  width: 140px;
  height: 140px;
  margin: auto;
  background-image: url(../images/icon.png);
}
.material-icon-list ul li:nth-of-type(1) i {
  background-position: 0 -40px;
}
.material-icon-list ul li:nth-of-type(2) i {
  background-position: -140px -40px;
}
.material-icon-list ul li:nth-of-type(3) i {
  background-position: -280px -40px;
}
.material-icon-list ul li p {
  font-size: 2.2rem;
  margin: 15px 0;
  font-weight: bold;
}
.material-icon-list ul li span {
  font-size: 1.6rem;
}
/* news */
.home-news ul li {
  width: 24%;
  border: 1px solid #e5e5e5;
}
.home-news ul li img {
  width: 100%;
}
.home-news ul li .li-text {
  padding: 15px;
}
.home-news ul li .li-text h3 {
  font-size: 1.6rem;
  height: 50px;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
}
.home-news ul li .li-text .date-author {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  color: #979797;
  font-size: 1.2rem;
  margin: 10px 0;
}
.home-news ul li .li-text .date-author .author {
  color: #ab5e34;
}
.home-news ul li .li-text p {
  color: #979797;
  font-size: 1.2rem;
  line-height: 1.6;
}
/* partner */
.home-partner-bg{
	background: url(../images/cus-bg.jpg);
}
.home-partner {
  padding-top: 40px;
  
}
.home-partner-list {
/*  border-top: 1px solid #c0bfbe;
  border-bottom: 1px solid #c0bfbe; */
  overflow: hidden;
  padding: 20px 0;
}
.home-partner-list ul li {
  width: 20%;
  padding: 10px;
}
.home-partner-list ul li img {
  width: 100%;
  border-radius: 15px;
}

.head-bg{
	height: 900px;
	background: url('../images/banner.jpg') no-repeat center top;
	overflow: hidden;
	position: relative;
	background-size: contain;
}
.head-more{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100px;
}
.web-nav-index{
	box-shadow: initial;
	border: none;
}
.i-pro-tit {
    text-align: center;
    font-size: 44px;
    color: #dcb400;
    font-weight: bold;
    overflow: hidden;
    padding: 56px 0 46px 0;
}
.i-service{
	height: 480px;
	background: url(../images/service.jpg) no-repeat center;
}
.i-ser-tit{
	color: #000000;
	padding: 36px 0;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff;
}
.i-ser-main dl{
	height: 310px;
	text-align: center;
	background: rgba(255,255,255,0.6);
	    width: 23%;
	    float: left;
	    margin: 0 1%;
}
.i-ser-main dl dt{
	color: #282828;
	font-size: 90px;
	font-style: italic;
	font-weight: normal;
}
.i-ser-main dl dt:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #000;
	margin: auto;
}
.i-ser-main dl dd span{
	display: block;
	font-size: 20px;
	color: #000;
	margin: 15px 0 20px 0;
	font-weight: bold;
}
.i-ser-main dl dd p{
	font-size: 14px;
	color: #3c3c3c;
	line-height: 24px;
	padding:  0 20px;
}
.i-pro-tit img {
    margin: 0 33px 0 0;
	display: inline;
    margin-top: -5px;
	vertical-align: middle;
}
.i-ser-main dl, .home-news ul li img{
	transition: all .5s;
}
.i-ser-main dl:hover{
	transform: translateY(-10px);
}
.home-news ul li:hover img{
	transform: scale(1.1,1.1);
}

.h-tel{
	    padding-top: 39px;
	    color: #fff;
	    font-size: 18px;
		    position: relative;
		    padding-left: 40px;
}
.h-tel::after{
	content: '';
	    display: block;
	    width: 30px;
	    height: 30px;
	    background-image: url(../images/icon.png);
	    background-repeat: no-repeat;
	    margin: 0 5px 0 0;
	    flex-shrink: 0;
	background-position: -110px 0;
	position: absolute;
	    left: 0;
	    top: 34px;
}
.head-bg .web-nav ul li>a{
	padding: 0 10px;
}
.head-bg .web-nav ul{
	margin-left: 30px;
}
.head-bg .web-nav ul li .down ul{
	margin-left: 0;
}

@media screen and (max-width: 1200px) {
}

@media screen and (min-width:992px) and (max-width:1199px) {
}

@media screen and (min-width:768px) and (max-width:992px) {
}

@media screen and (max-width:768px) {
	.head-bg{
		background-size: 100%;
		    background-position-y: 70px;
			height: 250px;
	}
.i-service{
	height: auto;
	    padding-bottom: 30px;
	    background-size: cover;
}
.i-ser-main dl{
	width: 48%;
	height: auto;
	padding: 10px 0;
	margin-bottom: 10px;
}
.i-ser-main dl dt{
	font-size: 40px;
}
.i-ser-main dl dd p{
	height: 72px;
	overflow: hidden;
}
  .home-section {
    padding: 30px 0;
  }
  .home-partner {
    padding-top: 0;
  }
  .home-section .home-section-caption h2,
  .home-material-list li .li-text h3 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .home-solution-list li .li-text p,
  .material-icon-list ul li p {
    font-size: 1.8rem;
  }
  .request-quite .text h3 {
    font-size: 2.4rem;
  }
  .home-material-list ul li,
  .home-news ul li {
    width: 49%;
    margin: 1% 0;
  }
  .request-quite {
    padding: 30px 1.5% 0;
  }
  .request-quite .text {
    margin-bottom: 30px;
  }
  .material-icon-list ul li i {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 480px) {
}

@media screen and (max-width: 414px) {
  .home-section .home-section-caption h2, 
  .home-material-list li .li-text h3 {
    font-size: 2.4rem;
  }
  .home-solution-list li {
    width: 100%;
  }
  .material-icon-list ul li {
    width: 48%;
  }
}

@media screen and (max-width: 360px) {}