﻿/*首屏动画*/
.topbox{
	position: absolute;
	top:0;
	left: 0;
}
.inbanner {
	width: 100%;
	min-width: 1360px;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.8s ease;
}

.inbanner .bannrs{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 0.8s ease;
	opacity: 0;
	transform: scale(1.2);
}
.inbanner.okstyle .bannrs{
	opacity: 1;
	transform: scale(1);
}

.inbanner .swiper-container {
	z-index: 2;
}
.inbanner.okstyle  .swiper-container {
	z-index: 2;
}

.inbanner li {
	cursor: move;
}

.inbanner .textbox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	opacity: 1;
	display: none;
}
.inbanner .textbox.acaxx{
	display: block;
}

.inbanner .textbox * {
	transition: all 0.6s;
	opacity: 0;
}
.inbanner .textbox h1 {
	position: absolute;
	width: 100%;
	height: 45px;
	font-weight: normal;
	font-family: fzzt;
	font-size: 45px;
	line-height: 45px;
	color: #fff;
	left: 0;
	top: 50%;
	margin-top: -70px;
	transition: all 0.8s;
	transform: translateY(120%);
	display: inline-block;
	letter-spacing: 5px;
	text-shadow: 1px 1px 4px rgba(0,0,0,.5);
}

.inbanner .textbox .yybox {
	position: absolute;
	width: 100%;
	height: 29px;
	left: 0;
	top: 50%;
	margin-top:-10px;
}

.inbanner .textbox .lineboxl {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	transition: all 0.6s;
	transform: translateX(-100%);
	transition-delay: 0.3S;
}

.inbanner .textbox .lineboxr {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	transition: all 0.6s;
	transform: translateX(100%);
	transition-delay: 0.3S;
}

