h2 {
	color: var(--white);
	font-size: 34px;
	text-align: center;
}
.home-banner {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden
}
.home-banner:after {content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    background: #000;
    opacity: 0.1;
    z-index: 1;}
.home-banner .video-dom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home-banner .banner-cont {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 31.2%;
	z-index: 2;
	color: #fcfcfc
}
.home-banner .banner-cont h1 {
	font-size: 52px;
	font-weight:bold;
	text-shadow: 2px 2px 10px var(--fttcolor)
}
.home-banner .banner-cont p {
	font-size: 24px;
	font-weight:lighter;
	line-height: 32px;
	margin-top: 35px;
	text-shadow: 2px 2px 10px var(--fttcolor)
}
.home-about {
	width: 100%;
	height: 380px;
	background: url('/static/images/homebannerbg.jpg') no-repeat;
	background-size: 100% 100%;
	position: relative
}
.home-about h2 { font-weight:bold; color:#494949;}

.home-about>p {
	width: 75%;
	max-width: 1375px;
	margin: 30px auto 0;
	font-size: 18px;
	line-height: 30px;
	
	text-align: center
}
.home-about .about-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 260px;
	z-index: 10
}
.home-about .about-content ul {
	display: flex;
	justify-content: center;
	align-items: end;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11
}
.home-about .about-content ul li {
	width: 20%;
	max-width: 290px;
	height: 390px;
	background: rgba(255,255,255,.7);
	box-shadow: 0 0 29px 0 rgba(0,0,0,0.1);
	text-align: center;
	transition: all linear .5s
}
.home-about .about-content ul li:last-child, .home-about .about-content ul li:nth-child(1) {
	height: 220px}
