
.home-banner{
	max-height: 600px;
}
.indmore{
	position: absolute;
	width: 80px;
	height: 15px;
	font-size:12px;
	color: #999;
	line-height: 15px;
	padding-left: 30px;
	top: 50%;
	margin-top: -8PX;
	right: 0;
	text-align: right;
	transition: all ease 0.5s;
}
.indmore:before{
	content: '';
	position: absolute;
	width: 25px;
	height: 1px;
	background: #059c79;
	top: 50%;
	left: 0;
	transition: all ease 0.5s;
}
.solution-swiper li:hover .indmore,
.indmore:hover{
	color: #059c79;
}
.solution-swiper li:hover .indmore:before,
.indmore:hover:before{
	background: #059c79;
}

.indpages{
	position: relative;
	width: 100%;
	height: auto;
}


.xyxwbox{
	position: relative;
	float: left;
	width: 65%;
	height: 555px;
	background: #fff;
	z-index: 10;
	padding: 70px 0 50px 0;
}
.xyxwboxbg{
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: #eefbf8;
	opacity: 0;
	transition: ALL 0.8S EASE;
}
.page1.active .xyxwboxbg{
	opacity: 1;
}

.xyxwbox .nrboxs{
	position: relative;
	width: calc(100% - 55px);
	height: 423PX;
	overflow: hidden;
}

.xyxwbox .titbox{
	position: relative;
	width: 100%;
	height: 33px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	transition: ALL 0.7S ease;
	opacity: 0;
	transition: all 0.8s ease;
	transform: translateY(40px);
}
.page1.active .xyxwbox .titbox{
	opacity: 1;
	transform: translateY(0px);
}
.xyxwbox .titbox .lmname{
	position: relative;
	float: left;
	width: auto;
	height: 100%;
	font-size: 24px;
	line-height: 32px;
	font-family: fzzt;
	color: #059c79;
	z-index: 1000;
}


.xyxwbox .titbox .tab li{
	position: relative;
	float: left;
	width: auto;
	height: 28px;
	font-size: 16px;
	line-height: 25px;
	color: #666;
	border-radius: 15px;
	padding: 0 15px;
	margin: 1px 0px 0 15px;
	border: 1px solid rgba(0,0,0,.0);
	transition: all ease 0.5s;
	cursor: pointer;
	letter-spacing: 1px;
}

.xyxwbox .titbox .tab li:hover{
	color: #059c79;
}

.xyxwbox .titbox .tab li.active{
	color: #fff;
	background: #059c79;
	border: 1px solid #059c79;
}

.xyxwbox .bnrbox{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
	opacity: 0;
	transition: all 0.8s ease;
	transform: translateY(-30px);
}
.page1.active .xyxwbox .bnrbox{
	transition-delay: 0.2s;
	opacity: 1;
	transform: translateY(0);
}

.xyxwbox .bnrbox .solbox{
	position: relative;
	height: 100%;
	transition: all ease 0.5s;
}



/*新闻滚动*/
.tuijianxw{
	position: relative;
	float: left;
	width: 53%;
	max-width: 508.5px;
	height: 370px;
	padding-left: 40px;
}
.zhxwbox{
	position: relative;
	float: left;
	width: 47%;
	max-width: 450px;
	height: 370px;
	padding-top:10px;
}
.zhxwbox .picbox{
	position: relative;
	width:100%;
	height: 100%;
	z-index: 10;
}
.zhxwbox .picbox .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.news-container .spicbox {
    position: relative;
    width: 100%;
    height: 270px;
    top: 0;
    left: 0;
    overflow: hidden;
}
.zhxwbox .picbox .swiper-container .spicbox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.zhxwbox .picbox:hover .swiper-container .spicbox .img {
    -webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: saturate(150%) contrast(120%);
    filter: saturate(150%) contrast(120%);
}
.zhxwbox .picbox .newinfbox{
	position: relative;
	width: 100%;
	height:calc(100% - 270px);
	padding: 0 12px;
	transition: all 0.3s;
	background: #eefbf8;
}
.zhxwbox .picbox:hover .newinfbox::after{
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.9;
	background: url(../images/title-bg1.jpg) top center repeat-y;
	background-size:100% auto ;
}

.zhxwbox .picbox .newinfbox h1{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #059c79;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
    padding-top: 5px;
    z-index: 10;
}
.zhxwbox .picbox:hover .newinfbox h1{
	color: #059c79;
}

.zhxwbox .picbox .newinfbox span{
	position: relative;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.3s;
    z-index: 10;
}
.zhxwbox .picbox .newinfbox span.time{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #666;
	margin-top:0px ;
	z-index: 10;
}
.zhxwbox .picbox:hover .newinfbox span{
	color: #333;
}


.zhxwbox  .swiper-container-horizontal>.swiper-pagination-bullets, .zhxwbox  .swiper-pagination-custom, .zhxwbox  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-right: 10px;
}

.zhxwbox  .news-container>.swiper-pagination-bullets {
    bottom: 10px;
    text-align: right;
}