.inbanner .textbox .ywbox {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 29px;
	line-height: 29px;
	font-size: 16px;
	font-family: arial;
	color:#fff;
	letter-spacing: 15px;
	margin-left: 15PX;
	transition: all 0.8s;
	transform: scale(0.5);
	transition-delay: 0.2S;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

.inbanner .textbox h2,
.inbanner .textbox h3{
	position: absolute;
	width: 100%;
	height: 40px;
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	left: 0;
	top: 50%;
	margin-top: 20px;
	transition: all 0.8s;
	transform: translateY(50%);
	display: inline-block;
	transition-delay: 0.5S;
	text-shadow: 1px 1px 4px rgba(0,0,0,.5);
	letter-spacing: 2px;
	text-transform: uppercase;
}
.inbanner .textbox h3{
	font-size: 14px;
	margin-top: 80px;
	transform: translateY(-50%);
	transition-delay: 0.6S;
}


.inbanner li.on .textbox * {
	transform: translateY(0);
	opacity: 1;
}

.inbanner .banner_page {
	bottom: 15px;
	z-index: 99;
	width: 100%;
	opacity: 0;
	transition: all 0.8s ease;
	transform: translateY(20px);
}
.inbanner.okstyle .banner_page {
	opacity: 1;
	transform: translateY(0);
}

.inbanner .banner_page span {
	background: #fff;
	opacity: 0.3;
	width: 6px;
	height: 6px;
	position: relative;
	z-index: 1000;
	margin: 0 3px;
	border-radius: 3px;
	transition: all 0.3s;
}

.inbanner .banner_page span.swiper-pagination-bullet-active {
	opacity: 1;
	width: 12px;
	height: 6px;
}


/*鼠标图标*/
.mouse-icon {
	position: absolute;
	width: 23px;
	height: 45px;
	bottom: 35px;
	left: 50%;
	margin-left: -11px;
	z-index: 111;
	background: url(../images/mouse.png) center no-repeat;
	overflow: hidden;
	transition: 0.5s;
	opacity: 0;
	transform: translateY(-30px);
}

.inbanner.okstyle .mouse-icon{
	opacity: 1;
	transform: translateY(0);
}


.mouse-icon span {
	display: block;
	width: 2px;
	height: 6px;
	position: absolute;
	background: #fff;
	left: 50%;
	margin-left: -1px;
	top: 10%;
	-webkit-animation: mouseShow 1s ease-out infinite;
	-o-animation: mouseShow 1s ease-out infinite;
	animation: mouseShow 1s ease-out infinite;
}

@-webkit-keyframes mouseShow {
	0% {
		top: 20%;
		opacity: 1;
	}
	100% {
		opacity: 0;
		top: 60%;
	}
}

@-o-keyframes mouseShow {
	0% {
		top: 20%;
		opacity: 1;
	}
	100% {
		top: 60%;
		opacity: 0;
	}
}

@-moz-keyframes mouseShow {
	0% {
		top: 20%;
		opacity: 1;
	}
	100% {
		top: 60%;
		opacity: 0;
	}
}

@keyframes mouseShow {
	0% {
		top: 20%;
		opacity: 1;
	}
	100% {
		top: 60%;
		opacity: 0;
	}
}


.lmtix{
	position: relative;
	width: 100%;
	height: 45px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 20px;
	transition: all 0.8s ease;
}



.lmtix h1{
	position: relative;
	float: left;
	width: auto;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	letter-spacing: 1px;
	padding: 0 10px;
}
.lmtix h1 span{
	font-size: 30px;
	color: #008465;
}

.lmtix h2{
	position: relative;
	float: left;
	width: auto;
	height: 45px;
	line-height: 55px;
	font-size: 17px;
	color: #888;
	letter-spacing: 1px;
	padding: 0 10px;
	transition: all 0.3s ease;
	margin-right: 15px;
	cursor: pointer;
}
.lmtix h2 span{
	line-height: 50px;
	font-size: 17px;
	color: #888;
	transition: all 0.3s ease;
}
.lmtix h2:hover{
	color: #333;
}
.lmtix h2.active{
	line-height: 50px;
	font-size: 20px;
	color: #333;
}
.lmtix h2.active span{
	font-size: 24px;
	color: #008465;
}

.dangjian .lmtix h2.active span{
	font-size: 24px;
	color: #c00;
}

.hdly .lmtix {
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.hdly .lmtix h2.active span,
.hdly .lmtix h2.active{
	color: #fff;
}




.morex{
	position: absolute;
    width: 80px;
    height: 15px;
    padding-left: 30px;
    top: 50%;
    margin-top: -3PX;
    right: 0;
}
.morex:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background: #999;
    top: 50%;
    left: 0;
    transition: all ease 0.5s;
}
.morex:hover:before {
    background: #008465;
}
.dangjian .morex:hover:before {
    background: #c00;
}


.morex span{
	position: absolute;
	width: auto;
	height: 100%;
    font-size: 12px;
    color: #999;
    line-height: 15px;
    text-align: right;
    transition: all ease 0.5s;
}
.morex:hover span{
	color: #008465;
}
.dangjian .morex:hover span{
	color: #c00;
}

.hdly .morex:before {
    background:rgba(255,255,255,.5);
}
.hdly .morex:hover:before {
    background: #fff;
}
.hdly .morex span{
	color: rgba(255,255,255,.7);
}
.hdly .morex:hover span{
	color: #fff;
}


.tabqh{
	height: 0;
	overflow: hidden;
}
.tabqh.active{
	height: auto;
	overflow: auto;
}

.indpage1,
.indpage2,
.indpage3,
.indpage4{
	position: relative;
	width: 100%;
	min-width: 1360px;
	height: auto;
	padding: 70px 0;
}
.indpage2,
.indpage3{
	padding: 70px 0;
}
.indpage4{
	background: #fff;
	padding: 70px 0 70px 0;
	overflow: hidden;
}
.indpage4 .indtpbg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 900px;
    top: -130%;
    left: 0;
    background: url(../images/szbg.jpg) bottom center no-repeat;
    background-size: cover;
}
.indpage4 .indtpbg .bgcol {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(5,75,60,.6);
}
.indxydt{
	position: relative;
	float: left;
	width: 65.5%;
	height: auto;
}

.indbox{
	position: relative;
	float: left;
	width: 31%;
	height: auto;
}
.indmgr{
	margin-right:3.5%;
}







.xyxwbox {
    position: relative;
    width: 100%;
    height: auto;
}


.tuijianxw {
    position: relative;
    float: right;
    width: 51%;
    height: auto;
}
.zhxwbox{
	position: relative;
	float: left;
	width: 45%;
	height: 460px;
	transition:all 0.5s ease;
}
.zhxwbox:hover{
	transform: translateY(-5px) scale(1);
	background: rgba(255,255,255,1);
	box-shadow:0px 10px 40px -12px rgba(0, 0, 0, 0.7);
	z-index: 5;
}

