body{
	background: #f5f5f4;
}
.ss22{

	position: relative;
}
.ss22:before{
	position: fixed;
	right: 0;
	top: 0;
	width: 15px;
	background: #eb610f;
	height: 120px;
	content: '';
}

.hhome{
		padding:2%;
	position: relative;
}

.hhome .hbanner{
	position: relative;
	overflow: hidden;
}
.hhome .hbanner .swiper-button-prev{
	position: absolute;
	left: 2%;
	top: 50%;
	z-index: 99;
	cursor: pointer;
}
.hhome .hbanner .swiper-button-next{
	position: absolute;
	right: 2%;
	top: 50%;
	z-index: 99;
	cursor: pointer;
}
.hhome .hbanner .swiper .swiper-slide{
	position: relative;
}
.hhome .hbanner .swiper .swiper-slide .wz{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 60%;
	height: 100%;
	display: grid;
	align-content: center;
	justify-content: center;
	text-align: center;
}
.hhome .hbanner .swiper .swiper-slide .wz .w1{
	color: #f5f5f4;
	font-size: 110px;
	font-weight: bold;
}
.hhome .hbanner .swiper .swiper-slide .wz .w2{
	color: #fff;
	font-size: 14px;
	margin-top:5px;
}
.idtt{
	text-align: center;
}
.idtt h2{
	font-size: 48px;
	color: #666666;
	font-weight: bold;
}
.idtt h4{
	font-size: 28px;
	color: #333333;
	font-weight: normal;
}
.idcc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.idcc .item{
	width: 49%;
	margin-right: 2%;
	margin-top: 2%;
}
.idcc .item:last-child{
	margin-right: 0;
}
.idcc .item a{
	position: relative;
	display: block;
}
.idcc .item a .wz{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: grid;
	justify-content: center;
	align-content: center;
	text-align: center;
	transition: .6s;
}
.idcc .item a .wz .wz1{
	font-size: 48px;
	color: #fff;
	font-weight: bold;
}
.idcc .item a .wz .wz2{
	color: #fffbe8;
	font-size: 28px;
	margin:20px 0;
}
.idcc .item a .wz .wz3{
	color: #ffffff;
	font-size: 16px;
	max-width: 400px;
	line-height: 1.7;
}
.idcc .item:hover a .wz{
    background: #eb610f9c;
}
.css2{
	display: flex;
	flex-wrap: wrap;
	padding:0 2%;
}
.css2 .item{
	width: 32.63%;
	margin-right: 1%;
	position: relative;
	margin-top:1%;
}
.css2 .item:nth-child(3){
	margin-right: 0;
}
.css2 .item:nth-child(n+4){
	width:49.25%;
}
.css2 .item:last-child{
	margin-right: 0;
}
.css2 .item .wz{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding:20px;
	color: #fff;
	font-size: 16px;
}
.css2 .item .img{
	overflow: hidden;
	position: relative;
}
.css2 .item .wz .wz2{
	margin-top:5px;
}
.css2 .item .img img{
    transition: .6s;

}
.css2 .item:hover .img img{
	transform: scale(1.1);
	/*filter: grayscale(0);*/
}
.css2 .item .img:after{
    transition: .6s;
}
.css2 .item:hover .img:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content:'';
    background: #eb610f9c;
}
.tti{
	padding:0 2%;
	font-size: 68px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0px;
}
.id2{
	display: flex;
	flex-wrap: wrap;
	padding:0 2%;
}
.id2 .item{
	width: 25%;
	position: relative;
	overflow: hidden;
}
.id2 .item .img{
	overflow: hidden;
}
.id2 .item .wz{
	position: absolute;
	left: 0;
	bottom:0;
	transform: translateY(50px);
	color: #fff;
	padding:15px;
	transition: .6s;
}
.id2 .item:hover .wz{
	transform: translateY(0);
}
.id2 .item .img img{
	transition: .6s;
	height: 250px;
	width: 100%;
	/*filter: grayscale(1);*/
}
.id2 .item:hover .img img{
	transform: scale(1.1);
	/*filter: grayscale(0);*/
}
.id2 .item .img:after{
    transition: .6s;
}
.id2 .item:hover .img:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content:'';
    background: #eb610f9c;
}
.id3{
	display: flex;
	flex-wrap: wrap;
	padding:0 2% 0 4%;
	justify-content: space-between;
	/*align-items: center;*/
}
.id3 .id3l{
	width: 46%;
	display: grid;
	/*align-content: space-between;*/
	padding:3% 0 1.5%;
}
.id3 .id3l .tt1{
	font-size: 36px;
	color: #666666;
	font-weight: bold;
}
.id3 .id3l .tt2{
	color: #333333;
	font-size: 24px;
}
.id3 .id3l .nncon{
	font-size: 16px;
	color: #676767;
	line-height: 1.8;
	margin:35px 0;
}
.id3 .id3l .more{
	color: #656565;
	border: 1px solid #656565;
	display: inline-block;
	margin-top: 25px;
	font-size: 14px;
	padding:10px 25px;
}
.id3 .id3l .nnumlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.id3 .id3l .nnumlist .item{
	text-align: center;
	/*width: 32.33%;*/
	margin-top: 35px;
}
.id3 .id3l .nnumlist .item .t1{
	font-size: 55px;
	color: #666666;
	font-weight: bold;
}
.id3 .id3l .nnumlist .item .t1 span{
	font-size: 24px;
}
.id3 .id3l .nnumlist .item .t2{
	font-size: 14px;
	margin-top: 10px;
	color: #666;
}
.id3 .id3r{
	width: 46%;
}
.ymss{
	padding:3% 2%;
}
.ntitle{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.ntitle .ntl h1{
	display: flex;
	font-weight: bold;
	color: #686868;
	font-size: 48px;
	text-transform: uppercase;
	align-items: center;
	line-height: 1;
}
.ntitle .ntl h1 span{
	margin-left: 15px;
	color: #343434;
	font-size: 24px;
}
.ntitle .ntr{
	display: flex;
	align-items: center;
}
.ntitle .ntr a{
	color: #676767;
	font-size: 16px;
	margin-right: 25px;
}
.ntitle .ntr a:last-child{
	margin-right: 0;
}
.ntitle .ntr a:hover{
	color: #ec6110;
}
.caselist{
	display: flex;
	flex-wrap: wrap;
}
.caselist .item{
	width: 32.33%;
	margin-right: 1.5%;
	margin-top: 1%;
}
.caselist .item .img{
	overflow: hidden;
	/*height: 330px;*/
	/*display: grid;*/
	align-content: center;
}
.caselist .item .img img{
    width: 100%;
    height: 300px;
}
.caselist .item:nth-child(3n){
	margin-right: 0;
}
.caselist .item .wwz .wz1{
	margin-top: 10px;
	color: #333;
	font-size: 16px;
}
.caselist .item .wwz .wz2{
	color: #656565;
	font-size: 14px;
	margin-top: 8px;
}
.caselist .item .img img{
	transition: .6s;
}
.caselist .item:hover img{
	transform: scale(1.1);
}
.page{
	margin-top: 15px;
}
.page a{
	background: #cfcfcf;
	padding:5px 8px;
	display: inline-block;
	font-size: 14px;
	margin-right: 5px;
}
.page a.page-num-current{
	background: #ffffff;
	color: #333;
}
.casecon{
	padding:0 4%;
	position: relative;
	top: -9.5vh;
	z-index: 99;
}
.cstop{
	background: rgba(255, 255, 255, 0.6);
	padding:2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cstop .cstl{
	font-size: 28px;
	color: #333;
}
.cstop .cstr{
	font-size: 18px;
	color: #666666;
}
.csbcon{
	padding:2%;
	background: #fff;
}
.csbct{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 2px solid #e3e3e3;
	padding-bottom: 10px;
}
.csbct .item{
	width:32.33%;
	color: #666666;
	font-size: 16px;
	margin-bottom: 15px;
}
.csbct .item b{
	color: #333;
}
.ccon{
	padding:40px 0;
	font-size: 16px;
}
.ccon p{
    font-size: 16px;
}
.ccon img{
	max-width: 100%;
	height: auto!important;
}
.ctrun{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ctrun .ctl{
	display: flex;
}
.ctrun .ctl .tt{
	margin-right: 25px;
	color: #666666;
	font-size: 16px;
}
.ctrun .ctl .tt a{
	color: #666666;
	font-size: 16px;
}
.ctrun .ctl .tt:nth-child{
	margin-right: 0;
}
.ctrun .ctr a{
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 16px;
}
.ctrun .ctr a img{
	margin-right: 15px;
}
.sclist{
	margin-top: 35px;
}
.nntitle{
	color: #333333;
	font-size: 24px;
}
.sclist .scclist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sclist .scclist .item{
	width: 24%;
	margin-top: 20px;
}
.sclist .scclist .item .wz .wz1{
	font-size: 18px;
	color: #333;
	margin-top: 10px;
}
.sclist .scclist .item .wz .wz2{
	color: #666666;
	font-size: 15px;
	margin:5px 0;
}
.sclist .scclist .item .wz .wz3{
	color: #666666;
	font-size: 15px;
}
.nnbanner{
	padding:4% 4% 0;
}
.aabout{
	padding:2% 9.8%;
}
.aabout .ab1 .ct1{
	font-size: 24px;
	color: #343434;
}
.aabout .ab1 .ct2{
	color: #999999;
	font-size: 14px;
	margin-top:10px;
}
.aabout .ab1 .ab1con{
	margin-top:25px;
	font-size: 16px;
	line-height: 1.7;
}
.ab2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	align-items: center;
}
.ab2 .ab2l{
	width: 35%;
}
.ab2 .ab2l img{
	    vertical-align: baseline;
}
.ab2 .ab2r{
	width: 62%;
}
.ab3 .nnumlist{
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #dfdfdf;
	padding: 20px 0;
}
.ab3 .nnumlist .item{
	text-align: center;
}
.ab3 .nnumlist .item .t1{
	color: #333;
	font-size: 52px;
	font-weight: bold;
}
.ab3 .nnumlist .item .t1 span{
	font-size: 20px;
	color: #666666;
}
.ab3 .nnumlist .item .t2{
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}
.ab4{
	padding:40px 0;
}
.ab4 .ab4list{
	display: flex;
	flex-wrap: wrap;
}
.ab4 .ab4list .item{
	width:15.66%;
	margin-top:1.2%;
	margin-right: 1.2%;
}
.ab4 .ab4list .item:nth-child(6n){
	margin-right: 0;
}
.nnews{
	padding:1% 2% 5%;
}
.nnews .newslist{
	display: flex;
	flex-wrap: wrap;
}
.nnews .newslist .item{
	width: 32.63%;
	margin-right: 1%;
	margin-top: 1%;
}
.nnews .newslist .item:nth-child(3n){
	margin-right: 0;
}
.nnews .newslist .item .wz .wz1{
	font-size: 18px;
	color: #333;
	margin-top: 10px;
}
.nnews .newslist .item .wz .wz2{
	color: #666666;
	font-size: 15px;
	margin:5px 0;
}
.nnews .newslist .item .wz .wz3{
	color: #666666;
	font-size: 15px;
	margin-top:5px;
}
.newslist1 .item{
	width: 100%;
	background: #ffffff;
	margin-top: 35px;
}
.newslist1 .item a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newslist1 .item a .itl{
	width: 25%;
}
.newslist1 .item a .itc{
	width: 60%;
}
.newslist1 .item a .itc .wz1{
	font-size: 24px;
	color: #363636;
	font-weight: bold;
}
.newslist1 .item a .itc .wz2{
	font-size: 16px;
	color: #333;
	margin: 15px 0 25px;
	line-height: 1.6;
}
.newslist1 .item a .itc .wz3{
	font-size: 16px;
	color: #333;
}
.newslist1 .item a .itr{
	width: 10%;
}
.newslist1 .item a .itr .date{
	text-align: center;
}
.newslist1 .item a .itr .date .y{
	font-size: 48px;
	color: #999999;
	font-weight: 600;
}
.newslist1 .item a .itr .date .md{
	font-size: 18px;
	color: #999;
	margin-top: 10px;
}
.kh{
	padding:1% 2% 5%;
}
.khlist{
	display: flex;
	flex-wrap: wrap;
}
.khlist .item{
	position: relative;
	width: 24%;
	margin-right: 1.33%;
}
.khlist .item:nth-child(4n){
	margin-right: 0;
}
.khlist .item .timg{
    overflow: hidden;
    position: relative;
}
.khlist .item .ttimg{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .6s;
    background: rgba(0,0,0,0.4);
}
.khlist .item .ttimg img{
    margin-top:13px;
}
.khlist .item:hover .ttimg{
    top: 0;
}
.khlist .item .wz{
	margin-top: 10px;
}
.khlist .item .wz .wz1{
	font-size: 18px;
	color: #333;
	font-weight: 800;
}
.khlist .item .wz .wz2{
	color: #757575;
	font-size: 16px;
	margin-top: 10px;
}
.sx{
	display: flex;
	font-size: 16px;
	align-items: center;
}
.sx select{
	border: 1px solid #cccccc;
	background: none;
	margin-left: 10px;
	padding:5px 10px;
}
.nnt{
	text-align: center;
}
.nnt .nnt1{
	font-size: 24px;
	color: #333;
}
.nnt .nnt2{
	color: #999999;
	font-size: 14px;
	margin:15px 0;
}
.nnt .nnt3{
	border: 1px solid #cccccc;
	padding:12px 20px;
	text-align: left;
	margin-top: 25px;
	font-size: 14px;
}
.contact{
	padding:8% 12%;
}
.contact .ctitle{
	margin-top: 100px;
	padding-bottom: 25px;
	border-bottom: 2px solid #cccccc;
}
.contact .ctitle .c1{
	font-size: 32px;
	color: #666666;
	font-weight: bold;
}
.contact .ctitle .c2{
	color: #333;
	font-size: 24px;
}
.contact .ccncon{
	margin-top: 35px;
}
.mmp{
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-top:25px;
}
.pplist{
	display: flex;
	flex-wrap: wrap;
}
.pplist .item{
	width:15.6%;
	margin-top:1.5%;
	margin-right: 1.28%;
	border-radius: 10px;
	box-shadow: 0px 4px 16px 0px rgba(43,57,126,0.1);
	overflow: hidden;
}
.pplist .item img{
    height: 96px;
    width:100%;
}
.pplist .item:nth-child(6n){
	margin-right: 0;
}
.wzlist{
    display: flex;
    flex-wrap: wrap;
}
.wzlist a{
    margin-right: 15px;
    color: #333;
    font-size: 16px;
    margin-top:15px;
}
#footer .ssp{
	display: flex;
	justify-content: flex-end;
}
#footer .ssp .fx{
	display: flex;
	margin-left: 10px;
}
#footer .ssp .fx span{
	color: #666666;
	font-size: 12px;
	margin-right: 10px;
}
#footer .ssp .fx  a{
	border-left: 1px solid #cccccc;
	padding:0 10px;
}