.banner {
	position: relative;
	line-height: 0
}

.banner .text{
    position: absolute;
    top: 30%;
    left: 33%;
    width: 45%;
}
.banner .text >*{
    max-width: 100%;
}
.banner .text .tag{
    z-index: 8;
    font-family: Lato;
    text-transform: uppercase;
    height: auto;
    width: auto;
    color: rgb(30, 30, 31);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
    transform-origin: 50% 50%;
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: translate(-19px, -34px);
    transform: perspective(600px) translate(-24.2159px, -145.478px) rotate(39.7087deg) rotateY(-86.3995deg) rotateX(51.1227deg) scale(1.0242, 0.7424);
    transition: all ease 1s;
    transition-delay: 0.4s;
    opacity: 0;
}
.banner .animated.text .tag{
    transform: translate(0px, 0px);
    opacity: 1;
    transform: perspective(600px);
}
.banner .text .tag:before{
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-color: rgb(30, 30, 31);
    position: relative;
    top: -3px;
}
.banner .text h2{
    z-index: 10;
    font-family: Lato;
    text-transform: capitalize;
    height: auto;
    width: auto;
    color: rgb(30, 30, 31);
    text-decoration: none;
    /*white-space: nowrap;*/
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 69px;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 40px;
    transform-origin: 50% 50%;
    transform: perspective(600px) translate(-65.0137px, 1.5063px) rotate(5.93873deg) rotateY(62.126deg) rotateX(12.1956deg) scale(1.4498, 0.1921);
    opacity: 0;
    visibility: visible;
    margin: 0.5rem 0 0;
    transition: all ease 1s;
    transition-delay: 0.6s;
	/*text-shadow: 0 0 10px rgb(240 141 17 / 80%);*/
	-webkit-text-stroke: 1.5px rgb(170 170 170 / 80%);
}
.banner .animated.text h2{
    transform: translate(0px, 0px);
    opacity: 1;
    transform: perspective(600px);
}

.banner .text .btn2{
    z-index: 12;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    transform-origin: 50% 50%;
    transform: perspective(600px) translate(-38.5185px, -123.559px) rotate(-62.5997deg) rotateY(-65.9316deg) rotateX(88.9527deg) scale(0.9342, 0.2975);
    opacity: 0;
    visibility: visible;
    border-width: 0px;
    border-radius: 0px;
    margin-top: 2rem;
    transition: all ease 1s;
    transition-delay: 1s;
    width: 100%;
    background: #00C300;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 12px 5px;
    margin-top: 0.5rem;
    width: 120px;
    display: inline-block;
}
.banner .animated.text .btn2{
    transform: translate(0px, 0px);
    opacity: 1;
    transform: perspective(600px);
}
.banner .text .btn2 i{
    display: inline-block;
    margin-right: 3px;
}
.banner .text p{
    z-index: 11;
    font-family: Lato;
    height: auto;
    width: auto;
    color: rgb(90, 91, 93);
    text-decoration: none;
    /*white-space: nowrap;*/
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 24px;
    transform-origin: 50% 50%;
    opacity: 0;
    visibility: visible;
    transform: perspective(600px) translate(43.2718px, 47.2365px) rotate(43.4448deg) rotateY(-36.1992deg) rotateX(12.692deg) scale(0.2467, 0.5245);
    transition: all ease 1s;
    transition-delay: 0.8s;
    line-height: 1.4;
    margin-top: 0;
}
.banner .animated.text p{
    transform: translate(0px, 0px);
    opacity: 1;
    transform: perspective(600px);
}


.banner .text h2 {
	margin: 0
}
section{
	padding: 4% 0;
}
.sect-title {
    text-align: center;
    margin-bottom: 3rem;
}
.sect-title .tag{
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    font-style: italic;
    color: #f08d11;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    min-width: 50px;

}
.sect-title .tag:after {
    position: absolute;
    content: "";
    left: 0;
    width: 50px;
    height: 1px;
    right: 0;
    background-color: #f08d11;
    margin: auto;
    top: 80%;
}

.sect-title h2{
    margin: 0;
    font-size: 30px;
	color: #f08d11;
}



.site-main {
	position: relative;
	margin-top: 0;
	padding-top: 0px
}

.service {
	position: relative;
	z-index: 5;
	padding-bottom: 120px
}