.home-about .about-content ul li:nth-child(3) {
	background: linear-gradient(to bottom, rgba(225,42,62,.85), rgba(246,111,53,.75));
	position: relative
}
.home-about .about-content ul li:first-child, .home-about .about-content ul li:nth-child(4) {
	height: 290px
}
.home-about .about-content ul li:last-child, .home-about .about-content ul li:nth-child(2) {
	height: 320px
}
.home-about .about-content ul li:last-child, .home-about .about-content ul li:nth-child(5) {
	height: 270px
}
.home-about .about-content ul li span {
	display: inline-block;
	font-size: 50px;
	color: var(--fttcolor);
	font-weight: bold;
	margin: 75px 0 15px;
}
.home-about .about-content ul li span i {
	font-style: normal
}
.home-about .about-content ul li p {
	font-size: 18px;
	color: var(--ftstcolor);
	line-height: 30px
}
.home-about .about-content ul li:nth-child(3) span {
	font-size: 38px;
	color: var(--white)!important;
	margin-top: 60px
}
.home-about .about-content ul li:nth-child(3) p {
	color: var(--white);
	font-size: 18px;
	line-height: 30px;
	padding: 10px 30px
}
.home-about .about-content ul li:nth-child(3) img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	margin: 0 auto;
	transform: rotateY(0);
	transition: all linear .5s
}
.home-about .about-content img { border-cap }
.home-solution {
	width: 100%;
	margin-top: 410px
}
.home-solution h2, .home-news h2 {
	color: var(--fttcolor)
}
.home-solution h2 span, .home-news h2 span {
	color: var(--bgcolor)
}
.home-solution .top>p, .home-case>p, .home-news>p {
	font-size: 18px;
	color: var(--ftcolor);
	padding: 30px 0 50px;
	text-align: center
}
.home-solution .top {
	padding-top: 220px;
	background: #f7f7f7
}
.solution-main {
	position: relative;
	width: 100%;
	height: 609px
}
.solution-top {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}
.solution-top li {
	position: relative;
	display: none
}
.solution-top li.liActive {
	display: block
}
.solution-top .solution-txt {
	position: absolute;
	left: 15%;
	top: 70px;
	z-index: 2;
	color: #f2f4f8
}
.solution-top .solution-txt h3 {
	position: relative;
	font-size: 28px;

	text-transform: capitalize;
}
.solution-top .solution-txt h3::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url('/static/images/title-icon.png') no-repeat;
	position: absolute;
	left: -15px;
	top: -10px;
	z-index: -1
}
.solution-top .solution-txt p {
	font-size: 18px;
	line-height: 30px;
	margin: 20px 0 15px;
	width: 100%;
	max-width: 685px; 
}
.solution-top li .solution-img img {
	height: 609px
}
.solution-top .solution-txt .btnLight2::before {
	background: var(--bgsshadowcolor)
}
.solution-cont {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	z-index: 1;
	padding: 0 15%;
	overflow-x: hidden
}
.solution-cont::before {
	content: '';
	position: absolute;
	left: 0;
	top: 110px;
	width: 100%;
	border: 1px solid var(--white);
	z-index: -2
}
.solution-cont .swiper-slide {
	width: 16.667%;
	padding: 22px 60px 32px;
	background: unset;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	position: relative
}
.solution-cont .swiper-slide:nth-child(2), .solution-cont .swiper-slide:nth-child(5) {
	padding: 22px 20px 32px
}
.solution-cont .swiper-slide img {
	width: 60px;
	transform: rotateY(0);
	transition: all linear .7s
}
.solution-cont .swiper-slide .circle {
	width: 100%;
	height: 8px;
	margin: 25px 0
}
.solution-cont .swiper-slide .circle span {
	display: block;
	width: 8px;
	height: 8px;
	background: var(--white);
	border-radius: 50%;
	margin: 0 auto
}
.solution-cont .swiper-slide .circle .line {
	content: '';
	position: absolute;
	left: 0;
	top: 110px;
	width: 100%;
	height: 2px;
	background: var(--white);
	z-index: -1
}
.solution-cont .swiper-slide>p {
	font-size: 18px;
	color: #f2f4f8;
	line-height: 22px;
}
.solution-cont .swiper-slide-active {
	background: linear-gradient(90deg, rgba(8,112,215,.7), rgba(35,148,223,.7));
	border-radius: 30px
}
.solution-cont .swiper-slide-active .circle .line {
	display: none
}
.solution-cont .swiper-slide-active img {
	transform: rotateY(360deg)
}
.solution-bottom {
	margin-top: 40px
}
.solution-bottom ul {
	display: none;
	align-items: center;
	flex-wrap: wrap
}
.solution-bottom ul:first-child {
	display: flex
}
.solution-bottom ul li {
	display: flex;
	align-items: center;
	width: calc(16.67% - 18px);
	margin-right: 20px;
	height: 90px;
	border-radius: 45px;
	border: 2px solid #eee;
	padding-left: 6px;
	margin-bottom: 20px;
	transition: all linear .5s
}
.solution-bottom ul li:nth-child(6n) {
	margin-right: 0
}
.solution-bottom ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.solution-bottom ul li .img {
	width: 75px;
	min-width: 75px;
	height: 75px;
	background: #d8eaff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	margin-right: 15px;
	transition: all linear .4s
}
.solution-bottom ul li .img img {
	width: 90%;
	margin: 0 auto;border-radius:50%;
}
.solution-bottom ul li p {
	line-height: 22px;

	text-align: left;
	width: 70%
}
.home-products {
	width: 100%;
	background: #f7f7f7;
	position: relative
}
.home-products::before {
	content: '';
	width: 40%;
	max-width: 636px;
	height: 100%;
	background: url("/static/images/products-left.webp") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0
}
.home-products .container {
	display: flex;
	justify-content: space-between;
	position: relative
}
.home-products .products-navs {
	width: 40%;
	max-width: 478px
}
.home-products h2 {
	font-size: 34px;
	color: var(--fttcolor);
	;
	text-align: left
}
.home-products .products-navs>span {
	display: inline-block;
	width: 80px;
	height: 4px;
	background: var(--bgshadowcolor);
	margin: 20px 0 20px
}
.home-products .products-navs p {
	font-size: 18px;
	color: var(--ftcolor);
	line-height: 30px
}
.home-products .products-navs ul {
	margin-top: 45px
}
.home-products .products-navs ul li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(153,153,153,.8);
	width: 100%;
	height: 80px;
	color: #999;
	padding-left: 60px;
	cursor: pointer;
	position: relative;
	z-index: 2
}
.home-products .products-navs ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: var(--bgshadowcolor);
	transition: width linear .4s;
	z-index: -1
}
.home-products .products-navs ul li i {
	font-size: 30px
}
.home-products .products-navs ul li span {
	display: inline-block;
	margin-left: 25px;
	font-size: 20px;
	color: var(--ftcolor);
	text-transform: capitalize
}
.home-products .products-navs ul li.proActive {
	border-bottom: 0
}
.home-products .products-navs ul li.proActive::before {
	width: 100%
}
.home-products .products-navs ul li.proActive i, .home-products .products-navs ul li.proActive span {
	color: var(--white)
}
.home-products .products-cont {
	width: 70%;
	padding-left: 80px
}
.home-products .products-cont .products-item {
	display: none
}
.home-products .products-cont ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.home-products .products-cont .products-item:first-child {
	display: block
}
.home-products .products-cont ul li {
	width: calc(33.33% - 15px);
	position: relative;
	margin-bottom: 25px
}
.home-products .products-cont ul li .img {
	overflow: hidden;
	border-radius: 10px 10px 0 0
}
.home-products .products-cont ul li img {
	border-radius: 10px 10px 0 0;
	transition: all linear .4s
}
.home-products .products-cont ul li .tit {
	height: 74px;
	padding: 0 20px;
	background: var(--white);
	border-radius: 0 0 10px 10px;
	display: flex;
	justify-content: center;
	align-items: center
}
.home-products .products-cont ul li h3 {
	font-size: 20px;
	color: var(--fttcolor);
	
	line-height: 24px;
	text-transform: capitalize;
	text-align: center
}
.home-products .btnLight2 {
	width: 200px;
	height: 48px;
	border-radius: 24px;
	font-size: 18px;
	line-height: 48px;
	border-color: var(--bgcolor);
	color: var(--bgcolor);
	
	margin: 15px auto 0
}
.home-case {
	width: 100%;
	background: url('/static/images/cases-bg.webp') no-repeat;
	background-size: 100% 100%
}
.home-case>p {
	color: var(--white)
}
.home-case .container {
	display: flex;
	justify-content: space-between
}
.home-case .container>div {
	width: calc(50% - 20px)
}
.home-case .cta {
	width: 100%;
	padding: 45px 0 50px 50px;
	min-height: 269px;
	background: url(/static/images/cases-bg2.webp) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 25px;
	border-radius: 20px 20px 0 20px
}
.home-case .cta span {
	display: block;
	font-size: 28px;
	color: var(--fttcolor); font-weight: bold;
}
.home-case .cta>p {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 32px;
	margin: 20px 0 25px
}
.home-case .cta>div {
	display: flex;
	align-items: center
}
.home-case .cta>div p {
	display: flex;
	align-items: center;
	margin-left: 24px;
	font-size: 26px;
	color: var(--fttcolor);
	
	position: relative;
	z-index: 1
}
.home-case .cta>div p::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 1px;
	width: 26px;
	height: 26px;
	background: var(--bgshadowcolor);
	border-radius: 50%;
	z-index: -1
}
.home-case .cta>div p i {
	color: var(--white);
	font-size: 28px;
	display: inline-block;
	margin-right: 20px
}
.home-case .cta>div p a {
	font-size: 26px;
	color: var(--fttcolor);
	;
	transition: all linear .4s
}
.home-case .case-cont a {
	display: block;
	position: relative
}
.home-case .case-cont a>span {
	position: absolute;
	left: 28px;
	top: 32px;
	padding: 0 18px;
	height: 34px;
	border-radius: 17px;
	background: var(--bgshadowcolor);
	text-align: center;
	line-height: 34px;
	color: var(--white);
	font-size: 16px;
	font-family: 'RobotoMedium'
}
.home-case .case-cont2 a>span {
	left: 20px;
	top: 22px;
	padding: 0 15px;
	height: 30px;
	border-radius: 15px;
	font-size: 14px;
	line-height: 30px
}
.home-case .case-cont a .case-img {
	overflow: hidden;
	border-radius: 20px 20px 0 0
}
.home-case .case-cont a img {
	transition: all linear .4s
}
.home-case .case-cont1 .case-text {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.8);
	border-radius: 30px 0 0 0;
	width: 67%;
	max-width: 520px;
	padding: 35px 60px
}
.home-case .case-cont1 .case-text::after {
	content: 'NEW';
	position: absolute;
	right: 0;
	top: 0;
	width: 83px;
	height: 73px;
	background: var(--bgshadowcolor);
	border-radius: 0 0 0 10px;
	font-size: 22px;
	color: var(--white);
	line-height: 73px;
	text-align: center;

}
.home-case .case-text span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 111px;
	height: 28px;
	border-radius: 14px;
	border: 1px solid var(--bgcolor);
	font-size: 16px;
	color: var(--bgcolor);
	line-height: 28px
}
.home-case .case-text span i {
	display: inline-block;
	margin-right: 5px
}
.home-case .case-text h3 {
	font-size: 22px;
	line-height: 38px;
	color: var(--fttcolor);
	
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
.home-case .case-right {
	overflow-y: scroll;
	overflow-x: hidden
}
.home-case .case-right::-webkit-scrollbar {
width:0!important
}
.home-case .case-cont2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.home-case .case-cont2 li {
	width: calc(50% - 15px);
	margin-bottom: 30px
}
.home-case .case-cont2 li:last-child, .home-case .case-cont2 li:nth-child(9) {
	margin-bottom: 0
}
.home-case .case-cont2 li .case-img {
	height: 240px
}
.home-case .case-cont2 li img {
	height: inherit;
	border-radius: 20px 20px 0 0
}
.home-case .case-cont2 .case-bottom {
	width: 100%;
	padding: 16px 50px 16px 25px;
	background: var(--white);
	border-radius: 0 0 0 20px;
	position: relative
}
.home-case .case-cont2 .case-bottom::before {
	content: '';
	position: absolute;
	left: 25px;
	top: 15px;
	width: 5px;
	height: 24px;
	background: var(--bgshadowcolor);
	border-radius: 3px
}
.home-case .case-cont2 li h3 {
	font-size: 18px;
	color: var(--fttcolor);
	
	line-height: 24px;
	margin-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.home-news .container>div {
	display: flex;
	justify-content: space-between
}
.home-news .left {
	width: 47%;
	max-width: 738px
}
.home-news .huatai-news .left>a {
	display: block;
	position: relative
}
.home-news .huatai-news .news-img {
	width: 100%;
	border-radius: 10px;
	overflow: hidden
}
.home-news .huatai-news img {
	transition: all linear .5s
}
.home-news .huatai-news .news-txt {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 70px 30px 40px;
	background: linear-gradient(to bottom, rgba(8,112,215,0), rgba(8,112,215,.5));
	border-radius: 0 0 10px 10px
}
.home-news .huatai-news .news-txt h3 {
	font-size: 22px;
	color: var(--white);
	line-height: 30px;
	
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.home-news .right {
	width: 49%;
	margin-top: 40px
}
.home-news .right>span {
	font-size: 14px;
	color: var(--bgcolor);

}
.home-news .right .news-top {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.home-news .right .news-top::before {
	content: 'HUATAI GROUP';
	position: absolute;
	left: 0;
	top: -20px;
	font-size: 50px;
	color: #f5f5f5;
	
	z-index: -1;
}
.home-news .right .news-top span {
	font-size: 28px;
	color: var(--fttcolor);
}
.home-news .right ul li a {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 16px 25px 16px 17px;
	border-bottom: 1px solid #efefef
}
.home-news .right ul li a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 6px;
	height: 2px;
	background: var(--bgshadowcolor)
}
.home-news .right ul li a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: var(--bgcolor);
	transition: all linear .4s
}
.home-news .right ul li h3 {
	width: 70%;
	max-width: 488px;
	font-size: 18px;
	color: var(--fttcolor);
	transition: all linear .3s;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home-news .right ul li p {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #999;
	
	transition: all linear .4s
}
.home-news .right ul li span {
	display: inline-block;
	margin-left: 5px
}
.home-news .industry-news, .home-news .industry-news ul {
	display: flex;
	justify-content: space-between
}
.home-news .industry-news ul {
	flex-wrap: wrap;
	width: 72.5%
}
.industry-news ul li {
	width: calc(33.333% - 15px);
	max-width: 360px;
	margin-top: 40px;
	position: relative
}
.industry-news ul li::before {
	content: '行业资讯';
	position: absolute;
	right: 0;
	top: 0;
	width: 124px;
	height: 38px;
	background: var(--bgshadowcolor);
	border-radius: 0 10px 0 10px;
	color: var(--white);
	line-height: 38px;
	text-align: center
}
.industry-news ul li a {
	display: block;
	padding: 20px 30px 20px;
	background: #f6f6f6;
	border-radius: 0 10px 0 0;
	transition: all linear .4s
}
.industry-news ul a>p {
	display: flex;
	align-items: center
}
.industry-news ul li a>p i {
	color: var(--bgcolor)
}
.industry-news ul li a>p span {
	display: inline-block;
	font-size: 16px;
	line-height: 15px;
	color: var(--fttcolor);
	
	margin-left: 5px
}
.industry-news ul li div {
	background: var(--white);
	padding: 20px 30px 20px 20px;
	margin-top: 15px
}
.industry-news ul li h3 {
	height: 72px;
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 26px;
	
	transition: all linear .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.industry-news ul li p.desc {
	display: none!important;
	font-size: 16px;
	color: var(--ftcolor);
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.industry-news .bg {
	width: 25%;
	max-width: 390px;
	margin-left: 40px;
	padding: 75px 30px 50px 30px;
	background: url('/static/images/industry-news-bg.webp') no-repeat;
	background-size: 100% 100%;
	border-radius: 10px;
	text-align: center;
	margin-top: 40px
}
.industry-news .bg span {
	font-size: 28px;
	color: var(--white);
	text-align: center;
	
	position: relative;
	z-index: 1;
}
.industry-news .bg span::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4px;
	margin: auto;
	width: 100%;
	height: 10px;
	background: var(--bgshadowcolor);
	z-index: -1
}
.industry-news .bg p {
	font-size: 18px;
	color: var(--white);
	line-height: 30px;
	text-shadow: 2px 2px 3px rgba(34,34,34,0.4);
	
	margin: 30px 0 50px
}
.industry-news .bg .btnLight {
	width: 160px;
	height: 40px;
	margin: 0 auto
}

/* service */
.home-service {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.home-service .home_trans {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-service .home_trans:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url('/static/images/cover-bg.png') center center no-repeat;
    background-size: cover;
}
.home-service .home_customer {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.home-service .home_customer {
    width: 12800px;
    animation: bg 120s linear infinite;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    background-image: url('/static/images/service-customer.jpg');
    background-position: bottom left;
    background-repeat: repeat-x;
    background-size: auto 100%
}
@keyframes bg {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -moz-transform: translate3d(-3200px, 0, 0);
        -webkit-transform: translate3d(-3200px, 0, 0);
        -o-transform: translate3d(-3200px, 0, 0);
        -ms-transform: translate3d(-3200px, 0, 0);
        transform: translate3d(-3200px, 0, 0)
    }
}
.home-service .customer_box {
    width: 50%;
    max-width: 935px;
    height: 380px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    bottom: 0;
    z-index: 3;
    padding: 80px 0 60px;
    background: url("/static/images/service-map.jpg") no-repeat;
    background-size: cover;
    box-shadow: 0px -10px 51px 0px rgba(10,10,10,0.35)
}
.home-service .customer_box h2{
    font-size: 36px;font-weight: 600;
    color: var(--fttcolor);
    line-height: 40px;
    text-transform: uppercase;
}
.home-service .customer_box h2 span{
    color: var(--bgcolor);
}
.home-service .customer_box span.line{
    display: inline-block;
    width: 70px;
    height: 3px;
    background: var(--bgcolor);
    margin: 15px 0 20px;
}
.home-service .customer_box p{
    width: 75%;
    margin: auto;
    font-size: 22px;
    color: var(--fttcolor);
    line-height: 30px;
}
.home-service .customer_box a{
    display: inline-block;
    width: 170px;
    height: 46px;
    background: var(--bgshadowcolor);
    border-radius: 23px;
    font-size: 16px;
    color: var(--white);
    line-height: 46px;
    text-transform: uppercase;
    margin-top: 30px;
}


@media(any-hover:hover) {
.home-banner .cont a:hover i {
	transform: translateX(10px)
}
.home-about .about-content ul li:first-child:hover, .home-about .about-content ul li:nth-child(4):hover {
	height: 300px;
	transition: all linear .4s
}
.home-about .about-content ul li:last-child:hover, .home-about .about-content ul li:nth-child(2):hover {
	height: 350px;
	transition: all linear .4s
}
.home-about .about-content ul li:hover span {
	color: var(--bgcolor);
	transition: all linear .4s
}
.home-about .about-content ul li:hover span i {
	color: var(--fttcolor)
}
.home-about .about-content ul li:hover img {
	transform: rotateY(360deg)
}
.solution-cont .swiper-slide:hover img {
	transform: rotateY(360deg)
}
.solution-bottom ul li:hover {
	background: var(--bgsshadowcolor);
	border-color: #2394df;
	transition: all linear .4s
}
.solution-bottom ul li:hover .img {
	background: var(--white);
	transition: all linear .4s
}
.solution-bottom ul li:hover p {
	color: var(--white)
}
.home-products .products-cont ul li:hover img {
	transform: scale(1.1)
}
.home-products .products-cont ul li:hover h3 {
	color: var(--bgcolor)
}
.home-case .cta>div p a:hover {
	color: var(--bgcolor)
}
.home-case .case-cont a:hover img {
	transform: scale(1.1)
}
.home-case .case-cont a:hover h3 {
	color: var(--bgcolor)
}
.home-case .case-cont a:hover .case-text span {
	background: var(--bgshadowcolor);
	color: var(--white);
	border: 0
}
.home-news .huatai-news .left>a:hover img {
	transform: scale(1.1)
}
.home-news .right ul li:hover h3, .home-news .right ul li:hover p {
	color: var(--bgcolor)
}
.home-news .right ul li:hover a::after {
	width: 100%
}
.industry-news ul li:hover h3 {
	color: var(--bgcolor)
}
.industry-news ul li:hover a {
	box-shadow: 0 5px 18px 3px rgba(0,0,0,0.06)
}
}

@media screen and (max-width:1680px) {
.home-banner .banner-cont {
	left: 0
}
.home-about .about-content ul {
	margin: 0 80px
}
.home-about .about-content ul li span {
	font-size: 66px
}
.home-about .about-content ul li:nth-child(3) span {
	font-size: 46px;
	margin-top: 45px
}
.home-about .about-content ul li:nth-child(3) p {
	font-size: 18px;
	line-height: 24px;
	padding: 0 20px
}
.home-solution {
	margin-top: 290px
}
.solution-cont {
	padding: 0 80px
}
.solution-top .solution-txt {
	left: 80px
}
.solution-cont .swiper-slide {
	padding: 22px 40px 32px
}
.solution-bottom ul li {
	width: calc(16.67% - 15px);
	margin-right: 15px;
	height: 80px;
	border-radius: 40px
}
.solution-bottom ul li .img {
	width: 60px;
	min-width: 60px;
	height: 60px;
	margin-right: 10px
}
.solution-bottom ul li .img img {
	width: 70%
}
.home-products::before {
	width: 37.3%
}
.home-products .products-cont ul li h3 {
	font-size: 20px
}
.home-products .products-navs ul li {
	height: 70px;
	padding-left: 50px
}
.home-case .case-cont2 li .case-img {
	height: 240px
}
.home-news .right {
	margin-top: 20px
}
.home-news .right ul li a {
	padding: 20px 25px 20px 17px
}
}

@media screen and (max-width:1440px) {
.home-about .about-content ul {
	margin: 0 60px
}
.home-about .about-content ul li span {
	font-size: 58px
}
.home-about .about-content ul li:nth-child(3) span {
	font-size: 40px
}
.home-about .about-content ul li p {
	font-size: 20px
}
.solution-cont {
	padding: 0 60px
}
.home-solution {
	margin-top: 220px
}
.solution-cont .swiper-slide>p {
	font-size: 17px
}
.solution-bottom ul li p {
	font-size: 14px
}
.home-products .products-cont {
	padding-left: 50px
}
.home-products .products-cont ul li h3 {
	font-size: 18px
}
.home-case .case-cont2 li .case-img {
	height: 200px
}
.home-case .cta {
	padding: 30px 30px 40px 30px;
	min-height: unset
}
.home-case .cta span {
	font-size: 32px
}
.home-case .cta>p {
	font-size: 20px;
	color: var(--fttcolor);
	line-height: 28px;
	margin: 10px 0 20px
}
.home-case .cta>div p {
	margin-left: 15px;
	font-size: 20px
}
.home-case .cta>div p a {
	font-size: 20px
}
.home-case .case-cont1 .case-text {
	padding: 25px 30px
}
.home-case .case-cont1 .case-text::after {
	width: 60px;
	height: 60px;
	font-size: 18px;
	line-height: 60px
}
.home-case .case-text h3 {
	font-size: 22px;
	line-height: 30px
}
.home-news .right ul li a {
	padding: 16px 25px 17px 17px
}
.home-news .right ul li h3 {
	font-size: 20px
}
.industry-news ul li::before {
	display: none
}
.industry-news .bg span {
	font-size: 30px
}
.industry-news ul li a {
	padding: 15px 20px 18px
}
}

@media screen and (max-width:1280px) {
.home-about .about-content ul {
	margin: 0 50px
}
.home-about .about-content ul li span {
	font-size: 48px
}
.home-about .about-content ul li p {
	font-size: 17px
}
.home-about>p {
	width: 85%;
	font-size: 17px;
	line-height: 24px
}
.home-solution {
	margin-top: 220px
}
.solution-cont .swiper-slide>p {
	font-size: 15px
}
.solution-bottom ul li {
	width: calc(16.67% - 10px);
	margin-right: 5px;
	height: 60px;
	border-radius: 30px;
	margin-bottom: 15px
}
.solution-bottom ul li .img {
	width: 45px;
	min-width: 45px;
	height: 45px;
	margin-right: 5px
}
.solution-bottom ul li p {
	font-size: 12px
}
.home-products .products-navs ul li {
	height: 50px;
	padding-left: 25px
}
.home-products .products-navs ul li i {
	font-size: 22px
}
.home-products .products-navs ul li span {
	margin-left: 10px;
	font-size: 18px
}
.home-products .products-cont {
	padding-left: 25px
}
.home-products .products-cont ul li {
	width: calc(33.33% - 7px);
	margin-bottom: 15px
}
.home-products .products-cont ul li h3 {
	font-size: 16px
}
.home-case>p {
	width: 80%;
	margin: 0 auto;
	font-size: 17px;
	line-height: 24px
}
.home-case .case-cont2 li .case-img {
	height: 150px
}
.home-case .case-cont2 li h3 {
	font-size: 16px;
	line-height: 22px
}
.home-news .huatai-news .news-txt {
	padding: 20px 30px 25px 25px
}
.home-news .huatai-news .news-txt h3 {
	font-size: 18px;
	line-height: 26px
}
.home-news .right ul li h3 {
	font-size: 16px
}
.home-news .right ul li a {
	padding: 10px 25px 10px 17px
}
.industry-news ul li div {
	padding: 10px 20px 15px 15px
}
.industry-news .bg p {
	font-size: 16px;
	line-height: 22px;
	margin: 20px 0 30px
}
.industry-news .bg {
	padding-top: 50px
}
.industry-news .bg span {
	font-size: 24px
}
.industry-news .bg {
	padding: 50px 15px 20px
}
}

@media screen and (max-width:1024px) {
.home-banner .banner-cont h1 {
	font-size: 36px
}
.home-banner .banner-cont p {
	font-size: 18px;
	line-height: 28px;
	margin-top: 25px
}
h2 {
	font-size: 32px
}
.home-about {
	padding-top: 45px
}
.home-about>p {
	width: 90%;
	font-size: 15px;
	line-height: 22px
}
.home-about .about-content ul {
	margin: 0 30px
}
.home-solution {
	margin-top: 0
}
.home-solution .top>p, .home-case>p, .home-news>p {
	font-size: 16px
}
.solution-cont {
	padding: 0 30px
}
}

@media screen and (max-width:768px) {
h2 {
	font-size: 22px
}
.home-banner {height:40vh;}
.home-banner .banner-cont {
	width: 100%;
	left: 0
}
.home-banner .banner-cont h1 {
	font-size: 30px;
	line-height: 38px
}
.home-banner .banner-cont p {
	font-size: 18px;
	line-height: 26px;
	margin-top: 20px
}
.home-about {
    background: url(/static/images/homebannerbg.jpg) no-repeat;
	height: 340px
}
.home-about .about-content {
	top: 235px
}
.home-about>h2 {
	font-size: 22px
}
.home-about>p {
	max-width: unset;
	margin: 15px auto 0;
	font-size: 14px;
	line-height: 21px
}
.home-about .about-content ul {
	flex-wrap: wrap;
	top: 210px
}
.home-about .about-content ul li {
	width: 50%;
	padding: 0 10px;
	height: 130px!important
}
.home-about .about-content ul li span {
	font-size: 36px;
	margin: 20px 0 10px
}
.home-about .about-content ul li p {
	font-size: 14px;
	line-height: 21px
}
.home-about .about-content ul li:nth-child(3) {
	position: absolute;
	height: 110px!important;
	left: 25%;
	bottom: 0;
	background-color: #e84127;
	z-index: 4;
	overflow: hidden;
	box-shadow: none
}
.home-about .about-content ul li:nth-child(3) img {
	width: 58%
}
.home-about .about-content ul li:nth-child(3) p {
	font-size: 14px;
	line-height: 18px;
	padding: 0 10px
}
.home-about .about-content ul li:nth-child(3) span {
	font-size: 26px;
	margin-top: 15px
}
.home-solution {
	margin-top: 400px
}
.home-solution .top {
	padding-top: 50px
}
.solution-main,.solution-top li .solution-img img{
	height: 510px
}
.home-solution .top>p, .home-case>p, .home-news>p {
	font-size: 15px;
	padding: 10px 15px 25px;
	line-height: 22px
}
.solution-top .solution-txt {
	left: 15px;
	top: 30px
}
.solution-top .solution-txt h3 {
	font-size: 20px
}
.solution-top .solution-txt h3::before {
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	left: -10px;
	top: -5px
}
.solution-top .solution-txt p {
	font-size: 16px;
	line-height: 24px;
	margin: 10px 0 20px;
	width: 97%;
	max-width: unset
}
.solution-cont {
	padding: 0;
	bottom: 30px;
}
.solution-cont .swiper-slide,.solution-cont .swiper-slide:nth-child(2), .solution-cont .swiper-slide:nth-child(5) {
	padding: 15px 0 15px
}
.solution-cont::before {
	display: none
}
.solution-cont .swiper-slide .circle::before, .solution-cont .swiper-slide .circle .line {
	top: 68px
}
.solution-cont .swiper-slide img{
    width: 36px;
}
.solution-cont .swiper-slide .circle {
	margin: 15px 0
}
.solution-cont .swiper-slide .circle span {
	width: 6px;
	height: 6px
}
.solution-cont .swiper-slide>p {
	font-size: 14px
}
.solution-bottom {
	margin-top: 30px
}
.solution-bottom ul {
	justify-content: space-between
}
.solution-bottom ul li {
	width: calc(50% - 5px);
	max-width: unset;
	height: 60px;
	border-radius: 30px;
	border-width: 1px;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-right: 0
}
.solution-bottom ul li:first-child, .solution-bottom ul li:nth-child(2) {
	margin-top: 0
}
.solution-bottom ul li p {
    width: 65%;
    font-size: 14px;
    line-height: 16px;
    margin-left: 5px;
}
.solution-bottom ul li .img {
	width: 50px;
	min-width: 50px;
	height: 50px;
	margin-right: 0!important
}
.home-products::before, .home-products .products-navs, .home-products .products-cont {
	width: 100%;
	max-width: unset
}
.home-products .container {
	flex-wrap: wrap
}
.home-products h2 {
	text-align: center;
	font-size: 22px
}
.home-products .products-navs>span {
	display: block;
	width: 40px;
	height: 2px;
	margin: 6px auto 10px
}
.home-products .products-navs p {
	font-size: 15px;
	color: var(--ftcolor);
	line-height: 20px;
	text-align: center
}
.home-products .products-navs>div {
	overflow-x: auto
}
.home-products .products-navs>div::-webkit-scrollbar{
  width: 0 !important;
}
.home-products .products-navs ul {
	width: 300%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap
}
.home-products .products-navs ul::-webkit-scrollbar {
width:0!important
}
.home-products .products-navs ul li {
	width: 100%;
	height: 50px;
	padding-left: 10px;
	padding-right: 0
}
.home-products .products-cont ul li .img, .home-products .products-cont ul li img {
	border-radius: 8px 8px 0 0
}
.home-products .products-navs ul li i {
	font-size: 20px
}
.home-products .products-navs ul li span {
	margin-left: 5px;
	font-size: 16px;
	line-height: 20px
}
.home-products .products-cont {
	padding-left: 0;
	margin-top: 25px
}
.home-products .products-cont ul li {
	width: calc(50% - 7px);
	margin-bottom: 20px
}
.home-products .products-cont ul li .tit {
	height: 56px;
	border-radius: 0 0 8px 8px;
	padding: 0 5px
}
.home-products .products-cont ul li h3 {
	font-size: 16px;
	line-height: 20px
}
.home-products .btnLight2 {
	background: var(--bgshadowcolor);
	color: var(--white);
	margin-top: 5px
}
.home-case .container {
	flex-wrap: wrap
}
.home-case .container>div {
	width: 100%;
	height: auto!important
}
.home-case .cta {
	display: none
}
.home-case>p {
	width: 90%
}
.home-case .case-cont1 a .case-img {
	border-radius: 10px 10px 0 10px
}
.home-case .case-cont1 .case-text {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.8);
	border-radius: 10px 0 0 0;
	width: 70%;
	max-width: unset;
	padding: 15px 20px
}
.home-case .case-text h3 {
	font-size: 18px;
	line-height: 26px;
	margin-top: 10px
}
.home-case .case-text span {
    width: 90px;
    height: 26px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 26px;
}
.home-case .case-cont1 .case-text::after {
	width: 45px;
	height: 45px;
	border-radius: 0 0 0 10px;
	font-size: 14px;
	line-height: 45px
}
.home-case .case-right {
	overflow: unset;
	height: unset;
	margin-top: 25px
}
.home-case .case-cont2 li {
	width: calc(50% - 7px);
	margin-bottom: 20px!important
}
.home-case .case-cont a>span, .home-case .case-cont2 a>span {
	left: 10px;
	top: 12px;
	padding: 0 12px;
	height: 26px;
	border-radius: 13px;
	font-size: 14px;
	line-height: 26px
}
.home-case .case-cont a .case-img {
	overflow: hidden;
	border-radius: 6px 6px 0 0
}
.home-case .case-cont2 li img {
	border-radius: 6px 6px 0 0
}
.home-case .case-cont2 li .case-img {
	height: 120px
}
.home-case .case-cont2 .case-bottom {
	padding: 10px 20px 10px 15px;
	border-radius: 0 0 0 6px
}
.home-case .case-cont2 .case-bottom::before {
	left: 10px;
	top: 14px;
	width: 3px;
	height: 16px;
	border-radius: 2px
}
.home-case .case-cont2 li h3 {
	font-size: 16px;
	line-height: 24px;
	margin-left: 5px
}
.home-news .container>div {
	flex-wrap: wrap
}
.home-news .left, .home-news .right {
	width: 100%;
	max-width: unset
}
.home-news .huatai-news .news-img {
	border-radius: 6px
}
.home-news .huatai-news .news-txt {
	padding: 15px 20px
}
.home-news .huatai-news .news-txt h3 {
	font-size: 18px;
	line-height: 26px
}
.home-news .right {
	margin-top: 20px
}
.home-news .right>span {
	font-size: 14px
}
.home-news .right .news-top {
	margin: 0
}
.home-news .right .news-top::before {
	top: -5px;
	font-size: 34px
}
.home-news .right .news-top span {
	font-size: 22px
}
.home-news .right .news-top .btnLight2 {
	width: 38%!important;
	height: 34px!important;
	line-height: 34px!important;
	font-size: 14px!important;
	border-radius: 17px!important
}
.home-news .right ul li a {
	padding: 15px 10px
}
.home-news .right ul li a::before {
	width: 3px;
	height: 1px
}
.home-news .right ul li h3 {
	width: 70%;
	max-width: 488px;
	font-size: 16px
}
.home-news .right ul li p, .home-news .right ul li p i {
	font-size: 14px
}
.home-news .right ul li span {
	margin-left: 2px
}
.home-news .industry-news ul {
	width: 100%;
	order: 2
}
.industry-news .bg {
	width: 100%;
	max-width: unset;
	margin-left: 0;
	padding: 35px 15px 30px 15px;
	background-size: 100% 100%;
	border-radius: 6px;
	margin-top: 30px;
	margin-bottom: 5px;
	order: 1
}
.industry-news .bg span {
	font-size: 22px
}
.industry-news .bg span::after {
	bottom: 3px;
	height: 6px
}
.industry-news .bg p {
	font-size: 16px;
	line-height: 24px;
	margin: 15px 0 25px
}
.industry-news ul li {
	width: calc(50% - 6px);
	max-width: unset;
	margin-top: 20px
}
.industry-news ul li::before {
	display: none
}
.industry-news ul li a {
	padding: 15px 15px 20px;
	border-radius: 6px
}
.industry-news ul li a>p i, .industry-news ul li a>p span {
	font-size: 12px
}
.industry-news ul li div {
	padding: 0;
	margin-top: 10px;
	background: unset
}
.industry-news ul li h3 {
	font-size: 16px;
	line-height: 24px;
	height: auto
}
.industry-news ul li p.desc {
	font-size: 14px;
	line-height: 20px
}
.home-service .customer_box {
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 30px 0 25px;
    height: auto;
    
}
.home-service .customer_box h2{
    font-size: 22px;}
.home-service .customer_box p {
    font-size: 18px;
    line-height: 26px;
}
.home-service .customer_box span.line{
    margin: 10px 0 15px;
}
}