.zhxwbox  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #666;
    opacity: .5;
}
.zhxwbox  .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    border-radius: 3px;
    background: #059c79;
}
.zhxwbox  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.indpages .leftboxs{
	position: relative;
	float: left;
	width: 65%;
	height: auto;
	min-height: 500px;
	padding-right: 55px;
}
.indpages .rightboxs{
	position: relative;
	float: left;
	width: 35%;
	height: auto;
	padding-left: 55px;
	padding-top: 60px;
	padding-bottom: 55px;
	transition:all 0.8s ease;
	
}
.pages2 .rightboxs{
	opacity: 0;
	transform: translateX(50px) scale(0.5);
}
.pages2.active .rightboxs{
	transform: translateX(0) scale(1);
	opacity:1;
	transition-delay: 0.2;
}



.indpages .titlex{
	position: relative;
    width: 100%;
    height: 33px;
    margin-bottom: 10px;
}
.indpages .titlex .lmname {
    position: relative;
    float: left;
    width: auto;
    height: 100%;
    font-size: 24px;
    line-height: 32px;
    font-family: fzzt;
    color: #059c79;
    z-index: 1000;
}

.pages3 .llbox .titlex{
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateY(-40px) scale(0.7);
}

.pages3 .rightboxs .titlex{
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateX(40px);
}
.pages3.active .llbox .titlex,
.pages3.active .rightboxs .titlex{
	opacity: 1;
	transform: translateY(0) scale(1);
}

.pages3 .ccbox .titlex{
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateY(-40px) scale(1.1);
}
.pages3.active .ccbox .titlex{
	opacity: 1;
	transform: translateY(0) scale(1);
}

.pages3 .ccbox .listbox{
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateY(-40px) scale(0.5);
}
.pages3.active .ccbox .listbox{
	opacity: 1;
	transform: translateY(0) scale(1);
}

.page1 .rightboxs{
	height: 555px;
	padding: 70px 0 50px 55px;
	z-index: 10;
	transition: all 0.8s ease;
	opacity: 0;
	transform:scale(0.5);
}
.page1.active .rightboxs{
	opacity: 1;
	transform:scale(1);
}
.pages2{
	background: #fff;
	margin-top: 1px;
	transition: all 0.8s ease;
}
.pages2.active{
	background: #f3faf8;
}
.pages2 .leftboxs{
	background: #fff;
	margin-top: 1px;
	transition: all 0.8s ease;
}
.pages2.active .leftboxs{
	background: #e6f5f1;
	transition-delay: 0.5s;
}
.pages3 .leftboxs{
	background: #f3faf8;
	min-height: 480px;
}
.indpages .leftboxs .llbox{
	position: relative;
	float: left;
	width: 47%;
	height: auto;
	min-height: 527px;
	padding-right: 50px;
	padding-top: 60px;
	padding-bottom: 55px;
}
.pages2 .leftboxs .llbox{
	background: #f3faf8;
	transition: all 0.8s ease;
	transform: translateX(-50px) scale(0.5);
	opacity:0;
}
.pages2.active .leftboxs .llbox{
	transform: translateX(0px) scale(1);
	opacity:1;
	transition-delay: 0.1s;
}

.pages3 .leftboxs .llbox{
	background: #fff;
	min-height: 480px;
}
.indpages .leftboxs .ccbox{
	position: relative;
	float: left;
	width: 53%;
	height: auto;
	min-height: 527px;
	padding-left: 50px;
	padding-top: 60px;
	padding-bottom: 55px;
}
.pages2 .leftboxs .ccbox{
	opacity: 0;
	transition: all 0.8s ease;
	transform: translateY(50px) scale(0.55);
}
.pages2.active .leftboxs .ccbox{
	opacity: 1;
	transform: translateY(0) scale(1);
}


.pages3 .leftboxs .ccbox{
	min-height: 480px;
}