.zhxwbox .picbox{
	position: relative;
	width:100%;
	height: 100%;
	z-index: 10;
	background: rgba(0,0,0,.03);
}


.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: calc(100% - 135px);
    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: absolute;
	width: 100%;
	height:135px;
	bottom: 0px;
	transition: all 0.3s;
	padding: 0 10px;
	z-index: 10;
}

.zhxwbox .picbox .newinfbox h1{
	position: relative;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
    z-index: 10;
}
.zhxwbox .picbox:hover .newinfbox h1{
	color: #05503f;
}
.zhxwbox .picbox .newinfbox span {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.3s;
    padding-left: 30px;
    z-index: 10;
}
.zhxwbox .picbox:hover .newinfbox span {
    color: #333;
}
.zhxwbox .picbox .newinfbox span:before {
	content: "";
    position: absolute;
    width: 2px;
    height: 40px;
    top: 4px;
    left: 0;
    transition: all 0.3s;
    background: #666;
}
.zhxwbox .picbox:hover .newinfbox span:before {
    background: #05503f;
}
.zhxwbox .picbox .newinfbox h2{
	position: relative;
	height: 25px;
	width: 80px;
	line-height: 25px;
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	z-index: 10;
}
.zhxwbox .picbox:hover .newinfbox h2{
	color: #05503f;
}


.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:1;
}
.zhxwbox  .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    border-radius: 3px;
    background: #008465;
}
.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;
}

.dqzjbox{
	position: relative;
	width: 100%;
	height: 181px;
	padding-top: 10px;
	transition: all 0.3s;
	background: #fff;
}
.dqzjbox:hover{
	transform: scale(1) translateY(-5px);
	background: rgba(255,255,255,1);
	box-shadow:3px 20px 40px -15px rgba(0, 0, 0, 0.7);
	z-index: 5;
}
.dqzjbox h1{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
    padding:0 10px;
}
.dqzjbox .infox {
    position: absolute;
    width: 100%;
    top: 41px;
    height: 120px;
    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:10px;
    margin-top: 5px;
    transition: all 0.3s;
    z-index: 10;
}
.dqzjbox .infox span{
	width: auto;
	height: 75px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all 0.3s;
    z-index: 10;
}
.dqzjbox .infox span.time{
	height: 25px;
    line-height: 25px;
    color: #666;
    -webkit-line-clamp: 1;
    margin-top: 8px;
}
.dqzjbox:hover h1,
.dqzjbox:hover .infox span.time{
	color: #c00;
}

.dqzjbox:hover .infox span
{
	color: #333;
}
.dqzjbox:hover h1:before{
	background: #c00;
}


.dqzjbox .infox .imgbox {
    position: relative;
    float: left;
    width: 140px;
    height: 110px;
    margin-right: 15px;
    overflow: hidden;
    z-index: 10;
    transition: all 0.3s;
}
.dqzjbox .infox .imgbox .img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.dqzjbox:hover .infox .imgbox .img {
    transform: scale(1.2);
}


.indshiz{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 70px 0 50px 0;
	transition: all 0.5s ease; 
}
.indshiz .cennr{
	z-index: 10;
}
.indshiz .indszbg{
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 900px;
	top:-60%;
	left: 0;
	background: url(../images/szbg.jpg) bottom center no-repeat;
	background-size:cover ;
}
.indshiz .indszbg .bgcol{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background: rgba(5,75,60,.6);
}