.pro-list{
	display: flex;
	flex-wrap: wrap;
}
.pro-list .item{
    padding:0 10px;
    width: 33.33%;
    margin-bottom: 2rem;
    box-sizing: border-box;
    text-align: center;
}
.pro-list .box{
	/*display: flex;*/
	align-items: center;
	box-sizing: border-box;
    position: relative;
    max-width: 240px;
    margin: auto;

}
.pro-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.pro-list .box .sic{
	width: 100%;
	/*border-radius: 50%;*/
	color: #ee8917;
	font-size: 35px;
	text-align: center;
	margin-right: 15px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    overflow: hidden;
    margin-bottom: 10px;
}
.pro-list .box .sic img{
    width: 100%;
    display: block;
    /*transition: all ease .3s;*/
}

.pro-list .box:hover .sic img{
	transform:rotate(360deg);
}
.pro-list .box .text{
	line-height: 1.4;
}
.pro-list .box .name{
	margin: 0 0 10px;
	line-height: 1;
	font-size: 24px;
}
.case{
    padding-bottom: 0;

}
.slick-dots{
    padding-left: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    margin: 0 3px;
}
.slick-dots li button{
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    border:none;
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;

}
.slick-dots li.slick-active button{
    background: #ee8917;
}
.case-list .box{
	position: relative;
}
.case-list .box:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	transition: all ease .3s;
}
.case-list .box:hover:before{
	background: rgba(0,0,0,0.7);

}
.case-list .box .text{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding:0 30px;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
}
.case-list .box .txt{
	height: 0;
	overflow: hidden;
	transition: all ease .3s;
	display: -webkit-box;
}
.case-list .box:hover .txt{
	 height: 162px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.about{
    background: #dbdbd7 url(../images/index/bg.png);
    position: relative;
}
.about:before {
    background: #dbdbd7;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
}
.service{
    position: relative;
    overflow: hidden;
}
.service:before{
    content: "";
    background-color: #ffecd3;
    width: 70%;
    height: 200%;
    position: absolute;
    left: -30%;
    top: 0;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: -1;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
    transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
}
.service:before {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.news-list{
    list-style-type: none;
    width: 80%;
    margin: 0 10%;
    padding: 0;
}
.news-list a{
    color: #666;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
    position: relative;
    padding-left: 125px;
    transition: all ease .3s;
    font-size: 18px;
}
.news-list a:hover span{
    letter-spacing: 2px;

}
.news-list a:before{
    height: 5px;
    background: #eaeaea;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    display: block;
}
.news-list li{
    margin-bottom: 10px;
    /*border-bottom: solid 5px #eaeaea;*/
    position: relative;
}
.news-list li span{
    display: inline-block;
    margin-right: 15px;
    border-bottom: solid 5px #ee8917;
    padding: 5px 0 0px;
    width: 100px;
    position: absolute;
    letter-spacing: 1px;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: all ease .3s;
    font-family: 'Roboto', serif;
    width: 120px;
}
@media(max-width:950px) {
    section {
        padding: 8% 0;
    }
    .banner .text{
        top: 40px;
		left: 8%;
		right: 8%;
		width: 84%;
    }
    .banner img{
        min-height: 300px;
        object-fit: cover;
    }
    .banner .text h2{
        line-height: 1.4;
        font-size: 21px;
        font-weight: bold;
    }
    .banner .text p{
        font-size: 17px;
        font-weight: 500;
        background: rgba(255,255,255,0.6);
        padding: 10px 5px;
        border-radius: 5px;
    }
    .banner .text .tag{
        font-size: 16px;
    }
    .banner .text .btn3{
        margin-top: 5px;
    }
    .news-list{
        width: 100%;
        margin: 0;
    }
    .news-list li  span {
        display: -webkit-box;
        margin-bottom: 3px;
        width: 120px;
        position: relative;

    }
    .news-list a{
        padding-left: 0;
    }
    .news-list a:before{
        display: none;
    }
    .pro-list .box{
        width: 100%;
    }
	.sect-title{
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }
    .case-list .box .name{
        font-size: 20px;
        margin: 0.5rem 0;
    }
    .case-list .box .text{
        padding-left: 15px;
        padding-right: 15px;
    }
    .case-list .box .txt {
        height: 161px;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.5;
    }
    .service{
            background-color: #e5f5f4;
    }
    .pro-list .item{
        width: 50%;
    }
}

@media(max-width:999px) and (min-width:950px) {
	.pro {
		width: 99%;
		margin: 0 auto;
		height: auto;
		overflow: hidden
	}


}

@media(max-width:950px) {
	.pro {
		width: 95%;
		margin: 0 2.5%;
		height: auto;
		overflow: hidden
	}
}

@media(max-width:600px) {

}

@media(max-width:480px) {

}