.indspbox{
	position: relative;
	width: 100%;
	height: 250px;
	margin-top:20px;
	background: #000;
}
video{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.indabouts{
	position: relative;
	width: 100%;
	height: 105px;
	margin-top: 20px;
	line-height: 35px;
	color: #333333;
	display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.indtopnews{
	position: relative;
	width: 100%;
	height: 137px !important;
}
.indtopnews .tlts {
    position: relative;
    float: left;
    height: 45px !important;
    font-size: 16px;
    font-weight: 700 !important;
}

.indtopnews .infox{
	position: absolute;
    width: 100%;
    top: 45px;
    height: 90px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0px 5px 5px 17px;
    transition: all 0.3s;
    z-index: 10;
}

.indtopnews .infox span{
	position: relative;
	float: left;
	width: auto;
	height: 90px;
	background: #000;
}
.indtopnews:hover .infox{
    color: #333;
}
.indtopnews .infox .imgbox{
	position: relative;
    float: left;
    width: 110px;
    height: 85px;
    margin-right: 10px;
    overflow: hidden;
    z-index: 10;
}
.indtopnews .infox .imgbox.nopic {
    width: 0px;
    margin-right: 0px;
}
.indtopnews .infox .imgbox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.indtopnews:hover .infox .imgbox .img {
    transform: scale(1.2);
}

.kyptbox{
	position: relative;
	width: 100%;
	height: 325px;
	margin-top: 20px;
}
.kyptbox li{
	position: relative;
	width: 100%;
	height: calc(33.333% - 10px);
	margin: 5px 0;
	transition: all 0.8s ease;
	opacity: 0;
}
.kyptbox li:nth-child(1){
	transform: translateX(40px) scale(0.7);
}
.kyptbox li:nth-child(2){
	transform: translateX(-40px) scale(0.7);
}
.kyptbox li:nth-child(3){
	transform: translateY(40px) scale(0.7);
}
.pages3.active .kyptbox li:nth-child(1),
.pages3.active .kyptbox li:nth-child(2){
	opacity: 1;
	transform: translateX(0) scale(1);
}
.pages3.active .kyptbox li:nth-child(3){
	opacity: 1;
	transform: translateY(0) scale(1);
}


.kyptbox li .bgs{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.kyptbox li:hover .bgs{
	filter: saturate(180%);
}
.kyptbox li .logo{
	position: absolute;
	width: 85px;
	height: 86px;
	top: 50%;
	margin-top: -43px;
	left: 20px;
	z-index: 2;
}
.kyptbox li .ptname{
	position: absolute;
	width: calc(100% - 135px);
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	left: 115px;
	z-index: 2;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	letter-spacing: 1px;
}
.kstdbox1{
	position: relative;
	width: 100%;
	height: 155px;
	margin-top: 20px;
}
.kstdbox1 li{
	position: relative;
	width: calc(33.3333% - 10px);
	height: 100%;
	float: left;
	overflow: hidden;
	opacity: 0;
	transition: all 0.8s ease;
}

.kstdbox1 li:nth-child(1),
.kstdbox1 li:nth-child(3){
	transform: scale(0.7);
}
.kstdbox1 li:nth-child(2){
	transform: scale(1.3);
}

.pages3.active .kstdbox1 li:nth-child(2){
	transform: scale(1);
	opacity: 1;
	transition-delay: 0.2s;
}
.pages3.active .kstdbox1 li:nth-child(1),
.pages3.active .kstdbox1 li:nth-child(3){
	transform: scale(1);
	opacity: 1;
	transition-delay: 0.3s;
}

.kstdbox1 li.marg{
	margin: 0 15px;
}

.kstdbox1 li .bgs{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.kstdbox1 li:hover .bgs{
	filter: saturate(180%);
	transform: scale(1.15);
}
.kstdbox1 li .zi{
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: fzzt;
	font-size: 24px;
	color: #fff;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	z-index: 2;
     text-shadow: -2px -2px 0 #000,  
     2px -2px 0 #000,
    -2px  2px 0 #000,
     2px  2px 0 #000;
     transition: all 0.3s;
}
.kstdbox1 li:hover .zi{
	text-shadow: -2px -2px 0 #059c79,  
     2px -2px 0 #059c79,
    -2px  2px 0 #059c79,
     2px  2px 0 #059c79;
}
.kstdbox2{
	position: relative;
	width: 100%;
	height: 120px;
	background: #27c8a3;
	margin-top: 30px;
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.8s ease;
}
.pages3.active .kstdbox2{
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.4s;
}
.kstdbox2 li{
	position: relative;
	width: 33.333%;
	float: left;
	height: 100%;
}
.kstdbox2 li .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.5s;
}
.kstdbox2 li:hover .bg{
	background: #059c79;
}
.kstdbox2 li .ico{
	position:absolute ;
	width: 100%;
	height: 42px;
	top: 50%;
	margin-top: -32px;
	z-index: 2;
}
.kstdbox2 li .name{
	position:absolute ;
	width: 100%;
	height: 28px;
	top: 50%;
	margin-top: 17px;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	text-align: center;
}


.pages3 .tabbx{
	position: relative;
	width: calc(100% - 110px);
	height: 100%;
}
.pages3 .tabbx li{
	position: relative;
	float: left;
	width: auto;
	height: 100%;
	font-size: 18px;
    line-height: 32px;
    font-family: fzzt;
    color: #666;
    padding-right: 30px;
    transition: all 0.5s ease;
    cursor: pointer;
}
.pages3 .tabbx li:hover{
    color: #059c79;
}
.pages3 .tabbx li.active,
.pages3 .tabbx li.active:hover{
	font-size: 24px;
    line-height: 32px;
    font-family: fzzt;
    color: #059c79;
}
.pages3 .nrqh{
	position: relative;
    width: 100%;
    height: auto;
    max-height: 323px;
    margin-top: 20px;
    overflow: hidden;
}
.pages3 .nrqh .solbox {
    position: relative;
    height: 100%;
    transition: all ease 0.5s;
}