.indshiz .sztitle{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.indshiz .sztitle h1,
.indshiz .sztitle h2,
.indshiz .sztitle h3{
	position: relative;
	width: 100%;
	font-size: 24px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
}
.indshiz .sztitle h2{
	width: auto;
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
}
.indshiz .sztitle h3{
	line-height: 25px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0px;
	opacity: 0.7;
}
.indshiz .sztitle h2:after,
.indshiz .sztitle h2:before{
	content: "";
	position: absolute;
	width: 750px;
	height: 1px;
	top: 15px;
	background: rgba(255,255,255,.5);
}
.indshiz .sztitle h2:before{
	right:-760px;
}
.indshiz .sztitle h2:after{
	left:-760px;
}
.indshiz .sztitle .mores{
	position: relative;
	display:inline-block;
	width: auto;
	border: 1px solid rgba(255,255,255,.5);
	margin-top: 20PX;
	transition: 0.5s all ease;
}
.indshiz .sztitle .mores:hover{
	background: #fff;
	border: 1px solid #fff;
}
.indshiz .sztitle .mores a{
	position: relative;
	width: auto;
	line-height: 30px;
	font-size: 14px;
	line-height: 25px;
	padding: 0 10px;
	color: #fff;
	transition: 0.5s all ease;
}
.indshiz .sztitle .mores a:hover{
	color: #008465;
}


.indshiz .szbox{
	position: relative;
	width: calc(100% + 40px);
	height: auto;
	margin-left: -20px;
	padding: 80px 20px 50px 20px;
	overflow: hidden;
}
.ny-tswiper,
.hd-tswiper{
	position: relative;
	width: 100%
}
.indshiz  .swiper-container-horizontal>.swiper-pagination-bullets, .indshiz  .swiper-pagination-custom, .indshiz  .swiper-pagination-fraction{
    bottom: -30px;
    left: 0;
    width: 100%;
    padding-right: 10px;
    z-index: 50000;
}

.indshiz  .news-container>.swiper-pagination-bullets {
    bottom: 10px;
    text-align: right;
}

.indshiz  .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity:0.6;
    transition: 0.3s;
}
.indshiz  .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    border-radius: 3px;
    background: #fff;
}
.indshiz  .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;
}

.indshiz .szrybox {
	padding: 10px;
	transition: 0.3s all ease;
	cursor: pointer;
}
.sz-ry{
	position: relative;
	width: 100%;
	max-width: 500px;
	height: 250px;
	background: #fff;
	padding: 10px;
	transition:all 0.5s ease;
}
.sz-ry:hover{
	transform: scale(1.06);
	box-shadow:3px 0px 20px -5px rgba(0, 0, 0, 1);
	z-index: 5;
}

.sz-ry .pic{
	position: relative;
	float: left;
	width: 40%;
	height: 100%;
	overflow: hidden;
}
.sz-ry .pic .img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition:all 0.5s ease;
}
.sz-ry:hover .pic .img {
    transform: scale(1.1);
    -webkit-filter: saturate(110%) contrast(110%);
    filter: saturate(110%) contrast(110%);
}

.sz-ry .infox{
	position: relative;
	float: right;
	width: 55%;
	height: 100%;
	overflow: hidden;
}
.sz-ry .infox h1{
	position: relative;
	width: 100%;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition:all 0.5s ease;
}
.sz-ry .infox h1 span{
	font-size: 14px;
	color: #008465;
	font-weight: normal;
	padding-left: 15px;
}
.sz-ry:hover .infox h1{
	color: #008465;
	font-size: 20px;
}
.sz-ry .infox .jianj{
	position: relative;
	width: 100%;
	height: 100px;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
	transition:all 0.5s ease;
}

.sz-ry .infox .more{
	position: absolute;
	width: 65px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	left: 0;
	bottom: 15px;
}
.sz-ry .infox .more:before,
.sz-ry .infox .more:after
{
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #008465;
	top: 8px;
	right: -5px;
	border-radius: 5px;
}
.sz-ry .infox .more:after{
	right: -15px;
	opacity: 0.5;
}
.sz-ry .infox .more span{
	line-height: 20px;
	color: #666;
	transition:all 0.5s ease;
}
.sz-ry:hover .infox .more span{
	line-height: 20px;
	color: #008465;
}


/*.hdlybox{
	position: relative;
	width: 100.5%;
	height: auto;
	margin-top: 30px;
	margin-left: -0.5%;
}
.hdlybox li{
	position: relative;
	width: 24%;
	float: right;
	margin-left: 1%;
	background: #000;
	overflow: hidden;
	border: 5px solid #fff;
	transition: all 0.5s ease;
}
.hdlybox li:nth-child(4),
.hdlybox li:nth-child(5),
.hdlybox li:nth-child(6),
.hdlybox li:nth-child(7){
	position: relative;
	width: 12%;
	float: right;
	margin-left: 0.5%;
	background: #000;
}
.hdlybox li:nth-child(6),
.hdlybox li:nth-child(7){
	margin-top: 0.5%;
}
.hdlybox li:nth-child(4) .ch80,
.hdlybox li:nth-child(5) .ch80,
.hdlybox li:nth-child(6) .ch80,
.hdlybox li:nth-child(7) .ch80{
	margin-top: 78%;
}

.hdlybox li .img{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	filter: contrast(110%) brightness(90%);
}
.hdlybox li:hover{
    transform: scale(1) translateY(-5px);
	background: rgba(255,255,255,1);
	box-shadow:3px 10px 40px -15px rgba(0, 0, 0, 0.7);
	z-index: 5;
}
.hdlybox li:hover .img {
    transform: scale(1.1);
    -webkit-filter: contrast(120%) brightness(100%) contrast(110%);
    filter: contrast(120%) brightness(100%) contrast(110%);
}*/

.hdtpbox{
	position: relative;
    width: calc(100% + 40px);
    height: auto;
    margin-left: -20px;
    padding: 40px 20px 30px 20px;
    overflow: hidden;
}
.indpage4 .hdtpbox {
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.8s ease;
    transition-delay: 0.1s;
    filter: blur(5px);
}
.indpage4.active .hdtpbox {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

.hd-tps{
	position: relative;
    width: 100%;
    max-width: 320px;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 8px;
    transition: all 0.5s ease;
}
.hd-tps:hover{
	transform: scale(1.05);
	box-shadow:5px 0px 15px -5px rgba(0, 0, 0, 1);
	z-index: 5;
}
.hd-tps .pics{
	position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.hd-tps .pics .imgs{
	position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    filter: contrast(110%) brightness(90%);
}
.hd-tps:hover .pics .imgs{
	transform: scale(1.1);
	 filter: contrast(120%) brightness(100%) contrast(110%);
}

.hd-tps .chs{
	margin-top: 75%;
}


/*动画*/
.indxydt{
	opacity: 0;
	transition: all 0.8s ease;
	transform: scale(0.8);
	filter: blur(5px);
}
.indpage1.active .indxydt{
	opacity: 1;
	transform: scale(1);
	filter: blur(0);
}
.tzggdh{
	transition: all 0.8s ease;
	opacity: 0;
	transform: scale(1.1);
	filter: blur(5px);
}
.indpage1.active .tzggdh{
	opacity: 1;
	transform: scale(1);
	filter: blur(0);
}

.indshiz .sztitle h1,
.indshiz .sztitle h2,
.indshiz .sztitle h3{
	transition: 0.8s all ease;
	opacity: 0;
	transform: translateY(60px);
	filter: blur(5px);
}
.indshiz .sztitle .mores{
	transition: 0.8s all ease;
	opacity: 0;
	transform: translateY(-10px);
	filter: blur(5px);
}
.indpage2.active .sztitle h1,
.indpage2.active .sztitle h2,
.indpage2.active .sztitle h3,
.indpage2.active .sztitle .mores{
	opacity: 1;
	transform: translateY(0px);
	filter: blur(0);
}
.indpage2.active .sztitle h2{
	transition-delay: 0.1s;
}
.indpage2.active .sztitle h3{
	transition-delay: 0.2s;
}
.indpage2.active .sztitle .mores{
	transition-delay: 0.5s;
}

.indpage2 .szbox {
   opacity: 0;
   transform: scale(0.7);
   transition: all 0.8s ease;
   transition-delay: 0.1s;
   filter: blur(5px);
}
.indpage2.active .szbox {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

.xsyddh,.dqzjdh{
	 transition: all 0.8s ease;
	 opacity: 0;
	 transform: translateX(70px) scale(0.75);
	  filter: blur(5px);
}
.xsyddh{
	 transform: translateX(-70px) scale(0.75);
}
.jyjxdh{
	 transition: all 0.8s ease;
	 opacity: 0;
	 transform: scale(1.15);
	 filter: blur(5px);
}

.indpage3.active .jyjxdh,
.indpage3.active .dqzjdh,
.indpage3.active .xsyddh{
	 transition: all 0.8s ease;
	 opacity: 1;
	 transform: translateX(0) scale(1);
	 filter: blur(0);
}

.indpage4 .hdlytop{
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateY(-50px);
	filter: blur(5px);
}
.indpage4.active .hdlytop{
	opacity: 1;
	transform: translateY(0px);
	filter: blur(0);
}
.indpage4 .hdlybox li{
	transform: scale(0.7);
	opacity:0 ;
	filter: blur(5px);
	transition: all 0.8s ease;
}
.indpage4.active .hdlybox li{
	transform: scale(1);
	opacity:1 ;
	filter: blur(0);
}
.indpage4.active .hdlybox li:hover{
	transform: scale(1) translateY(-5px);
}


@media (max-width: 1400px){
	.sz-ry{
		max-width: 700px;
	}
}